Tinny Profiler Statistics

These are the statistics of the tinny profiler gathered since applying the decorator.

{% for entry in timings %} {% endfor %}
QualName Name Number of calls Total time spent Minimum Geometric Mean Median Standard Deviation
{{entry.qualname}} {{entry.name}} {{entry.len}} {{ (entry.total / 10**9)|round(5) }} sec {{ entry.min }} ns ({{ (entry.min / 10**9)|round(5)}} sec) {{ entry.geom_mean|int }} ns ({{ (entry.geom_mean / 10**9)|round(5) }} sec) {{ entry.median }} ns ({{ (entry.median/ 10**9)|round(5) }} sec) {{ entry.stdev|int}} ns ({{(entry.stdev / 10**9)|round(5)}} sec)