Searched refs:total_seconds (Results 1 – 2 of 2) sorted by relevance
12 ulong total_seconds, remainder; in report_time() local14 total_seconds = cycles / CONFIG_SYS_HZ; in report_time()16 minutes = total_seconds / 60; in report_time()17 seconds = total_seconds % 60; in report_time()
387 seconds = delta.total_seconds()1728 rate = float(self.count) / duration.total_seconds()
Completed in 9 milliseconds