You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this nifty package! I just have a question about a warning I'm getting.
┌ Warning: The profile data buffer is full; profiling probably terminated
│ before your program finished. To profile for longer runs, call
│ `Profile.init()` with a larger buffer and/or larger delay.
└ @ Profile ~/.julia/juliaup/julia-1.10.3+0.x64.linux.gnu/share/julia/stdlib/v1.10/Profile/src/Profile.jl:609
Unfortunately, there is precisely zero documentation on the init function. How do I "call Profile.init() with a larger buffer and/or larger delay"?
The text was updated successfully, but these errors were encountered:
Aha! Turns out that this package uses Profile.jl under the hood -- I didn't realize that this warning was coming from a dependency. Everything I need to know can be found here!
Thanks for this nifty package! I just have a question about a warning I'm getting.
Unfortunately, there is precisely zero documentation on the
init
function. How do I "callProfile.init()
with a larger buffer and/or larger delay"?The text was updated successfully, but these errors were encountered: