Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp369 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()
450 static_cast<long>(static_cast<double>(TimeOfLongestUnitInSeconds) * 1.1); in PrintPulseAndReportSlowInput()
452 TimeOfLongestUnitInSeconds = TimeOfUnit; in PrintPulseAndReportSlowInput()
453 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in PrintPulseAndReportSlowInput()
H A DFuzzerInternal.h141 long TimeOfLongestUnitInSeconds = 0; variable