Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dstatistics_event.cpp120 std::string curExecTimes = std::to_string(EventStatisticsRecordPtr->execTimes_); in UpdateLine() local
129 …line content curElementType{%s} | curExecTimes{%s}", curElementType.c_str(), curExecTimes.c_str()); in UpdateLine()
130 line = {curElementType, curExecTimes, curProportionStr}; in UpdateLine()
Dstatistics_componment.cpp129 std::string curExecTimes = std::to_string(ComponmentStatisticsRecordPtr->execTimes_); in UpdateLine() local
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()