emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

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