time_wo_finds in fuzzer_stats

This commit is contained in:
vanhauser-thc
2023-03-27 17:51:53 +02:00
parent 0faa323f12
commit b1bfc1ae76
5 changed files with 27 additions and 1 deletions

View File

@ -591,6 +591,7 @@ typedef struct afl_state {
last_find_time, /* Time for most recent path (ms) */
last_crash_time, /* Time for most recent crash (ms) */
last_hang_time, /* Time for most recent hang (ms) */
longest_find_time, /* Longest time taken for a find */
exit_on_time, /* Delay to exit if no new paths */
sync_time; /* Sync time (ms) */