Searched refs:time_ms (Results 1 – 3 of 3) sorted by relevance
67 unsigned long long time_ms; in get_timer() local80 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()
403 unsigned time_ms[STAGE_COUNT]; member412 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()
628 time_ms = float (t.group(1)) * 1000635 if max_ts == 0 and not base_ts and time_ms > 1000:636 base_ts = time_ms638 max_ts = max(time_ms, max_ts)641 time_ms -= base_ts653 kernel.duration = time_ms / 10665 processMap[func] = Process(writer, ppid + idx, name, ppid, time_ms / 10)670 process.duration = (time_ms / 10) - process.start_time