Home
last modified time | relevance | path

Searched refs:ReportSlowUnits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h47 int ReportSlowUnits = 10; member
H A DFuzzerLoop.cpp453 if (TimeOfUnit > Threshhold && TimeOfUnit >= Options.ReportSlowUnits) { in PrintPulseAndReportSlowInput()
H A DFuzzerDriver.cpp725 Options.ReportSlowUnits = Flags.report_slow_units; in FuzzerDriver()