Home
last modified time | relevance | path

Searched refs:total_seconds (Results 1 – 2 of 2) sorted by relevance

/u-boot/cmd/
A Dtime.c12 ulong total_seconds, remainder; in report_time() local
14 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()
/u-boot/tools/buildman/
A Dbuilder.py387 seconds = delta.total_seconds()
1728 rate = float(self.count) / duration.total_seconds()

Completed in 9 milliseconds