Home
last modified time | relevance | path

Searched defs:totalLoad (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_cpu_data_parser.h55 void SetExtInfo(double totalLoad, double userLoad, double sysLoad, double process_num) in SetExtInfo()
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dhtrace_cpu_data_parser_test.cpp131 auto totalLoad = stream_.traceDataCache_->GetConstCpuUsageInfoData().TotalLoad()[0]; variable
Dtable_test.cpp270 double totalLoad = 2; variable
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DAbilityMonitor.ts21 totalLoad: number = -1 property in SystemCpuSummary
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp436 double totalLoad = static_cast<double>(cpuTimeData.systemUsageTime - in WriteSystemCpuUsage() local
/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp61 double totalLoad; member
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1027 double totalLoad, in AppendNewData()