@@ -186,37 +186,37 @@ The :class:`!Stats` class
186186
187187 Valid sort keys:
188188
189- +------------------+---------------------+----------------------+
190- | String | Enum | Meaning |
191- +==================+=====================+======================+
192- | ``'calls' `` | SortKey.CALLS | call count |
193- +------------------+---------------------+----------------------+
194- | ``'cumulative' `` | SortKey.CUMULATIVE | cumulative time |
195- +------------------+---------------------+----------------------+
196- | ``'cumtime' `` | N/A | cumulative time |
197- +------------------+---------------------+----------------------+
198- | ``'file' `` | N/A | file name |
199- +------------------+---------------------+----------------------+
200- | ``'filename' `` | SortKey.FILENAME | file name |
201- +------------------+---------------------+----------------------+
202- | ``'module' `` | N/A | file name |
203- +------------------+---------------------+----------------------+
204- | ``'ncalls' `` | N/A | call count |
205- +------------------+---------------------+----------------------+
206- | ``'pcalls' `` | SortKey.PCALLS | primitive call count |
207- +------------------+---------------------+----------------------+
208- | ``'line' `` | SortKey.LINE | line number |
209- +------------------+---------------------+----------------------+
210- | ``'name' `` | SortKey.NAME | function name |
211- +------------------+---------------------+----------------------+
212- | ``'nfl' `` | SortKey.NFL | name/file/line |
213- +------------------+---------------------+----------------------+
214- | ``'stdname' `` | SortKey.STDNAME | standard name |
215- +------------------+---------------------+----------------------+
216- | ``'time' `` | SortKey.TIME | internal time |
217- +------------------+---------------------+----------------------+
218- | ``'tottime' `` | N/A | internal time |
219- +------------------+---------------------+----------------------+
189+ +------------------+------------------------ +----------------------+
190+ | String | Enum | Meaning |
191+ +==================+======================== +======================+
192+ | ``'calls' `` | `` SortKey.CALLS `` | call count |
193+ +------------------+------------------------ +----------------------+
194+ | ``'cumulative' `` | `` SortKey.CUMULATIVE `` | cumulative time |
195+ +------------------+------------------------ +----------------------+
196+ | ``'cumtime' `` | N/A | cumulative time |
197+ +------------------+------------------------ +----------------------+
198+ | ``'file' `` | N/A | file name |
199+ +------------------+------------------------ +----------------------+
200+ | ``'filename' `` | `` SortKey.FILENAME `` | file name |
201+ +------------------+------------------------ +----------------------+
202+ | ``'module' `` | N/A | file name |
203+ +------------------+------------------------ +----------------------+
204+ | ``'ncalls' `` | N/A | call count |
205+ +------------------+------------------------ +----------------------+
206+ | ``'pcalls' `` | `` SortKey.PCALLS `` | primitive call count |
207+ +------------------+------------------------ +----------------------+
208+ | ``'line' `` | `` SortKey.LINE `` | line number |
209+ +------------------+------------------------ +----------------------+
210+ | ``'name' `` | `` SortKey.NAME `` | function name |
211+ +------------------+------------------------ +----------------------+
212+ | ``'nfl' `` | `` SortKey.NFL `` | name/file/line |
213+ +------------------+------------------------ +----------------------+
214+ | ``'stdname' `` | `` SortKey.STDNAME `` | standard name |
215+ +------------------+------------------------ +----------------------+
216+ | ``'time' `` | `` SortKey.TIME `` | internal time |
217+ +------------------+------------------------ +----------------------+
218+ | ``'tottime' `` | N/A | internal time |
219+ +------------------+------------------------ +----------------------+
220220
221221 All sorts on statistics are in descending order (most time consuming
222222 first), while name, file, and line number sorts are ascending
0 commit comments