Searched refs:curProportionStr (Results 1 – 2 of 2) sorted by relevance
/test/ostest/wukong/report/src/ |
D | statistics_componment.cpp | 130 std::string curProportionStr = ""; in UpdateLine() local 138 curProportionStr = bufferStream.str() + "%"; in UpdateLine() 150 …curComponmentType.c_str(), curExecTimes.c_str(), curProportionStr.c_str(), curInputedTimes.c_str(), in UpdateLine() 152 …line = {curComponmentType, curExecTimes, curProportionStr, curInputedTimes, curExpectInputTimes, c… in UpdateLine()
|
D | statistics_event.cpp | 121 std::string curProportionStr = ""; in UpdateLine() local 126 curProportionStr = bufferStream.str() + "%"; in UpdateLine() 130 line = {curElementType, curExecTimes, curProportionStr}; in UpdateLine()
|