From b85db178a08611df3c50ed6ad780cd1ee639c22f Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 2 Oct 2015 20:47:55 +0000 Subject: [libFuzzer] add a flag -max_total_time llvm-svn: 249181 --- llvm/docs/LibFuzzer.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/docs/LibFuzzer.rst') 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. -- cgit v1.2.3