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
if I add
“
[profile.dev]
panic = "abort"
”
to the Cargo.toml, the output flamegraph is nearly empty except a "all -> backtrace" call graph, without any my function name.
I wonder is it reasonably?
if I set frequency to 10, the output flamegraph.svg is always 0 bytes. But the flamegraph is ok for frequency(100). Is a limit for this value?
The text was updated successfully, but these errors were encountered:
“
[profile.dev]
panic = "abort"
”
to the Cargo.toml, the output flamegraph is nearly empty except a "all -> backtrace" call graph, without any my function name.
I wonder is it reasonably?
The text was updated successfully, but these errors were encountered: