MCPcopy 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
388static __inline uint64_t
389rdtsc(void)
390{
391 uint64_t rv;
392
393 __asm __volatile("rdtsc" : "=A" (rv));
394 return (rv);
395}
396
397static __inline uint64_t
398rdtscp(void)

Callers 2

cputimeFunction · 0.50
perfmon_ioctlFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected