Home
last modified time | relevance | path

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

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