Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp46 struct TestSystemStat { struct
84 TestSystemStat g_systemStat[CORE_NUM + 1] = {
93 TestSystemStat g_systemStat1[CORE_NUM + 1] = {
102 TestSystemStat g_systemStat2[CORE_NUM + 1] = {
230 void GetSystemCpuTime(TestSystemStat& stat, int64_t Hz, int64_t& usageTime, int64_t& time) in GetSystemCpuTime()
238 TestSystemStat stat = g_systemStat[0]; in GetCpuUsage()