flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
Apache License 2.0
4.62k stars 141 forks source link

The call stack of functions mostly records addresses #277

Closed CrazyboyQCD closed 9 months ago

CrazyboyQCD commented 1 year ago

OS: Windows 10 259365209-02a84cd6-ce43-4545-8502-c802c0d1f132 I had the same output as example before, but after a while, I got the "No stacks count" error. Then I took several administrative operations about permissions and found out that I need to disable Windows Defender. And now I have no idea why Dtrace for windows can't initiate, I have to use blondie as an alternative.

djc commented 1 year ago

So using blondie works well? That seems like a good solution?

CrazyboyQCD commented 1 year ago

So using blondie works well? That seems like a good solution?

it works and dtrace also does the good job if I figure out what I've done to my windows that broke it