diff options
author | vanhauser-thc <vh@thc.org> | 2022-09-17 11:56:39 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-09-17 11:56:39 +0200 |
commit | 0623a73a5cb8a0c2cff32413df9f4c5c69b8e339 (patch) | |
tree | 29514cbd5a4fdfc8e934f79d9da45bfcfab4d1df /src/afl-gotcpu.c | |
parent | 2e8a459d0bcd2b824b2cbf549f0773a1c4e06eb4 (diff) | |
download | afl++-0623a73a5cb8a0c2cff32413df9f4c5c69b8e339.tar.gz |
fix docs
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r-- | src/afl-gotcpu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c index 539206ce..eee642fb 100644 --- a/src/afl-gotcpu.c +++ b/src/afl-gotcpu.c @@ -19,7 +19,8 @@ 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.md for more info. + in the afl-fuzz UI. See docs/fuzzing_in_depth.md#c-using-multiple-cores + 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 |