{{ template "base" . }} {{ define "title" }}Trace - {{.Report.GetProgram.GetName}} Report{{end}} {{ define "head" }} {{ end }} {{ define "navbar-content"}} {{ template "breadcrumbs" .}} {{ end }} {{ define "body" }}
Percentile | Time to complete |
---|---|
99th | {{ TimePercentile $.Report.GetRootServerTimingDistribution 0.99 | printf "~ %.2fms" }} |
{{ printf "%.0fth " (scale $p 100) }} | {{ TimePercentile $.Report.GetRootServerTimingDistribution $p | printf "~ %.2fms" }} |
{{ printf "%.0fth " (scale $p 100) }} | {{ TimePercentile $.Report.GetRootServerTimingDistribution $p | printf "~ %.2fms" }} |
({{ CompactDescr .Report.GetNoteworthy.GetSlowest }})
({{ CompactDescr .Report.GetNoteworthy.GetDeepest }})
({{ CompactDescr .Report.GetNoteworthy.GetLargest }})
root call | dependencies | nested dependencies | n | p50 ms | p90 ms | p99 ms | examples |
---|---|---|---|---|---|---|---|
{{ $siginfo.GetMethod.GetMethodName }} |
|
|
{{ $siginfo.GetServerTimingDistribution.GetCount }} | {{ TimePercentile $siginfo.GetServerTimingDistribution 0.5 | printf "%.2f" }} | {{ TimePercentile $siginfo.GetServerTimingDistribution 0.9 | printf "%.2f" }} | {{ TimePercentile $siginfo.GetServerTimingDistribution 0.99 | printf "%.2f" }} | {{ range $i, $tx := $siginfo.GetExamples }} {{ $i }} {{ end }} |