added peak_rss_mb and slowest_exec_ms in fuzzer_stats report

This commit is contained in:
van Hauser
2019-09-02 10:29:54 +02:00
parent 6cb07a9131
commit 39c4bb7a49
4 changed files with 31 additions and 3 deletions

View File

@ -350,6 +350,7 @@ extern u64 total_crashes, /* Total number of crashes */
unique_tmouts, /* Timeouts with unique signatures */
unique_hangs, /* Hangs with unique signatures */
total_execs, /* Total execve() calls */
slowest_exec_ms, /* Slowest testcase non hang in ms */
start_time, /* Unix start time (ms) */
last_path_time, /* Time for most recent path (ms) */
last_crash_time, /* Time for most recent crash (ms) */