| Total Functions: | {{total_functions}} |
| Total Function Calls: | {{total_calls}} |
| Primitive Calls: | {{total_primitive_calls}} |
| Total Execution Time: | {{total_execution_time}} seconds |
| ncalls | tottime | percall | cumtime | percall | filename:lineno(function) |
|---|
{{caller_stats}}
ncalls - number of calls
tottime - total time spent in the function (excluding sub-functions)
percall - tottime divided by ncalls
cumtime - cumulative time spent in the function (including sub-functions)
percall - cumtime divided by primitive calls
filename:lineno(function) - location and name of the function
Click on any row to view callers and callees