CoreFlow 1.0.0
A modern orchestration and execution runtime
|
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. | |
The Public Performance API.
#define VX_PERF_INIT {0ul, 0ul, 0ul, 0ul, 0ul, 0ul} |
#include <vx_types.h>
Initializes a vx_perf_t
on the stack.
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.