This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[FAQ] J784S4XEVM: How to view TIOVX_OBJ_DESC_MEM usage in performance statistics

Part Number: J784S4XEVM


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.

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/obj_5F00_desc_5F00_mem_5F00_utilisation.patch

    cd $(PSDKRA);
    git apply obj_desc_mem_uitilisation.patch;
    
    ## build the sdk ##
    cd sdk_builder;
    ./make_sdk.sh;

    Regards,
    Gokul