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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h134 system_clock::time_point UnitStartTime, UnitStopTime; member in class:fuzzer::Fuzzer
H A DFuzzerLoop.cpp285 duration_cast<seconds>(system_clock::now() - UnitStartTime).count();
436 duration_cast<seconds>(UnitStopTime - UnitStartTime).count();
553 UnitStartTime = system_clock::now();

Completed in 134 milliseconds