aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/fuzzer/queue/stats.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/rpcserver: take stats as a dependencyAleksandr Nogikh2024-10-251-4/+0
| | | | | It will enable collecting statistics for several simultaneous RPCServer objects.
* pkg/fuzzer/queue: move common fuzzing statsDmitry Vyukov2024-07-251-0/+20
These stats will be needed for snapshot mode that does not use rpcserver. Move them from pkg/rpcserver to pkg/fuzzer/queue.