Pavel Sanda <[EMAIL PROTECTED]> writes:

>> linux
>
> use gprof then.
> you need to compile lyx with enabled profiling. 
> try configure --enable-profile --disable-stdlib-debug and make sure
> that when making gcc gets -pg option (which is not case for me eg, 
> dunno why).
>
> then try
> gprof /usr/bin/lyx gmon.out > gprof.out 

gprof won't say anything about the time spent in qt, X11 and libc. It
is pretty useless for UI-related profiles. 

oprofile is probably a better bet, but it is more difficult to use.

JMarc

Reply via email to