HomeSort by: relevance | last modified time | path
    Searched refs:TimeOfLongestUnitInSeconds (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 142 long TimeOfLongestUnitInSeconds = 0;
FuzzerLoop.cpp 370 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds);
444 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 &&
446 TimeOfLongestUnitInSeconds = TimeOfUnit;
447 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds);

Completed in 13 milliseconds