https://github.com/hackingmaterials/chronograph
A stopwatch/chronometer for timing Python code
https://github.com/hackingmaterials/chronograph
Last synced: 4 months ago
JSON representation
A stopwatch/chronometer for timing Python code
- Host: GitHub
- URL: https://github.com/hackingmaterials/chronograph
- Owner: hackingmaterials
- License: mit
- Created: 2015-12-25T04:18:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T23:53:39.000Z (over 4 years ago)
- Last Synced: 2026-01-05T06:33:15.861Z (5 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
Chronograph
===========
Chronograph is a feature-packed timer/stopwatch/chronometer that makes it simple to time Python code and functions. Features include:
* support for named Chronographs and labeled splits
* reporting
* multiple verbosity levels
* built-in logging
* JSON-compatible output data, including timestamps of start/stop
* custom exceptions if desired
* pain-free global management of multiple Chronographs
* function decorators
* support of with() syntax
* cast to float gives total time
* unit tested
For examples on usage and further docs, see the offical docs at