{{ render_partial('dashboard/analytics.html', invocations=timer_function_invocations) }}
@@ -34,6 +34,8 @@ history_url=url_for('timer.history', function_id=function_id)) }}
{{
invocation.invocation_time.strftime('%Y-%m-%d %H:%M:%S')
}}
+ {{ "%.2f"|format(invocation.execution_time or
+ 0) }}ms
v{{ invocation.version_number }}