Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp368 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()
442 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 && in PrintPulseAndReportSlowInput()
444 TimeOfLongestUnitInSeconds = TimeOfUnit; in PrintPulseAndReportSlowInput()
445 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in PrintPulseAndReportSlowInput()
H A DFuzzerInternal.h141 long TimeOfLongestUnitInSeconds = 0; variable