mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
Added flag -u to allow custom interval to update fuzzer_stats file
This commit is contained in:
@ -613,7 +613,7 @@ void show_stats_normal(afl_state_t *afl) {
|
||||
|
||||
if (unlikely(!afl->non_instrumented_mode &&
|
||||
(afl->force_ui_update ||
|
||||
cur_ms - afl->stats_last_stats_ms > STATS_UPDATE_SEC * 1000))) {
|
||||
cur_ms - afl->stats_last_stats_ms > afl->stats_file_update_freq_msecs))) {
|
||||
|
||||
afl->stats_last_stats_ms = cur_ms;
|
||||
write_stats_file(afl, t_bytes, t_byte_ratio, stab_ratio,
|
||||
|
Reference in New Issue
Block a user