> "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
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
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
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 :
|
|
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
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