diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-01-22 14:29:41 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-01-23 11:46:32 +0000 |
| commit | 312699d7f4fcaf0e1a7a007f15195e770a99b3c2 (patch) | |
| tree | 9040a57619174294e5bf5213d83c3d93627b529c /dashboard/dashapi/dashapi.go | |
| parent | 1c0ecc51adc9f44c7bd3f45c2aa1b62718d1236e (diff) | |
dashboard: capture cover and PCs after corpus triage
This statistics allows us to better estimate the amount of coverage that
is lost after every syzbot instance is restarted.
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index aaaf3edfa..520a991fc 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -725,6 +725,10 @@ type ManagerStatsReq struct { Crashes uint64 SuppressedCrashes uint64 Execs uint64 + + // Non-zero only when set. + TriagedCoverage uint64 + TriagedPCs uint64 } func (dash *Dashboard) UploadManagerStats(req *ManagerStatsReq) error { |
