NDN-DPDK
High-Speed Named Data Networking Forwarder
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Typedefs | Variables
tsc.h File Reference
#include "../core/common.h"

Go to the source code of this file.

Typedefs

typedef uint64_t TscTime
 TSC clock time point. More...
 
typedef int64_t TscDuration
 Duration in TscTime unit. More...
 

Variables

uint64_t TscHz
 TSC time units in one second. More...
 
double TscGHz
 TSC time units in one nanosecond, TscHz/1e9 . More...
 
double TscSeconds
 Seconds in one TSC time unit, 1/TscHz . More...
 
double TscNanos
 Nanoseconds in one TSC time unit, 1/TscGHz . More...
 
double TscTimeRefUnixNano_
 
double TscTimeRefTsc_
 

Typedef Documentation

◆ TscDuration

typedef int64_t TscDuration

Duration in TscTime unit.

◆ TscTime

typedef uint64_t TscTime

TSC clock time point.

Variable Documentation

◆ TscGHz

double TscGHz
extern

TSC time units in one nanosecond, TscHz/1e9 .

◆ TscHz

uint64_t TscHz
extern

TSC time units in one second.

◆ TscNanos

double TscNanos
extern

Nanoseconds in one TSC time unit, 1/TscGHz .

◆ TscSeconds

double TscSeconds
extern

Seconds in one TSC time unit, 1/TscHz .

◆ TscTimeRefTsc_

double TscTimeRefTsc_
extern

◆ TscTimeRefUnixNano_

double TscTimeRefUnixNano_
extern