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
when a large server starts, there are usually tons of allocations on boot, which are often less interesting than the baseline that follows.
we need some sort of option to filter out that noise. as I see it there are a few ways to go about this:
allow filtering in the UI by time (probably not easy as flamegraph format has no time axis, maybe flamescope style?)
allow collecting and stopping programmatically on the current process (not by spawning a new process, since then we're back at the same problem)
add a delay option to the profiler so we can at least set some large delay until we're sure the server started.
Thanks!
The text was updated successfully, but these errors were encountered:
when a large server starts, there are usually tons of allocations on boot, which are often less interesting than the baseline that follows.
we need some sort of option to filter out that noise. as I see it there are a few ways to go about this:
Thanks!
The text was updated successfully, but these errors were encountered: