PN: python3-pyperf
PV: 2.10.0
PR: r0
PKGV: 2.10.0
PKGR: r0@EXTENDPRAUTO@
LICENSE: MIT
DESCRIPTION:  The Python pyperf module is a toolkit to write, run and analyze benchmarks. Features:     * Simple API to run reliable benchmarks     * Automatically calibrate a benchmark for a time budget.     * Spawn multiple worker processes.     * Compute the mean and standard deviation.     * Detect if a benchmark result seems unstable.     * JSON format to store benchmark results.     * Support multiple units: seconds, bytes and integer. 
SUMMARY: A toolkit to write, run and analyze benchmarks
RDEPENDS:python3-pyperf: python3-core python3-misc python3-statistics
SECTION: devel/python
PKG:python3-pyperf: python3-pyperf
FILES:python3-pyperf: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/python3-pyperf /usr/lib/python3-pyperf/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/lib/python3.14/site-packages
FILES_INFO:python3-pyperf: {"/usr/bin/pyperf": 218, "/usr/lib/python3.14/site-packages/pyperf-2.10.0.dist-info/METADATA": 6157, "/usr/lib/python3.14/site-packages/pyperf-2.10.0.dist-info/WHEEL": 91, "/usr/lib/python3.14/site-packages/pyperf-2.10.0.dist-info/entry_points.txt": 173, "/usr/lib/python3.14/site-packages/pyperf-2.10.0.dist-info/licenses/COPYING": 1092, "/usr/lib/python3.14/site-packages/pyperf-2.10.0.dist-info/top_level.txt": 7, "/usr/lib/python3.14/site-packages/pyperf/__init__.py": 666, "/usr/lib/python3.14/site-packages/pyperf/__main__.py": 26677, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/__init__.cpython-314.pyc": 871, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/__main__.cpython-314.pyc": 36472, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_bench.cpython-314.pyc": 43486, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_cli.cpython-314.pyc": 26433, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_collect_metadata.cpython-314.pyc": 17033, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_command.cpython-314.pyc": 3692, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_compare.cpython-314.pyc": 24845, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_cpu_utils.cpython-314.pyc": 5918, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_formatter.cpython-314.pyc": 5281, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_hooks.cpython-314.pyc": 9477, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_linux_memory.cpython-314.pyc": 3258, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_manager.cpython-314.pyc": 12785, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_metadata.cpython-314.pyc": 7546, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_process_time.cpython-314.pyc": 7555, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_psutil_memory.cpython-314.pyc": 2887, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_runner.cpython-314.pyc": 31770, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_system.cpython-314.pyc": 56016, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_timeit.cpython-314.pyc": 7967, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_timeit_cli.cpython-314.pyc": 3881, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_utils.cpython-314.pyc": 19273, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_win_memory.cpython-314.pyc": 2274, "/usr/lib/python3.14/site-packages/pyperf/__pycache__/_worker.cpython-314.pyc": 17083, "/usr/lib/python3.14/site-packages/pyperf/_bench.py": 29475, "/usr/lib/python3.14/site-packages/pyperf/_cli.py": 20789, "/usr/lib/python3.14/site-packages/pyperf/_collect_metadata.py": 13204, "/usr/lib/python3.14/site-packages/pyperf/_command.py": 2237, "/usr/lib/python3.14/site-packages/pyperf/_compare.py": 16000, "/usr/lib/python3.14/site-packages/pyperf/_cpu_utils.py": 4342, "/usr/lib/python3.14/site-packages/pyperf/_formatter.py": 2880, "/usr/lib/python3.14/site-packages/pyperf/_hooks.py": 4692, "/usr/lib/python3.14/site-packages/pyperf/_linux_memory.py": 1662, "/usr/lib/python3.14/site-packages/pyperf/_manager.py": 9024, "/usr/lib/python3.14/site-packages/pyperf/_metadata.py": 4700, "/usr/lib/python3.14/site-packages/pyperf/_process_time.py": 5040, "/usr/lib/python3.14/site-packages/pyperf/_psutil_memory.py": 1324, "/usr/lib/python3.14/site-packages/pyperf/_runner.py": 28138, "/usr/lib/python3.14/site-packages/pyperf/_system.py": 35556, "/usr/lib/python3.14/site-packages/pyperf/_timeit.py": 6731, "/usr/lib/python3.14/site-packages/pyperf/_timeit_cli.py": 2366, "/usr/lib/python3.14/site-packages/pyperf/_utils.py": 12259, "/usr/lib/python3.14/site-packages/pyperf/_win_memory.py": 1664, "/usr/lib/python3.14/site-packages/pyperf/_worker.py": 12835, "/usr/lib/python3.14/site-packages/pyperf/tests/__init__.py": 2011, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/__init__.cpython-314.pyc": 4465, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/mult_list_bench.cpython-314.pyc": 513, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/replay.cpython-314.pyc": 5330, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_bench.cpython-314.pyc": 33126, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_cli.cpython-314.pyc": 2188, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_examples.cpython-314.pyc": 5933, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_metadata.cpython-314.pyc": 12040, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_misc.cpython-314.pyc": 6687, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_perf_cli.cpython-314.pyc": 44839, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_runner.cpython-314.pyc": 34227, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_system.cpython-314.pyc": 1537, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_timeit.cpython-314.pyc": 26702, "/usr/lib/python3.14/site-packages/pyperf/tests/__pycache__/test_utils.cpython-314.pyc": 13868, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_bench.py": 336, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_py36.json": 35289, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_py36_tags.json": 72828, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_py37.json": 34915, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_py37_tags.json": 72454, "/usr/lib/python3.14/site-packages/pyperf/tests/mult_list_py38.json": 35370, "/usr/lib/python3.14/site-packages/pyperf/tests/replay.py": 2416, "/usr/lib/python3.14/site-packages/pyperf/tests/telco.json": 40602, "/usr/lib/python3.14/site-packages/pyperf/tests/test_bench.py": 19149, "/usr/lib/python3.14/site-packages/pyperf/tests/test_cli.py": 1154, "/usr/lib/python3.14/site-packages/pyperf/tests/test_examples.py": 3252, "/usr/lib/python3.14/site-packages/pyperf/tests/test_metadata.py": 9375, "/usr/lib/python3.14/site-packages/pyperf/tests/test_misc.py": 2842, "/usr/lib/python3.14/site-packages/pyperf/tests/test_perf_cli.py": 34943, "/usr/lib/python3.14/site-packages/pyperf/tests/test_runner.py": 20354, "/usr/lib/python3.14/site-packages/pyperf/tests/test_system.py": 899, "/usr/lib/python3.14/site-packages/pyperf/tests/test_timeit.py": 16620, "/usr/lib/python3.14/site-packages/pyperf/tests/test_utils.py": 8782, "/usr/lib/python3.14/site-packages/pyperf/tests/track_memory.json": 2265}
FILERDEPENDSFLIST:python3-pyperf: /usr/bin/pyperf
FILERDEPENDS:/usr/bin/pyperf:python3-pyperf:  /usr/bin/env
PKGSIZE:python3-pyperf: 1203113
