KProf

Florent Pillet florent.pillet at opteway.com
Mon Oct 30 11:12:47 GMT 2000


On Saturday 28 October 2000 01:13, you wrote:

> Hi!
>
> I used it and it worked fine.
> Run the program (e.g. ./example), after you closed it there's now a file
> called gmon.out.  AFAIK you have to open this file in KProf, if it doesn't
> work open the binary.

There are instructions in KProf for this. After you have run the program, you 
obtain a gmon.out file. Then generate the profile results with:

gprof -b binary-program-name > results.txt

Then open "results.txt" with KProf.

I know it's still not user-friendly to have to do that, I'll make this better 
in the next version :-)

-- 
Florent Pillet, Software Architect. e-mail: fpillet at opteway.com
opt[e]way S.A., 2881 route des cretes, BP 308
06906 Sophia Antipolis Cedex, France
Phone: +33 4 92 95 26 13 - Fax: +33 4 92 95 26 03
http://www.opteway.com/




More information about the KDevelop mailing list