CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
User Facing Performance API

The Public Performance API. More...

Classes

struct  _vx_perf_t
 The performance measurement structure. The time or durations are in units of nano seconds. More...
 

Macros

#define VX_PERF_INIT   {0ul, 0ul, 0ul, 0ul, 0ul, 0ul}
 Initializes a vx_perf_t on the stack.
 

Typedefs

typedef struct _vx_perf_t vx_perf_t
 The performance measurement structure. The time or durations are in units of nano seconds.
 

Detailed Description

The Public Performance API.

Macro Definition Documentation

◆ VX_PERF_INIT

#define VX_PERF_INIT   {0ul, 0ul, 0ul, 0ul, 0ul, 0ul}

#include <vx_types.h>

Initializes a vx_perf_t on the stack.

Typedef Documentation

◆ vx_perf_t

typedef struct _vx_perf_t vx_perf_t

#include <vx_types.h>

The performance measurement structure. The time or durations are in units of nano seconds.