Searched refs:componmentTypeTotal (Results 1 – 3 of 3) sorted by relevance
125 … unsigned int componmentTypeTotal, std::vector<std::string> &line) in UpdateLine() argument134 if (componmentTypeTotal > 0) { in UpdateLine()135 … float proportion = (ComponmentStatisticsRecordPtr->execTimes_ * PERCENTAGE) / componmentTypeTotal; in UpdateLine()
546 uint32_t componmentTypeTotal = 0; in ComponmentInfoArrange() local556 componmentTypeTotal++; in ComponmentInfoArrange()560 if (componmentTypeInputedCount > componmentTypeTotal) { in ComponmentInfoArrange()561 componmentTypeInputedCount = componmentTypeTotal; in ComponmentInfoArrange()567 data["componmentTotals"] = std::to_string(componmentTypeTotal); in ComponmentInfoArrange()
73 …shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, uint32_t componmentTypeTotal,