Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp161 std::shared_ptr<ComponmentStatisticsRecord> componmentTypeRecordPtr = in GlobalComponmentTypeStatistics() local
163 componmentTypeRecordPtr->componmentType_ = comonmentType; in GlobalComponmentTypeStatistics()
170 componmentTypeRecordPtr->execTimes_ += curComponmentStatisticsRecordPtr->execTimes_; in GlobalComponmentTypeStatistics()
171componmentTypeRecordPtr->inputedTimes_ += curComponmentStatisticsRecordPtr->inputedTimes_; in GlobalComponmentTypeStatistics()
172componmentTypeRecordPtr->expectInputTimes_ += curComponmentStatisticsRecordPtr->expectInputTimes_; in GlobalComponmentTypeStatistics()
175 globalAllStatisticsPtr->execTimes_ += componmentTypeRecordPtr->execTimes_; in GlobalComponmentTypeStatistics()
176 globalAllStatisticsPtr->inputedTimes_ += componmentTypeRecordPtr->inputedTimes_; in GlobalComponmentTypeStatistics()
177 globalAllStatisticsPtr->expectInputTimes_ += componmentTypeRecordPtr->expectInputTimes_; in GlobalComponmentTypeStatistics()
178 UpdateLine(componmentTypeRecordPtr, execCount_, line); in GlobalComponmentTypeStatistics()