about summary refs log tree commit diff
path: root/src/afl-fuzz-init.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-10 10:30:57 +0200
committervanhauser-thc <vh@thc.org>2021-05-10 10:31:11 +0200
commitceb138cefe46e4412f54f31a812c125cebbb5b65 (patch)
treef0db842c5af44c36e060d56b91bfe0363a50988f /src/afl-fuzz-init.c
parent114605df538bc49da3778546b74a9230fc4c0908 (diff)
downloadafl++-ceb138cefe46e4412f54f31a812c125cebbb5b65.tar.gz
afl-plot: relative time
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index 547311c7..cb586111 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -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");