Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
static long console_usecs;
22
23
static void console_time_run(void)
24
{
25
if (TRACK_CONSOLE_TIME && boot_cpu())
26
timer_monotonic_get(&mt_start);
27
}
28
29
static void console_time_stop(void)
30
{
Callers
2
do_putchar
Function · 0.85
vprintk
Function · 0.85
Calls
2
boot_cpu
Function · 0.50
timer_monotonic_get
Function · 0.50
Tested by
no test coverage detected