Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_cpu_data_parser.h56 totalLoad_ = totalLoad; in SetExtInfo()
67 double totalLoad_ = 0; variable
Dhtrace_cpu_data_parser.cpp70 …newTimeStamp, dur, (*itor)->totalLoad_, (*itor)->userLoad_, (*itor)->sysLoad_, (*itor)->process_nu… in Finish()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_cpu_data_parser.h56 totalLoad_ = totalLoad; in SetExtInfo()
67 double totalLoad_ = 0; variable
Dhtrace_cpu_data_parser.cpp71 …newTimeStamp, dur, (*itor)->totalLoad_, (*itor)->userLoad_, (*itor)->sysLoad_, (*itor)->process_nu… in Finish()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1192 totalLoad_.emplace_back(totalLoad); in AppendNewData()
1204 return totalLoad_; in TotalLoad()
Dtrace_stdtype.h1278 totalLoad_.clear(); in Clear()
1286 std::deque<double> totalLoad_ = {}; variable
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1199 totalLoad_.emplace_back(totalLoad); in AppendNewData()
1211 return totalLoad_; in TotalLoad()
Dtrace_stdtype.h1283 totalLoad_.clear(); in Clear()
1291 std::deque<double> totalLoad_ = {}; variable