emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Something about elp I need help with.


From: Alan Mackenzie
Subject: Something about elp I need help with.
Date: Fri, 13 Jan 2012 16:03:09 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, Emacs.

Whilst trying to track down what is dragging in a fontification event, I
get the following output from elp-results (blank lines added for
clarity):

Function Name                         Call Count Elapsed Time Average Time
c-beginning-of-decl-1                  90          8.767888      0.0974209777
c-beginning-of-statement-1             103         8.7664949999  0.0851116019
c-crosses-statement-barrier-p          14519       7.6718619999  0.0005284015
c-at-macro-vsemi-p                     20230       4.3577799999  0.0002154117
c-in-literal                           20230       3.8880240000  0.0001921910

c-literal-limits                       22322       2.2931949999  0.0001027325
c-backward-sws                         72797       0.9805889999  1.347...e-05
c-state-safe-place                     31416       0.3780669999  1.203...e-05
c-beginning-of-macro                   44678       0.3394430000  7.597...e-06
c-font-lock-declarations               8           0.2129779999  0.0266222499  
<========

c-find-decl-spots                      8           0.2129130000  0.0266141250
c-parse-state                          177         0.1174700000  0.0006636723

All these functions down to c-font-lock-declarations are low level
functions, called only from other CC Mode ones.  Yet there don't seem to
be any HL functions calling the LL ones at the top, such as
c-beginning-of-decl-1.

How can this be?  What have I misunderstood about elp?

Thanks for the help!

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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