https://github.com/rossant/easy_profiler
Easy-to-use profiler in Python
https://github.com/rossant/easy_profiler
Last synced: 10 months ago
JSON representation
Easy-to-use profiler in Python
- Host: GitHub
- URL: https://github.com/rossant/easy_profiler
- Owner: rossant
- Created: 2013-08-04T18:41:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T09:56:42.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T23:28:05.622Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
easy_profiler
=============
Easy-to-use profiler in Python
Installation
------------
To stay up-to-date with git master:
$ python setup.py develop
This will install the "easyprofile" command.
Usage
-----
$ easyprofile msycript.py
This will create a `.easyprofile` folder with profiling reports saved as text files.