Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp125 … unsigned int componmentTypeTotal, std::vector<std::string> &line) in UpdateLine() argument
134 if (componmentTypeTotal > 0) { in UpdateLine()
135 … float proportion = (ComponmentStatisticsRecordPtr->execTimes_ * PERCENTAGE) / componmentTypeTotal; in UpdateLine()
Dreport.cpp546 uint32_t componmentTypeTotal = 0; in ComponmentInfoArrange() local
556 componmentTypeTotal++; in ComponmentInfoArrange()
560 if (componmentTypeInputedCount > componmentTypeTotal) { in ComponmentInfoArrange()
561 componmentTypeInputedCount = componmentTypeTotal; in ComponmentInfoArrange()
567 data["componmentTotals"] = std::to_string(componmentTypeTotal); in ComponmentInfoArrange()
/test/ostest/wukong/report/include/
Dstatistics_componment.h73 …shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, uint32_t componmentTypeTotal,