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
After a lot of blindly stumbling around in the dark I got DisassemblyDiagnoser to work for a benchmark I'm iterating on, and then a random change to the code being measured made it suddenly stop disassembling all my benchmarks. The only information or diagnostic output I get is:
No benchmarks were disassembled
It would be awesome if there was some way to get diagnostic information here. Like did decoding the pdb fail? Did nothing get jitted during benchmark execution? etc.
The text was updated successfully, but these errors were encountered:
I'm suffering from this same issue right now. I want to look at what some F# code I have is generating, but I've been slamming my head against the wall for about two weeks trying to find any clues as to why disassembly is failing.
The problem is that even if we add an else block everywhere and print some info I am not sure if this would be actionable from the end user perspective. From my experience, when sth does not work it's usually a runtime or debugger bug...
After a lot of blindly stumbling around in the dark I got DisassemblyDiagnoser to work for a benchmark I'm iterating on, and then a random change to the code being measured made it suddenly stop disassembling all my benchmarks. The only information or diagnostic output I get is:
It would be awesome if there was some way to get diagnostic information here. Like did decoding the pdb fail? Did nothing get jitted during benchmark execution? etc.
The text was updated successfully, but these errors were encountered: