Report abuse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
gopip:
*** PROFILER RESULTS ***
sortResults (Products/ZCatalog/Catalog.py:549)
function called 7 times (2 calls not profiled)
25111 function calls (25106 primitive calls) in 0.039 CPU seconds
Ordered by: cumulative time, internal time, call count
ncalls tottime percall cumtime percall filename:lineno(function)
5 0.031 0.006 0.039 0.008 Catalog.py:549(sortResults)
----------------------------------------------------------------------------
nogopip:
*** PROFILER RESULTS ***
sortResults (Products/ZCatalog/Catalog.py:549)
function called 7 times (2 calls not profiled)
150346 function calls (150341 primitive calls) in 0.456 CPU seconds
Ordered by: cumulative time, internal time, call count
ncalls tottime percall cumtime percall filename:lineno(function)
5 0.344 0.069 0.456 0.091 Catalog.py:549(sortResults)
5 0.044 0.009 0.106 0.021 nogopip.py:23(documentToKeyMap)
5 0.004 0.001 0.037 0.007 default.py:133(idsInOrder)
|