Tool/software:
Utility to print TIOVX_OBJ_DESC_MEM usage by the application.
TIOVX_OBJ_DESC_MEM is used to store all the object descriptors used by the application.
Tool/software:
Utility to print TIOVX_OBJ_DESC_MEM usage by the application.
TIOVX_OBJ_DESC_MEM is used to store all the object descriptors used by the application.
Hi,
Apply the following patch in the sdk directory and build the sdk. TIOVX_OBJ_DESC_MEM usage will be printed in the applications performance statistics by pressing "p" in the interactive mode.
obj_desc_mem_utilisation.patch
cd $(PSDKRA); git apply obj_desc_mem_uitilisation.patch; ## build the sdk ## cd sdk_builder; ./make_sdk.sh;
Regards,
Gokul