MCPcopy Create free account
hub / github.com/Tencent/phxqueue / rdtsc

Function rdtsc

phxqueue/comm/utils/other_util.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#ifdef __i386
34
35__inline__ uint64_t rdtsc() {
36 uint64_t x;
37 __asm__ volatile ("rdtsc" : "=A" (x));
38 return x;
39}
40
41#elif __amd64
42

Callers 1

ResetFastRandomSeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected