Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp298 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()
435 if (TimeOfUnit > TimeOfLongestUnitInSeconds && in RunOne()
437 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()
438 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in RunOne()
DFuzzerInternal.h478 long TimeOfLongestUnitInSeconds = 0; variable