<%include include/head.html>

<%= Page.Metrics.Page.Title|l10n|html>

<%foreach histogramKeys histogramKey> <%/foreach>
Metric Count Min Max Mean Median 75% 95% 98% 99% 99.9%
<%= "Page.Metrics.<%= '<%histogramKey>I18n'|parse>.Title"|parse|l10n|html> <% "<%histogramKey>Count"|parse|html> <% "<%histogramKey>Min"|parse|duration scale=="μs"|html> <% "<%histogramKey>Max"|parse|duration scale=="μs"|html> <% "<%histogramKey>Mean"|parse|duration scale=="μs"|html> <% "<%histogramKey>Median"|parse|duration scale=="μs"|html> <% "<%histogramKey>Percentile75"|parse|duration scale=="μs"|html> <% "<%histogramKey>Percentile95"|parse|duration scale=="μs"|html> <% "<%histogramKey>Percentile98"|parse|duration scale=="μs"|html> <% "<%histogramKey>Percentile99"|parse|duration scale=="μs"|html> <% "<%histogramKey>Percentile999"|parse|duration scale=="μs"|html>
<%include include/tail.html>