Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-stats.c733 cur_ms - afl->stats_last_plot_ms > PLOT_UPDATE_SEC * 1000)) {
735 afl->stats_last_plot_ms = cur_ms;
1558 cur_ms - afl->stats_last_plot_ms > PLOT_UPDATE_SEC * 1000)) {
1560 afl->stats_last_plot_ms = cur_ms;
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h756 u64 stats_last_stats_ms, stats_last_plot_ms, stats_last_queue_ms, member