Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp40 constexpr int CORE_NUM = 6; variable
84 TestSystemStat g_systemStat[CORE_NUM + 1] = {
93 TestSystemStat g_systemStat1[CORE_NUM + 1] = {
102 TestSystemStat g_systemStat2[CORE_NUM + 1] = {
141 TestFreq g_freq[CORE_NUM + 1] = {
315 for (int i = 1; i <= CORE_NUM; i++) {
557 ASSERT_EQ(cpuUsageInfo1.cores_size(), CORE_NUM);
558 std::vector<int64_t> systemCpuTimeVec1(CORE_NUM);
559 std::vector<int64_t> systemBootTimeVec1(CORE_NUM);
560 for (int i = 1; i <= CORE_NUM; i++) {
[all …]