On 04.07.2007, at 17:13, Andreas Neustifter wrote:
On 04.07.2007, at 09:48, Abdelrazak Younes wrote:
What I need is some profiling results when my patch is applied. Do
you know how to do that with Shark? If not maybe Bennett or Stefan
could give you a hand. The important bits is to compile in release
mode, that is to say, with some optimisation (-O2), with debug
output (-g) but without -stdlib-debug.
What I will do now is:
svn up
"clean up all stuff from previous makes"
"apply patch"
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -
framework QuickTime -lz -framework Cocoa -liconv"
./autogen.sh
./configure --prefix=/Applications/_eigene/LyX-svn.app --with-
version-suffix=-1.5-svn --without-x --with-frontend=qt4 --with-qt4-
dir=/Users/astifter/Documents/eclipse/qt-mac-opensource-
install-4.3.0 --with-included-gettext --enable-optimization=-O2 --
disable-stdlib-debug --disable-concept-checks
make
make install
"move the patched lyx to a place where i find it again"
"revert the patched files"
make
make install
Okay, I have done the tests now, I traced the typing in equations
with beta3, latest and patched. I have put the results to
http://stud4.tuwien.ac.at/~e0325716/LyX beta3 typing in eqaution.mshark
http://stud4.tuwien.ac.at/~e0325716/LyX latest patched typing in
eqaution.mshark
http://stud4.tuwien.ac.at/~e0325716/LyX latest unpatched typing in
eqaution.mshark
What I noticed when using Quartz Debug that in beta3 only the actual
paragraph is repainted when typing normal text, but in the latest SVN
the complete screen downwards from the current paragraph is repainted.
When typing in captions and equations the whole text are is repainted
after each key stroke.
Greetings, Andi