Home
last modified time | relevance | path

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

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