On Sun, Jun 11, 2006 at 11:18:53PM +0200, Peter Kümmel wrote:
> Andre Poenitz wrote:
> > On Thu, Jun 08, 2006 at 08:53:23AM +0200, Peter Kümmel wrote:
> >> But first I must figure out where I have to add
> >> my measurement function.
> > 
> > Why don't you use a 'real' profiler? gprof e.g., or the one bundled with
> > MSVS 2005.
> > 
> > Andre'
>  
> Bundled with Express version?

Don't know, but IIRC the Express version does not even do all the
optimizations the full version does, so I would be surprised if the
Express version would do profiling.

> Seems I have to become familiar with gprof.

Dead simple to use. Compile and link with -pg, run the binary, run
'gprof binary | less' in a huge xterm.

Andre'

Reply via email to