Note that there are some explanatory texts on larger screens.

plurals
  1. POFunction profiling woes - Visual Studio 2010 Ultimate
    primarykey
    data
    text
    <p>I am trying to profile my application to monitor the effects of a function, both before and after refactoring. I have performed an analysis of my application and having looked at the Summary I've noticed that the <a href="http://msdn.microsoft.com/en-us/library/ms182398.aspx" rel="nofollow noreferrer">Hot Path</a> list does not mention any of my functions used, it only mentions functions up to Application.Run()</p> <p>I'm fairly new to profiling and would like to know how I could get more information about the Hot Path as demonstrated via the <a href="http://msdn.microsoft.com/en-us/library/ms242741.aspx" rel="nofollow noreferrer">MSDN documentation</a>;</p> <p><strong>MSDN Example:</strong></p> <p><img src="https://i.stack.imgur.com/QTy3B.jpg" alt="MSDN Example"></p> <p><strong>My Results:</strong></p> <p><img src="https://i.stack.imgur.com/CpCiQ.jpg" alt="Hot Path Summary"></p> <p>I've noticed in the Output Window there are a lot of messages relating to a failure when loading symbols, a few of them are below;</p> <pre><code>Failed to load symbols for C:\Windows\system32\USP10.dll. Failed to load symbols for C:\Windows\system32\CRYPTSP.dll. Failed to load symbols for (Omitted)\WindowsFormsApplication1\bin\Debug\System.Data.SQLite.dll. Failed to load symbols for C:\Windows\system32\GDI32.dll. Failed to load symbols for C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll. Failed to load symbols for C:\Windows\system32\msvcrt.dll. Failed to load symbols for C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll. Failed to load symbols for C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll. Failed to load symbols for C:\Windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll. Unable to open file to serialize symbols: Error VSP1737: File could not be opened due to sharing violation: - D:\(Omitted)\WindowsFormsApplication1110402.vsp </code></pre> <p><strong><em>(Formatted using code tool so it's readable)</em></strong></p> <p>Thanks for any pointers.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload