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: Thu, 27 Sep 2012 16:35:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> Since the merge of the profiler branch, I see this at the end of the
> output of the GDB command "bt", when there normally would be no Lisp
> backtrace at all:

>   Lisp Backtrace:
>   "Automatic Redisplay" (0x1649638)

> What is this "Automatic Redisplay" about?

It's an entry for the function redisplay_internal.
This way, the time spent in redisplay is labelled properly in
the profile.


        Stefan



reply via email to

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