Searched refs:TimeOfLongestUnitInSeconds (Results 1 – 2 of 2) sorted by relevance
368 Printf("stat::slowest_unit_time_sec: %zd\n", TimeOfLongestUnitInSeconds); in PrintFinalStats()442 if (TimeOfUnit > TimeOfLongestUnitInSeconds * 1.1 && in PrintPulseAndReportSlowInput()444 TimeOfLongestUnitInSeconds = TimeOfUnit; in PrintPulseAndReportSlowInput()445 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds); in PrintPulseAndReportSlowInput()
141 long TimeOfLongestUnitInSeconds = 0; variable