From kde-commits Tue Feb 29 23:22:52 2000 From: Lars Knoll Date: Tue, 29 Feb 2000 23:22:52 +0000 To: kde-commits Subject: Re: new_rendering: kdelibs/khtml/rendering X-MARC-Message: https://marc.info/?l=kde-commits&m=95186660015716 On Tue, 29 Feb 2000, David Faure wrote: > On Tue, Feb 29, 2000 at 06:13:13PM +0100, CVS by knoll wrote: > > > > kdelibs/khtml/rendering bidi.cpp,1.1.2.30,1.1.2.31 render_table.cpp,1.1.2.22,1.1.2.23 > > Author: knoll > > CVSROOT: /home/kde > > Tue Feb 29 18:18:28 MET 2000 > > Update of /home/kde/kdelibs/khtml/rendering > > In directory zeus:/tmp/cvs-serv27644/rendering > > > > Modified Files: > > Tag: new_rendering > > bidi.cpp render_table.cpp > > Log Message: > > just tried how fast khtml can get if you remove the debug output... > > If you used kdDebug, all you would have to do would > be to use kdebugdialog or -DNDEBUG :-) I know. But somehow, we kept sticking to printf's and #ifdefs around for historical reasons. Anyway, I sometimes need something to work with ifdefs. Try defining BOX_DEBUG in rendering/render_flow.cpp and look at khtmls rendering. No way, you could get an effect like that with kdebug ;-) Cheers, Lars PS: for the ones interested in khtmls current speed: It need about 30ms to layout /., another 4 ms for rendering (on a celeron 500)