The sysutils/py-about_time port
py3-about_time-4.2.2 – measure timing and throughput of code blocks (cvsweb github mirror)
Description
Did you ever need to measure the duration of an operation? Yeah, this is easy. But how to: - measure the duration of two or more blocks at the same time, including the whole duration? - instrument a code to cleanly retrieve durations in one line, to log or send to time series databases? - easily see human friendly durations in seconds, milliseconds, etc? - easily see human friendly counts with SI prefixes like k, M, G, T, etc? - measure the actual throughput of a block? (this is way harder, since it needs to measure both duration and number of iterations) - easily see human friendly throughputs in "/second", "/minute", "/hour" or even "/day", including SI prefixes? about-time solves these and many more.WWW: https://pypi.org/project/about_time
Maintainer
The OpenBSD ports mailing-list
Only for arches
aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc powerpc64 riscv64 sparc64
Categories
Build dependencies
Run dependencies
Test dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/METADATA
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/RECORD
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/WHEEL
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/licenses/
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/licenses/LICENSE
- /usr/local/lib/python3.14/site-packages/about_time-4.2.2.dist-info/top_level.txt
- /usr/local/lib/python3.14/site-packages/about_time/
- /usr/local/lib/python3.14/site-packages/about_time/__init__.py
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/__init__.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/__init__.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/core.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/core.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/features.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/features.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_count.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_count.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_duration.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_duration.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_throughput.cpython-314.opt-1.pyc
- /usr/local/lib/python3.14/site-packages/about_time/__pycache__/human_throughput.cpython-314.pyc
- /usr/local/lib/python3.14/site-packages/about_time/core.py
- /usr/local/lib/python3.14/site-packages/about_time/features.py
- /usr/local/lib/python3.14/site-packages/about_time/human_count.py
- /usr/local/lib/python3.14/site-packages/about_time/human_duration.py
- /usr/local/lib/python3.14/site-packages/about_time/human_throughput.py
- /usr/local/lib/python3.14/site-packages/about_time/py.typed