Perf-timer

Latest version: v0.2.1

Safety actively analyzes 618891 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.1

Fixed
- employ `atexit()` to robustly log results even when `__del__` finalizers are
not called

0.2.0

Added
- perf-timer classes now support tracking various statistics
including standard deviation and percentiles. The options are
`AverageObserver`, `StdDevObserver` (default), and `HistogramObserver`.
E.g. `PerfTimer(..., observer=HistogramObserver)`.
- Benchmark overhead of the various observer and timer types

0.1.1

Fixed
- Support rename of trio.hazmat to trio.lowlevel
- Expose docs to help()

0.1.0

Initial version

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.