%inherit file="layout.html" /> <%! from pprint import pformat %> <%! from smiley.web.syntax import syntax %>
| CWD | ${run.cwd} |
|---|---|
| Description | ${run.description} |
| Start | ${run.start_time} |
| End | ${run.end_time} |
| Error | ${run.error_message} |
| 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.