Home
last modified time | relevance | path

Searched defs:TimeOfUnit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h30 std::chrono::microseconds TimeOfUnit; member
211 std::chrono::microseconds TimeOfUnit, in AddToCorpus()
288 std::chrono::microseconds TimeOfUnit) { in Replace()
H A DFuzzerLoop.cpp449 auto TimeOfUnit = in PrintPulseAndReportSlowInput() local
520 auto TimeOfUnit = duration_cast<microseconds>(UnitStopTime - UnitStartTime); in RunOne() local