Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp783 ThreadInfo threadInfo2 = cpuData.thread_info()[i+FIRST_THREAD_NUM]; variable
784 EXPECT_EQ(threadInfo2.tid(), g_tidStat2[i].tid);
785 EXPECT_STREQ(threadInfo2.thread_name().c_str(), g_tidStat2[i].name.c_str());
786 EXPECT_EQ(threadInfo2.thread_state(), g_tidStat2[i].state);
787 EXPECT_EQ(threadInfo2.prev_thread_cpu_time_ms(), 0);
788 EXPECT_EQ(threadInfo2.thread_cpu_time_ms(), threadCpuTime2[i]);