Sha256: 8770fe3aaacbd49b102ea6d3b2e9d1a9c4f1d61634d5a20b876b7aa906d1a80c
Contents?: true
Size: 551 Bytes
Versions: 3
Compression:
Stored size: 551 Bytes
Contents
/* cpucycles monotoniccpuinfo.h version 20100804 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_monotoniccpuinfo_h #define CPUCYCLES_monotoniccpuinfo_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_monotoniccpuinfo(void); extern long long cpucycles_monotoniccpuinfo_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "monotoniccpuinfo" #define cpucycles cpucycles_monotoniccpuinfo #define cpucycles_persecond cpucycles_monotoniccpuinfo_persecond #endif #endif
Version data entries
3 entries across 3 versions & 1 rubygems