Re: 1.2.0 test

2001-12-12 Thread John Levon
On Wed, Dec 12, 2001 at 09:48:26AM +0100, Jean-Marc Lasgouttes wrote: > John> no, each percentage is the percentage total number of samples > John> registered against code found in that routine (I think libbfd > John> attempts to locate inlined functions properly too though). > > Is that from op

Re: 1.2.0 test

2001-12-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Dec 11, 2001 at 04:10:04PM +0100, Jean-Marc Lasgouttes John> wrote: >> How does one read this output? Do these include the time for the >> childs? John> no, each percentage is the percentage total number of samples John> regist

Re: 1.2.0 test

2001-12-11 Thread John Levon
On Tue, Dec 11, 2001 at 04:10:04PM +0100, Jean-Marc Lasgouttes wrote: > How does one read this output? Do these include the time for the > childs? no, each percentage is the percentage total number of samples registered against code found in that routine (I think libbfd attempts to locate inlin

Re: 1.2.0 test

2001-12-11 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Sat, Dec 08, 2001 at 07:24:16PM +0100, Lars Gullik Bjønnes John> wrote: >> No, but with your profile it look as if it is the containers and >> tools that create the overhead. With -O2 the case is completely >> different, and "real" l

Re: 1.2.0 test

2001-12-10 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> Would it be possible to see the book? I wonder what needs so much >> convertion time... Would be a good candidate for profiling. Also, >> were your two versions compiled with the same optimization level? Herbert> I have no idea about

Re: 1.2.0 test

2001-12-10 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> a book of 298 pages written with 1.1.6 and a filesize of 1.9 > Herbert> MegaBytes - loading in 1.1.6 takes about 6 seconds loading > Herbert> with converting into 1.2.0 takes more than 3

Re: 1.2.0 test

2001-12-10 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> a book of 298 pages written with 1.1.6 and a filesize of 1.9 Herbert> MegaBytes - loading in 1.1.6 takes about 6 seconds loading Herbert> with converting into 1.2.0 takes more than 3 minutes! Herbert> (Display Graphics was disab

Re: 1.2.0 test

2001-12-10 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Sat, Dec 08, 2001 at 07:24:16PM +0100, Lars Gullik Bjønnes John> wrote: >> No, but with your profile it look as if it is the containers and >> tools that create the overhead. With -O2 the case is completely >> different, and "real" l

Re: 1.2.0 test

2001-12-09 Thread Allan Rae
On Sat, 8 Dec 2001, Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | - in 1.1.6 there is often a construct like > > > |latex latex > > > |latex default > > it is the user that has put this contruct there. Not me. I have seen this also when importing 1.1.6 docs

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 07:24:16PM +0100, Lars Gullik Bjønnes wrote: > No, but with your profile it look as if it is the containers and tools > that create the overhead. With -O2 the case is completely different, > and "real" lyx code begin to show up. OK, that's a good point ... I get : Buffe

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 06:50:42PM +0100, Lars Gullik Bjønnes wrote: > | here is from my 100+ page document, mostly text + figures (not rendered). > | It is fine ... perhaps it is a mathed thing : > > _and_ it makes little sense to do probiling on a binary that has not > been compiled with full

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
John Levon wrote: > On Sat, Dec 08, 2001 at 12:45:57PM +0100, Lars Gullik Bjønnes wrote: > > >>| a book of 298 pages written with 1.1.6 and a filesize of 1.9 MegaBytes >> > > lots of math ? yes: math, floats, tables, ERT, special formatting, ... Herbert

Re: 1.2.0 test

2001-12-08 Thread Dekel Tsur
On Sat, Dec 08, 2001 at 05:38:28PM +0100, Lars Gullik Bjønnes wrote: > | I think that this patch is wrong: The old code of insertErtContents is > | correct, but the problem is that the wrong font is passed to it when the > | method is called. > > I am not sure that I agree. > > | Consider the at

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 12:45:57PM +0100, Lars Gullik Bjønnes wrote: > | a book of 298 pages written with 1.1.6 and a filesize of 1.9 MegaBytes lots of math ? > I guess that we will need to run a profiler to find out where we use > all that extra time. (both above cases) here is from my 100+ p

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Herbert Voss wrote: > > > Dekel Tsur wrote: > > > On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > > > >>Ok it seems that this patch solves the whole problem (buffer.C): > >>@@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > >> void Buffer::insertErtC

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Dekel Tsur wrote: > On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > >>Ok it seems that this patch solves the whole problem (buffer.C): >>@@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex >> void Buffer::insertErtContents(Paragraph * par, int & pos, >>-

Re: 1.2.0 test

2001-12-08 Thread Dekel Tsur
On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > Ok it seems that this patch solves the whole problem (buffer.C): > @@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > void Buffer::insertErtContents(Paragraph * par, int & pos, > - Ly

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Ok it seems that this patch solves the whole problem (buffer.C): > > @@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > > #ifndef NO_COMPABILITY > void Buffer::insertErtContents(Paragraph * par, int & pos, > - LyXFont con

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | - in 1.1.6 there is often a construct like > > |latex latex > > |latex default > > it is the user that has put this contruct there. sure > > |which is converted into an empty ERT. it's not really >