Searched refs:execTimes_ (Results 1 – 4 of 4) sorted by relevance
47 curBundleAllStatisticsPtr->execTimes_ += curEventStatisticsRecordPtr->execTimes_; in StatisticsDetail()98 curEventStatisticsRecordPtr->execTimes_++; in SrcDatasPretreatment()120 std::string curExecTimes = std::to_string(EventStatisticsRecordPtr->execTimes_); in UpdateLine()123 float proportion = (EventStatisticsRecordPtr->execTimes_ * PERCENTAGE) / eventTypeTotal; in UpdateLine()147 eventStatisticsRecordPtr->execTimes_ += curEventStatisticsRecordPtr->execTimes_; in GlobalElementTypesStatistics()150 globalAllStatisticsPtr->execTimes_ += eventStatisticsRecordPtr->execTimes_; in GlobalElementTypesStatistics()
49 curBundleAllStatisticsPtr->execTimes_ += curComponmentStatisticsRecordPtr->execTimes_; in StatisticsDetail()104 curComponmentStatisticsRecordPtr->execTimes_++; in SrcDatasPretreatment()129 std::string curExecTimes = std::to_string(ComponmentStatisticsRecordPtr->execTimes_); in UpdateLine()135 … float proportion = (ComponmentStatisticsRecordPtr->execTimes_ * PERCENTAGE) / componmentTypeTotal; in UpdateLine()170 componmentTypeRecordPtr->execTimes_ += curComponmentStatisticsRecordPtr->execTimes_; in GlobalComponmentTypeStatistics()175 globalAllStatisticsPtr->execTimes_ += componmentTypeRecordPtr->execTimes_; in GlobalComponmentTypeStatistics()
30 uint32_t execTimes_ = 0; variable
31 uint32_t execTimes_ = 0; variable