Home
last modified time | relevance | path

Searched refs:curProportionStr (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dstatistics_componment.cpp130 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()
Dstatistics_event.cpp121 std::string curProportionStr = ""; in UpdateLine() local
126 curProportionStr = bufferStream.str() + "%"; in UpdateLine()
130 line = {curElementType, curExecTimes, curProportionStr}; in UpdateLine()