Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp286 duration_cast<seconds>(system_clock::now() - UnitStartTime).count(); in AlarmCallback()
445 duration_cast<seconds>(UnitStopTime - UnitStartTime).count(); in PrintPulseAndReportSlowInput()
515 auto TimeOfUnit = duration_cast<microseconds>(UnitStopTime - UnitStartTime); in RunOne()
609 UnitStartTime = system_clock::now(); in ExecuteCallback()
H A DFuzzerInternal.h140 system_clock::time_point UnitStartTime, UnitStopTime; variable