First time user - why no source code?
Ryan.E
Posts: 3
This is my first time using Performance Profiler.
I'm trying to profile a WPF application with multiple backgroundworker threads.
I'm not getting any source code and only two methods show in the call tree, the main application entry point i.e. StartUp.Main(string[] args) and System.Threading._ThreadPoolWaitCallBack.PerformWaitCallback(object state). And that's it, nothing else.
any help please?
I'm trying to profile a WPF application with multiple backgroundworker threads.
I'm not getting any source code and only two methods show in the call tree, the main application entry point i.e. StartUp.Main(string[] args) and System.Threading._ThreadPoolWaitCallBack.PerformWaitCallback(object state). And that's it, nothing else.
any help please?
Comments