Searched refs:eventTypeTotal (Results 1 – 2 of 2) sorted by relevance
116 uint32_t eventTypeTotal, std::vector<std::string> &line) in UpdateLine() argument122 if (eventTypeTotal > 0) { in UpdateLine()123 float proportion = (EventStatisticsRecordPtr->execTimes_ * PERCENTAGE) / eventTypeTotal; in UpdateLine()
74 …pdateLine(std::shared_ptr<EventStatisticsRecord> eventStatisticsRecordPtr, uint32_t eventTypeTotal,