Namespaces | Typedefs | Functions
rdtsc_x64.h File Reference

Go to the source code of this file.

Namespaces

 x64
 
 x64::read_tsc
 
 x64::read_tscp
 

Typedefs

using x64::read_tsc::value_type = uint64_t
 
using x64::read_tscp::value_type = uint64_t
 

Functions

uint64_t __read_tsc (void) noexcept
 
uint64_t __read_tscp (void) noexcept
 
auto x64::read_tsc::get () noexcept
 
auto x64::read_tscp::get () noexcept
 

Function Documentation

◆ __read_tsc()

uint64_t __read_tsc ( void  )
noexcept

Definition at line 31 of file test_rdtsc_x64.cpp.

◆ __read_tscp()

uint64_t __read_tscp ( void  )
noexcept

Definition at line 35 of file test_rdtsc_x64.cpp.