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:如何在性能统计信息中查看 TIOVX_OBJ_DESC_MEM 的使用情况

Guru**** 2455560 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1485252/faq-j784s4xevm-how-to-view-tiovx_obj_desc_mem-usage-in-performance-statistics

器件型号:J784S4XEVM

工具与软件:

此实用程序用于打印应用程序使用的 TIOVX_OBJ_DESC_MEM。

TIOVX_OBJ_DESC_MEM 用于存储应用程序使用的所有目标描述符。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    在 SDK 目录中应用以下补丁并构建 SDK。 在交互模式下按"p"将在应用性能统计信息中打印 TIOVX_OBJ_DESC_MEM 使用情况。

    e2e.ti.com/.../obj_5F00_desc_5F00_mem_5F00_utilization.patch

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

    此致、
    Gokul