Hi,

if you are using gcc for compiling your application you can use the -gp flag. 
This causes the compiled application to produce profiler data which can be 
analyzed with gprof. (Or search for a gprof GUI)

See also 
http://www.gnu.org/software/binutils/manual/gprof-2.9.1/html_mono/gprof.html

I have never done this with a gtkmm application, so I can only hope this helps 
;-)
FReAK


> 
> 
> 
> >From: oedipus <[EMAIL PROTECTED]>
> >To: [email protected]
> >Subject: performance control?
> >Date: Tue, 7 Nov 2006 07:23:29 -0800 (PST)
> >
> >
> >Hi,
> >
> >How I am able to do in gtkmm performance control? I got some application,
> >which is not that small. I create images in a size about 3000x2000 pixels
> >using pixel buffers. So far everything what I included runs. But it makes 
> >my
> >system rely slowly. And with a look at my performance monitor, I always
> see
> >that the cpu load is at a maximum. How can I optimize my application that 
> >it
> >is running smoothly? In gimp for example you can create images of the same
> >size but you don’t have any performance problems.
> >
> >I am thankfully for each advice
> >Best regards,
> >Alex
> >









_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to