[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lazy printing in tabulated-list-mode
From: |
Artur Malabarba |
Subject: |
Re: Lazy printing in tabulated-list-mode |
Date: |
Fri, 1 May 2015 19:11:37 +0100 |
I mean I didn't look hard enough. I've included the report below, here
is what I can infer
- command-execute 3383 59%
- call-interactively 3383 59%
- funcall-interactively 3312 58%
- eval-expression 3312 58%
- eval 3312 58%
- progn 3312 58%
- tabulated-list-print 3309 58%
- let 3309 58%
- let 2676 46%
- while 2676 46%
- let 2669 46%
- apply 2646 46%
- tabulated-list-print-entry 2640 46%
- let 2624 46%
- let 2254 39%
- while 2241 39%
- let 2164 37%
- setq 2151 37%
- tabulated-list-print-col 2101 36%
- let* 1939 34%
+ let 965 16%
+ if 534 9%
+ setq 50 0%
< 33 0%
+ and 13 0%
or 9 0%
concat 6 0%
setq 4 0%
+ if 96 1%
add-text-properties 21 0%
insert 3 0%
+ if 465 8%
+ profiler-report 3 0%
+ byte-code 71 1%
+ ... 2313 40%
2015-05-01 18:27 GMT+01:00 Stefan Monnier <address@hidden>:
>> I did profile, and as far as I could tell it is spent in the printing
>> itself. =P
>
> You mean it's spent in `insert'?
>
>
> Stefan
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/01
- Re: Lazy printing in tabulated-list-mode, Artur Malabarba, 2015/05/01
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/01
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/01
- Re: Lazy printing in tabulated-list-mode, Artur Malabarba, 2015/05/02
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/03
- Re: Lazy printing in tabulated-list-mode, Artur Malabarba, 2015/05/03
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/03
- Re: Lazy printing in tabulated-list-mode, Artur Malabarba, 2015/05/04
- Re: Lazy printing in tabulated-list-mode, Artur Malabarba, 2015/05/04
- Re: Lazy printing in tabulated-list-mode, Stefan Monnier, 2015/05/04