diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-07 09:47:29 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-07 09:47:29 +0200 |
commit | bdfd38771abe9641db08b7569a0cc6a38f1ecf4a (patch) | |
tree | e5f7a4c2570c593f3be20b276b9c664a574af8d9 /include | |
parent | 477063e9ee88da5feb73b38b27a1241e8b77e002 (diff) | |
download | afl++-bdfd38771abe9641db08b7569a0cc6a38f1ecf4a.tar.gz |
add cmplog_time measurement
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 65304d19..1e670702 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -656,6 +656,7 @@ typedef struct afl_state { switch_fuzz_mode, /* auto or fixed fuzz mode */ calibration_time_us, /* Time spend on calibration */ sync_time_us, /* Time spend on sync */ + cmplog_time_us, /* Time spend on cmplog */ trim_time_us; /* Time spend on trimming */ u32 slowest_exec_ms, /* Slowest testcase non hang in ms */ |