{{ define "content" }}
{{ range .stats }}
Process timing
  • Run time:
    {{ formatDuration .StartTime }}
  • Last new path:
    {{ formatDuration .LastPath }}
  • Last unique crash:
    {{ formatDuration .LastCrash }}
  • Last unique hang:
    {{ formatDuration .LastHang }}
Stage progress
  • Total execs: {{ formatNumber .ExecsDone }}
  • Execs since crash: {{ formatNumber .ExecsSinceCrash }}
  • Exec speed: {{ .ExecsPerSec }}/sec
Overall results
  • Cycles done: {{ .CyclesDone }}
  • Total paths: {{ .PathsTotal }}
  • Unique crashes: {{ .UniqueCrashes }}
  • Unique hangs: {{ .UniqueHangs }}
  • Bitmap coverage: {{ .BitmapCvg }}
Path geometry
  • Levels: {{ .MaxDepth }}
  • Pending: {{ .PendingTotal }}
  • Pend fav: {{ .PendingFavs }}
  • Own finds: {{ .PathsFound }}
  • Imported: {{ .PathsImported }}
  • Stability: {{ .Stability }}
{{end}}
{{end}}