Skip to content

Commit 92a769d

Browse files
committed
clear after decoding
1 parent 32d59ec commit 92a769d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/AllocProfile/src/AllocProfile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ function profile(f::Function, skip_every::Int=0)
5858
start(skip_every)
5959
res = f()
6060
profile = stop()
61+
clear()
6162
return res, profile
6263
end
6364

0 commit comments

Comments
 (0)