Searched refs:TimeOfLongestUnitInSeconds (Results 1 – 2 of 2) sorted by relevance
222 if (TimeOfUnit > TimeOfLongestUnitInSeconds && in RunOne()224 TimeOfLongestUnitInSeconds = TimeOfUnit; in RunOne()225 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in RunOne()
187 long TimeOfLongestUnitInSeconds = 0; variable