# HG changeset patch # User Arne Babenhauserheide # Date 1349685742 -7200 # Branch 2.7 # Node ID 5e24816e13a32ac0444e77ee73a6692957ab44c7 # Parent 3b484f53f91bf67055ed51b6e5276612841612b4 profile: updated docs with the new sort option identifiers. diff -r 3b484f53f91b -r 5e24816e13a3 Doc/library/profile.rst --- a/Doc/library/profile.rst Sun Oct 07 20:37:54 2012 -0700 +++ b/Doc/library/profile.rst Mon Oct 08 10:42:22 2012 +0200 @@ -382,10 +382,16 @@ +------------------+----------------------+ | ``'cumulative'`` | cumulative time | +------------------+----------------------+ + | ``'cumtime'`` | cumulative time | + +------------------+----------------------+ | ``'file'`` | file name | +------------------+----------------------+ + | ``'filename'`` | file name | + +------------------+----------------------+ | ``'module'`` | file name | +------------------+----------------------+ + | ``'ncalls'`` | call count | + +------------------+----------------------+ | ``'pcalls'`` | primitive call count | +------------------+----------------------+ | ``'line'`` | line number | @@ -398,6 +404,8 @@ +------------------+----------------------+ | ``'time'`` | internal time | +------------------+----------------------+ + | ``'tottime'`` | internal time | + +------------------+----------------------+ Note that all sorts on statistics are in descending order (placing most time consuming items first), where as name, file, and line number searches are in