CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/08/09 01:59:38
Log message:
import sysutils/py-about_time, ok sthen
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.
Status:
Vendor Tag: tb
Release Tags: tb_20260809
N ports/sysutils/py-about_time/Makefile
N ports/sysutils/py-about_time/distinfo
N ports/sysutils/py-about_time/patches/patch-pyproject_toml
N ports/sysutils/py-about_time/pkg/DESCR
N ports/sysutils/py-about_time/pkg/PLIST
No conflicts created by this import