Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp47 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()
Dstatistics_componment.cpp49 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()
/test/ostest/wukong/report/include/
Dstatistics_componment.h30 uint32_t execTimes_ = 0; variable
Dstatistics_event.h31 uint32_t execTimes_ = 0; variable