diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-27 17:51:53 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-27 17:52:01 +0200 |
commit | b1bfc1ae76bacbf48b81c81480a9f32e0c8919f6 (patch) | |
tree | 7cdcf7af55f384b7f2580c3894de270619171024 /include/afl-fuzz.h | |
parent | 0faa323f121f16faba9b8fe20552a421b09d5ec3 (diff) | |
download | afl++-b1bfc1ae76bacbf48b81c81480a9f32e0c8919f6.tar.gz |
time_wo_finds in fuzzer_stats
Diffstat (limited to 'include/afl-fuzz.h')
-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 6a8e8b5d..58d02af5 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -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) */ |