Searched refs:eventStatisticsRecordPtr (Results 1 – 2 of 2) sorted by relevance
139 …std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr = std::make_shared<EventStatistics… in GlobalElementTypesStatistics() local140 eventStatisticsRecordPtr->eventType_ = eventType; in GlobalElementTypesStatistics()147 eventStatisticsRecordPtr->execTimes_ += curEventStatisticsRecordPtr->execTimes_; in GlobalElementTypesStatistics()150 globalAllStatisticsPtr->execTimes_ += eventStatisticsRecordPtr->execTimes_; in GlobalElementTypesStatistics()151 UpdateLine(eventStatisticsRecordPtr, execCount_, line); in GlobalElementTypesStatistics()
74 …void UpdateLine(std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr, uint32_t eventTyp…