Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rdtsc
Function
rdtsc
freebsd/i386/include/cpufunc.h:388–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
static __inline uint64_t
389
rdtsc(void)
390
{
391
uint64_t rv;
392
393
__asm __volatile(
"rdtsc"
:
"=A"
(rv));
394
return (rv);
395
}
396
397
static __inline uint64_t
398
rdtscp(void)
Callers
2
cputime
Function · 0.50
perfmon_ioctl
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected