Summary
Function calls | ${run.stats.total_calls} |
---|---|
Primitive calls | ${run.stats.prim_calls} |
Total time | ${run.stats.total_tt} |
%inherit file="layout.html" /> <%def name="style()"> %def> % if run.stats:
Function calls | ${run.stats.total_calls} |
---|---|
Primitive calls | ${run.stats.prim_calls} |
Total time | ${run.stats.total_tt} |
ncalls | tottime | percall | cumtime | percall | function | filename | lineno |
---|---|---|---|---|---|---|---|
${s['ncalls']} | ${'%8.3f' % s['tottime']} | ${'%8.3f' % s['percall_nc']} | ${'%8.3f' % s['cumtime']} | ${'%8.3f' % s['percall_cc']} | ${s['function']} | % if s['file_url']: ${s['filename']|self.display_filename} % else: ${s['filename']|self.display_filename} % endif | ${s['lineno']} |
No profile data was collected.