pstats2

pstats + modifications


License
Apache-2.0
Install
pip install pstats2==0.1.0

Documentation

pstats2

Build status

pstats2 is pstats module fork

It's compatible with:

  • CPython 2.x >= 2.6, 3.x >= 3.2
  • PyPy 1.9+

It's API-compatible with pstats. Changes between pstats and pstats2:

  • ability to sort by time per call (percall) and cumulative time per call (cumpercall)

Copyright

Changes in this fork (c) Jakub Stasiak, 2013. Authors of original module are listed in pstats2.py.

This source code is licensed under Apache License, Version 2.0. See LICENSE file for details.