Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp139 …std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr = std::make_shared<EventStatistics… in GlobalElementTypesStatistics() local
140 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()
/test/ostest/wukong/report/include/
Dstatistics_event.h74 …void UpdateLine(std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr, uint32_t eventTyp…