edges in afl-plot

This commit is contained in:
Andrea Fioraldi
2021-02-25 10:42:39 +01:00
parent 2f7e57f6aa
commit 6c9777de13
3 changed files with 12 additions and 4 deletions

View File

@ -2026,7 +2026,7 @@ void setup_dirs_fds(afl_state_t *afl) {
fprintf(afl->fsrv.plot_file,
"# unix_time, cycles_done, cur_path, paths_total, "
"pending_total, pending_favs, map_size, unique_crashes, "
"unique_hangs, max_depth, execs_per_sec, edges_found\n");
"unique_hangs, max_depth, execs_per_sec, total_execs, edges_found\n");
fflush(afl->fsrv.plot_file);
/* ignore errors */