Home
last modified time | relevance | path

Searched refs:time_ms (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c67 unsigned long long time_ms; in get_timer() local
80 time_ms = gd->arch.timer_reset_value; in get_timer()
81 do_div(time_ms, 1000); in get_timer()
82 return time_ms - base; in get_timer()
/openbmc/u-boot/cmd/
H A Dsf.c403 unsigned time_ms[STAGE_COUNT]; member
412 if (test->time_ms[stage]) in show_time()
413 do_div(speed, test->time_ms[stage] * 1024); in show_time()
417 stage_name[stage], test->time_ms[stage], in show_time()
423 test->time_ms[test->stage] = get_timer(test->base_ms); in spi_test_next_stage()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py628 time_ms = float (t.group(1)) * 1000
635 if max_ts == 0 and not base_ts and time_ms > 1000:
636 base_ts = time_ms
638 max_ts = max(time_ms, max_ts)
641 time_ms -= base_ts
653 kernel.duration = time_ms / 10
665 processMap[func] = Process(writer, ppid + idx, name, ppid, time_ms / 10)
670 process.duration = (time_ms / 10) - process.start_time