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.

[参考译文] AM5728:SGX544性能

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/568457/am5728-sgx544-performance

器件型号:AM5728

您好!

我的客户现在使用 AM5728。

他们想知道具有3D 加速器的 AM5728的帧速率。

MPU:600MHz

GPU:124MHz

DDR:400 MHz

显示大小:VGA

在这种情况下、帧速率如何?

除了" Processor_SDK_Linux_Kernel_Performance_Guide"(http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Kernel_Performance_Guide#Performance_.28Fps.29 )之外,我找不到任何3D 加速器的性能数据。

感谢您的快速回复。

此致、

Michi

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Michi、
    您可以为此尝试 pvrscope 应用程序。 当前、pvrscope 仅以%表示 GPU 负载。
    pvrscope -c 0在控制台上打印 GPU 负载。

    pvrscope 在 Yocto 的 glsdk-example-apps 目录中可用

    您也可以从 git.ti.com/glsdk/example-applications 克隆

    如果您引用 pvrscope git.ti.com/.../pvrscope.cpp 的源代码
    它打印 GPU 负载。 将 sReading.pfValueBuf[3]打印为%f 将打印 FPS。