Timer, benchmark and ressource usage tracker. A tool for python functions. Time and compare your functions inside or outside a program.
Project description
gtimeit
Timer, benchmark and ressource usage tracker. A tool for python functions. Time and compare your functions inside or outside a program.
Benchmark
Allows to run multiple python functions a certain amount of times and to compare there respective execution times. Similar to timeit Display curves of all the execution times. Prototype : benchmarking for complexity tests up to one variable parameter. The variable take all the values of a given range and the benchmarck keeps track of the executions times.
Tracker
Allow to keep track of the execution time of some functions in a program. Useful to know which part of your program take the more time to execute.
Read the README at https://github.com/Chthi/gtimeit for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size gtimeit-0.0.5-py3-none-any.whl (8.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size gtimeit-0.0.5.tar.gz (7.2 kB) | File type Source | Python version None | Upload date | Hashes View |