aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2021-12-15 18:12:41 +0100
committerGitHub <noreply@github.com>2021-12-15 18:12:41 +0100
commit572bcb406b5d48ce06b3becd1ac9463d0a54329b (patch)
tree4858d2f3cfcc3ef60589d150c1e0154340480e2d /executor
parentd5901839ce996fefa76d58d693d687c6637b71a6 (diff)
syz-verifier: use int64 instead of int for statistics (#2924)
Currently we use int to aggregate statistics. Counters update require the lock() operation. Lets relax it and move to int64 + atomic.AddInt64().
Diffstat (limited to 'executor')
0 files changed, 0 insertions, 0 deletions