67 #ifndef TIVX_UTILS_GRAPH_PERF_H    68 #define TIVX_UTILS_GRAPH_PERF_H    75 #define TIVX_UTILS_POINT_MAX_FILENAME     (256u)    78 #define TIVX_UTILS_MAX_LINE_SIZE     (1024u) vx_status tivx_utils_node_perf_print(vx_node node)
Print node performance information to stdout via 'printf'. 
vx_status tivx_utils_graph_perf_print(vx_graph graph)
Print graph performance information to stdout via 'printf'. 
struct _vx_graph * vx_graph
struct _vx_node * vx_node
vx_status tivx_utils_graph_perf_export(FILE *fp, vx_graph graph)
Writes graph information to .md file for integration into user guide.