We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b21bb3 commit 57aae2dCopy full SHA for 57aae2d
stdlib/Profile/src/Allocs.jl
@@ -42,7 +42,7 @@ macro profile(opts, ex)
42
_prof_expr(ex, opts)
43
end
44
macro profile(ex)
45
- _prof_expr(ex, :(sample_rate=1.0))
+ _prof_expr(ex, :(sample_rate=0.0001))
46
47
48
function _prof_expr(expr, opts)
0 commit comments