Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp430 auto TimeOfUnit = in RunOne() local
435 if (TimeOfUnit > TimeOfLongestUnitInSeconds && in RunOne()
436 TimeOfUnit >= Options.ReportSlowUnits) { in RunOne()
437 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()