Home
last modified time | relevance | path

Searched refs:EventStatisticsRecord (Results 1 - 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
H A Dstatistics_event.cpp39 std::shared_ptr<EventStatisticsRecord> curEventStatisticsRecordPtr = nullptr; in StatisticsDetail()
40 std::shared_ptr<EventStatisticsRecord> curBundleAllStatisticsPtr = in StatisticsDetail()
41 std::make_shared<EventStatisticsRecord>(); in StatisticsDetail()
87 std::shared_ptr<EventStatisticsRecord> curEventStatisticsRecordPtr = in SrcDatasPretreatment()
88 std::make_shared<EventStatisticsRecord>(); in SrcDatasPretreatment()
115 void StatisticsEvent::UpdateLine(std::shared_ptr<EventStatisticsRecord> EventStatisticsRecordPtr, in UpdateLine()
136 std::shared_ptr<EventStatisticsRecord> globalAllStatisticsPtr = std::make_shared<EventStatisticsRecord>(); in GlobalElementTypesStatistics()
139 std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr = std::make_shared<EventStatisticsRecord>(); in GlobalElementTypesStatistics()
[all...]
/test/ostest/wukong/report/include/
H A Dstatistics_event.h28 class EventStatisticsRecord { class
55 std::vector<std::shared_ptr<EventStatisticsRecord>> eventTypeRecord_;
74 void UpdateLine(std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr, uint32_t eventTypeTotal,

Completed in 2 milliseconds