diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 13:02:16 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 13:02:16 +0100 |
commit | e2eedefc65bec1a04605f117a11ca8bdf9d80323 (patch) | |
tree | 653e28fb2f74790ff35706c9c93ce91893f5a3a2 /src/afl-gotcpu.c | |
parent | fd03c64346ab3f63fc5ceafd891dee245121b5c9 (diff) | |
download | afl++-e2eedefc65bec1a04605f117a11ca8bdf9d80323.tar.gz |
docs to md
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r-- | src/afl-gotcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c index 5be30238..214862a9 100644 --- a/src/afl-gotcpu.c +++ b/src/afl-gotcpu.c @@ -19,7 +19,7 @@ This tool provides a fairly accurate measurement of CPU preemption rate. It is meant to complement the quick-and-dirty load average widget shown - in the afl-fuzz UI. See docs/parallel_fuzzing.txt for more info. + in the afl-fuzz UI. See docs/parallel_fuzzing.md for more info. For some work loads, the tool may actually suggest running more instances than you have CPU cores. This can happen if the tested program is spending |