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: Sun, 03 May 2015 20:19:13 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Yep, that's what I was doing (if you consider 7 ~ 10).
> Here's the command I was running under M-:

> (progn (profiler-start 'cpu)
> (tabulated-list-print)(tabulated-list-print)(tabulated-list-print)(tabulated-list-print)(tabulated-list-print)(tabulated-list-print)(tabulated-list-print)
> (profiler-report) (profiler-stop))

Hmm... but the numbers I saw seemed to indicate a running time of 1.3s,
so that would mean you saw a running time of of 0.2s per call to
tabulated-list-print which seems not to justify the addition
of laziness.


        Stefan



reply via email to

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