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

Function console_time_stop

src/console/printk.c:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static void console_time_stop(void)
30{
31 if (TRACK_CONSOLE_TIME && boot_cpu()) {
32 timer_monotonic_get(&mt_stop);
33 console_usecs += mono_time_diff_microseconds(&mt_start, &mt_stop);
34 }
35}
36
37void console_time_report(void)
38{

Callers 2

do_putcharFunction · 0.85
vprintkFunction · 0.85

Calls 3

boot_cpuFunction · 0.50
timer_monotonic_getFunction · 0.50

Tested by

no test coverage detected