Home
last modified time | relevance | path

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

/u-boot/test/
A Dtime_ut.c83 ulong start_us, end_us, delta_us; in test_time_comparison() local
88 start_us = timer_get_us(); in test_time_comparison()
92 delta_us = end_us - start_us; in test_time_comparison()
/u-boot/common/
A Dbootstage.c31 uint32_t start_us; member
197 ulong start_us = timer_get_boot_us(); in bootstage_start() local
200 rec->start_us = start_us; in bootstage_start()
204 return start_us; in bootstage_start()
215 duration = (uint32_t)timer_get_boot_us() - rec->start_us; in bootstage_accum()
313 rec->start_us ? "accum" : "mark", in add_bootstages_devicetree()
347 if (rec->id && !rec->start_us) in bootstage_report()
357 if (rec->start_us) in bootstage_report()

Completed in 3 milliseconds