Loading ttcn/TraceParser/MainModule.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -353,12 +353,12 @@ module MainModule { } }; setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s" & setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s." & " The shortest transaction was transaction: " & int2str(p_shortestTransIndex) & " and took " & int2str(p_shortestTransDuration) & " micro s" & " and took " & int2str(p_shortestTransDuration) & " micro s." & " The longest transaction was transaction: " & int2str(p_longestTransIndex) & " and took " & int2str(p_longestTransDuration)& " micro s" & " Erorr Rate " & int2str(p_failTran) " and took " & int2str(p_longestTransDuration)& " micro s." & " Transaction Erorr Rate: " & int2str(((p_failTran + p_inconcTran) * 100) / p_nrOfTransactions) ) ; unmap(mtc:controlPort, system:controlPort); Loading Loading
ttcn/TraceParser/MainModule.ttcn3 +4 −4 Original line number Diff line number Diff line Loading @@ -353,12 +353,12 @@ module MainModule { } }; setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s" & setverdict(pass, "The average transaction duration is: " & int2str(p_averageTranDuration) & " micro s." & " The shortest transaction was transaction: " & int2str(p_shortestTransIndex) & " and took " & int2str(p_shortestTransDuration) & " micro s" & " and took " & int2str(p_shortestTransDuration) & " micro s." & " The longest transaction was transaction: " & int2str(p_longestTransIndex) & " and took " & int2str(p_longestTransDuration)& " micro s" & " Erorr Rate " & int2str(p_failTran) " and took " & int2str(p_longestTransDuration)& " micro s." & " Transaction Erorr Rate: " & int2str(((p_failTran + p_inconcTran) * 100) / p_nrOfTransactions) ) ; unmap(mtc:controlPort, system:controlPort); Loading