An open API service indexing awesome lists of open source software.

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

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