diff options
author | van Hauser <vh@thc.org> | 2019-09-02 10:29:54 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-02 10:29:54 +0200 |
commit | 39c4bb7a49d22c66b3cb613fb13329ec7a6dc16d (patch) | |
tree | 56ad642e4beadf3d8557bb3f5e537bb4b3a827cd /include | |
parent | 6cb07a91310494ff95bfd832c6926994592194c3 (diff) | |
download | afl++-39c4bb7a49d22c66b3cb613fb13329ec7a6dc16d.tar.gz |
added peak_rss_mb and slowest_exec_ms in fuzzer_stats report
Diffstat (limited to 'include')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index c50a21a7..7b380dce 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -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) */ |