Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp41 std::shared_ptr<ComponmentStatisticsRecord> curComponmentStatisticsRecordPtr = nullptr; in StatisticsDetail() local
46curComponmentStatisticsRecordPtr = 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() local
98 curComponmentStatisticsRecordPtr = curStatisticsMsgPtr->componmentTypeRecord_[index]; in SrcDatasPretreatment()
103 curComponmentStatisticsRecordPtr->componmentType_ = srcData["componment"]; in SrcDatasPretreatment()
104 curComponmentStatisticsRecordPtr->execTimes_++; in SrcDatasPretreatment()
[all …]