diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-04-20 09:04:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-04-20 09:04:28 +0200 |
commit | d0e6b9602d516e9d6310803e9c273cc74006fe39 (patch) | |
tree | 8839477d7a2de3027e64ab90bca41f61423bba2d /lib/MIMOSA | |
parent | ebca0359b68fd7f82590d3334a5239bbc8c7d46f (diff) |
support both logTransition (with trace logging) and passTransition (accounting only)
Diffstat (limited to 'lib/MIMOSA')
-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 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, |