Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp437 auto TimeOfUnit = in PrintPulseAndReportSlowInput() local
442 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 && in PrintPulseAndReportSlowInput()
443 TimeOfUnit >= Options.ReportSlowUnits) { in PrintPulseAndReportSlowInput()
444 TimeOfLongestUnitInSeconds = TimeOfUnit; in PrintPulseAndReportSlowInput()