API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_time_startup_t Struct Reference

Time stamp values at ODP startup. More...

#include <time_types.h>

Collaboration diagram for odp_time_startup_t:
[legend]

Data Fields

odp_time_t global
 Global time at ODP startup.
 
uint64_t global_ns
 Global time in nanoseconds at ODP startup.
 

Detailed Description

Time stamp values at ODP startup.

Examples
odp_bench_misc.c.

Definition at line 55 of file api/spec/time_types.h.

Field Documentation

◆ global

odp_time_t odp_time_startup_t::global

Global time at ODP startup.

Definition at line 57 of file api/spec/time_types.h.

◆ global_ns

uint64_t odp_time_startup_t::global_ns

Global time in nanoseconds at ODP startup.

Examples
odp_bench_misc.c.

Definition at line 60 of file api/spec/time_types.h.


The documentation for this struct was generated from the following file: