diff options
author | vanhauser-thc <vh@thc.org> | 2022-11-18 12:23:18 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-11-18 12:23:18 +0100 |
commit | 26a5bd625ccbd8de4fbc9b5eea263d092bd405e5 (patch) | |
tree | 3f6a478030a7b3b80bb509a236468501275e7ee4 /include/config.h | |
parent | 170e8122aea53310079d4b09e04572ec010b477b (diff) | |
download | afl++-26a5bd625ccbd8de4fbc9b5eea263d092bd405e5.tar.gz |
write queue statistics
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 22c1a162..b82ead47 100644 --- a/include/config.h +++ b/include/config.h @@ -290,10 +290,11 @@ #define UI_TARGET_HZ 5 -/* Fuzzer stats file and plot update intervals (sec): */ +/* Fuzzer stats file, queue stats and plot update intervals (sec): */ #define STATS_UPDATE_SEC 60 #define PLOT_UPDATE_SEC 5 +#define QUEUE_UPDATE_SEC 1800 /* Smoothing divisor for CPU load and exec speed stats (1 - no smoothing). */ |