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