Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerLoop.cpp387 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()
512 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 && in RunOne()
514 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()
515 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in RunOne()
DFuzzerInternal.h165 long TimeOfLongestUnitInSeconds = 0; variable