Posts
Sort by recent activity
Profiling dynamically loaded dlls
Are there any special tips for profiling a .NET DLL that is loaded at run time? The profiler seems to think it is managed code and when it decompiles it just shows the thread.start()
Thank you