HomeSort by: relevance | last modified time | path
    Searched refs:Runs (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/gcov/
t_gcov.sh 63 -: 0:Runs:1
  /src/tests/usr.bin/indent/
t_options.lua 39 -- Runs indent on the input, using the given options.
43 -- Runs indent on the input, expecting that the output is the
46 -- Runs indent on the input, expecting the same output as from
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp 375 if (Flags.runs <= 0 && Flags.max_total_time == 0) {
376 Printf("INFO: you need to specify -runs=N or "
597 if (Flags.runs >= 0)
598 Options.MaxNumberOfRuns = Flags.runs;
706 int Runs = std::max(1, Flags.runs);
708 Inputs->size(), Runs);
712 for (int Iter = 0; Iter < Runs; Iter++)
767 Printf("Done %zd runs in %zd second(s)\n", F->getTotalNumberOfRuns(),

Completed in 35 milliseconds