diff options
author | Cornelius Aschermann <eqv@fb.com> | 2024-03-13 11:43:58 -0700 |
---|---|---|
committer | Cornelius Aschermann <eqv@fb.com> | 2024-04-08 11:54:19 -0700 |
commit | 48a862c503483f64db713fd6a0392148b5584ca4 (patch) | |
tree | 61291b01460ecd906db966128f1d212a5311a65d /src/afl-fuzz.c | |
parent | 29544e4d2bf24859030823a4b6a13df00928f7e1 (diff) | |
download | afl++-48a862c503483f64db713fd6a0392148b5584ca4.tar.gz |
:Adds stats tracking time spend in calibration/trim/sync
This currently does not affect statsd nor the UI. Only the fuzzer_stats file is updated
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 99491628..102809cd 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -3099,4 +3099,3 @@ stop_fuzzing: } #endif /* !AFL_LIB */ - |