{{ template "base" . }} {{ define "title" }}Trace - {{.Report.GetProgram.GetName}} Report{{end}} {{ define "head" }} {{ end }} {{ define "navbar-content"}} {{ template "breadcrumbs" .}} {{ end }} {{ define "body" }}

Summary

Stats

Coming soon!
Number of Calls
{{ .Report.GetRootServerTimingDistribution.GetCount }}
Dependencies
...
Callers
...

Timings

{{ range $i, $p := (seq 0.95 0.75 0.05) }} {{ end }} {{ range $i, $p := (seq 0.50 0.00 0.25) }} {{ end }}
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" }}

Noteworthy Transactions


Signatures

{{ range $siginfo := .Report.GetSignature }} {{ end }}
root call dependencies nested dependencies n p50 ms p90 ms p99 ms examples
{{ $siginfo.GetMethod.GetMethodName }}
    {{ range $dep := $siginfo.GetDependencies }}
  • {{ $dep.GetName }}
  • {{ end }}
    {{ range $dep := $siginfo.TransitiveDependencies }}
  • {{ $dep.GetName }}
  • {{ end }}
{{ $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 }}

Histogram of response times

{{ end }}