Home
last modified time | relevance | path

Searched defs:usageTime (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp202 int64_t utime, stime, cutime, cstime, usageTime; in GetCpuUsageTime() local
236 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteProcessCpuUsage() local
324 bool CpuDataPlugin::GetSystemCpuTime(std::vector<std::string>& cpuUsageVec, int64_t& usageTime, int… in GetSystemCpuTime()
351 int64_t usageTime = 0; in WriteSystemCpuUsage() local
540 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteThread() local
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp214 void GetSystemCpuTime(TestSystemStat& stat, int64_t Hz, int64_t& usageTime, int64_t& time) in GetSystemCpuTime()