Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

C::B Profiler : new version released!

<< < (2/4) > >>

Urxae:

--- Quote from: Zlika on September 05, 2005, 09:42:55 pm ---Concerning the DLL size, I have rebuilt it without debug info but it's the same size (2.15Mo for this little plug-in!!). If someone has another idea...

--- End quote ---
Well, you can always check "Strip all symbols from binary (minimizes size) [-s]" in the build options or strip it manually before zipping it. That should reduce it to the about 106 k I got after doing that (at least for beta1).

squizzz:

--- Quote from: Zlika on September 05, 2005, 09:42:55 pm ---I have not understood one of your remarks: what/why do you want to limit (in) the display?
--- End quote ---
Oh, right.
This is quite pointless idea without sorting. :) (I just assume that hopefully there will be one some day :P)

Having possibility to limit display to n items - like n functions with highest call count, highest cumulative seconds, etc can be quite handy sometimes. Just imagine a project where >500 different functions is being triggered during profiling (like more complex games), and most of them have no significance to the output's analysis (so why display all).
Of course I mean affecting display only, not the list that actually stores GProf output. So - the list is being sorted, and only top n entries (depending current sorting) are displayed on the grid.


--- Quote ---You can download the beta2 here: http://membres.lycos.fr/exoguard/ (first link of the page)
--- End quote ---
Keep up the good work!
Thanks.

Zlika:
I have fixed the problem with the DLL size:
I haven't noticed that the global compiler settings overide the project settings.
Call me stupid...  :oops:

Zlika

grv575:
I thought it was the other way around (project settings take precedence) - or maybe even they are merged.
Note that there are global project settings and underneath that target project settings (default target is called default).  A combobox selects the desired behavior (use target settings only or append global project settings).

Zlika:
Hi!
C::B Profiler 1.0beta3 is released on: http://membres.lycos.fr/exoguard/ (I'll put it on CVS as soon as Yiannis give me an access).

Changes:
- lots of cosmetic improvements and bug fixes for a more "professional" look.
- can manage a project with several targets (you select the target you want to profile in a single choice dialog box).
- can manage other names for the profile data file than "gmon.out". When "gmon.out" is not found, a file dialog box is proposed to select the profile file.
- and... we can sort the columns of the flat profile! Well, it's not very fast for the moment, I'll try to optimize this later.

Zlika

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version