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

  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerInternal.h 158 system_clock::time_point UnitStartTime, UnitStopTime;
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 429 auto UnitStopTime = system_clock::now();
431 duration_cast<seconds>(UnitStopTime - UnitStartTime).count();

Completed in 85 milliseconds