[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elisp native profiler
From: |
Stefan Monnier |
Subject: |
Re: Elisp native profiler |
Date: |
Tue, 02 Oct 2012 09:03:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
>> If it's common for 1ms to suffer from significant delays,
>> then it's a good argument for setting the default higher.
> I did a bit more investigation on this, on my host
> (x86-64, AMD Phenom II X4 910e, Fedora 17). I instrumented
> trunk bzr 110342 to count total timer overruns, and did a
> CPU benchmark that took about 15.6 seconds when not profiling.
What is an "overrun" exactly? Is it when the signal gets blocked
because we're still in the signal handler? Or is it when the signal
gets sent "significantly" later than requested, e.g. because of internal
OS limits on timer granularity or something like that?
Stefan
- Re: Elisp native profiler, Eli Zaretskii, 2012/10/01
- Re: Elisp native profiler, Tomohiro Matsuyama, 2012/10/01
- Re: Elisp native profiler, Paul Eggert, 2012/10/01
- Re: Elisp native profiler, Eli Zaretskii, 2012/10/01
- Re: Elisp native profiler, Stefan Monnier, 2012/10/01
- Re: Elisp native profiler, Paul Eggert, 2012/10/01
- Message not available
- Re: Elisp native profiler, Paul Eggert, 2012/10/02
- Re: Elisp native profiler,
Stefan Monnier <=
- Re: Elisp native profiler, Paul Eggert, 2012/10/03
- Re: Elisp native profiler, Stefan Monnier, 2012/10/03
- Re: Elisp native profiler, Andreas Schwab, 2012/10/03
- Re: Elisp native profiler, Stefan Monnier, 2012/10/03
- Re: Elisp native profiler, Eli Zaretskii, 2012/10/03
- Re: Elisp native profiler, Paul Eggert, 2012/10/01