add cmplog_time measurement

This commit is contained in:
vanhauser-thc
2024-06-07 09:47:29 +02:00
parent 477063e9ee
commit bdfd38771a
3 changed files with 39 additions and 6 deletions

View File

@ -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 */