How can I use the VS2008 profiler to profile UI Thread ? When I use it to profile my winform, It recorded only the function executed on the Main threadm and not the UI thread. Thanks, Berlus
How can I use the VS2008 profiler to profile UI Thread ? When I use it to profile my winform, It recorded only the function executed on the Main threadm and not the UI thread. Thanks, Berlus
I think I've found the problem, the function was inlined, so its name doesn't appear in the performance report. Does anyone know how to measure such functions ? Thanks, Eyal