Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp230 void GetSystemCpuTime(TestSystemStat& stat, int64_t Hz, int64_t& usageTime, int64_t& time) in GetSystemCpuTime() function
299 GetSystemCpuTime(g_systemStat[0], Hz, systemCpuTime, systemBootTime);
317 GetSystemCpuTime(g_systemStat[i], Hz, systemCpuTime, systemBootTime);
550 GetSystemCpuTime(g_systemStat1[0], Hz, systemCpuTime1, systemBootTime1);
562 GetSystemCpuTime(g_systemStat1[i], Hz, systemCpuTimeVec1[i-1], systemBootTimeVec1[i-1]);
573 GetSystemCpuTime(g_systemStat2[0], Hz, systemCpuTime2, systemBootTime2);
585 GetSystemCpuTime(g_systemStat2[i], Hz, systemCpuTimeVec2[i-1], systemBootTimeVec2[i-1]);
605 GetSystemCpuTime(g_systemStat2[i], Hz, systemCpuTimeVec3[i-1], systemBootTimeVec3[i-1]);
627 GetSystemCpuTime(g_systemStat1[0], Hz, systemCpuTime, systemBootTime);
693 GetSystemCpuTime(g_systemStat1[i], Hz, systemCpuTimeVec1[i-1], systemBootTimeVec1[i-1]);
[all …]
/developtools/profiler/device/plugins/cpu_plugin/include/
Dcpu_data_plugin.h80 bool GetSystemCpuTime(std::vector<std::string>& cpuUsageVec, CpuTimeData& cpuTimeData);
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp348 bool CpuDataPlugin::GetSystemCpuTime(std::vector<std::string>& cpuUsageVec, CpuTimeData& cpuTimeDat… in GetSystemCpuTime() function in CpuDataPlugin
402 if (!GetSystemCpuTime(cpuUsageVec, cpuTimeData)) { in WriteSystemCpuUsage()