Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerLoop.cpp507 auto TimeOfUnit = in RunOne() local
512 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 && in RunOne()
513 TimeOfUnit >= Options.ReportSlowUnits) { in RunOne()
514 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()