On Sat, 29 Apr 2006 19:31:49 +0200
Massimo Maiurana <[EMAIL PROTECTED]> wrote:

> I've never used a profiling system, though; can you give me any hint
> on how to do it, or at least a link to a document explaining
> necessary steps to follow?
> 
> TIA

Compile everything (all libs, etc) with -pg in CFLAGS, run e for a
while, concentrating on the slow parts, then quit and run
'gprof /usr/bin/enlightenment-0.17 gmon.out'. The first 50 or so lines
of that output are the useful ones.

Jesse


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to