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.cpp236 int64_t usageTime = 0; in GetCpuUsageTime() local
270 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteProcessCpuUsage() local
607 int64_t usageTime = GetCpuUsageTime(cpuUsageVec); in WriteThread() local
/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()