Python Profile Results

Profiled Function: {{main_function}}
Profile file: {{prof_file_path}}

Overview

Total Functions: {{total_functions}}
Total Function Calls: {{total_calls}}
Primitive Calls: {{total_primitive_calls}}
Total Execution Time: {{total_execution_time}} seconds

Performance Charts

Top 10 Functions by Cumulative Time

Top 10 Functions by Total Time

Top 10 Most Called Functions

Time Distribution (Top 10 by Cumtime)

Profile Statistics (Sortable)

ncalls tottime percall cumtime percall filename:lineno(function)

Caller Statistics (Top 10)

{{caller_stats}}

Column Descriptions

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