Skip to content

Commit 57aae2d

Browse files
vilterpNHDaly
andcommitted
small default sample rate
Co-authored-by: Nathan Daly <[email protected]>
1 parent 2b21bb3 commit 57aae2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Profile/src/Allocs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ macro profile(opts, ex)
4242
_prof_expr(ex, opts)
4343
end
4444
macro profile(ex)
45-
_prof_expr(ex, :(sample_rate=1.0))
45+
_prof_expr(ex, :(sample_rate=0.0001))
4646
end
4747

4848
function _prof_expr(expr, opts)

0 commit comments

Comments
 (0)