Skip to content

Python profiling decorators with some popular libraries

License

Notifications You must be signed in to change notification settings

vera-l/python-profilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python profiling decorators

  • simple_time
  • yappi
  • cprofile
  • cprofile_dump
  • line
  • memory
  • timeit
  • calltree
  • gprof2dot
  • grind

Installing:

git clone https://github.com/vera-l/python-profilers.git
cd python-profilers
python setup.py install --user

Using:

import profilers

@profilers.calltree
def some_f():
    pass

About

Python profiling decorators with some popular libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages