vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/internal/common.hpp>
Go to the source code of this file.
Classes | |
class | vsmc::RDTSCCounter |
CPU clock cycle counter using rdtsc More... | |
class | vsmc::RDTSCPCounter |
CPU clock cycle counter using rdtscp More... | |
Namespaces | |
vsmc | |
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... | |