afl-plot: relative time

This commit is contained in:
vanhauser-thc
2021-05-10 10:30:57 +02:00
parent 114605df53
commit ceb138cefe
3 changed files with 5 additions and 5 deletions

View File

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