summaryrefslogtreecommitdiff
path: root/lib/MIMOSA
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-04-20 09:04:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-04-20 09:04:28 +0200
commitd0e6b9602d516e9d6310803e9c273cc74006fe39 (patch)
tree8839477d7a2de3027e64ab90bca41f61423bba2d /lib/MIMOSA
parentebca0359b68fd7f82590d3334a5239bbc8c7d46f (diff)
support both logTransition (with trace logging) and passTransition (accounting only)
Diffstat (limited to 'lib/MIMOSA')
-rw-r--r--lib/MIMOSA/Log.pm1
1 files changed, 1 insertions, 0 deletions
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,