{{ name }} |
{{ format_number(stats.total_time, 3, 1) }}s
{{ stats.total_time }}
|
{{ format_number(100 * (stats.total_time / profiling.total_time), 0, 2) }}%
|
{{ stats.calls }} |
{{ format_number(stats.total_time / stats.calls, 3, 1) }}s
{{ (stats.total_time / stats.calls)|number_format(8, '.', '') }}
|
{% endfor %}