[issue18795] pstats - allow stats sorting by cumulative time per call and total time per call

Jakub Stasiak report at bugs.python.org
Mon Sep 2 01:39:22 CEST 2013


Jakub Stasiak added the comment:

I'd change cumulativepercall and totalpercall to cumpercall and percall (and/or intpercall) but that's a detail, this patch works for me.

Data structure affected by this patch is produced and consumed internally by the sort method so it looks like nothing changes from the point of view of client code.

----------
nosy: +jstasiak

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18795>
_______________________________________


More information about the Python-bugs-list mailing list