I would like to profile a GUI application that uses a message queue. In the profiler results window I see that 80% of the samples are within message loop handling code. Is it possible to filter out the results somehow that I only see the code I can influence?
I am using Visual Studio 2013 C++ profiler.