I've run Visual Studio's CPU Usage profiler on a small program, and part of the output is listed under a [Broken] entry. I get this result with a Debug build and a Release build. What does this entry indicate?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- Profiling Django with PyCharm
- How to track MongoDB requests from a console appli
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- Copy different file to output directory for releas
- Edit & Continue doesn't work
- “Csc.exe” exited with code -1073741819
I don't use this tool, but a similar tool called Perfview that does include this hint in its help:
Both use Event Tracing for Windows (ETW), so both may use similar logic to show them as BROKEN.