HomeSort by relevance Sort by last modified time
    Searched refs:UnitStartTime (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 64 duration_cast<seconds>(system_clock::now() - UnitStartTime).count();
125 UnitStartTime = system_clock::now();
136 duration_cast<seconds>(UnitStopTime - UnitStartTime).count();
FuzzerInternal.h 120 system_clock::time_point UnitStartTime;

Completed in 358 milliseconds