Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 463 Bytes

Generic badge

PYTOOLS

A wrapper for line profiler and memory profiler.

Install

git clone https://github.com/mlehujeur/pytools.git
cd pytools
python -m pip install -e .

Use

# add @profile decorators in your program
# call pymprof.py or pytprof.py instead of python
pymprof.py ./pytools/tester.py
pytprof.py ./pytools/tester.py