# HG changeset patch # User Arne Babenhauserheide # Date 1349685742 -7200 # Branch 3.2 # Node ID fbe139a244b43a61274cfbe13dfc29af20d380ae # Parent c674046da2b6c8bbba94c4e7e881abfed3aede4a profile: updated docs with the new sort option identifiers. diff -r c674046da2b6 -r fbe139a244b4 Doc/library/profile.rst --- a/Doc/library/profile.rst Thu May 24 14:29:40 2012 +0200 +++ b/Doc/library/profile.rst Mon Oct 08 10:42:22 2012 +0200 @@ -368,10 +368,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 | @@ -384,6 +390,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