Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nullfunc_loop_profiled
Function
nullfunc_loop_profiled
freebsd/kern/subr_prof.c:62–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
#ifdef GUPROF
62
void
63
nullfunc_loop_profiled()
64
{
65
int i;
66
67
for (i = 0; i < CALIB_SCALE; i++)
68
nullfunc_profiled();
69
}
70
71
#define nullfunc_loop_profiled_end nullfunc_profiled /* XXX */
72
Callers
1
kmstartup
Function · 0.85
Calls
1
nullfunc_profiled
Function · 0.85
Tested by
no test coverage detected