NDN-DPDK
High-Speed Named Data Networking Forwarder
|
#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 int64_t TscDuration |
Duration in TscTime unit.
typedef uint64_t TscTime |
TSC clock time point.
|
extern |
TSC time units in one nanosecond, TscHz/1e9
.
|
extern |
TSC time units in one second.
|
extern |
Nanoseconds in one TSC time unit, 1/TscGHz
.
|
extern |
Seconds in one TSC time unit, 1/TscHz
.
|
extern |
|
extern |