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.

[参考译文] AM69A:核心 ARM 上的线程

Guru**** 2455360 points
Other Parts Discussed in Thread: AM69A

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1488454/am69a-threads-on-core-arm

器件型号:AM69A

工具与软件:

您好!

我正在核心 ARM 上测试不同数量的线程,我想知道:  

如何在 ARM 内核上分配线程、以及如何在线程之间分配算法?

使用的 SDK 版本: 10.00.00.05

使用的 Edgeai_tidl_tools 版本:10_00_08_00
目标 :AM69A
谢谢!
Azer
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!  

    假设您在使用 Processor SDK Linux!

    请注意、这里由 Linux 内核进行调度、并且线程分布在 AM69A 的全部8个内核上。 您可以使用 Linux 内核配置文件工具( 性能 )对此进行分析。  另一个选项是运行工具"htop "以查看运行用例时占用的所有内核。

     谢谢。