On 02/11/2007, Darius Blaszijk <[EMAIL PROTECTED]> wrote: > I would like to profile my code on windows. I tried searching the wiki, > but without much success on how to do that on windows. Can anyone > explain me in a few words how this can be done?
Did you ever find any information. I would like to profile some of my code as well and need the same information. I compiled my application and all packages with the '-pg' compiler option. Run the application and section that needs profiling and it generated a very small gprof.out file (186 bytes). I then ran gprof as follows: gprof gridspeed.exe gprof.out > output.txt As expected from the small gprof.out file, there is no useful information in the output.txt file. :-( Anybody got some idea of what I did wrong? Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal