Home
last modified time | relevance | path

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

/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerInternal.h140 system_clock::time_point UnitStartTime, UnitStopTime; variable
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()
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp429 auto UnitStopTime = system_clock::now(); in RunOne() local
431 duration_cast<seconds>(UnitStopTime - UnitStartTime).count(); in RunOne()