Searched refs:TimeOfLongestUnitInSeconds (Results 1 – 2 of 2) sorted by relevance
371 Printf("stat::slowest_unit_time_sec: %ld\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()452 static_cast<long>(static_cast<double>(TimeOfLongestUnitInSeconds) * 1.1); in PrintPulseAndReportSlowInput()454 TimeOfLongestUnitInSeconds = TimeOfUnit; in PrintPulseAndReportSlowInput()455 Printf("Slowest unit: %ld s:\n", TimeOfLongestUnitInSeconds); in PrintPulseAndReportSlowInput()
141 long TimeOfLongestUnitInSeconds = 0; variable