![]() |
TIOVX User Guide
|
#include <VX/vx.h>#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | TIVX_UTILS_POINT_MAX_FILENAME (256u) |
| Max file name size for output. | |
| #define | TIVX_UTILS_MAX_LINE_SIZE (1024u) |
| Max file line size for output. | |
Functions | |
| vx_status | tivx_utils_graph_perf_print (vx_graph graph) |
| Print graph performance information to stdout via 'printf'. More... | |
| vx_status | tivx_utils_graph_perf_export (FILE *fp, vx_graph graph) |
| Writes graph information to .md file for integration into user guide. More... | |
| vx_status | tivx_utils_node_perf_print (vx_node node) |
| Print node performance information to stdout via 'printf'. More... | |
Utility APIs to print graph performance in a user readable format
Definition in file tivx_utils_graph_perf.h.