Home
last modified time | relevance | path

Searched refs:avg_exec (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-fuzz.c3877 static double avg_exec; in show_stats() local
3900 avg_exec = ((double)total_execs) * 1000 / (cur_ms - start_time); in show_stats()
3910 if (cur_avg * 5 < avg_exec || cur_avg / 5 > avg_exec) in show_stats()
3911 avg_exec = cur_avg; in show_stats()
3913 avg_exec = avg_exec * (1.0 - 1.0 / AVG_SMOOTHING) + in show_stats()
3923 stats_update_freq = avg_exec / (UI_TARGET_HZ * 10); in show_stats()
3941 write_stats_file(t_byte_ratio, stab_ratio, avg_exec); in show_stats()
3952 maybe_update_plot_file(t_byte_ratio, avg_exec); in show_stats()
4170 if (avg_exec < 100) { in show_stats()
4172 sprintf(tmp, "%s/sec (%s)", DF(avg_exec), avg_exec < 20 ? in show_stats()
[all …]
/dports/security/afl/afl-2.52b/
H A Dafl-fuzz.c3873 static double avg_exec; in show_stats() local
3896 avg_exec = ((double)total_execs) * 1000 / (cur_ms - start_time); in show_stats()
3906 if (cur_avg * 5 < avg_exec || cur_avg / 5 > avg_exec) in show_stats()
3907 avg_exec = cur_avg; in show_stats()
3909 avg_exec = avg_exec * (1.0 - 1.0 / AVG_SMOOTHING) + in show_stats()
3919 stats_update_freq = avg_exec / (UI_TARGET_HZ * 10); in show_stats()
3937 write_stats_file(t_byte_ratio, stab_ratio, avg_exec); in show_stats()
3948 maybe_update_plot_file(t_byte_ratio, avg_exec); in show_stats()
4166 if (avg_exec < 100) { in show_stats()
4168 sprintf(tmp, "%s/sec (%s)", DF(avg_exec), avg_exec < 20 ? in show_stats()
[all …]