From d0e6b9602d516e9d6310803e9c273cc74006fe39 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 20 Apr 2017 09:04:28 +0200 Subject: support both logTransition (with trace logging) and passTransition (accounting only) --- lib/MIMOSA/Log.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/MIMOSA') diff --git a/lib/MIMOSA/Log.pm b/lib/MIMOSA/Log.pm index 6714f67..90e3a3b 100644 --- a/lib/MIMOSA/Log.pm +++ b/lib/MIMOSA/Log.pm @@ -178,6 +178,7 @@ sub merge { and $trace_elem->{name} ne 'UNINITIALIZED' and $log_elem->{us} > $self->{setup}{state_duration} * 1500 and $prev_elem->{name} ne 'txDone' + and $prev_elem->{name} ne 'rxDone' and $prev_elem->{name} ne 'epilogue') { return sprintf('State %s (trigger index %d) took %.1f ms longer than expected', $trace_elem->{name}, $data_idx, -- cgit v1.2.3