Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp115 void StatisticsEvent::UpdateLine(std::shared_ptr<EventStatisticsRecord> EventStatisticsRecordPtr, in UpdateLine() argument
119 std::string curElementType = EventStatisticsRecordPtr->eventType_; in UpdateLine()
120 std::string curExecTimes = std::to_string(EventStatisticsRecordPtr->execTimes_); in UpdateLine()
123 float proportion = (EventStatisticsRecordPtr->execTimes_ * PERCENTAGE) / eventTypeTotal; in UpdateLine()