Home
last modified time | relevance | path

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

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