News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Profiler plugin : make the output window not modal ?

Started by Kalith, August 03, 2012, 10:48:43 PM

Previous topic - Next topic

Kalith

Hi,

I've been using the profiler plug-in now and then, and there is something that bugs me every single time : when I'm reading the formatted output of gprof, I cannot go back to my code and inspect it because the window is modal (interaction with C::B is impossible until the window is closed). I have to close the gprof window, browse my code, see what's in there, and if I ever want to see the profiling data again, I have to go back to 'Plugins -> Code profiler' and let it parse 'gmon.out' once more. That's an unnecessary waste of time, because the profiling window needs not be modal (or at least I don't see why it should be).

Would it be possible to change this ?

Thank you in advance.

oBFusCATed

gprof has many limitation and it is not that useful, so no one bothered to improve it.

I guess it will be an easy improvement turning the dialog modeless, because now it is modal -> uses showmodal instead of show.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]