Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h140 system_clock::time_point UnitStartTime, UnitStopTime; variable
H A DFuzzerLoop.cpp438 duration_cast<seconds>(UnitStopTime - UnitStartTime).count(); in PrintPulseAndReportSlowInput()
535 UnitStopTime = system_clock::now(); in ExecuteCallback()