Functions | Variables
test_rdtsc_x64.cpp File Reference

Go to the source code of this file.

Functions

uint64_t __read_tsc (void) noexcept
 
uint64_t __read_tscp (void) noexcept
 

Variables

read_tsc::value_type g_read_tsc = 0
 
read_tscp::value_type g_read_tscp = 0
 

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.

Variable Documentation

◆ g_read_tsc

read_tsc::value_type g_read_tsc = 0

Definition at line 27 of file test_rdtsc_x64.cpp.

◆ g_read_tscp

read_tscp::value_type g_read_tscp = 0

Definition at line 28 of file test_rdtsc_x64.cpp.