12#ifndef ODP_API_SPEC_TIME_TYPES_H_
13#define ODP_API_SPEC_TIME_TYPES_H_
14#include <odp/visibility_begin.h>
25#define ODP_TIME_USEC_IN_NS 1000ULL
28#define ODP_TIME_MSEC_IN_NS 1000000ULL
31#define ODP_TIME_SEC_IN_NS 1000000000ULL
34#define ODP_TIME_MIN_IN_NS 60000000000ULL
37#define ODP_TIME_HOUR_IN_NS 3600000000000ULL
72#include <odp/visibility_end.h>
Time stamp values at ODP startup.
odp_time_t global
Global time at ODP startup.
uint64_t global_ns
Global time in nanoseconds at ODP startup.