Skip to content

Commit e3fead0

Browse files
committed
DEBUG: Strange times
1 parent f41cc8d commit e3fead0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

erts/emulator/test/trace_call_time_SUITE.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ check_trace_info_ret(Mfa, [{Pid, ExpectedC,_,_}] = Expect, Time, TraceInfo) ->
865865
true = (S >= 0),
866866
true = (Us >= 0),
867867
Sum = S*1000_000 + Us,
868+
io:format("Mfa=~p: Exp ~w Got ~w\n", [Mfa, Time, Sum]),
868869
if
869870
abs(1 - Time/Sum) < ?R_ERROR; abs(Time - Sum) < ?US_ERROR ->
870871
ok;

0 commit comments

Comments
 (0)