edges in plot file

This commit is contained in:
Andrea Fioraldi
2021-02-24 21:29:00 +01:00
parent c05d392cd9
commit 047f3436e9
4 changed files with 18 additions and 17 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\n");
"unique_hangs, max_depth, execs_per_sec, edges_found\n");
fflush(afl->fsrv.plot_file);
/* ignore errors */