Searched refs:curExecTimes (Results 1 – 2 of 2) sorted by relevance
/test/ostest/wukong/report/src/ |
D | statistics_event.cpp | 120 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()
|
D | statistics_componment.cpp | 129 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()
|