Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp116 uint32_t eventTypeTotal, std::vector<std::string> &line) in UpdateLine() argument
122 if (eventTypeTotal > 0) { in UpdateLine()
123 float proportion = (EventStatisticsRecordPtr->execTimes_ * PERCENTAGE) / eventTypeTotal; in UpdateLine()
/test/ostest/wukong/report/include/
Dstatistics_event.h74 …pdateLine(std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr, uint32_t eventTypeTotal,