diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-04-13 11:35:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-04-13 11:35:20 +0200 |
commit | 3508f7a928d7489cb6d199bd88fb77df4b308887 (patch) | |
tree | 2d8f23e63e1aaf73eb56b9e0551c5d60cbdaaba6 | |
parent | 8f733605373c66ebd64b4180d42b654f3bb246c5 (diff) |
herp derp
-rw-r--r-- | lib/MIMOSA/Log.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MIMOSA/Log.pm b/lib/MIMOSA/Log.pm index 8574132..6714f67 100644 --- a/lib/MIMOSA/Log.pm +++ b/lib/MIMOSA/Log.pm @@ -187,6 +187,7 @@ sub merge { if ($log_elem->{isa} eq 'state' and $trace_elem->{name} ne 'UNINITIALIZED' and $trace_elem->{name} ne 'TX' + and $trace_elem->{name} ne 'RX' and $log_elem->{us} < $self->{setup}{state_duration} * 500 ) { return sprintf('State %s (trigger index %d) was %.1f ms shorter than expected', $trace_elem->{name}, $data_idx, |