profilehooks

Decorators for profiling individual functions
Download

profilehooks Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Marius Gedminas
  • Publisher web site:
  • https://launchpad.net/~mgedmin

profilehooks Tags


profilehooks Description

Decorators for profiling individual functions profilehooks is a Python module that helps you profile a single function (and all its callees) by dropping in a decorator:from profilehooks import profile@profiledef my_function(args, etc): passThe documentation is available through pydoc profilehooks. Requirements: · Python


profilehooks Related Software