工具与软件:
团队成员、您好!
我们需要检查 DSP (C7x) 和 VPU 利用率。 请提供命令以检查该特定内核的当前利用率和加载详细信息 DSP ( C7x) 和 VPU )
我们如何将负载/应力放在 DSP (C7x)和 VPU 内核上? 请提供要在电路板上运行的命令或测试应用、这会使 DSP (C7x)和 VPU 内核上施加负载/应力。
我们需要测量 DSP 和 VPU 利用率数据。
谢谢!
Nisarg
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.
工具与软件:
团队成员、您好!
我们需要检查 DSP (C7x) 和 VPU 利用率。 请提供命令以检查该特定内核的当前利用率和加载详细信息 DSP ( C7x) 和 VPU )
我们如何将负载/应力放在 DSP (C7x)和 VPU 内核上? 请提供要在电路板上运行的命令或测试应用、这会使 DSP (C7x)和 VPU 内核上施加负载/应力。
我们需要测量 DSP 和 VPU 利用率数据。
谢谢!
Nisarg
团队成员、您好!
我们使用以下链接进行构建 " perf_stats" utility on board for facing issue during building on board.
https://github.com/TexasInstruments/edgeai-gst-apps/blob/main/scripts/perf_stats/README.md
命令:-
cmake .. && make


错误日志摘要:-
root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats# mkdir build && cd build root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# cmake .. && make CMake Warning (dev) at /usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:3 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "/opt/edgeai-gst-apps/scripts/perf_stats/build/CMakeFiles/CMakeOutput.log". root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# cmake .. && make CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! See also "/opt/edgeai-gst-apps/scripts/perf_stats/build/CMakeFiles/CMakeOutput.log". root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build# root@SICK:/opt/edgeai-gst-apps/scripts/perf_stats/build#
请让我们来解决上述问题并构建 " perf_stats" on board.
Thanks,
Nisarg