Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: darklordsatan on July 22, 2005, 08:46:59 am

Title: C::B Profiler 0.1a
Post by: darklordsatan on July 22, 2005, 08:46:59 am
Hi folks, Ive just finished the first version of a plugin that serves as a GUI for the gprof profiler.

C::B Profiler 0.1a

Features


Gotchas


Todos


Download Link (binaries/sources/instructions)
http://rapidshare.de/files/3262134/CB_Profiler_0_1_a.zip.html

Some of the configuration options
Here (http://img323.imageshack.us/my.php?image=cbp10pr.jpg)

Cheers
Title: C::B Profiler 0.1a
Post by: mandrav on July 22, 2005, 09:08:32 am
Very nice work :D
I will surely check this out. If you want to put it under CVS, just ask.

Yiannis.
Title: Re: C::B Profiler 0.1a
Post by: Game_Ender on August 01, 2005, 03:16:28 pm
Do plan on providing a nice view of the flat profile and the call graph? I am picturing something like kprof (http://kprof.sourceforge.net/).
Title: Re: C::B Profiler 0.1a
Post by: darklordsatan on August 01, 2005, 03:58:25 pm
Do plan on providing a nice view of the flat profile and the call graph? I am picturing something like kprof (http://kprof.sourceforge.net/).
Thanks for the link. Seems rathing interesting, but (1) Im new to profiling, so Im yet to understand fully what gprof outputs, and (2) I dont have much time those days, and this is just meant to be a simple plugin. Besides, I think only probably 0.001 % of C::B users are interested in this plugin and profiling in general, so spending a lot of time on it, probably would be a total waste.

But once I get some more free time, Ill start implementing the ToDos I posted before.
Title: Re: C::B Profiler 0.1a
Post by: tiwag on August 01, 2005, 04:25:33 pm
... I think only probably 0.001 % of C::B users are interested in this plugin and profiling in general, so spending a lot of time on it, probably would be a total waste.

i think there are a few more than your expected value :)
Title: Re: C::B Profiler 0.1a
Post by: Game_Ender on August 01, 2005, 04:34:57 pm
You plan on putting this on CVS, yes?  When I have some time I would like to give better graphical output a try.  To me it seems the real meat of the pluggin would be bringing profilling information in a easy to read graphical output inside the IDE.  I have a some experience with gprof and would like to expand my programming skills making this pluggin better.
Title: Re: C::B Profiler 0.1a
Post by: Zlika on September 02, 2005, 09:58:06 pm
I'm pretty sure lots of people use the profiler, and a good profiler interface within C::B is a must have!
Title: Re: C::B Profiler 0.1a
Post by: yop on September 02, 2005, 11:25:01 pm
I also vote for profilers as a must have tool for any developer so your estimation might be a little pessimistic for the value of the plugin
Title: Re: C::B Profiler 0.1a
Post by: Zlika on September 04, 2005, 08:13:34 am
Hi everybody!
I have asked DarkLord if he is still working on his plugin.
If not, I'll try to improve it. I have already added Flat Profile/Call Graph tabs.

Zlika