Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerOptions.h40 int ReportSlowUnits = 10; member
DFuzzerDriver.cpp418 Options.ReportSlowUnits = Flags.report_slow_units; in FuzzerDriver()
DFuzzerLoop.cpp513 TimeOfUnit >= Options.ReportSlowUnits) { in RunOne()