Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp291 duration_cast<seconds>(system_clock::now() - UnitStartTime).count(); in AlarmCallback()
450 duration_cast<seconds>(UnitStopTime - UnitStartTime).count(); in PrintPulseAndReportSlowInput()
520 auto TimeOfUnit = duration_cast<microseconds>(UnitStopTime - UnitStartTime); in RunOne()
614 UnitStartTime = system_clock::now(); in ExecuteCallback()
H A DFuzzerInternal.h141 system_clock::time_point UnitStartTime, UnitStopTime; variable