Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp429 auto UnitStopTime = system_clock::now(); in RunOne() local
431 duration_cast<seconds>(UnitStopTime - UnitStartTime).count(); in RunOne()