emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lazy printing in tabulated-list-mode


From: Stefan Monnier
Subject: Re: Lazy printing in tabulated-list-mode
Date: Mon, 04 May 2015 08:38:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Secondly, how do you see the running time on the profiler?

Supposedly, we have one sample per ms (given the default
profiler-sample-interval), so the 1.3s comes from the total number
of samples.  I'm not actually sure this is accurate.

> 0.6s per print is less than the "couple of seconds" I reported
> earlier, because that was without byte-compiling.  Still, I think it's
> something we can optimize because the benchmark reports 67% of the
> time was spent garbage collecting.

Right, 0.6s is not unbearable, but it's borderline, and there should be
optimization opportunities.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]