MCPcopy Create free account
hub / github.com/coreboot/coreboot / console_time_run

Function console_time_run

src/console/printk.c:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21static long console_usecs;
22
23static void console_time_run(void)
24{
25 if (TRACK_CONSOLE_TIME && boot_cpu())
26 timer_monotonic_get(&mt_start);
27}
28
29static void console_time_stop(void)
30{

Callers 2

do_putcharFunction · 0.85
vprintkFunction · 0.85

Calls 2

boot_cpuFunction · 0.50
timer_monotonic_getFunction · 0.50

Tested by

no test coverage detected