TIOVX User Guide
|
Graph object descriptor as placed in shared memory. More...
#include <tivx_obj_desc_priv.h>
Data Fields | |
tivx_obj_desc_t | base |
base object descriptor | |
volatile uint32_t | pipeline_id |
pipeline ID of this graph instance | |
volatile uint32_t | state |
Graph instance state, running or completed or abandoned. | |
volatile uint32_t | complete_leaf_nodes |
number of leaf nodes that have completed so far, before a graph begins this value is 0 | |
volatile uint32_t | exe_time_beg_h |
graph execution time | |
volatile uint32_t | exe_time_beg_l |
graph execution time | |
volatile uint32_t | exe_time_end_h |
graph execution time | |
volatile uint32_t | exe_time_end_l |
graph execution time | |
Graph object descriptor as placed in shared memory.
Definition at line 333 of file tivx_obj_desc_priv.h.