diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-10-02 20:47:55 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-10-02 20:47:55 +0000 |
| commit | b85db178a08611df3c50ed6ad780cd1ee639c22f (patch) | |
| tree | 2ce1217beeb7e2171a1311fd020bfebdcb764d3f /llvm/docs/LibFuzzer.rst | |
| parent | 266b38ab565c46c5cf7fcc6e106d98d7f7256ff7 (diff) | |
| download | bcm5719-llvm-b85db178a08611df3c50ed6ad780cd1ee639c22f.tar.gz bcm5719-llvm-b85db178a08611df3c50ed6ad780cd1ee639c22f.zip | |
[libFuzzer] add a flag -max_total_time
llvm-svn: 249181
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index a9948d893e1..4155526ac84 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -60,6 +60,7 @@ The most important flags are:: cross_over 1 If 1, cross over inputs. mutate_depth 5 Apply this number of consecutive mutations to each input. timeout 1200 Timeout in seconds (if positive). If one unit runs more than this number of seconds the process will abort. + max_total_time 0 If positive, indicates the maximal total time in seconds to run the fuzzer. help 0 Print help. save_minimized_corpus 0 If 1, the minimized corpus is saved into the first input directory. Example: ./fuzzer -save_minimized_corpus=1 NEW_EMPTY_DIR OLD_CORPUS jobs 0 Number of jobs to run. If jobs >= 1 we spawn this number of jobs in separate worker processes with stdout/stderr redirected to fuzz-JOB.log. |

