Searched refs:curComponmentStatisticsRecordPtr (Results 1 – 1 of 1) sorted by relevance
41 std::shared_ptr<ComponmentStatisticsRecord> curComponmentStatisticsRecordPtr = nullptr; in StatisticsDetail() local46 … curComponmentStatisticsRecordPtr = curComponmentStatisticsMsgPtr->componmentTypeRecord_[i]; in StatisticsDetail()47 …UpdateLine(curComponmentStatisticsRecordPtr, curComponmentStatisticsMsgPtr->componmentTypeTotal_, … in StatisticsDetail()49 curBundleAllStatisticsPtr->execTimes_ += curComponmentStatisticsRecordPtr->execTimes_; in StatisticsDetail()50 … curBundleAllStatisticsPtr->inputedTimes_ += curComponmentStatisticsRecordPtr->inputedTimes_; in StatisticsDetail()51 …curBundleAllStatisticsPtr->expectInputTimes_ += curComponmentStatisticsRecordPtr->expectInputTimes… in StatisticsDetail()93 std::shared_ptr<ComponmentStatisticsRecord> curComponmentStatisticsRecordPtr = in SrcDatasPretreatment() local98 curComponmentStatisticsRecordPtr = curStatisticsMsgPtr->componmentTypeRecord_[index]; in SrcDatasPretreatment()103 curComponmentStatisticsRecordPtr->componmentType_ = srcData["componment"]; in SrcDatasPretreatment()104 curComponmentStatisticsRecordPtr->execTimes_++; in SrcDatasPretreatment()[all …]