Re: Stuff became very slow

2003-06-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Load extended.lyx and find the first Itemize list, then increase John> the depth of one of the items. Dead slow. Has to be fixed I John> think I did some profiling with gprof. The culprit seems to be: [43]12.90.000.30

Re: Stuff became very slow

2003-05-30 Thread Andre Poenitz
On Thu, May 29, 2003 at 11:46:51PM +0100, John Levon wrote: > On Fri, May 30, 2003 at 12:32:44AM +0200, Lars Gullik Bj?nnes wrote: > > > I wonder what made this come up now... > > Can it be some iterator search that searches from the beginning of the > > document all the time? > > getParFromID vi

Re: Stuff became very slow

2003-05-30 Thread John Levon
On Fri, May 30, 2003 at 12:32:44AM +0200, Lars Gullik Bj?nnes wrote: > I wonder what made this come up now... > Can it be some iterator search that searches from the beginning of the > document all the time? getParFromID via undo ? john

Re: Stuff became very slow

2003-05-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, May 29, 2003 at 02:32:00AM +0100, John Levon wrote: | | > Load extended.lyx and find the first Itemize list, then increase the | > depth of one of the items. Dead slow. Has to be fixed I think | | Lars, looks like you're right about find_if : | |

Re: Stuff became very slow

2003-05-30 Thread John Levon
On Thu, May 29, 2003 at 02:32:00AM +0100, John Levon wrote: > Load extended.lyx and find the first Itemize list, then increase the > depth of one of the items. Dead slow. Has to be fixed I think Lars, looks like you're right about find_if : CPU: PIII, speed 863.195 MHz (estimated) Counted CPU_CL

Stuff became very slow

2003-05-30 Thread John Levon
Load extended.lyx and find the first Itemize list, then increase the depth of one of the items. Dead slow. Has to be fixed I think Profiles later john