Skip to content

mlehujeur/pytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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