Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp217 auto TimeOfUnit = in RunOne() local
222 if (TimeOfUnit > TimeOfLongestUnitInSeconds && in RunOne()
223 TimeOfUnit >= Options.ReportSlowUnits) { in RunOne()
224 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()