Searched refs:ComponmentStatisticsRecordPtr (Results 1 – 2 of 2) sorted by relevance
124 …csComponment::UpdateLine(std::shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, in UpdateLine() argument128 std::string curComponmentType = ComponmentStatisticsRecordPtr->componmentType_; in UpdateLine()129 std::string curExecTimes = std::to_string(ComponmentStatisticsRecordPtr->execTimes_); in UpdateLine()131 std::string curInputedTimes = std::to_string(ComponmentStatisticsRecordPtr->inputedTimes_); in UpdateLine()132 …std::string curExpectInputTimes = std::to_string(ComponmentStatisticsRecordPtr->expectInputTimes_); in UpdateLine()135 … float proportion = (ComponmentStatisticsRecordPtr->execTimes_ * PERCENTAGE) / componmentTypeTotal; in UpdateLine()140 if (ComponmentStatisticsRecordPtr->expectInputTimes_ > 0) { in UpdateLine()141 float coverage = (ComponmentStatisticsRecordPtr->inputedTimes_ * PERCENTAGE) / in UpdateLine()142 ComponmentStatisticsRecordPtr->expectInputTimes_; in UpdateLine()
73 …void UpdateLine(std::shared_ptr<ComponmentStatisticsRecord> ComponmentStatisticsRecordPtr, uint32_…