Searched refs:TimeOfLongestUnitInSeconds (Results 1 – 2 of 2) sorted by relevance
298 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()
478 long TimeOfLongestUnitInSeconds = 0; variable