https://github.com/asdf8601/timer_plus
This is a modified version of the built-in timeit.Timer class.
https://github.com/asdf8601/timer_plus
benchmark time timeit timer
Last synced: 23 days ago
JSON representation
This is a modified version of the built-in timeit.Timer class.
- Host: GitHub
- URL: https://github.com/asdf8601/timer_plus
- Owner: asdf8601
- Created: 2018-03-23T08:17:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:19:36.000Z (about 8 years ago)
- Last Synced: 2026-02-01T15:56:22.244Z (5 months ago)
- Topics: benchmark, time, timeit, timer
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a modified version of the built-in `timeit.Timer` class.
Dependencies:
* pandas
## Install
```
pip install git+https://github.com/mmngreco/timer_plus.git
```
TODO
[ ] - convert into magic function - https://ipython.org/ipython-doc/3/config/custommagics.html