Home
last modified time | relevance | path

Searched refs:THREAD_NUM (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp41 constexpr int THREAD_NUM = 7; variable
116 TestTidStat g_tidStat[THREAD_NUM] = {
125 TestTidStat g_tidStat1[THREAD_NUM] = {
132 TestTidStat g_tidStat2[THREAD_NUM] = {
353 for (int i = 0; i < THREAD_NUM && i < cpuData.thread_info().size(); i++) {
/developtools/profiler/device/plugins/process_plugin/test/unittest/
Dprocess_plugin_unittest.cpp35 constexpr int THREAD_NUM = 3; variable
168 cpuDataVec[1].threadSum = THREAD_NUM; in GetCpuData()