fix exec/s display

This commit is contained in:
van Hauser
2020-12-26 13:15:05 +01:00
parent a4fd4ea0f4
commit 0b9ca807f2
3 changed files with 33 additions and 22 deletions

View File

@ -100,7 +100,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
afl->cal_cycles_long = CAL_CYCLES_LONG;
afl->hang_tmout = EXEC_TIMEOUT;
afl->stats_update_freq = 1;
afl->stats_avg_exec = -1;
afl->stats_avg_exec = 0;
afl->skip_deterministic = 1;
#ifndef NO_SPLICING
afl->use_splicing = 1;