vSMC
vSMC: Scalable Monte Carlo
|
CPU clock cycles count using RDTSC and RDTSCP. More...
Classes | |
class | vsmc::RDTSCCounter |
CPU clock cycle counter using rdtsc More... | |
class | vsmc::RDTSCPCounter |
CPU clock cycle counter using rdtscp More... | |
Functions | |
uint64_t | vsmc::rdtsc () |
Return the TSC value using RDTSC instruction. More... | |
uint64_t | vsmc::rdtscp (unsigned *aux) |
Return the TSC and TSC_AUX values using RDTSCP instruction. More... | |
CPU clock cycles count using RDTSC and RDTSCP.
|
inline |