* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
@ 2015-07-10 10:34 Clément Pit--Claudel
2015-07-10 12:30 ` Eli Zaretskii
` (4 more replies)
0 siblings, 5 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-10 10:34 UTC (permalink / raw)
To: 21028
[-- Attachment #1: Type: text/plain, Size: 6038 bytes --]
Hi all,
I noticed a performance regression between 24.3 and 25.0.50, connected to CJK fonts. The following steps reproduce the issue in master:
1. emacs -Q, and open the scratch buffer
2. Run the following code:
(progn
(dotimes (_ 3)
(set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append))
(dotimes (_ 50)
(insert "日本国\n")))
3. Move the cursor around. Notice that motion is extremely slow (in particular C-p and C-n). So is shift-selection. (if it is not, try increasing the 3 above, maybe to 5 or 10).
This test case is the smallest I could come up with; there might be other ways to trigger the problem. In my particular case, it is caused by having 10 or so distinct fontset rules, covering different blocks of characters. This problem was mentioned elsewhere online too (for example https://github.com/purcell/emacs.d/issues/273).
I tried to pinpoint the commit that introduced the bug, and found revision af1a69f4d17a482c359d98c00ef86fac835b5fac by bisecting between 24.3 and master. Here's the commit in question:
af1a69f4d17a482c359d98c00ef86fac835b5fac is the first bad commit
commit af1a69f4d17a482c359d98c00ef86fac835b5fac
Author: Dmitry Antipov <dmantipov@yandex.ru>
Date: Wed Apr 2 17:24:19 2014 +0400
* font.c (font_list_entities): Do not add empty vector to font cache.
(font_matching_entity): Likewise. If matching entity is found, insert
1-item vector with this entity instead of entity itself (Bug#17125).
:040000 040000 2065e6bd6470194ed976fc343a0fd8932cc88a6c 73da4b1e64a36b066c965e70b9a0ba79c091336d M src
(by the way, the process was a bit slow; is there a way to make builds faster, maybe by building only the emacs binary? `make src/emacs` does not work, and `make src` spends some time loading el files and generating autoloads)
I added the full bisect log below. Is there any extra info that I should provide?
Thanks!
Clément.
---
git bisect start
# bad: [53cf3cfec12250d89790482d031f95a3cd5c484a] Don't check the exit status, it can be misleading
git bisect bad 53cf3cfec12250d89790482d031f95a3cd5c484a
# good: [24958590a00900371b6b3b154fc1df5c980d056c] Add 24.3 release to ChangeLogs
git bisect good 24958590a00900371b6b3b154fc1df5c980d056c
# good: [d16ae6228826c561bdb3701bd65d7517bd9e30d5] * fns.c (Frandom): Fix rare bug where the result isn't random.
git bisect good d16ae6228826c561bdb3701bd65d7517bd9e30d5
# bad: [935fa6151b3e411c5308d62338744ff25f1a8ddb] * lisp/textmodes/css-mode.el (scss-mode): Fix typo.
git bisect bad 935fa6151b3e411c5308d62338744ff25f1a8ddb
# skip: [e6a4c15ff1a2dad24eb695d0f9f1e63398aadf9f] * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function name instead of variable name in hook docstring. (Bug#18349)
git bisect skip e6a4c15ff1a2dad24eb695d0f9f1e63398aadf9f
# bad: [774da90d8c23f3b27194fb5c82e8b1ccdb77aae2] Mention new whitespace-mode option: big-indent.
git bisect bad 774da90d8c23f3b27194fb5c82e8b1ccdb77aae2
# bad: [18b345686d6a6f00eadb866b541b4f458fcfdb02] ps-samp.el: Make it slightly less awful
git bisect bad 18b345686d6a6f00eadb866b541b4f458fcfdb02
# bad: [aabbbc45793415e1cf41b61abb1737e296d60409] Merge from emacs-24; up to 2014-05-08T06:58:46Z!rgm@gnu.org
git bisect bad aabbbc45793415e1cf41b61abb1737e296d60409
# skip: [551a89e12d1ac5198a4de25ce24d98358bb1f8db] Standardize case of "Front-Cover Texts" in texi file permissions notices.
git bisect skip 551a89e12d1ac5198a4de25ce24d98358bb1f8db
# skip: [7b207d6d4f2de3ee07ffc8b02464c2b186372970] Improve usage of AC_INIT
git bisect skip 7b207d6d4f2de3ee07ffc8b02464c2b186372970
# skip: [1e1a3a324856cf7480030b6dbd7f4476c5130ad9] Correct merge
git bisect skip 1e1a3a324856cf7480030b6dbd7f4476c5130ad9
# skip: [1730d9634acba46a173ae8ef6afc853602424dd6] ede autoload tweak
git bisect skip 1730d9634acba46a173ae8ef6afc853602424dd6
# skip: [76377e461836419770c548872e5d88c6e111439c] * internals.texi (C Dialect): New section.
git bisect skip 76377e461836419770c548872e5d88c6e111439c
# skip: [4f3a895b33178230e27d5ad2fb81d5a3f5aa5d9e] * lisp/simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
git bisect skip 4f3a895b33178230e27d5ad2fb81d5a3f5aa5d9e
# good: [d1ff9ee403221755ccc259e86e2112959f881047] * minibuf.c (read_minibuf): Avoid C99ism in previous patch.
git bisect good d1ff9ee403221755ccc259e86e2112959f881047
# bad: [1b058e42524353c9ff133ea330876ed2d39b6515] ChangeLog fix
git bisect bad 1b058e42524353c9ff133ea330876ed2d39b6515
# good: [0b4fe0787b957624ebffa5d123c69d5c0a5d69e2] Doc tweaks related to file locking
git bisect good 0b4fe0787b957624ebffa5d123c69d5c0a5d69e2
# good: [5c30ab7a71cbd9ca50e2baa2baad595005f5e5f3] vhdl-mode.el small fixup
git bisect good 5c30ab7a71cbd9ca50e2baa2baad595005f5e5f3
# good: [200c532bd04a67a89db602462d74706051c61178] Inhibit quote autopairing more frequently
git bisect good 200c532bd04a67a89db602462d74706051c61178
# bad: [3a9e7a49deea49088a773c321e52185e922748d6] * make-dist: Further update AC_INIT regexp.
git bisect bad 3a9e7a49deea49088a773c321e52185e922748d6
# bad: [4fd68bf6cc1dce6c95001fbbac95cef32c86359d] Revert subr.el workaround for GC bug.
git bisect bad 4fd68bf6cc1dce6c95001fbbac95cef32c86359d
# bad: [09aba8153a8297e415477dbfa9a8c7e999fb3457] Merge from emacs-24; up to 2014-03-28T01:39:30Z!rgm@gnu.org
git bisect bad 09aba8153a8297e415477dbfa9a8c7e999fb3457
# bad: [af1a69f4d17a482c359d98c00ef86fac835b5fac] * font.c (font_list_entities): Do not add empty vector to font cache. (font_matching_entity): Likewise. If matching entity is found, insert 1-item vector with this entity instead of entity itself (Bug#17125).
git bisect bad af1a69f4d17a482c359d98c00ef86fac835b5fac
# first bad commit: [af1a69f4d17a482c359d98c00ef86fac835b5fac] * font.c (font_list_entities): Do not add empty vector to font cache. (font_matching_entity): Likewise. If matching entity is found, insert 1-item vector with this entity instead of entity itself (Bug#17125).
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
@ 2015-07-10 12:30 ` Eli Zaretskii
2015-07-10 16:02 ` Clément Pit--Claudel
2015-07-10 12:41 ` Eli Zaretskii
` (3 subsequent siblings)
4 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2015-07-10 12:30 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Date: Fri, 10 Jul 2015 03:34:23 -0700
> From: Clément Pit--Claudel
> <clement.pitclaudel@live.com>
>
> 2. Run the following code:
> (progn
> (dotimes (_ 3)
> (set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append))
> (dotimes (_ 50)
> (insert "日本国\n")))
> 3. Move the cursor around. Notice that motion is extremely slow (in particular C-p and C-n). So is shift-selection. (if it is not, try increasing the 3 above, maybe to 5 or 10).
>
> This test case is the smallest I could come up with; there might be other ways to trigger the problem. In my particular case, it is caused by having 10 or so distinct fontset rules, covering different blocks of characters. This problem was mentioned elsewhere online too (for example https://github.com/purcell/emacs.d/issues/273).
What kind of complex fontset setup do you have? FWIW, I don't see any
perceptible slowdown with your recipe and the default fontsets.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
2015-07-10 12:30 ` Eli Zaretskii
@ 2015-07-10 12:41 ` Eli Zaretskii
2015-07-10 16:55 ` Clément Pit--Claudel
2015-07-10 15:42 ` Glenn Morris
` (2 subsequent siblings)
4 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2015-07-10 12:41 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Date: Fri, 10 Jul 2015 03:34:23 -0700
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
>
> I tried to pinpoint the commit that introduced the bug, and found revision af1a69f4d17a482c359d98c00ef86fac835b5fac by bisecting between 24.3 and master. Here's the commit in question:
>
> af1a69f4d17a482c359d98c00ef86fac835b5fac is the first bad commit
> commit af1a69f4d17a482c359d98c00ef86fac835b5fac
> Author: Dmitry Antipov <dmantipov@yandex.ru>
> Date: Wed Apr 2 17:24:19 2014 +0400
>
> * font.c (font_list_entities): Do not add empty vector to font cache.
> (font_matching_entity): Likewise. If matching entity is found, insert
> 1-item vector with this entity instead of entity itself (Bug#17125).
Maybe I'm blind, but I don't see anything in that changeset that could
explain a performance hit. The modified code seems to do
approximately the same amount of work, and create the same data
structures, as the original one. Are you sure that backing out those
changes fixes your problem?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
2015-07-10 12:30 ` Eli Zaretskii
2015-07-10 12:41 ` Eli Zaretskii
@ 2015-07-10 15:42 ` Glenn Morris
2016-03-03 6:37 ` Clément Pit--Claudel
2016-10-04 18:56 ` Jason Gross
2017-03-13 15:54 ` bug#21028: Slow font rendering in emacs Ralf Jung
4 siblings, 1 reply; 89+ messages in thread
From: Glenn Morris @ 2015-07-10 15:42 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
Clément Pit--Claudel wrote:
> (by the way, the process was a bit slow; is there a way to make builds
> faster, maybe by building only the emacs binary? `make src/emacs` does
> not work, and `make src` spends some time loading el files and
> generating autoloads)
I posted the recipe I use at
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19983#62
_Perhaps_ you can stop at the bootstrap-emacs stage in this case.
(BTW, "make -C src emacs" should work now, but obviously that doesn't
help when you go to older revisions.)
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 12:30 ` Eli Zaretskii
@ 2015-07-10 16:02 ` Clément Pit--Claudel
0 siblings, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-10 16:02 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]
On 07/10/2015 05:30 AM, Eli Zaretskii wrote:
>> Date: Fri, 10 Jul 2015 03:34:23 -0700
>> From: Clément Pit--Claudel
>> <clement.pitclaudel@live.com>
>>
>> 2. Run the following code:
>> (progn
>> (dotimes (_ 3)
>> (set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append))
>> (dotimes (_ 50)
>> (insert "日本国\n")))
>> 3. Move the cursor around. Notice that motion is extremely slow (in particular C-p and C-n). So is shift-selection. (if it is not, try increasing the 3 above, maybe to 5 or 10).
>>
>> This test case is the smallest I could come up with; there might be other ways to trigger the problem. In my particular case, it is caused by having 10 or so distinct fontset rules, covering different blocks of characters. This problem was mentioned elsewhere online too (for example https://github.com/purcell/emacs.d/issues/273).
>
> What kind of complex fontset setup do you have? FWIW, I don't see any
> perceptible slowdown with your recipe and the default fontsets.
The relevant snippet looks like this:
(let ((cjk-font "WenQuanYi Micro Hei Mono")
(fontset t)) ; "fontset-default"
(set-fontset-font t (cons ?≔ ?≔) "FreeSerif" nil 'prepend)
(set-fontset-font fontset 'unicode (font-spec :name "Consolas") nil 'append)
(set-fontset-font fontset 'unicode (font-spec :name "Symbola") nil 'append)
(set-fontset-font fontset '(#x4E00 . #x9FFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x3400 . #x4DFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x20000 . #x2A6DF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#xF900 . #xFAFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x2F800 . #x2FA1F) (font-spec :name cjk-font)))
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 12:41 ` Eli Zaretskii
@ 2015-07-10 16:55 ` Clément Pit--Claudel
2015-07-15 12:32 ` Dmitry Antipov
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-10 16:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1: Type: text/plain, Size: 3936 bytes --]
On 07/10/2015 05:41 AM, Eli Zaretskii wrote:
>> Date: Fri, 10 Jul 2015 03:34:23 -0700
>> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
>>
>> I tried to pinpoint the commit that introduced the bug, and found revision af1a69f4d17a482c359d98c00ef86fac835b5fac by bisecting between 24.3 and master. Here's the commit in question:
>>
>> af1a69f4d17a482c359d98c00ef86fac835b5fac is the first bad commit
>> commit af1a69f4d17a482c359d98c00ef86fac835b5fac
>> Author: Dmitry Antipov <dmantipov@yandex.ru>
>> Date: Wed Apr 2 17:24:19 2014 +0400
>>
>> * font.c (font_list_entities): Do not add empty vector to font cache.
>> (font_matching_entity): Likewise. If matching entity is found, insert
>> 1-item vector with this entity instead of entity itself (Bug#17125).
>
> Maybe I'm blind, but I don't see anything in that changeset that could
> explain a performance hit. The modified code seems to do
> approximately the same amount of work, and create the same data
> structures, as the original one. Are you sure that backing out those
> changes fixes your problem?
Thanks for looking into this. Yes, reverting these changes on master fixes the problem. I ran a number of experiments:
* I timed the sample code that I sent, before and after af1a69f4d17a482c359d98c00ef86fac835b5fac:
** On af1a69f4d17a482c359d98c00ef86fac835b5fac (the commit that I identified as bad):
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (redisplay t) (kill-emacs))"
real 0m2.249s
user 0m1.259s
sys 0m0.100s
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 50) (insert \"日本国\n\")) (redisplay t) (kill-emacs))"
real 0m5.749s
user 0m2.717s
sys 0m0.857s
** On 200c532bd04a67a89db602462d74706051c61178 (the previous commit)
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (redisplay t) (kill-emacs))"
real 0m2.214s
user 0m1.247s
sys 0m0.077s
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 50) (insert \"日本国\n\")) (redisplay t) (kill-emacs))"
real 0m2.226s
user 0m1.222s
sys 0m0.106s
Thus the operation of inserting these 50 lines takes about 3.5 seconds on the bad commit, while it's instantaneous in the previous commit.
* On master, timed the same code before and after reverting af1a69f4d17a482c359d98c00ef86fac835b5fac:
** Before reverting
$ time emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (redisplay t) (kill-emacs))"
real 0m2.441s
user 0m1.363s
sys 0m0.142s
$ time emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 50) (insert \"日本国\n\")) (redisplay t) (kill-emacs))"
real 0m5.149s
user 0m2.569s
sys 0m0.742s
** After reverting
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (redisplay t) (kill-emacs))"
real 0m2.413s
user 0m1.351s
sys 0m0.147s
$ time src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 50) (insert \"日本国\n\")) (redisplay t) (kill-emacs))"
real 0m2.570s
user 0m1.608s
sys 0m0.083s
The figures are very similar to the tests above: with that patch inserting 50 lines takes 3 seconds, and without it it's instantaneous. Thus I think it's safe to say that this particular patch is indeed responsible for the performance regression. But maybe I'm missing something?
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 16:55 ` Clément Pit--Claudel
@ 2015-07-15 12:32 ` Dmitry Antipov
2015-07-18 10:24 ` Clément Pit--Claudel
2016-03-03 6:12 ` Clément Pit--Claudel
0 siblings, 2 replies; 89+ messages in thread
From: Dmitry Antipov @ 2015-07-15 12:32 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
On 07/10/2015 07:55 PM, Clément Pit--Claudel wrote:
> The figures are very similar to the tests above: with that patch inserting 50 lines takes 3 seconds,
> and without it it's instantaneous. Thus I think it's safe to say that this particular patch is indeed
> responsible for the performance regression. But maybe I'm missing something?
As of c40ea1328bb33abaec14f1fc92ac2349b5ee2715, I can't reproduce this issue, with your fontset setup
from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#17. Cursor motion and keyboard/mouse selection
are smooth, and CPU/memory usage looks normal.
My suggestions are:
1) Re-run your timed tests from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#20 under /usr/bin/time,
not time (the latter is a simple shell builtin). /usr/bin/time also shows memory usage; if "bad" (current)
instance consumes more memory than "good" (with reverted change) one, there may be nasty GC issue.
2) 3 seconds is large enough to leave the traces in profiled runs. On GNU/Linux, it may be worth trying
to run under perf, both "good" and "bad" cases, and comparing reports.
Dmitry
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-15 12:32 ` Dmitry Antipov
@ 2015-07-18 10:24 ` Clément Pit--Claudel
2015-07-18 11:16 ` Clément Pit--Claudel
2016-03-03 6:12 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-18 10:24 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 2259 bytes --]
On 07/15/2015 05:32 AM, Dmitry Antipov wrote:
> On 07/10/2015 07:55 PM, Clément Pit--Claudel wrote:
>
>> The figures are very similar to the tests above: with that patch inserting 50 lines takes 3 seconds,
>> and without it it's instantaneous. Thus I think it's safe to say that this particular patch is indeed
>> responsible for the performance regression. But maybe I'm missing something?
>
> As of c40ea1328bb33abaec14f1fc92ac2349b5ee2715, I can't reproduce this issue, with your fontset setup
> from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#17. Cursor motion and keyboard/mouse selection
> are smooth, and CPU/memory usage looks normal.
Thanks for trying this out. Thanks for your suggestions, too.
> My suggestions are:
>
> 1) Re-run your timed tests from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#20 under /usr/bin/time,
> not time (the latter is a simple shell builtin). /usr/bin/time also shows memory usage; if "bad" (current)
> instance consumes more memory than "good" (with reverted change) one, there may be nasty GC issue.
The timings are similar:
$ /usr/bin/time emacs-bad/src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 500) (insert \"日本国\n\")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))"
13.31user 8.57system 0:34.54elapsed 63%CPU (0avgtext+0avgdata 50592maxresident)k
0inputs+0outputs (0major+4958minor)pagefaults 0swaps
$ /usr/bin/time emacs-good/src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 500) (insert \"日本国\n\")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))"
0.58user 0.03system 0:01.05elapsed 58%CPU (0avgtext+0avgdata 50392maxresident)k
29840inputs+0outputs (105major+4911minor)pagefaults 0swaps
> 2) 3 seconds is large enough to leave the traces in profiled runs. On GNU/Linux, it may be worth trying
> to run under perf, both "good" and "bad" cases, and comparing reports.
I have attached the reports in the good and bad cases (200c532 and af1a69f respectively). I'm not sure what to conclude from them; I can provide the full trace data if needed.
Clément.
[-- Attachment #1.2: bad-report --]
[-- Type: text/plain, Size: 99193 bytes --]
# ========
# captured on: Sat Jul 18 01:17:24 2015
# hostname : clem-w50-mint
# os release : 3.13.0-37-generic
# perf version : 3.13.11.7
# arch : x86_64
# nrcpus online : 8
# nrcpus avail : 8
# cpudesc : Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
# cpuid : GenuineIntel,6,60,3
# total memory : 32891308 kB
# cmdline : /usr/lib/linux-tools-3.13.0-37/perf record src/emacs -Q --eval (progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append)) (dotimes (_ 500) (insert "日本国\n")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))
# event : name = cycles, type = 0, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0
# HEADER_CPU_TOPOLOGY info available, use -I to display
# HEADER_NUMA_TOPOLOGY info available, use -I to display
# pmu mappings: cpu = 4, software = 1, tracepoint = 2, breakpoint = 5
# ========
#
# Samples: 212K of event 'cycles'
# Event count (approx.): 62374608376
#
# Overhead Command Shared Object Symbol
# ........ ........... .......................... ...........................................
#
20.33% emacs libfontconfig.so.1.8.0 [.] 0x0000000000020238
4.43% emacs libc-2.19.so [.] __strchr_sse2
2.95% emacs libxcb.so.1.1.0 [.] 0x000000000000a191
2.20% emacs libglib-2.0.so.0.4002.0 [.] 0x000000000008a61d
2.02% emacs [kernel.kallsyms] [k] _raw_spin_lock_irqsave
1.51% emacs [kernel.kallsyms] [k] copy_user_enhanced_fast_string
1.48% emacs [kernel.kallsyms] [k] fget_light
1.44% emacs libc-2.19.so [.] 0x00000000000ed12d
1.29% emacs emacs [.] deliver_input_available_signal
1.27% emacs libpthread-2.19.so [.] pthread_mutex_lock
1.25% emacs [kernel.kallsyms] [k] _raw_spin_lock
1.23% emacs libpthread-2.19.so [.] pthread_mutex_unlock
1.20% emacs [kernel.kallsyms] [k] fput
1.19% emacs libfontconfig.so.1.8.0 [.] FcFontSetList
1.05% emacs [kernel.kallsyms] [k] __slab_free
0.98% emacs [kernel.kallsyms] [k] system_call
0.97% emacs [kernel.kallsyms] [k] resched_task
0.95% emacs [kernel.kallsyms] [k] enqueue_entity
0.93% emacs [kernel.kallsyms] [k] update_cfs_shares
0.93% emacs libc-2.19.so [.] malloc
0.93% emacs libc-2.19.so [.] _int_free
0.87% emacs libc-2.19.so [.] _int_malloc
0.85% emacs [kernel.kallsyms] [k] update_curr
0.81% emacs [kernel.kallsyms] [k] save_xstate_sig
0.81% emacs [kernel.kallsyms] [k] sock_alloc_send_pskb
0.80% emacs [kernel.kallsyms] [k] system_call_after_swapgs
0.80% emacs [kernel.kallsyms] [k] _raw_spin_unlock_irqrestore
0.79% emacs libX11.so.6.3.0 [.] 0x000000000004cb09
0.78% emacs [kernel.kallsyms] [k] unix_poll
0.77% emacs [kernel.kallsyms] [k] do_sys_poll
0.76% emacs libX11.so.6.3.0 [.] _XReply
0.68% emacs [kernel.kallsyms] [k] _raw_spin_lock_irq
0.65% emacs libpthread-2.19.so [.] pthread_cond_signal@@GLIBC_2.3.2
0.64% emacs [kernel.kallsyms] [k] unix_stream_recvmsg
0.59% emacs [kernel.kallsyms] [k] native_write_msr_safe
0.55% emacs [kernel.kallsyms] [k] mutex_lock_interruptible
0.53% emacs libpthread-2.19.so [.] 0x000000000000f8ad
0.52% emacs [kernel.kallsyms] [k] __restore_xstate_sig
0.51% emacs [kernel.kallsyms] [k] effective_load.isra.35
0.50% emacs [kernel.kallsyms] [k] sock_wfree
0.50% emacs [kernel.kallsyms] [k] poll_schedule_timeout
0.48% emacs [kernel.kallsyms] [k] sock_recvmsg
0.47% emacs [kernel.kallsyms] [k] unix_write_space
0.46% emacs [kernel.kallsyms] [k] sock_def_readable
0.45% emacs [kernel.kallsyms] [k] __schedule
0.44% emacs [kernel.kallsyms] [k] try_to_wake_up
0.42% emacs [kernel.kallsyms] [k] aa_revalidate_sk
0.41% emacs [kernel.kallsyms] [k] ___sys_recvmsg
0.41% emacs [kernel.kallsyms] [k] __sigqueue_free.part.11
0.40% emacs libc-2.19.so [.] __libc_disable_asynccancel
0.37% emacs [kernel.kallsyms] [k] __srcu_read_lock
0.37% emacs [kernel.kallsyms] [k] do_readv_writev
0.36% emacs [kernel.kallsyms] [k] dequeue_entity
0.36% emacs libpthread-2.19.so [.] __pthread_enable_asynccancel
0.36% emacs [kernel.kallsyms] [k] account_entity_dequeue
0.36% emacs [kernel.kallsyms] [k] pollwake
0.36% emacs [kernel.kallsyms] [k] do_signal
0.36% emacs emacs [.] mark_object
0.36% emacs [kernel.kallsyms] [k] select_task_rq_fair
0.34% emacs libdbus-1.so.3.7.6 [.] 0x0000000000026c70
0.33% emacs [kernel.kallsyms] [k] ksize
0.33% emacs [kernel.kallsyms] [k] __dequeue_signal
0.32% emacs [kernel.kallsyms] [k] unix_stream_sendmsg
0.32% emacs [kernel.kallsyms] [k] account_entity_enqueue
0.32% emacs libc-2.19.so [.] __libc_writev
0.31% emacs libglib-2.0.so.0.4002.0 [.] g_slice_free_chain_with_offset
0.31% emacs libc-2.19.so [.] __memmove_ssse3_back
0.31% emacs [kernel.kallsyms] [k] finish_task_switch
0.30% emacs libc-2.19.so [.] vfprintf
0.30% emacs [kernel.kallsyms] [k] __alloc_skb
0.29% emacs [kernel.kallsyms] [k] idle_cpu
0.29% emacs [kernel.kallsyms] [k] dequeue_task_fair
0.28% emacs libc-2.19.so [.] __libc_enable_asynccancel
0.28% emacs libglib-2.0.so.0.4002.0 [.] g_slice_alloc
0.27% emacs libX11.so.6.3.0 [.] _XSend
0.27% emacs libpthread-2.19.so [.] __pthread_disable_asynccancel
0.27% emacs libc-2.19.so [.] memset
0.27% emacs [kernel.kallsyms] [k] get_signal_to_deliver
0.26% emacs [kernel.kallsyms] [k] recalc_sigpending
0.26% emacs [kernel.kallsyms] [k] kmem_cache_alloc_node
0.25% emacs libpthread-2.19.so [.] pthread_cond_destroy@@GLIBC_2.3.2
0.25% emacs [kernel.kallsyms] [k] mutex_unlock
0.25% emacs [kernel.kallsyms] [k] kmem_cache_free
0.25% emacs [kernel.kallsyms] [k] __pollwait
0.24% emacs [kernel.kallsyms] [k] update_cfs_rq_blocked_load
0.24% emacs libgdk-3.so.0.1000.8 [.] gdk_window_process_all_updates
0.24% emacs libpthread-2.19.so [.] __errno_location
0.23% emacs libX11.so.6.3.0 [.] XSync
0.23% emacs [kernel.kallsyms] [k] _raw_spin_unlock
0.23% emacs libpthread-2.19.so [.] pthread_getspecific
0.23% emacs [kernel.kallsyms] [k] do_sigaltstack
0.23% emacs [kernel.kallsyms] [k] enqueue_task
0.21% emacs [kernel.kallsyms] [k] __kmalloc_node_track_caller
0.20% emacs emacs [.] handle_input_available_signal
0.20% emacs [kernel.kallsyms] [k] enqueue_task_fair
0.20% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_prepare
0.20% emacs [kernel.kallsyms] [k] source_load
0.20% emacs libc-2.19.so [.] __memcpy_sse2_unaligned
0.19% emacs [kernel.kallsyms] [k] do_sync_readv_writev
0.18% emacs libpthread-2.19.so [.] pthread_cond_broadcast@@GLIBC_2.3.2
0.18% emacs [kernel.kallsyms] [k] ttwu_stat
0.18% emacs emacs [.] deliver_process_signal
0.18% emacs [kernel.kallsyms] [k] __srcu_read_unlock
0.18% emacs libc-2.19.so [.] free
0.18% emacs [kernel.kallsyms] [k] free_uid
0.17% emacs [kernel.kallsyms] [k] sys_writev
0.17% emacs libglib-2.0.so.0.4002.0 [.] g_private_get
0.17% emacs libc-2.19.so [.] strlen
0.17% emacs [kernel.kallsyms] [k] update_min_vruntime
0.17% emacs [kernel.kallsyms] [k] sched_clock_cpu
0.16% emacs [kernel.kallsyms] [k] sysret_check
0.16% emacs [kernel.kallsyms] [k] verify_iovec
0.16% emacs libpthread-2.19.so [.] __restore_rt
0.16% emacs [kernel.kallsyms] [k] place_entity
0.16% emacs [kernel.kallsyms] [k] apparmor_socket_recvmsg
0.16% emacs emacs [.] Fcompare_strings
0.15% emacs [kernel.kallsyms] [k] schedule
0.15% emacs [kernel.kallsyms] [k] cpuacct_charge
0.15% emacs [kernel.kallsyms] [k] unix_destruct_scm
0.15% emacs emacs [.] internal_equal
0.14% emacs [kernel.kallsyms] [k] fsnotify
0.14% emacs emacs [.] x_uncatch_errors
0.14% emacs emacs [.] xfont_list_pattern
0.14% emacs [kernel.kallsyms] [k] sock_aio_write
0.14% emacs [kernel.kallsyms] [k] native_sched_clock
0.14% emacs [kernel.kallsyms] [k] __sys_recvmsg
0.13% emacs [kernel.kallsyms] [k] __perf_event_task_sched_out
0.13% emacs [kernel.kallsyms] [k] security_socket_recvmsg
0.13% emacs [kernel.kallsyms] [k] native_read_tsc
0.13% emacs libgdk-3.so.0.1000.8 [.] 0x000000000001faef
0.13% emacs [kernel.kallsyms] [k] restore_sigcontext
0.13% emacs emacs [.] font_list_entities
0.13% emacs libgdk-3.so.0.1000.8 [.] gdk_display_get_type
0.13% emacs [kernel.kallsyms] [k] setup_sigcontext
0.12% emacs emacs [.] casify_object
0.12% emacs [kernel.kallsyms] [k] update_rq_clock.part.63
0.12% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_instance_is_a
0.12% emacs emacs [.] sxhash.part.20
0.12% emacs [kernel.kallsyms] [k] ctx_sched_out
0.12% emacs [kernel.kallsyms] [k] rw_copy_check_uvector
0.12% emacs [kernel.kallsyms] [k] _copy_from_user
0.11% emacs [kernel.kallsyms] [k] pick_next_task_stop
0.11% emacs [kernel.kallsyms] [k] sockfd_lookup_light
0.11% emacs libc-2.19.so [.] _IO_default_xsputn
0.11% emacs [kernel.kallsyms] [k] vfs_writev
0.11% emacs [kernel.kallsyms] [k] sock_poll
0.11% emacs libxcb.so.1.1.0 [.] xcb_wait_for_reply
0.11% emacs libgtk-3.so.0.1000.8 [.] 0x0000000000118003
0.11% emacs [kernel.kallsyms] [k] schedule_hrtimeout_range_clock
0.10% emacs [kernel.kallsyms] [k] local_clock
0.10% emacs [kernel.kallsyms] [k] kfree
0.10% emacs [kernel.kallsyms] [k] __slab_alloc
0.10% emacs [kernel.kallsyms] [k] put_prev_task_fair
0.10% emacs [kernel.kallsyms] [k] check_preempt_curr
0.10% emacs [kernel.kallsyms] [k] common_file_perm
0.10% emacs [kernel.kallsyms] [k] pick_next_task_fair
0.10% emacs emacs [.] gobble_input
0.10% emacs [kernel.kallsyms] [k] sys_poll
0.10% emacs [kernel.kallsyms] [k] _atomic_dec_and_lock
0.09% emacs [vdso] [.] 0x00000000000008c8
0.09% emacs libc-2.19.so [.] _IO_getc
0.09% emacs libX11.so.6.3.0 [.] XListFonts
0.09% emacs [kernel.kallsyms] [k] dequeue_task
0.09% emacs [kernel.kallsyms] [k] poll_freewait
0.09% emacs [kernel.kallsyms] [k] skb_release_head_state
0.09% emacs libpthread-2.19.so [.] pthread_self
0.09% emacs emacs [.] hash_lookup
0.09% emacs [kernel.kallsyms] [k] rw_verify_area
0.08% emacs emacs [.] x_had_errors_p
0.08% emacs [kernel.kallsyms] [k] __set_current_blocked
0.08% emacs emacs [.] Fassoc_string
0.08% emacs emacs [.] xfont_list
0.08% emacs [kernel.kallsyms] [k] dequeue_signal
0.08% emacs [kernel.kallsyms] [k] aa_file_perm
0.08% emacs libdbus-1.so.3.7.6 [.] dbus_connection_get_dispatch_status
0.08% emacs [kernel.kallsyms] [k] perf_pmu_rotate_start.isra.39
0.08% emacs emacs [.] oblookup
0.08% emacs libX11.so.6.3.0 [.] _XGetRequest
0.08% emacs [kernel.kallsyms] [k] apparmor_socket_getpeersec_dgram
0.08% emacs libglib-2.0.so.0.4002.0 [.] g_mutex_lock
0.07% emacs [kernel.kallsyms] [k] apparmor_socket_sendmsg
0.07% emacs emacs [.] font_find_for_lface
0.07% emacs [kernel.kallsyms] [k] memcpy_fromiovecend
0.07% emacs emacs [.] xfont_encode_coding_xlfd
0.07% emacs libglib-2.0.so.0.4002.0 [.] g_slist_copy_deep
0.07% emacs [kernel.kallsyms] [k] stub_rt_sigreturn
0.07% emacs [kernel.kallsyms] [k] __enqueue_entity
0.07% emacs [kernel.kallsyms] [k] apparmor_file_permission
0.07% emacs [kernel.kallsyms] [k] sysret_signal
0.07% emacs libxcb.so.1.1.0 [.] xcb_writev
0.07% emacs emacs [.] ftfont_lookup_cache
0.07% emacs [kernel.kallsyms] [k] __wake_up_common
0.07% emacs [kernel.kallsyms] [k] remove_wait_queue
0.07% emacs [kernel.kallsyms] [k] system_call_fastpath
0.07% emacs libxcb.so.1.1.0 [.] memcpy@plt
0.07% emacs [kernel.kallsyms] [k] ttwu_do_wakeup
0.06% emacs [kernel.kallsyms] [k] idle_balance
0.06% emacs libxcb.so.1.1.0 [.] pthread_mutex_unlock@plt
0.06% emacs [kernel.kallsyms] [k] __calc_delta
0.06% emacs libX11.so.6.3.0 [.] _XEventsQueued
0.06% emacs emacs [.] x_catch_errors
0.06% emacs emacs [.] mark_char_table
0.06% emacs emacs [.] font_unparse_xlfd
0.06% emacs emacs [.] assq_no_quit
0.06% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_check
0.06% emacs [kernel.kallsyms] [k] skb_copy_datagram_iovec
0.06% emacs [kernel.kallsyms] [k] recalc_sigpending_tsk
0.06% emacs [kernel.kallsyms] [k] __fsnotify_parent
0.06% emacs [kernel.kallsyms] [k] sys_rt_sigreturn
0.06% emacs libglib-2.0.so.0.4002.0 [.] g_mutex_unlock
0.06% emacs [kernel.kallsyms] [k] signal_delivered
0.06% emacs [kernel.kallsyms] [k] uprobe_deny_signal
0.06% emacs [kernel.kallsyms] [k] skb_copy_datagram_from_iovec
0.06% emacs libX11.so.6.3.0 [.] XPending
0.05% emacs [kernel.kallsyms] [k] int_with_check
0.05% emacs [kernel.kallsyms] [k] wait_for_unix_gc
0.05% emacs [kernel.kallsyms] [k] __clear_user
0.05% emacs [kernel.kallsyms] [k] add_wait_queue
0.05% emacs emacs [.] concat
0.05% emacs [kernel.kallsyms] [k] __wake_up_sync_key
0.05% emacs [kernel.kallsyms] [k] __set_task_blocked
0.05% emacs [kernel.kallsyms] [k] restore_altstack
0.05% emacs libgdk-3.so.0.1000.8 [.] gdk_threads_leave
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_query
0.05% emacs [kernel.kallsyms] [k] pick_next_task_rt
0.05% emacs [kernel.kallsyms] [k] pick_next_task_idle
0.05% emacs [kernel.kallsyms] [k] ttwu_do_activate.constprop.74
0.05% emacs emacs [.] font_registry_charsets
0.05% emacs libX11.so.6.3.0 [.] XFlush
0.05% emacs emacs [.] lookup_char_property
0.05% emacs libc-2.19.so [.] __strchrnul
0.05% emacs emacs [.] re_match_2_internal
0.05% emacs emacs [.] XSync@plt
0.04% emacs [kernel.kallsyms] [k] ret_from_sys_call
0.04% emacs [kernel.kallsyms] [k] security_file_permission
0.04% emacs [kernel.kallsyms] [k] memcpy_toiovec
0.04% emacs [kernel.kallsyms] [k] skb_release_data
0.04% emacs [kernel.kallsyms] [k] put_pid
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_slist_free
0.04% emacs libgdk-3.so.0.1000.8 [.] gdk_display_manager_list_displays
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_slist_copy
0.04% emacs [kernel.kallsyms] [k] skb_unlink
0.04% emacs [kernel.kallsyms] [k] rcu_note_context_switch
0.04% emacs emacs [.] Fsymbol_name
0.04% emacs [kernel.kallsyms] [k] _cond_resched
0.04% emacs libpthread-2.19.so [.] __libc_recvmsg
0.04% emacs emacs [.] frame_make_pointer_visible
0.04% emacs libxcb.so.1.1.0 [.] xcb_poll_for_reply
0.04% emacs [kernel.kallsyms] [k] consume_skb
0.04% emacs [kernel.kallsyms] [k] rb_insert_color
0.04% emacs libxcb.so.1.1.0 [.] pthread_cond_signal@plt
0.04% emacs emacs [.] XTread_socket
0.03% emacs emacs [.] Fassq
0.03% emacs [kernel.kallsyms] [k] perf_pmu_disable
0.03% emacs emacs [.] Faref
0.03% emacs libc-2.19.so [.] realloc
0.03% emacs emacs [.] re_search_2
0.03% emacs [kernel.kallsyms] [k] do_notify_resume
0.03% emacs libglib-2.0.so.0.4002.0 [.] g_io_channel_get_buffer_condition
0.03% emacs emacs [.] ftfont_list
0.03% emacs [kernel.kallsyms] [k] unix_scm_to_skb
0.03% emacs emacs [.] __errno_location@plt
0.03% emacs emacs [.] fontset_find_font
0.03% emacs emacs [.] Fassoc
0.03% emacs libc-2.19.so [.] __memcpy_ssse3_back
0.03% emacs [kernel.kallsyms] [k] sys_recvmsg
0.03% emacs emacs [.] next_interval
0.03% emacs libxcb.so.1.1.0 [.] xcb_poll_for_event
0.03% emacs libfreetype.so.6.11.1 [.] 0x00000000000497ae
0.03% emacs [kernel.kallsyms] [k] skb_queue_tail
0.03% emacs libgtk-3.so.0.1000.8 [.] gtk_events_pending
0.03% emacs [kernel.kallsyms] [k] kfree_skbmem
0.03% emacs [kernel.kallsyms] [k] restore_args
0.03% emacs libdbus-glib-1.so.2.2.2 [.] 0x000000000000acb0
0.03% emacs emacs [.] exec_byte_code
0.03% emacs libc-2.19.so [.] __libc_calloc
0.03% emacs emacs [.] x_produce_glyphs
0.03% emacs [kernel.kallsyms] [k] x86_pmu_enable
0.03% emacs [kernel.kallsyms] [k] task_waking_fair
0.03% emacs [kernel.kallsyms] [k] retint_swapgs
0.03% emacs emacs [.] ftfont_spec_pattern
0.03% emacs [kernel.kallsyms] [k] __cmpxchg_double_slab.isra.40
0.03% emacs emacs [.] Fcons
0.03% emacs [kernel.kallsyms] [k] maybe_add_creds
0.03% emacs emacs [.] make_uninit_multibyte_string
0.03% emacs libfontconfig.so.1.8.0 [.] strchr@plt
0.03% emacs emacs [.] allocate_vectorlike.part.26
0.03% emacs emacs [.] font_sort_entities
0.03% emacs libc-2.19.so [.] _int_realloc
0.03% emacs libgdk-3.so.0.1000.8 [.] gdk_display_flush
0.03% emacs [kernel.kallsyms] [k] clear_buddies
0.03% emacs [kernel.kallsyms] [k] skb_release_all
0.03% emacs libc-2.19.so [.] __memcmp_sse4_1
0.03% emacs [kernel.kallsyms] [k] target_load
0.03% emacs libfontconfig.so.1.8.0 [.] FcObjectSetAdd
0.03% emacs emacs [.] sweep_conses
0.03% emacs libcairo.so.2.11301.0 [.] 0x0000000000042c40
0.03% emacs libc-2.19.so [.] __GI___libc_poll
0.03% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_pending
0.03% emacs [kernel.kallsyms] [k] x86_pmu_disable
0.02% emacs libc-2.19.so [.] __GI___strcmp_ssse3
0.02% emacs [kernel.kallsyms] [k] schedule_hrtimeout_range
0.02% emacs [kernel.kallsyms] [k] __kmalloc_reserve.isra.26
0.02% emacs emacs [.] compile_pattern
0.02% emacs libc-2.19.so [.] __memcpy_sse2
0.02% emacs [kernel.kallsyms] [k] __perf_event_task_sched_in
0.02% emacs [kernel.kallsyms] [k] default_wake_function
0.02% emacs [kernel.kallsyms] [k] signal_setup_done
0.02% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_default
0.02% emacs libxcb.so.1.1.0 [.] pthread_mutex_lock@plt
0.02% emacs [kernel.kallsyms] [k] kmalloc_slab
0.02% emacs [kernel.kallsyms] [k] int_restore_rest
0.02% emacs libgdk-3.so.0.1000.8 [.] gdk_threads_enter
0.02% emacs [kernel.kallsyms] [k] activate_task
0.02% emacs libc-2.19.so [.] __clock_gettime
0.02% emacs emacs [.] assoc_no_quit
0.02% emacs emacs [.] font_has_char
0.02% emacs [kernel.kallsyms] [k] flat_send_IPI_mask
0.02% emacs [kernel.kallsyms] [k] skb_free_head
0.02% emacs [kernel.kallsyms] [k] int_check_syscall_exit_work
0.02% emacs emacs [.] xftfont_has_char
0.02% emacs libc-2.19.so [.] __snprintf_chk
0.02% emacs emacs [.] xmalloc
0.02% emacs emacs [.] move_it_in_display_line_to
0.02% emacs ld-2.19.so [.] do_lookup_x
0.02% emacs [kernel.kallsyms] [k] cpus_share_cache
0.02% emacs [kernel.kallsyms] [k] intel_pmu_disable_all
0.02% emacs emacs [.] sweep_vectors
0.02% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_lookup
0.02% emacs libfontconfig.so.1.8.0 [.] FcCharSetSubtractCount
0.02% emacs [kernel.kallsyms] [k] _copy_to_user
0.02% emacs libfontconfig.so.1.8.0 [.] FcInitBringUptoDate
0.02% emacs libXft.so.2.3.1 [.] XftCharIndex
0.02% emacs [kernel.kallsyms] [k] skb_put
0.02% emacs libXft.so.2.3.1 [.] XftGlyphExtents
0.02% emacs emacs [.] Flength
0.02% emacs libglib-2.0.so.0.4002.0 [.] g_source_get_time
0.02% emacs libglib-2.0.so.0.4002.0 [.] g_poll
0.02% emacs [kernel.kallsyms] [k] set_current_blocked
0.02% emacs libX11.so.6.3.0 [.] xcb_wait_for_reply@plt
0.02% emacs [kernel.kallsyms] [k] perf_event_task_sched_out
0.02% emacs libX11.so.6.3.0 [.] _XFlush
0.02% emacs emacs [.] Fnreverse
0.02% emacs emacs [.] unblock_input_to
0.02% emacs libgtk-3.so.0.1000.8 [.] gdk_threads_leave@plt
0.02% emacs emacs [.] Ffuncall
0.02% emacs libgdk-3.so.0.1000.8 [.] gdk_display_manager_get
0.02% emacs emacs [.] sweep_strings
0.02% emacs [kernel.kallsyms] [k] sched_clock
0.02% emacs emacs [.] find_interval
0.02% emacs libc-2.19.so [.] __vsnprintf_chk
0.02% emacs emacs [.] re_compile_pattern
0.01% emacs emacs [.] process_pending_signals
0.01% emacs emacs [.] bidi_level_of_next_char
0.01% emacs libc-2.19.so [.] __memcpy_chk_ssse3_back
0.01% emacs emacs [.] xfont_get_cache
0.01% emacs libgobject-2.0.so.0.4002.0 [.] 0x000000000001b0a4
0.01% emacs emacs [.] map_sub_char_table
0.01% emacs libglib-2.0.so.0.4002.0 [.] pthread_mutex_lock@plt
0.01% emacs libc-2.19.so [.] _IO_str_init_static_internal
0.01% emacs [kernel.kallsyms] [k] security_socket_getpeersec_dgram
0.01% emacs emacs [.] char_table_ref
0.01% emacs [kernel.kallsyms] [k] intel_pmu_enable_all
0.01% emacs libxcb.so.1.1.0 [.] __errno_location@plt
0.01% emacs libatspi.so.0.0.1 [.] 0x000000000000e235
0.01% emacs emacs [.] get_next_display_element
0.01% emacs emacs [.] mark_vectorlike
0.01% emacs libxcb.so.1.1.0 [.] malloc@plt
0.01% emacs [kernel.kallsyms] [k] hrtick_update
0.01% emacs libdbus-1.so.3.7.6 [.] pthread_mutex_unlock@plt
0.01% emacs libgdk-3.so.0.1000.8 [.] XPending@plt
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_slist_foreach
0.01% emacs emacs [.] display_mode_element
0.01% emacs libX11.so.6.3.0 [.] free@plt
0.01% emacs libXft.so.2.3.1 [.] XftCharExists
0.01% emacs [kernel.kallsyms] [k] deactivate_task
0.01% emacs [kernel.kallsyms] [k] page_fault
0.01% emacs libdbus-glib-1.so.2.2.2 [.] dbus_connection_get_dispatch_status@plt
0.01% emacs libc-2.19.so [.] _IO_no_init
0.01% emacs emacs [.] validate_interval_range
0.01% emacs emacs [.] char_table_translate
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_acquire
0.01% emacs [kernel.kallsyms] [k] perf_event_context_sched_in
0.01% emacs emacs [.] ftfont_has_char
0.01% emacs emacs [.] hash_string
0.01% emacs [kernel.kallsyms] [k] security_socket_sendmsg
0.01% emacs libglib-2.0.so.0.4002.0 [.] pthread_mutex_unlock@plt
0.01% emacs libgdk-3.so.0.1000.8 [.] g_slist_free@plt
0.01% emacs emacs [.] get_char_property_and_overlay
0.01% emacs emacs [.] set_iterator_to_next
0.01% emacs libc-2.19.so [.] malloc_consolidate
0.01% emacs emacs [.] next_element_from_buffer
0.01% emacs libc-2.19.so [.] _IO_old_init
0.01% emacs emacs [.] ftfont_get_charset
0.01% emacs libc-2.19.so [.] _IO_setb
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_ptr_array_set_size
0.01% emacs libfontconfig.so.1.8.0 [.] FcObjectSetDestroy
0.01% emacs libfontconfig.so.1.8.0 [.] FcPatternDestroy
0.01% emacs [kernel.kallsyms] [k] int_ret_from_sys_call
0.01% emacs libfontconfig.so.1.8.0 [.] malloc@plt
0.01% emacs emacs [.] gdk_window_process_all_updates@plt
0.01% emacs emacs [.] Fcdr
0.01% emacs emacs [.] display_string
0.01% emacs emacs [.] unblock_input
0.01% emacs libfontconfig.so.1.8.0 [.] FcFontList
0.01% emacs [kernel.kallsyms] [k] apic_timer_interrupt
0.01% emacs libgtk-3.so.0.1000.8 [.] g_main_context_pending@plt
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_slice_free1
0.01% emacs emacs [.] do_pending_atimers
0.01% emacs emacs [.] string_char_to_byte
0.01% emacs libc-2.19.so [.] __strdup
0.01% emacs [kernel.kallsyms] [k] arch_local_irq_save
0.01% emacs libxcb.so.1.1.0 [.] pthread_cond_destroy@plt
0.01% emacs emacs [.] Fnext_single_property_change
0.01% emacs emacs [.] Fequal
0.01% emacs [kernel.kallsyms] [k] copy_page_rep
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_quark_to_string
0.01% emacs emacs [.] display_line
0.01% emacs emacs [.] compute_stop_pos
0.01% emacs libfontconfig.so.1.8.0 [.] FcPatternCreate
0.01% emacs libfontconfig.so.1.8.0 [.] FcPatternAddString
0.01% emacs libgobject-2.0.so.0.4002.0 [.] g_type_interface_peek
0.01% emacs emacs [.] pthread_self@plt
0.01% emacs emacs [.] CHECK_HASH_TABLE
0.01% emacs emacs [.] bidi_resolve_weak
0.01% emacs emacs [.] copy_font_spec
0.01% emacs libX11.so.6.3.0 [.] xcb_writev@plt
0.01% emacs emacs [.] unbind_to
0.01% emacs libfontconfig.so.1.8.0 [.] FcConfigSubstituteWithPat
0.01% emacs emacs [.] get_keyelt
0.01% emacs emacs [.] count_size_as_multibyte
0.01% emacs emacs [.] bidi_resolve_explicit_1
0.01% emacs [kernel.kallsyms] [k] find_get_page
0.01% emacs libgobject-2.0.so.0.4002.0 [.] g_type_value_table_peek
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_pointer_bit_lock
0.01% emacs libxcb.so.1.1.0 [.] pthread_cond_broadcast@plt
0.01% emacs libgdk-3.so.0.1000.8 [.] g_source_get_time@plt
0.01% emacs emacs [.] bidi_fetch_char
0.01% emacs libfontconfig.so.1.8.0 [.] FcObjectSetBuild
0.01% emacs emacs [.] xfree
0.01% emacs emacs [.] fast_c_string_match_ignore_case
0.01% emacs emacs [.] mem_insert
0.01% emacs libfontconfig.so.1.8.0 [.] FcFontSetDestroy
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_str_hash
0.01% emacs [kernel.kallsyms] [k] poll_select_set_timeout
0.01% emacs emacs [.] font_style_symbolic
0.01% emacs emacs [.] xg_mark_data
0.01% emacs emacs [.] FcPatternCreate@plt
0.01% emacs emacs [.] face_before_or_after_it_pos
0.01% emacs libfontconfig.so.1.8.0 [.] FcFontSetCreate
0.01% emacs emacs [.] intervals_equal
0.01% emacs emacs [.] allocate_string_data
0.01% emacs emacs [.] Fupcase
0.01% emacs emacs [.] parse_str_as_multibyte
0.01% emacs [kernel.kallsyms] [k] perf_pmu_enable
0.01% emacs emacs [.] bidi_move_to_visually_next
0.01% emacs libgtk-3.so.0.1000.8 [.] gdk_threads_enter@plt
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_get_monotonic_time
0.01% emacs [kernel.kallsyms] [k] task_tick_fair
0.01% emacs libdbus-1.so.3.7.6 [.] pthread_mutex_lock@plt
0.01% emacs emacs [.] eval_sub
0.01% emacs libX11.so.6.3.0 [.] XStringToKeysym
0.01% emacs emacs [.] balance_an_interval
0.01% emacs emacs [.] buf_charpos_to_bytepos
0.01% emacs [kernel.kallsyms] [k] native_irq_return_iret
0.01% emacs libXft.so.2.3.1 [.] XftFontCheckGlyph
0.01% emacs emacs [.] Fplist_get
0.01% emacs libexpat.so.1.6.0 [.] 0x000000000000f4fd
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_thread_self
0.01% emacs emacs [.] sweep_symbols
0.01% emacs libX11.so.6.3.0 [.] strlen@plt
0.01% emacs emacs [.] overlays_at
0.01% emacs emacs [.] Fintern
0.01% emacs libfontconfig.so.1.8.0 [.] FcValueSave
0.01% emacs emacs [.] update_window_fringes
0.01% emacs [kernel.kallsyms] [k] native_smp_send_reschedule
0.01% emacs emacs [.] composition_compute_stop_pos
0.01% emacs emacs [.] lookup_glyphless_char_display
0.01% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_id_dup_data
0.01% emacs emacs [.] sub_char_table_ref
0.01% emacs emacs [.] free@plt
0.01% emacs libfontconfig.so.1.8.0 [.] FcPatternGetCharSet
0.01% emacs [kernel.kallsyms] [k] sysret_careful
0.01% emacs libxcb.so.1.1.0 [.] writev@plt
0.01% emacs [kernel.kallsyms] [k] int_signal
0.01% emacs libX11.so.6.3.0 [.] xcb_poll_for_event@plt
0.01% emacs emacs [.] vector_nbytes
0.01% emacs libfontconfig.so.1.8.0 [.] FcCharSetHasChar
0.00% emacs libxcb.so.1.1.0 [.] xcb_connection_has_error
0.00% emacs emacs [.] redisplay_window
0.00% emacs emacs [.] Ftext_properties_at
0.00% emacs libxcb.so.1.1.0 [.] memmove@plt
0.00% emacs emacs [.] sub_char_table_ref_and_range
0.00% emacs emacs [.] scan_sexps_forward
0.00% emacs emacs [.] Fstring_equal
0.00% emacs emacs [.] Fgethash
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_object_unref
0.00% emacs emacs [.] __memcpy_chk@plt
0.00% emacs libX11.so.6.3.0 [.] _XSetClipRectangles
0.00% emacs libm-2.19.so [.] __dubsin
0.00% emacs emacs [.] multibyte_char_to_unibyte_safe
0.00% emacs emacs [.] SETUP_SYNTAX_TABLE_FOR_OBJECT
0.00% emacs emacs [.] xftfont_list
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_pointer_bit_unlock
0.00% emacs [kernel.kallsyms] [k] find_busiest_group
0.00% emacs emacs [.] set_buffer_internal_1
0.00% emacs emacs [.] specbind
0.00% emacs emacs [.] check_obarray
0.00% emacs libfontconfig.so.1.8.0 [.] strlen@plt
0.00% emacs emacs [.] hashfn_equal
0.00% emacs emacs [.] init_iterator
0.00% emacs [kernel.kallsyms] [k] __do_softirq
0.00% emacs [kernel.kallsyms] [k] eventfd_poll
0.00% emacs emacs [.] face_for_char
0.00% emacs libc-2.19.so [.] _IO_fread
0.00% emacs emacs [.] bidi_cache_iterator_state
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_signal_connect_data
0.00% emacs [kernel.kallsyms] [k] rcu_check_callbacks
0.00% emacs libfontconfig.so.1.8.0 [.] __strdup@plt
0.00% emacs libfontconfig.so.1.8.0 [.] free@plt
0.00% emacs emacs [.] indirect_function
0.00% emacs libX11.so.6.3.0 [.] malloc@plt
0.00% emacs emacs [.] __snprintf_chk@plt
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_has_qclass
0.00% emacs emacs [.] xftfont_text_extents
0.00% emacs ld-2.19.so [.] strcmp
0.00% emacs emacs [.] do_symval_forwarding
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_get_flags
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_object_ref
0.00% emacs emacs [.] XListFonts@plt
0.00% emacs emacs [.] find_composition
0.00% emacs libxcb.so.1.1.0 [.] free@plt
0.00% emacs libgio-2.0.so.0.4002.0 [.] 0x00000000000f6773
0.00% emacs libX11.so.6.3.0 [.] memcpy@plt
0.00% emacs libfontconfig.so.1.8.0 [.] FcPatternAddCharSet
0.00% emacs emacs [.] bidi_resolve_neutral
0.00% emacs [kernel.kallsyms] [k] __run_hrtimer
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_get_siblings
0.00% emacs emacs [.] parse_menu_item
0.00% emacs libX11.so.6.3.0 [.] XNoOp
0.00% emacs emacs [.] fontset_font
0.00% emacs ld-2.19.so [.] check_match.9458
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_get_type_registration_serial
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_is_value_type
0.00% emacs [kernel.kallsyms] [k] native_iret
0.00% emacs libxcb.so.1.1.0 [.] recvmsg@plt
0.00% emacs [kernel.kallsyms] [k] run_timer_softirq
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_release
0.00% emacs emacs [.] Fvertical_motion
0.00% emacs libgdk-3.so.0.1000.8 [.] g_slist_copy@plt
0.00% emacs emacs [.] textget
0.00% emacs emacs [.] get_per_char_metric
0.00% emacs libXft.so.2.3.1 [.] FcCharSetHasChar@plt
0.00% emacs ld-2.19.so [.] _dl_lookup_symbol_x
0.00% emacs emacs [.] make_uninit_string
0.00% emacs emacs [.] Fmake_list
0.00% emacs emacs [.] get_keymap
0.00% emacs emacs [.] Fapply
0.00% emacs emacs [.] malloc@plt
0.00% emacs emacs [.] bidi_resolve_explicit
0.00% emacs libX11.so.6.3.0 [.] xcb_connection_has_error@plt
0.00% emacs libc-2.19.so [.] __stpcpy_sse2_unaligned
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_param_spec_get_redirect_target
0.00% emacs emacs [.] allocate_pseudovector
0.00% emacs emacs [.] get_visually_first_element
0.00% emacs emacs [.] draw_glyphs
0.00% emacs emacs [.] swap_in_symval_forwarding
0.00% emacs emacs [.] redisplay_internal
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_signal_emit_valist
0.00% emacs libc-2.19.so [.] int_mallinfo
0.00% emacs emacs [.] CHECK_STRING_OR_BUFFER
0.00% emacs emacs [.] mem_find
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_show_all
0.00% emacs emacs [.] Fmemq
0.00% emacs emacs [.] balance_possible_root_interval
0.00% emacs emacs [.] ftfont_get_fc_charset
0.00% emacs emacs [.] mark_interval
0.00% emacs [kernel.kallsyms] [k] cpu_needs_another_gp
0.00% emacs [kernel.kallsyms] [k] __irq_work_run
0.00% emacs emacs [.] handle_stop
0.00% emacs emacs [.] Fcopy_sequence
0.00% emacs emacs [.] set_cursor_from_row.isra.20
0.00% emacs emacs [.] update_window_line
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_list_classes
0.00% emacs emacs [.] bidi_cache_ensure_space
0.00% emacs [kernel.kallsyms] [k] trigger_load_balance
0.00% emacs libfontconfig.so.1.8.0 [.] FcCharSetDestroy
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_utf8_find_next_char
0.00% emacs libpixman-1.so.0.30.2 [.] 0x0000000000056e36
0.00% emacs emacs [.] xftfont_encode_char
0.00% emacs emacs [.] x_get_glyph_overhangs
0.00% emacs emacs [.] re_search
0.00% emacs emacs [.] next_element_from_string
0.00% emacs [kernel.kallsyms] [k] release_pages
0.00% emacs [kernel.kallsyms] [k] hrtimer_interrupt
0.00% emacs [kernel.kallsyms] [k] __d_lookup_rcu
0.00% emacs [kernel.kallsyms] [k] irq_exit
0.00% emacs libatspi.so.0.0.1 [.] dbus_connection_get_dispatch_status@plt
0.00% emacs libpthread-2.19.so [.] pthread_rwlock_unlock
0.00% emacs emacs [.] row_equal_p.constprop.15
0.00% emacs emacs [.] Fcopy_alist
0.00% emacs emacs [.] window_box_width
0.00% emacs [kernel.kallsyms] [k] read_tsc
0.00% emacs emacs [.] bidi_get_type.part.1
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_window_get_type
0.00% emacs libfontconfig.so.1.8.0 [.] memmove@plt
0.00% emacs emacs [.] Fmake_byte_code
0.00% emacs [kernel.kallsyms] [k] clockevents_program_event
0.00% emacs emacs [.] hashfn_eq
0.00% emacs emacs [.] fast_string_match
0.00% emacs emacs [.] face_at_buffer_position
0.00% emacs libX11.so.6.3.0 [.] xcb_poll_for_reply@plt
0.00% emacs emacs [.] Ffind_file_name_handler
0.00% emacs libgdk-3.so.0.1000.8 [.] g_slist_foreach@plt
0.00% emacs [kernel.kallsyms] [k] pvclock_gtod_notify
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_object_new_valist
0.00% emacs emacs [.] back_to_previous_visible_line_start
0.00% emacs emacs [.] bidi_cache_search.constprop.4
0.00% emacs emacs [.] face_at_string_position
0.00% emacs emacs [.] XTset_vertical_scroll_bar
0.00% emacs emacs [.] load_overlay_strings
0.00% emacs emacs [.] funcall_lambda
0.00% emacs emacs [.] produce_special_glyphs
0.00% emacs [kernel.kallsyms] [k] mem_cgroup_update_page_stat
0.00% emacs emacs [.] compute_line_metrics
0.00% emacs [kernel.kallsyms] [k] nohz_balance_exit_idle.part.53
0.00% emacs emacs [.] get_property_and_range
0.00% emacs emacs [.] get_glyph_face_and_encoding
0.00% emacs emacs [.] lface_hash
0.00% emacs emacs [.] mem_delete
0.00% emacs libc-2.19.so [.] memchr
0.00% emacs ld-2.19.so [.] _dl_name_match_p
0.00% emacs [kernel.kallsyms] [k] radix_tree_lookup_element
0.00% emacs emacs [.] find_cache_boundary
0.00% emacs emacs [.] Fboundp
0.00% emacs [kernel.kallsyms] [k] copy_pte_range
0.00% emacs libX11.so.6.3.0 [.] _IO_getc@plt
0.00% emacs libX11.so.6.3.0 [.] XrmStringToQuark
0.00% emacs [kernel.kallsyms] [k] __rmqueue
0.00% emacs ld-2.19.so [.] _dl_cache_libcmp
0.00% emacs [kernel.kallsyms] [k] sock_wmalloc
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_new_full
0.00% emacs [kernel.kallsyms] [k] clear_page_c_e
0.00% emacs emacs [.] Fsetcdr
0.00% emacs [kernel.kallsyms] [k] strnlen
0.00% emacs emacs [.] Findirect_function
0.00% emacs emacs [.] Ffont_xlfd_name
0.00% emacs emacs [.] update_window
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_create_instance
0.00% emacs [kernel.kallsyms] [k] __mem_cgroup_commit_charge
0.00% emacs [kernel.kallsyms] [k] common_mmap
0.00% emacs emacs [.] fast_string_match_ignore_case
0.00% emacs [kernel.kallsyms] [k] account_system_time
0.00% emacs libXrender.so.1.3.0 [.] XRenderAddGlyphs
0.00% emacs libgdk-3.so.0.1000.8 [.] g_type_check_instance_is_a@plt
0.00% emacs emacs [.] Fmake_symbol
0.00% emacs libfreetype.so.6.11.1 [.] FT_Get_Next_Char
0.00% emacs emacs [.] x_alloc_nearest_color
0.00% emacs [kernel.kallsyms] [k] __do_page_fault
0.00% emacs emacs [.] find_font_encoding
0.00% emacs libfreetype.so.6.11.1 [.] FT_MulDiv
0.00% emacs libfreetype.so.6.11.1 [.] ft_service_list_lookup
0.00% emacs emacs [.] store_in_alist
0.00% emacs emacs [.] Fsymbol_value
0.00% emacs [kernel.kallsyms] [k] ktime_get_update_offsets
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_from_name
0.00% emacs emacs [.] forward_to_next_line_start
0.00% emacs [kernel.kallsyms] [k] __update_cpu_load
0.00% emacs libfontconfig.so.1.8.0 [.] FcConfigGetCurrent
0.00% emacs emacs [.] sort_overlays
0.00% emacs [kernel.kallsyms] [k] calc_global_load
0.00% emacs emacs [.] make_uninit_string.part.25
0.00% emacs [kernel.kallsyms] [k] tick_do_update_jiffies64
0.00% emacs libc-2.19.so [.] memalign@plt
0.00% emacs [kernel.kallsyms] [k] update_wall_time
0.00% emacs emacs [.] font_intern_prop
0.00% emacs emacs [.] handle_display_prop
0.00% emacs emacs [.] handle_fontified_prop
0.00% emacs emacs [.] FcFontSetDestroy@plt
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_menu_item_get_type
0.00% emacs libX11.so.6.3.0 [.] _XCloseLC
0.00% emacs [kernel.kallsyms] [k] fsnotify_find_inode_mark
0.00% emacs emacs [.] Fnconc
0.00% emacs libgdk-3.so.0.1000.8 [.] XSync@plt
0.00% emacs emacs [.] x_draw_glyph_string
0.00% emacs emacs [.] calc_line_height_property
0.00% emacs emacs [.] Fmatch_data
0.00% emacs [kernel.kallsyms] [k] mem_cgroup_uncharge_page
0.00% emacs emacs [.] Fframe_parameters
0.00% emacs [kernel.kallsyms] [k] __wake_up_bit
0.00% emacs emacs [.] set_buffer_temp
0.00% emacs emacs [.] re_compile_fastmap
0.00% emacs libc-2.19.so [.] _mid_memalign
0.00% emacs emacs [.] move_it_to
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_instance_cast
0.00% emacs libXext.so.6.4.0 [.] 0x0000000000007f10
0.00% emacs emacs [.] map_keymap_internal
0.00% emacs [kernel.kallsyms] [k] cpumask_clear_cpu
0.00% emacs [kernel.kallsyms] [k] tick_program_event
0.00% emacs [kernel.kallsyms] [k] path_lookupat
0.00% emacs libc-2.19.so [.] qsort_r
0.00% emacs emacs [.] readchar
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_parent
0.00% emacs [kernel.kallsyms] [k] unmap_page_range
0.00% emacs [kernel.kallsyms] [k] kmem_cache_alloc
0.00% emacs libgtk-3.so.0.1000.8 [.] g_value_get_string@plt
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_iter_next
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_utf8_validate
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_strdup
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_is_focus
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_ref
0.00% emacs emacs [.] FcPatternGetCharSet@plt
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_string_free
0.00% emacs emacs [.] Fgoto_char
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_unref
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_peek_static
0.00% emacs [kernel.kallsyms] [k] dput
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_malloc0_n
0.00% emacs libgdk-3.so.0.1000.8 [.] gdk_screen_get_monitor_scale_factor
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_set_scale
0.00% emacs libfontconfig.so.1.8.0 [.] FcStrSetMember
0.00% emacs emacs [.] unchain_marker
0.00% emacs emacs [.] access_keymap_1
0.00% emacs emacs [.] decode_coding_utf_8
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_set_marshal
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_slist_prepend
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_ascii_strncasecmp
0.00% emacs [kernel.kallsyms] [k] flush_tlb_page
0.00% emacs [kernel.kallsyms] [k] get_work_pool
0.00% emacs emacs [.] Flist
0.00% emacs libc-2.19.so [.] __strcmp_sse2
0.00% emacs libX11.so.6.3.0 [.] XNextEvent
0.00% emacs [kernel.kallsyms] [k] vma_interval_tree_insert
0.00% emacs emacs [.] produce_chars
0.00% emacs [kernel.kallsyms] [k] load_balance
0.00% emacs libm-2.19.so [.] __sin_avx
0.00% emacs libfontconfig.so.1.8.0 [.] FcLangSetHasLang
0.00% emacs emacs [.] boyer_moore
0.00% emacs [kernel.kallsyms] [k] run_posix_cpu_timers
0.00% emacs libgdk-3.so.0.1000.8 [.] gdk_window_get_children_with_user_data
0.00% emacs libc-2.19.so [.] _IO_getline_info
0.00% emacs ld-2.19.so [.] _dl_fixup
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_unref
0.00% emacs emacs [.] Fnext_overlay_change
0.00% emacs emacs [.] FcObjectSetBuild@plt
0.00% emacs [kernel.kallsyms] [k] task_cputime
0.00% emacs libc-2.19.so [.] __vasprintf_chk
0.00% emacs [kernel.kallsyms] [k] update_vsyscall
0.00% emacs emacs [.] record_in_backtrace
0.00% emacs libc-2.19.so [.] __posix_memalign
0.00% emacs [kernel.kallsyms] [k] __queue_work
0.00% emacs ld-2.19.so [.] _dl_map_object
0.00% emacs emacs [.] bidi_explicit_dir_char
0.00% emacs [kernel.kallsyms] [k] ktime_get
0.00% emacs emacs [.] gtk_events_pending@plt
0.00% emacs [kernel.kallsyms] [k] tick_sched_timer
0.00% emacs emacs [.] unwind_set_match_data
0.00% emacs emacs [.] Fbacktrace_frame
0.00% emacs emacs [.] cmpfn_equal
0.00% emacs emacs [.] get_glyph_string_clip_rects
0.00% emacs emacs [.] fill_glyph_string
0.00% emacs emacs [.] font_pixel_size.isra.2
0.00% emacs [kernel.kallsyms] [k] update_blocked_averages
0.00% emacs libpthread-2.19.so [.] pthread_sigmask
0.00% emacs libXft.so.2.3.1 [.] XftDrawGlyphs
0.00% emacs emacs [.] set_glyph_string_background_width
0.00% emacs emacs [.] string_to_number
0.00% emacs emacs [.] move_it_vertically_backward
0.00% emacs [kernel.kallsyms] [k] rcu_sysidle_enter
0.00% emacs emacs [.] FcFontList@plt
0.00% emacs emacs [.] row_hash
0.00% emacs emacs [.] x_draw_glyph_string_background.part.21
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_direction
0.00% emacs [kernel.kallsyms] [k] account_process_tick
0.00% emacs libXrender.so.1.3.0 [.] XRenderFindDisplay
0.00% emacs emacs [.] strchr@plt
0.00% emacs emacs [.] handle_line_prefix
0.00% emacs libgdk-3.so.0.1000.8 [.] XFlush@plt
0.00% emacs [kernel.kallsyms] [k] handle_mm_fault
0.00% emacs [kernel.kallsyms] [k] scheduler_tick
0.00% emacs emacs [.] XftGlyphExtents@plt
0.00% emacs [kernel.kallsyms] [k] perf_adjust_freq_unthr_context.part.79
0.00% emacs [kernel.kallsyms] [k] notifier_call_chain
0.00% emacs emacs [.] arithcompare
0.00% emacs emacs [.] extend_face_to_end_of_line
0.00% emacs [kernel.kallsyms] [k] rcu_process_callbacks
0.00% emacs [kernel.kallsyms] [k] update_cpu_load_active
0.00% emacs [kernel.kallsyms] [k] check_preempt_wakeup
0.00% emacs [kernel.kallsyms] [k] timerqueue_del
0.00% emacs emacs [.] update_overlay_arrows
0.00% emacs emacs [.] xg_set_toolkit_scroll_bar_thumb
0.00% emacs emacs [.] Fnext_property_change
0.00% emacs [kernel.kallsyms] [k] delayed_work_timer_fn
0.00% emacs [kernel.kallsyms] [k] filemap_fault
0.00% emacs emacs [.] display_mode_line
0.00% emacs libgdk-3.so.0.1000.8 [.] gdk_window_get_type
0.00% emacs emacs [.] xpm_free_color_cache
0.00% emacs libXpm.so.4.11.0 [.] strncmp@plt
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_object_thaw_notify
0.00% emacs libXpm.so.4.11.0 [.] xpmParseColors
0.00% emacs libXpm.so.4.11.0 [.] xpmNextString
0.00% emacs [kernel.kallsyms] [k] reschedule_interrupt
0.00% emacs [kernel.kallsyms] [k] __mem_cgroup_count_vm_event
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_add_marshal_guards
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_range_get_adjustment
0.00% dbus-launch libc-2.19.so [.] __GI___libc_recvmsg
0.00% emacs emacs [.] update_menu_bar.part.25
0.00% emacs [kernel.kallsyms] [k] rcu_irq_exit
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_peek
0.00% emacs emacs [.] next_element_from_c_string
0.00% emacs libXft.so.2.3.1 [.] XftGlyphRender
0.00% emacs emacs [.] sweep_weak_table
0.00% emacs emacs [.] mark_specpdl
0.00% emacs [kernel.kallsyms] [k] raise_softirq
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_range_get_value
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_get_object_type
0.00% emacs [kernel.kallsyms] [k] mem_cgroup_charge_common
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_quark_from_string
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_is_a
0.00% emacs [kernel.kallsyms] [k] call_timer_fn
0.00% emacs libXft.so.2.3.1 [.] XftDrawRect
0.00% emacs emacs [.] find_symbol_value
0.00% emacs emacs [.] cleanup_vector
0.00% emacs libharfbuzz.so.0.927.0 [.] 0x000000000001ad51
0.00% emacs [kernel.kallsyms] [k] link_path_walk
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_list_prepend
0.00% emacs emacs [.] display_mode_lines
0.00% emacs emacs [.] bidi_get_category
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_param_spec_pool_lookup
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_id_set_data_full
0.00% emacs emacs [.] mark_glyph_matrix.isra.28
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_list_append
0.00% emacs emacs [.] Fmake_vector
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_direct_hash
0.00% emacs emacs [.] digest_single_submenu
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_class_is_a
0.00% dbus-launch libxcb.so.1.1.0 [.] 0x0000000000009caf
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_slist_free_1
0.00% emacs libgdk-3.so.0.1000.8 [.] gdk_screen_get_default
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_value_set_boolean
0.00% emacs libXrender.so.1.3.0 [.] XRenderCompositeTrapezoids
0.00% emacs emacs [.] Flookup_key
0.00% emacs libm-2.19.so [.] csloww
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_main_context_iteration
0.00% emacs libX11.so.6.3.0 [.] _XData32
0.00% emacs libm-2.19.so [.] __round
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_render_background
0.00% emacs libpixman-1.so.0.30.2 [.] pixman_image_get_height
0.00% emacs libcairo.so.2.11301.0 [.] __finite@plt
0.00% emacs libglib-2.0.so.0.4002.0 [.] g_array_free
0.00% emacs libgdk-3.so.0.1000.8 [.] gdk_visual_get_type
0.00% emacs [kernel.kallsyms] [k] rb_erase
0.00% emacs [kernel.kallsyms] [k] sched_avg_update
0.00% emacs [kernel.kallsyms] [k] wakeup_gran.isra.47
0.00% emacs libpixman-1.so.0.30.2 [.] pixman_region32_rectangles
0.00% emacs [kernel.kallsyms] [k] timerqueue_add
0.00% emacs [kernel.kallsyms] [k] __mem_cgroup_uncharge_common
0.00% emacs emacs [.] lookup_basic_face
0.00% emacs libcairo.so.2.11301.0 [.] cairo_surface_set_user_data
0.00% emacs [kernel.kallsyms] [k] rcu_irq_enter
0.00% emacs [kernel.kallsyms] [k] hrtimer_run_pending
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_value_init
0.00% emacs [kernel.kallsyms] [k] fetch_task_cputime
0.00% emacs emacs [.] Ftext_property_any
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_type
0.00% emacs emacs [.] move_it_by_lines
0.00% emacs emacs [.] revalidate_region_cache.isra.1
0.00% emacs emacs [.] arith_driver
0.00% emacs emacs [.] clear_window_matrices
0.00% emacs emacs [.] g_type_check_instance_cast@plt
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_object_class_install_property
0.00% emacs emacs [.] internal_condition_case_n
0.00% emacs emacs [.] display_and_set_cursor
0.00% emacs [kernel.kallsyms] [k] msecs_to_jiffies
0.00% emacs [kernel.kallsyms] [k] irq_return
0.00% emacs emacs [.] Fvector
0.00% emacs [kernel.kallsyms] [k] ret_from_intr
0.00% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_invoke
0.00% emacs emacs [.] reseat
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_window_group_get_current_grab
0.00% emacs emacs [.] line_bottom_y
0.00% emacs emacs [.] save_excursion_restore
0.00% emacs libfontconfig.so.1.8.0 [.] FcCharSetCopy
0.00% emacs emacs [.] Flocal_variable_p
0.00% emacs emacs [.] draw_phys_cursor_glyph
0.00% emacs emacs [.] x_draw_glyph_string_foreground
0.00% emacs emacs [.] Fset_default
0.00% emacs [kernel.kallsyms] [k] account_user_time
0.00% emacs [kernel.kallsyms] [k] kthread_data
0.00% emacs emacs [.] grow_specpdl
0.00% emacs emacs [.] find_newline
0.00% emacs libX11.so.6.3.0 [.] XSetClipRectangles
0.00% emacs emacs [.] set_buffer_if_live
0.00% emacs emacs [.] unwind_redisplay
0.00% emacs emacs [.] compute_display_string_pos
0.00% emacs [kernel.kallsyms] [k] second_overflow
0.00% emacs libfontconfig.so.1.8.0 [.] calloc@plt
0.00% emacs libXft.so.2.3.1 [.] XftDrawSetClipRectangles
0.00% emacs emacs [.] default_line_pixel_height
0.00% emacs [kernel.kallsyms] [k] raw_notifier_call_chain
0.00% emacs [kernel.kallsyms] [k] retint_restore_args
0.00% emacs emacs [.] re_set_registers
0.00% emacs emacs [.] XTframe_up_to_date
0.00% emacs libfontconfig.so.1.8.0 [.] FcPatternAdd
0.00% emacs emacs [.] fast_looking_at
0.00% emacs emacs [.] pop_kboard
0.00% emacs emacs [.] stop_polling
0.00% emacs emacs [.] handle_invisible_prop
0.00% emacs emacs [.] get_overlay_strings_1
0.00% emacs emacs [.] face_attr_equal_p
0.00% emacs [kernel.kallsyms] [k] jiffies_to_timeval
0.00% emacs emacs [.] update_window_tree
0.00% emacs emacs [.] bidi_unshelve_cache
0.00% emacs emacs [.] string_make_unibyte
0.00% emacs emacs [.] handle_face_prop
0.00% emacs libXrender.so.1.3.0 [.] XRenderCompositeString8
0.00% emacs emacs [.] Fsetq
0.00% emacs [kernel.kallsyms] [k] hrtimer_run_queues
0.00% emacs emacs [.] buffer_local_value_1
0.00% emacs libX11.so.6.3.0 [.] XDrawLine
0.00% emacs [kernel.kallsyms] [k] rcu_bh_qs
0.00% emacs emacs [.] internal_lisp_condition_case
0.00% emacs [kernel.kallsyms] [k] local_apic_timer_interrupt
0.00% emacs [kernel.kallsyms] [k] rcu_sysidle_exit
0.00% emacs emacs [.] record_unwind_protect_void
0.00% emacs emacs [.] resize_mini_window
0.00% emacs emacs [.] Fframe_parameter
0.00% emacs emacs [.] reseat_at_next_visible_line_start
0.00% emacs emacs [.] window_text_bottom_y
0.00% emacs emacs [.] display_count_lines
0.00% emacs emacs [.] reconsider_clip_changes
0.00% emacs emacs [.] composition_reseat_it
0.00% emacs emacs [.] prepare_desired_row
0.00% emacs [kernel.kallsyms] [k] profile_tick
0.00% emacs emacs [.] merge_face_vectors
0.00% emacs emacs [.] XftCharIndex@plt
0.00% emacs [kernel.kallsyms] [k] __acct_update_integrals
0.00% emacs emacs [.] store_symval_forwarding
0.00% emacs emacs [.] draw_fringe_bitmap_1
0.00% emacs emacs [.] Fterminal_live_p
0.00% emacs emacs [.] find_newline_no_quit
0.00% emacs emacs [.] reseat_1
0.00% emacs emacs [.] run_hook_with_args
0.00% emacs [kernel.kallsyms] [k] tick_sched_handle.isra.17
0.00% emacs emacs [.] bidi_set_sor_type
0.00% emacs emacs [.] Fdowncase
0.00% emacs emacs [.] window_box_height
0.00% emacs emacs [.] buffer_display_table
0.00% emacs emacs [.] buf_bytepos_to_charpos
0.00% emacs emacs [.] Fsyntax_table
0.00% emacs emacs [.] draw_window_fringes
0.00% emacs emacs [.] next_overlay_change
0.00% emacs emacs [.] XftCharExists@plt
0.00% emacs [kernel.kallsyms] [k] sys_rt_sigprocmask
0.00% emacs emacs [.] assign_row
0.00% emacs [kernel.kallsyms] [k] find_next_bit
0.00% emacs [kernel.kallsyms] [k] perf_event_task_tick
0.00% emacs emacs [.] mem_rotate_left
0.00% emacs libX11.so.6.3.0 [.] XFillRectangle
0.00% emacs emacs [.] mem_rotate_right
0.00% emacs emacs [.] Fcar
0.00% emacs emacs [.] Fget
0.00% emacs emacs [.] pint2str
0.00% emacs emacs [.] Fwindow_inside_pixel_edges
0.00% emacs [kernel.kallsyms] [k] smp_apic_timer_interrupt
0.00% emacs emacs [.] make_unibyte_string
0.00% emacs libX11.so.6.3.0 [.] XGetGCValues
0.00% emacs libXft.so.2.3.1 [.] XftDrawSrcPicture
0.00% emacs [kernel.kallsyms] [k] wake_up_worker
0.00% emacs emacs [.] recenter_overlay_lists
0.00% emacs emacs [.] update_tool_bar.part.26
0.00% emacs libX11.so.6.3.0 [.] XSetClipMask
0.00% emacs libc-2.19.so [.] _itoa_word
0.00% emacs [kernel.kallsyms] [k] retint_careful
0.00% emacs libXft.so.2.3.1 [.] malloc@plt
0.00% emacs emacs [.] safe_call
0.00% emacs emacs [.] mark_window_display_accurate_1
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_add_class
0.00% emacs emacs [.] x_draw_relief_rect.isra.18
0.00% emacs emacs [.] Fset_match_data
0.00% emacs [kernel.kallsyms] [k] handle_irq_event
0.00% emacs emacs [.] XftDrawSetClipRectangles@plt
0.00% emacs emacs [.] with_echo_area_buffer
0.00% emacs emacs [.] bidi_init_it
0.00% emacs libgtk-3.so.0.1000.8 [.] gtk_adjustment_get_page_size
0.00% emacs [kernel.kallsyms] [k] exit_idle
0.00% emacs emacs [.] redisplay_window_1
0.00% emacs emacs [.] x_draw_glyph_string_box
0.00% emacs libcairo.so.2.11301.0 [.] cairo_region_create_rectangle
0.00% emacs emacs [.] update_begin
0.00% emacs emacs [.] decode_any_frame
0.00% emacs emacs [.] hscroll_window_tree
0.00% emacs libpixman-1.so.0.30.2 [.] pixman_region32_init_rect
0.00% emacs emacs [.] append_space_for_newline
0.00% emacs [kernel.kallsyms] [k] __local_bh_enable
0.00% emacs emacs [.] extract_float
0.00% emacs emacs [.] char_width
0.00% emacs [kernel.kallsyms] [k] security_inode_getattr
0.00% emacs emacs [.] record_unwind_protect
0.00% emacs [kernel.kallsyms] [k] cp_new_stat
0.00% dbus-launch [kernel.kallsyms] [k] link_path_walk
0.00% emacs [kernel.kallsyms] [k] page_remove_rmap
0.00% dbus-launch [kernel.kallsyms] [k] task_work_add
0.00% dbus-launch ld-2.19.so [.] _dl_lookup_symbol_x
0.00% dbus-launch [kernel.kallsyms] [k] finish_task_switch
0.00% emacs [kernel.kallsyms] [k] update_group_power
0.00% dbus-launch [kernel.kallsyms] [k] native_write_msr_safe
0.00% dbus-launch [kernel.kallsyms] [k] x86_pmu_enable
0.00% dconf worker [kernel.kallsyms] [k] native_write_msr_safe
#
# (For a higher level overview, try: perf report --sort comm,dso)
#
[-- Attachment #1.3: good-report --]
[-- Type: text/plain, Size: 50399 bytes --]
# ========
# captured on: Sat Jul 18 01:17:37 2015
# hostname : clem-w50-mint
# os release : 3.13.0-37-generic
# perf version : 3.13.11.7
# arch : x86_64
# nrcpus online : 8
# nrcpus avail : 8
# cpudesc : Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz
# cpuid : GenuineIntel,6,60,3
# total memory : 32891308 kB
# cmdline : /usr/lib/linux-tools-3.13.0-37/perf record src/emacs -Q --eval (progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append)) (dotimes (_ 500) (insert "日本国\n")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))
# event : name = cycles, type = 0, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0
# HEADER_CPU_TOPOLOGY info available, use -I to display
# HEADER_NUMA_TOPOLOGY info available, use -I to display
# pmu mappings: cpu = 4, software = 1, tracepoint = 2, breakpoint = 5
# ========
#
# Samples: 2K of event 'cycles'
# Event count (approx.): 2045289898
#
# Overhead Command Shared Object Symbol
# ........ ........... ........................... ..........................................
#
8.87% emacs libfontconfig.so.1.8.0 [.] 0x000000000002024b
7.48% emacs emacs [.] mark_object
5.82% emacs emacs [.] internal_equal
3.95% emacs emacs [.] sxhash.part.20
3.16% emacs libc-2.19.so [.] _IO_getc
2.62% emacs libgtk-3.so.0.1000.8 [.] 0x00000000002ceffd
2.07% emacs libglib-2.0.so.0.4002.0 [.] 0x000000000008a752
1.81% emacs libX11.so.6.3.0 [.] 0x000000000004cb05
1.69% emacs emacs [.] hash_lookup
1.60% emacs emacs [.] mark_char_table
1.37% emacs emacs [.] lookup_char_property
1.34% emacs emacs [.] next_interval
1.30% emacs emacs [.] Fassq
1.19% emacs emacs [.] exec_byte_code
1.12% emacs emacs [.] ftfont_lookup_cache
0.98% emacs emacs [.] font_list_entities
0.96% emacs libfreetype.so.6.11.1 [.] 0x0000000000054864
0.94% emacs libc-2.19.so [.] __strchr_sse2
0.89% emacs emacs [.] allocate_vectorlike.part.26
0.88% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_instance_is_a
0.82% emacs libc-2.19.so [.] _int_free
0.76% emacs libc-2.19.so [.] _int_malloc
0.69% emacs emacs [.] casify_object
0.60% emacs libc-2.19.so [.] __memcmp_sse4_1
0.59% emacs emacs [.] x_produce_glyphs
0.59% emacs ld-2.19.so [.] do_lookup_x
0.57% emacs emacs [.] sweep_conses
0.57% emacs emacs [.] assoc_no_quit
0.56% emacs emacs [.] map_sub_char_table
0.55% emacs emacs [.] oblookup
0.54% emacs emacs [.] display_mode_element
0.52% emacs emacs [.] font_find_for_lface
0.48% emacs emacs [.] assq_no_quit
0.48% emacs emacs [.] Ffuncall
0.47% emacs emacs [.] find_interval
0.47% emacs emacs [.] set_buffer_internal_1
0.45% emacs libc-2.19.so [.] malloc
0.44% emacs emacs [.] Faref
0.43% emacs libpthread-2.19.so [.] pthread_mutex_unlock
0.42% emacs libfontconfig.so.1.8.0 [.] FcCharSetSubtractCount
0.42% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_lookup
0.42% emacs emacs [.] re_compile_pattern
0.40% emacs libXft.so.2.3.1 [.] XftCharIndex
0.39% emacs libglib-2.0.so.0.4002.0 [.] g_slice_alloc
0.39% emacs emacs [.] Fcdr
0.38% emacs emacs [.] move_it_in_display_line_to
0.38% emacs emacs [.] Fcons
0.38% emacs emacs [.] Fnext_single_property_change
0.36% emacs emacs [.] font_sort_entities
0.35% emacs libgobject-2.0.so.0.4002.0 [.] 0x000000000001ae93
0.33% emacs emacs [.] face_before_or_after_it_pos
0.33% emacs libc-2.19.so [.] __GI___strcmp_ssse3
0.32% emacs emacs [.] intervals_equal
0.32% emacs libcairo.so.2.11301.0 [.] 0x00000000000736b3
0.31% emacs libgobject-2.0.so.0.4002.0 [.] g_type_value_table_peek
0.31% emacs emacs [.] sweep_vectors
0.31% emacs emacs [.] concat
0.31% emacs emacs [.] Fcompare_strings
0.30% emacs emacs [.] re_match_2_internal
0.30% emacs libpthread-2.19.so [.] pthread_mutex_lock
0.30% emacs emacs [.] re_search_2
0.30% emacs emacs [.] update_window_fringes
0.29% emacs emacs [.] Fnreverse
0.29% emacs emacs [.] composition_compute_stop_pos
0.29% emacs [kernel.kallsyms] [k] page_fault
0.29% emacs libgobject-2.0.so.0.4002.0 [.] g_type_interface_peek
0.28% emacs emacs [.] textget
0.28% emacs emacs [.] validate_interval_range
0.27% emacs emacs [.] xftfont_has_char
0.27% emacs emacs [.] Fequal
0.25% emacs libc-2.19.so [.] vfprintf
0.25% emacs emacs [.] font_has_char
0.25% emacs libXft.so.2.3.1 [.] XftGlyphExtents
0.25% emacs libc-2.19.so [.] __memcpy_ssse3_back
0.25% emacs emacs [.] mark_vectorlike
0.25% emacs emacs [.] compile_pattern
0.24% emacs emacs [.] Flength
0.23% emacs libglib-2.0.so.0.4002.0 [.] g_pointer_bit_unlock
0.22% emacs libglib-2.0.so.0.4002.0 [.] g_pointer_bit_lock
0.22% emacs emacs [.] char_table_ref
0.22% emacs emacs [.] get_keymap
0.22% emacs libglib-2.0.so.0.4002.0 [.] g_str_hash
0.22% emacs libc-2.19.so [.] malloc_consolidate
0.21% emacs libgio-2.0.so.0.4002.0 [.] 0x00000000000af8ad
0.21% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_has_qclass
0.21% emacs [kernel.kallsyms] [k] copy_page_rep
0.21% emacs emacs [.] buf_charpos_to_bytepos
0.21% emacs emacs [.] vector_nbytes
0.21% emacs emacs [.] make_uninit_multibyte_string
0.21% emacs libXft.so.2.3.1 [.] XftFontCheckGlyph
0.20% emacs emacs [.] bidi_resolve_explicit_1
0.20% emacs emacs [.] next_element_from_buffer
0.20% emacs emacs [.] Fplist_get
0.19% emacs emacs [.] get_next_display_element
0.19% emacs emacs [.] Fgethash
0.18% emacs libc-2.19.so [.] __memcpy_sse2_unaligned
0.18% emacs libglib-2.0.so.0.4002.0 [.] g_slice_free1
0.18% emacs emacs [.] bidi_level_of_next_char
0.18% emacs emacs [.] display_line
0.18% emacs libexpat.so.1.6.0 [.] 0x000000000000f4e0
0.18% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_ref
0.18% emacs libgobject-2.0.so.0.4002.0 [.] g_object_unref
0.17% emacs emacs [.] access_keymap_1
0.17% emacs emacs [.] get_per_char_metric
0.16% emacs emacs [.] char_table_translate
0.16% emacs emacs [.] set_iterator_to_next
0.16% emacs emacs [.] balance_possible_root_interval
0.16% emacs emacs [.] do_symval_forwarding
0.16% emacs emacs [.] init_iterator
0.16% emacs libc-2.19.so [.] __libc_calloc
0.16% emacs emacs [.] xftfont_text_extents
0.15% emacs libgdk-3.so.0.1000.8 [.] 0x000000000003c24d
0.15% emacs libc-2.19.so [.] strlen
0.15% emacs emacs [.] balance_an_interval
0.15% emacs emacs [.] ftfont_has_char
0.14% emacs emacs [.] sweep_symbols
0.14% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_id_dup_data
0.14% emacs emacs [.] compute_line_metrics
0.14% emacs ld-2.19.so [.] _dl_relocate_object
0.13% emacs emacs [.] count_size_as_multibyte
0.13% emacs emacs [.] sweep_strings
0.13% emacs emacs [.] get_char_property_and_overlay
0.13% emacs emacs [.] map_keymap_internal
0.13% emacs emacs [.] bidi_move_to_visually_next
0.13% emacs emacs [.] funcall_lambda
0.12% emacs emacs [.] fontset_find_font
0.12% emacs emacs [.] CHECK_HASH_TABLE
0.12% emacs libfontconfig.so.1.8.0 [.] FcCharSetHasChar
0.12% emacs emacs [.] find_newline
0.12% emacs libfontconfig.so.1.8.0 [.] FcFontSetList
0.11% emacs emacs [.] scan_sexps_forward
0.11% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_list_classes
0.11% emacs emacs [.] Fassoc_string
0.11% emacs emacs [.] CHECK_STRING_OR_BUFFER
0.11% emacs emacs [.] redisplay_internal
0.11% emacs [kernel.kallsyms] [k] _raw_spin_lock_irqsave
0.11% emacs [kernel.kallsyms] [k] find_get_page
0.11% emacs emacs [.] xfont_get_cache
0.11% emacs [kernel.kallsyms] [k] __slab_free
0.10% emacs emacs [.] next_element_from_string
0.10% emacs libglib-2.0.so.0.4002.0 [.] g_quark_to_string
0.10% emacs libdbus-1.so.3.7.6 [.] 0x00000000000277d2
0.10% emacs emacs [.] unbind_to
0.10% emacs emacs [.] eval_sub
0.10% emacs libxcb.so.1.1.0 [.] 0x000000000000aab2
0.09% emacs libgobject-2.0.so.0.4002.0 [.] g_signal_emit_valist
0.09% emacs libharfbuzz.so.0.927.0 [.] 0x0000000000017fbe
0.09% emacs ld-2.19.so [.] _dl_fixup
0.09% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_get_data
0.09% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_peek_static
0.09% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_id_set_data_full
0.09% emacs libc-2.19.so [.] _IO_fgets
0.09% emacs emacs [.] load_overlay_strings
0.09% emacs libgobject-2.0.so.0.4002.0 [.] g_closure_unref
0.09% emacs emacs [.] bidi_init_it
0.09% emacs libfreetype.so.6.11.1 [.] FT_Get_Next_Char
0.09% emacs emacs [.] xg_mark_data
0.09% emacs [kernel.kallsyms] [k] try_to_wake_up
0.09% emacs [kernel.kallsyms] [k] kmem_cache_free
0.09% emacs libgobject-2.0.so.0.4002.0 [.] g_value_init
0.09% emacs libpthread-2.19.so [.] pthread_getspecific
0.09% emacs libglib-2.0.so.0.4002.0 [.] g_private_get
0.09% emacs libgtk-3.so.0.1000.8 [.] gtk_accel_label_get_type
0.09% emacs libc-2.19.so [.] free
0.09% emacs libc-2.19.so [.] _int_realloc
0.09% emacs libc-2.19.so [.] __GI_____strtod_l_internal
0.09% emacs libglib-2.0.so.0.4002.0 [.] g_datalist_get_flags
0.09% emacs libfontconfig.so.1.8.0 [.] FcConfigAddRule
0.09% emacs [kernel.kallsyms] [k] __rmqueue
0.09% emacs libpthread-2.19.so [.] pthread_rwlock_rdlock
0.09% emacs emacs [.] get_property_and_range
0.09% emacs libgtk-3.so.0.1000.8 [.] gtk_menu_item_get_type
0.09% emacs emacs [.] get_glyph_face_and_encoding
0.09% emacs emacs [.] row_hash
0.09% emacs libgtk-3.so.0.1000.8 [.] gtk_radio_menu_item_get_type
0.09% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_get_siblings
0.08% emacs ld-2.19.so [.] strcmp
0.08% emacs libc-2.19.so [.] __strchrnul
0.08% emacs [kernel.kallsyms] [k] system_call_after_swapgs
0.08% emacs emacs [.] bidi_fetch_char
0.08% emacs libfontconfig.so.1.8.0 [.] FcConfigSubstituteWithPat
0.08% emacs emacs [.] Fapply
0.08% emacs [kernel.kallsyms] [k] radix_tree_lookup_element
0.08% emacs emacs [.] get_visually_first_element
0.08% emacs emacs [.] window_box_width
0.08% emacs emacs [.] handle_invisible_prop
0.08% emacs emacs [.] copy_font_spec
0.08% emacs emacs [.] overlays_at
0.08% emacs emacs [.] compute_stop_pos
0.08% emacs emacs [.] find_composition
0.08% emacs emacs [.] decode_coding_utf_8
0.08% emacs libXrender.so.1.3.0 [.] XRenderCompositeString8
0.08% emacs [kernel.kallsyms] [k] copy_user_enhanced_fast_string
0.08% emacs [kernel.kallsyms] [k] get_signal_to_deliver
0.08% emacs [kernel.kallsyms] [k] enqueue_task
0.08% emacs emacs [.] mem_insert
0.08% emacs emacs [.] bidi_cache_search.constprop.4
0.08% emacs emacs [.] bidi_paragraph_init
0.08% emacs libpthread-2.19.so [.] pthread_cond_signal@@GLIBC_2.3.2
0.07% emacs emacs [.] fontset_font
0.07% emacs emacs [.] bidi_get_type.part.1
0.07% emacs emacs [.] readchar
0.07% emacs emacs [.] Fset_default
0.07% emacs [kernel.kallsyms] [k] clear_page_c_e
0.07% emacs libc-2.19.so [.] getenv
0.07% emacs [kernel.kallsyms] [k] enqueue_entity
0.07% emacs emacs [.] set_internal
0.07% emacs emacs [.] draw_glyphs
0.07% emacs emacs [.] lookup_glyphless_char_display
0.07% emacs emacs [.] sub_char_table_ref
0.07% emacs emacs [.] unblock_input_to
0.07% emacs emacs [.] display_string
0.07% emacs emacs [.] move_it_by_lines.part.41
0.07% emacs emacs [.] update_window_line
0.07% emacs libglib-2.0.so.0.4002.0 [.] g_string_insert_len
0.07% emacs [kernel.kallsyms] [k] link_path_walk
0.06% emacs [kernel.kallsyms] [k] do_signal
0.06% dbus-launch [kernel.kallsyms] [k] unix_write_space
0.05% emacs [kernel.kallsyms] [k] mem_cgroup_page_lruvec
0.05% emacs emacs [.] Frassq
0.05% emacs emacs [.] move_it_to
0.05% emacs emacs [.] reseat_1
0.05% emacs [kernel.kallsyms] [k] unmap_page_range
0.05% emacs [kernel.kallsyms] [k] effective_load.isra.35
0.05% emacs emacs [.] safe_call
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_get_type
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_array_append_vals
0.05% emacs emacs [.] sweep_buffers
0.05% emacs emacs [.] Fgarbage_collect
0.05% emacs libX11.so.6.3.0 [.] XFilterEvent
0.05% emacs libX11.so.6.3.0 [.] _XrmInternalStringToQuark
0.05% emacs [kernel.kallsyms] [k] save_xstate_sig
0.05% emacs libc-2.19.so [.] realloc
0.05% emacs emacs [.] apply1
0.05% emacs libpthread-2.19.so [.] __pthread_enable_asynccancel
0.05% emacs emacs [.] mem_delete
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_bin_get_child
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_style_context_get
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_mutex_unlock
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_quark_try_string
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_toplevel
0.05% emacs libX11.so.6.3.0 [.] _IO_getc@plt
0.05% emacs [kernel.kallsyms] [k] sock_recvmsg
0.05% emacs libm-2.19.so [.] __hypot_finite
0.05% emacs [kernel.kallsyms] [k] schedule_hrtimeout_range_clock
0.05% emacs libpangoft2-1.0.so.0.3600.3 [.] 0x000000000000a7be
0.05% emacs libgdk-3.so.0.1000.8 [.] gdk_cairo_get_clip_rectangle
0.05% emacs ld-2.19.so [.] _dl_lookup_symbol_x
0.05% emacs libpango-1.0.so.0.3600.3 [.] 0x00000000000185f0
0.05% emacs emacs [.] resize_mini_window
0.05% emacs libglib-2.0.so.0.4002.0 [.] pthread_mutex_unlock@plt
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_mutex_lock
0.05% emacs [kernel.kallsyms] [k] _raw_spin_lock_irq
0.05% emacs [kernel.kallsyms] [k] sock_poll
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_get_object_type
0.05% emacs ld-2.19.so [.] _dl_sort_fini
0.05% emacs emacs [.] bidi_resolve_weak
0.05% emacs emacs [.] sigemptyset@plt
0.05% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_is_value_type
0.05% emacs emacs [.] ftfont_get_fc_charset
0.05% emacs emacs [.] Fprogn
0.05% emacs libX11.so.6.3.0 [.] _Xlcmbstoutf8
0.05% emacs emacs [.] Fcar
0.05% emacs libgobject-2.0.so.0.4002.0 [.] g_signal_connect_closure
0.05% emacs [kernel.kallsyms] [k] rcu_note_context_switch
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_window_get_type
0.05% emacs emacs [.] parse_str_as_multibyte
0.05% emacs [kernel.kallsyms] [k] _raw_spin_unlock
0.05% emacs emacs [.] bidi_resolve_explicit
0.05% emacs [kernel.kallsyms] [k] dup_mm
0.05% emacs emacs [.] gobble_input
0.05% emacs libXft.so.2.3.1 [.] memcmp@plt
0.05% emacs emacs [.] handle_composition_prop
0.05% emacs libcairo.so.2.11301.0 [.] cairo_matrix_init_identity
0.05% emacs emacs [.] arithcompare
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_orientable_get_type
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_realized
0.05% emacs libgobject-2.0.so.0.4002.0 [.] g_param_spec_get_redirect_target
0.05% emacs emacs [.] lface_from_face_name_no_resolve
0.05% emacs libgobject-2.0.so.0.4002.0 [.] g_value_register_transform_func
0.05% emacs [kernel.kallsyms] [k] remove_wait_queue
0.05% emacs libdbus-1.so.3.7.6 [.] dbus_watch_set_data
0.05% emacs emacs [.] bidi_cache_iterator_state
0.05% emacs emacs [.] mem_find
0.05% emacs emacs [.] compute_display_string_pos
0.05% emacs libc-2.19.so [.] _dl_addr
0.05% emacs emacs [.] produce_chars
0.05% emacs libgtk-3.so.0.1000.8 [.] gtk_adjustment_get_type
0.05% emacs libpthread-2.19.so [.] pthread_rwlock_wrlock
0.05% emacs libfreetype.so.6.11.1 [.] FT_Load_Glyph
0.05% emacs libX11.so.6.3.0 [.] XStringToKeysym
0.05% emacs libfontconfig.so.1.8.0 [.] FcStrCmpIgnoreCase
0.05% emacs libglib-2.0.so.0.4002.0 [.] g_array_sized_new
0.05% emacs emacs [.] swap_in_symval_forwarding
0.04% emacs libX11.so.6.3.0 [.] _XCloseLC
0.04% emacs libXft.so.2.3.1 [.] XftCharExists
0.04% emacs emacs [.] x_draw_window_cursor
0.04% emacs emacs [.] Fset_window_vscroll
0.04% emacs libgio-2.0.so.0.4002.0 [.] g_converter_get_type
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_strndup
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_array_free
0.04% emacs [kernel.kallsyms] [k] file_ra_state_init
0.04% emacs libpthread-2.19.so [.] __libc_close
0.04% emacs [kernel.kallsyms] [k] __slab_alloc
0.04% emacs libc-2.19.so [.] memchr
0.04% emacs [kernel.kallsyms] [k] __d_lookup_rcu
0.04% emacs emacs [.] xmalloc
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_is_drawable
0.04% emacs [kernel.kallsyms] [k] apparmor_socket_sendmsg
0.04% emacs [kernel.kallsyms] [k] idle_balance
0.04% emacs libfontconfig.so.1.8.0 [.] FcStrSetMember
0.04% emacs emacs [.] Fwhere_is_internal
0.04% emacs emacs [.] swallow_events
0.04% emacs libc-2.19.so [.] __random_r
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_object_new_valist
0.04% emacs libc-2.19.so [.] _IO_fread
0.04% emacs libc-2.19.so [.] __strdup
0.04% emacs libXcursor.so.1.0.2 [.] strchr@plt
0.04% emacs libX11.so.6.3.0 [.] _XEnq
0.04% emacs libpango-1.0.so.0.3600.3 [.] pango_color_parse
0.04% emacs emacs [.] bidi_set_sor_type
0.04% emacs emacs [.] back_to_previous_visible_line_start
0.04% emacs libXft.so.2.3.1 [.] XftDrawSrcPicture@plt
0.04% emacs [kernel.kallsyms] [k] vma_interval_tree_remove
0.04% emacs libXft.so.2.3.1 [.] XftDrawSrcPicture
0.04% emacs emacs [.] redisplay_window
0.04% emacs emacs [.] Frassoc
0.04% emacs libc-2.19.so [.] str_to_mpn.isra.0
0.04% emacs libc-2.19.so [.] __strcmp_sse2
0.04% emacs libXft.so.2.3.1 [.] XftFontLoadGlyphs
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_rw_lock_reader_unlock
0.04% emacs libX11.so.6.3.0 [.] _XWireToEvent
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_ref
0.04% emacs libc-2.19.so [.] _IO_no_init
0.04% emacs emacs [.] fast_string_match_ignore_case
0.04% emacs libc-2.19.so [.] __memmove_ssse3_back
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_malloc_n
0.04% emacs emacs [.] get_keyelt
0.04% emacs [kernel.kallsyms] [k] handle_mm_fault
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_object_get_data
0.04% emacs emacs [.] allocate_string_data
0.04% emacs emacs [.] sweep_floats
0.04% emacs emacs [.] make_uninit_string.part.25
0.04% emacs [kernel.kallsyms] [k] unlock_page
0.04% emacs emacs [.] re_compile_fastmap
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_css_section_unref
0.04% emacs libgdk-3.so.0.1000.8 [.] gdk_window_invalidate_region
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_container_get_path_for_child
0.04% emacs libX11.so.6.3.0 [.] XFlush
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_no_show_all
0.04% emacs [kernel.kallsyms] [k] next_zones_zonelist
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_unref
0.04% emacs libc-2.19.so [.] __memcpy_sse2
0.04% emacs emacs [.] composition_reseat_it
0.04% emacs libX11.so.6.3.0 [.] _XReply
0.04% emacs [kernel.kallsyms] [k] __do_page_fault
0.04% emacs emacs [.] parse_menu_item
0.04% emacs [kernel.kallsyms] [k] dequeue_signal
0.04% emacs libgtk-3.so.0.1000.8 [.] g_type_check_instance_is_a@plt
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_value_set_instance
0.04% emacs libX11.so.6.3.0 [.] _XSend
0.04% emacs [kernel.kallsyms] [k] pick_next_task_stop
0.04% emacs emacs [.] Ffind_file_name_handler
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_type_check_value
0.04% emacs emacs [.] Fget_buffer_create
0.04% emacs emacs [.] store_symval_forwarding
0.04% emacs libglib-2.0.so.0.4002.0 [.] g_list_free
0.04% emacs [kernel.kallsyms] [k] sock_alloc_send_pskb
0.04% emacs [kernel.kallsyms] [k] sock_def_readable
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_type_fundamental
0.04% emacs [kernel.kallsyms] [k] memcpy_fromiovecend
0.04% emacs [kernel.kallsyms] [k] __dequeue_signal
0.04% emacs [kernel.kallsyms] [k] check_preempt_curr
0.04% emacs emacs [.] search_command
0.04% emacs [kernel.kallsyms] [k] dequeue_task
0.04% emacs libXcursor.so.1.0.2 [.] 0x0000000000004464
0.04% emacs emacs [.] CHECK_MARKER
0.04% emacs [kernel.kallsyms] [k] __schedule
0.04% emacs libX11.so.6.3.0 [.] XDrawLine
0.04% emacs [kernel.kallsyms] [k] poll_schedule_timeout
0.04% emacs emacs [.] get_glyph_string_clip_rects
0.04% emacs libxml2.so.2.9.1 [.] 0x0000000000040536
0.04% emacs emacs [.] recenter_overlay_lists
0.04% emacs [kernel.kallsyms] [k] inode_permission
0.04% emacs libc-2.19.so [.] msort_with_tmp.part.0
0.04% emacs libfontconfig.so.1.8.0 [.] FcPatternGetInteger
0.04% emacs [kernel.kallsyms] [k] __srcu_read_unlock
0.04% emacs libXpm.so.4.11.0 [.] xpmNextString
0.04% emacs libc-2.19.so [.] __strcpy_sse2
0.04% emacs emacs [.] handle_stop
0.04% emacs [kernel.kallsyms] [k] pvclock_gtod_notify
0.04% emacs libxml2.so.2.9.1 [.] htmlInitAutoClose
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_object_get
0.04% emacs emacs [.] next_element_from_c_string
0.04% emacs emacs [.] Fwindow_hscroll
0.04% emacs libm-2.19.so [.] __finite
0.04% emacs emacs [.] Fboundp
0.04% emacs [kernel.kallsyms] [k] fsnotify
0.04% emacs ld-2.19.so [.] check_match.9458
0.04% emacs [kernel.kallsyms] [k] __put_anon_vma
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_signal_connect_data
0.04% emacs emacs [.] specbind
0.04% emacs [kernel.kallsyms] [k] ttwu_do_activate.constprop.74
0.04% emacs emacs [.] bidi_cache_ensure_space
0.04% emacs libpixman-1.so.0.30.2 [.] 0x00000000000299b0
0.04% emacs emacs [.] forward_to_next_line_start
0.04% emacs emacs [.] decode_live_frame
0.04% emacs emacs [.] find_font_encoding
0.04% emacs [kernel.kallsyms] [k] dequeue_task_fair
0.04% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_style_context
0.04% emacs libxcb.so.1.1.0 [.] xcb_writev
0.04% emacs emacs [.] lface_equal_p
0.04% emacs libgobject-2.0.so.0.4002.0 [.] g_value_reset
0.04% emacs [kernel.kallsyms] [k] sys_rt_sigprocmask
0.04% emacs emacs [.] update_window
0.04% emacs emacs [.] grow_specpdl
0.04% emacs ld-2.19.so [.] strchr
0.03% emacs [kernel.kallsyms] [k] __wake_up_bit
0.03% emacs [kernel.kallsyms] [k] __sigqueue_free.part.11
0.03% emacs emacs [.] fast_looking_at
0.03% emacs emacs [.] hashfn_equal
0.03% emacs libc-2.19.so [.] memset
0.03% emacs [kernel.kallsyms] [k] _raw_spin_unlock_irqrestore
0.03% emacs emacs [.] Fcopy_alist
0.03% emacs emacs [.] string_char_to_byte
0.03% emacs emacs [.] extend_face_to_end_of_line
0.03% emacs emacs [.] font_put_extra
0.03% emacs emacs [.] lface_hash
0.03% emacs emacs [.] apply_lambda
0.03% emacs emacs [.] Fsymbol_name
0.03% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_lookup_extended
0.03% emacs emacs [.] unwind_format_mode_line
0.03% emacs libgobject-2.0.so.0.4002.0 [.] g_type_class_peek
0.03% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_path_iter_get_sibling_index
0.03% emacs libgobject-2.0.so.0.4002.0 [.] g_type_is_a
0.03% emacs emacs [.] decode_any_window
0.03% emacs emacs [.] mem_rotate_right
0.03% emacs [kernel.kallsyms] [k] do_sys_poll
0.03% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_unref
0.03% emacs emacs [.] arith_driver
0.03% emacs emacs [.] xftfont_draw
0.03% emacs emacs [.] display_mode_lines
0.03% emacs emacs [.] x_get_glyph_overhangs
0.03% emacs emacs [.] allocate_pseudovector
0.03% emacs emacs [.] find_symbol_value
0.03% emacs [kernel.kallsyms] [k] native_read_tsc
0.03% emacs [kernel.kallsyms] [k] _raw_spin_lock
0.03% emacs [kernel.kallsyms] [k] __fsnotify_parent
0.03% emacs libX11.so.6.3.0 [.] _XFlushGCCache
0.03% emacs libxcb.so.1.1.0 [.] xcb_poll_for_event
0.03% emacs libX11.so.6.3.0 [.] _XFlush
0.03% emacs emacs [.] re_set_whitespace_regexp
0.03% emacs [kernel.kallsyms] [k] mutex_lock_interruptible
0.03% emacs libgtk-3.so.0.1000.8 [.] gtk_widget_get_window
0.03% emacs emacs [.] unblock_input
0.03% emacs emacs [.] font_unparse_xlfd
0.03% emacs libglib-2.0.so.0.4002.0 [.] g_hash_table_size
0.03% emacs emacs [.] multibyte_char_to_unibyte_safe
0.03% emacs [kernel.kallsyms] [k] cpuacct_charge
0.03% emacs emacs [.] mapcar1
0.03% emacs emacs [.] handle_display_prop
0.03% emacs libfreetype.so.6.11.1 [.] ft_module_get_service
0.03% emacs [kernel.kallsyms] [k] __pollwait
0.03% emacs emacs [.] internal_condition_case_n
0.03% emacs emacs [.] bidi_get_category
0.03% emacs emacs [.] Fnext_property_change
0.03% emacs emacs [.] string_to_number
0.03% emacs emacs [.] general_insert_function
0.03% emacs emacs [.] Flocal_variable_p
0.03% emacs emacs [.] verify_interval_modification
0.03% emacs emacs [.] Fcurrent_buffer
0.03% emacs emacs [.] sweep_misc
0.03% emacs emacs [.] Flist
0.03% emacs emacs [.] read1
0.03% emacs [kernel.kallsyms] [k] get_empty_filp
0.03% emacs [kernel.kallsyms] [k] __call_rcu_nocb_enqueue
0.03% emacs emacs [.] Frun_hook_with_args
0.03% emacs [kernel.kallsyms] [k] free_pages_and_swap_cache
0.03% emacs [kernel.kallsyms] [k] __mem_cgroup_count_vm_event
0.03% emacs emacs [.] sub_char_table_set_range
0.03% emacs emacs [.] font_style_to_value
0.03% emacs [kernel.kallsyms] [k] free_pcppages_bulk
0.03% emacs emacs [.] indirect_function
0.03% emacs [kernel.kallsyms] [k] fget_light
0.02% emacs [kernel.kallsyms] [k] update_cfs_rq_blocked_load
0.02% dbus-launch libc-2.19.so [.] __stpcpy_sse2_unaligned
0.02% dbus-launch [kernel.kallsyms] [k] __mem_cgroup_count_vm_event
0.01% dbus-launch libc-2.19.so [.] pthread_cond_destroy@@GLIBC_2.3.2
0.01% emacs [kernel.kallsyms] [k] unmap_vmas
0.01% emacs [kernel.kallsyms] [k] apparmor_file_permission
0.00% emacs [kernel.kallsyms] [k] pgtable_trans_huge_withdraw
0.00% dbus-launch [kernel.kallsyms] [k] page_add_file_rmap
0.00% dbus-launch libc-2.19.so [.] __poll_nocancel
0.00% dbus-launch [kernel.kallsyms] [k] do_sys_poll
0.00% emacs [kernel.kallsyms] [k] run_timer_softirq
0.00% emacs [kernel.kallsyms] [k] load_balance
0.00% emacs [kernel.kallsyms] [k] finish_task_switch
0.00% dbus-launch [kernel.kallsyms] [k] poll_schedule_timeout
0.00% emacs [kernel.kallsyms] [k] native_write_msr_safe
0.00% emacs [kernel.kallsyms] [k] perf_pmu_enable
0.00% emacs [kernel.kallsyms] [k] x86_pmu_enable
0.00% dbus-launch [kernel.kallsyms] [k] _raw_spin_unlock
0.00% emacs [kernel.kallsyms] [k] perf_event_context_sched_in
0.00% emacs [kernel.kallsyms] [k] intel_pmu_enable_all
0.00% dbus-launch [kernel.kallsyms] [k] native_write_msr_safe
0.00% dconf worker [kernel.kallsyms] [k] native_write_msr_safe
#
# (For a higher level overview, try: perf report --sort comm,dso)
#
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-18 10:24 ` Clément Pit--Claudel
@ 2015-07-18 11:16 ` Clément Pit--Claudel
2015-07-18 11:26 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-18 11:16 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 2994 bytes --]
Hi all,
I've spent a bit more time looking into this. The problem is due to the following three lines being conditioned on `!NILP(val)`: (that's around line 2780 of src/font.c)
Lisp_Object copy = copy_font_spec (scratch_font_spec);
ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
Before af1a69f, these lines were always run. In af1a69f, they only run if `val` is non nil, causing the regression: on master, moving them back out of the if statement fixes the problem. For clarity I have attached the corresponding patch.
Clément.
On 07/18/2015 03:24 AM, Clément Pit--Claudel wrote:
> On 07/15/2015 05:32 AM, Dmitry Antipov wrote:
>> On 07/10/2015 07:55 PM, Clément Pit--Claudel wrote:
>>
>>> The figures are very similar to the tests above: with that patch inserting 50 lines takes 3 seconds,
>>> and without it it's instantaneous. Thus I think it's safe to say that this particular patch is indeed
>>> responsible for the performance regression. But maybe I'm missing something?
>>
>> As of c40ea1328bb33abaec14f1fc92ac2349b5ee2715, I can't reproduce this issue, with your fontset setup
>> from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#17. Cursor motion and keyboard/mouse selection
>> are smooth, and CPU/memory usage looks normal.
>
> Thanks for trying this out. Thanks for your suggestions, too.
>
>> My suggestions are:
>>
>> 1) Re-run your timed tests from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#20 under /usr/bin/time,
>> not time (the latter is a simple shell builtin). /usr/bin/time also shows memory usage; if "bad" (current)
>> instance consumes more memory than "good" (with reverted change) one, there may be nasty GC issue.
>
> The timings are similar:
>
> $ /usr/bin/time emacs-bad/src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 500) (insert \"日本国\n\")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))"
> 13.31user 8.57system 0:34.54elapsed 63%CPU (0avgtext+0avgdata 50592maxresident)k
> 0inputs+0outputs (0major+4958minor)pagefaults 0swaps
>
> $ /usr/bin/time emacs-good/src/emacs -Q --eval "(progn (dotimes (_ 3) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (dotimes (_ 500) (insert \"日本国\n\")) (dotimes (_ 500) (previous-line) (redisplay t)) (kill-emacs))"
> 0.58user 0.03system 0:01.05elapsed 58%CPU (0avgtext+0avgdata 50392maxresident)k
> 29840inputs+0outputs (105major+4911minor)pagefaults 0swaps
>
>> 2) 3 seconds is large enough to leave the traces in profiled runs. On GNU/Linux, it may be worth trying
>> to run under perf, both "good" and "bad" cases, and comparing reports.
>
> I have attached the reports in the good and bad cases (200c532 and af1a69f respectively). I'm not sure what to conclude from them; I can provide the full trace data if needed.
>
> Clément.
>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Draft-of-a-fix-for-21028.patch --]
[-- Type: text/x-diff; name="0001-Draft-of-a-fix-for-21028.patch", Size: 1128 bytes --]
From c0c58994b1aa78289884525e4e3ae8b8e64d0c08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Pit--Claudel?= <clement.pitclaudel@live.com>
Date: Sat, 18 Jul 2015 04:13:07 -0700
Subject: [PATCH] Draft of a fix for #21028
---
src/font.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/font.c b/src/font.c
index 50b966e..5cdde71 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2779,12 +2779,12 @@ font_list_entities (struct frame *f, Lisp_Object spec)
val = driver_list->driver->list (f, scratch_font_spec);
if (!NILP (val))
{
- Lisp_Object copy = copy_font_spec (scratch_font_spec);
-
val = Fvconcat (1, &val);
- ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
- XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
}
+
+ Lisp_Object copy = copy_font_spec (scratch_font_spec);
+ ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
+ XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
}
if (VECTORP (val) && ASIZE (val) > 0
&& (need_filtering
--
2.4.6
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply related [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-18 11:16 ` Clément Pit--Claudel
@ 2015-07-18 11:26 ` Eli Zaretskii
2015-07-18 20:08 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2015-07-18 11:26 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028, dmantipov
> Date: Sat, 18 Jul 2015 04:16:16 -0700
> From: Clément Pit--Claudel
> <clement.pitclaudel@live.com>
> CC: Eli Zaretskii <eliz@gnu.org>, 21028@debbugs.gnu.org
>
> I've spent a bit more time looking into this. The problem is due to the following three lines being conditioned on `!NILP(val)`: (that's around line 2780 of src/font.c)
>
> Lisp_Object copy = copy_font_spec (scratch_font_spec);
> ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
> XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
>
> Before af1a69f, these lines were always run. In af1a69f, they only run if `val` is non nil, causing the regression: on master, moving them back out of the if statement fixes the problem.
Thanks. Do you understand how doing something only sometimes could be
slower than doing it always?
Given that your profile points to Fontconfig, the only explanation I
can come up with is that doing this conditionally means additional
work in Fontconfig.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-18 11:26 ` Eli Zaretskii
@ 2015-07-18 20:08 ` Clément Pit--Claudel
0 siblings, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2015-07-18 20:08 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028, dmantipov
[-- Attachment #1: Type: text/plain, Size: 9233 bytes --]
On 07/18/2015 04:26 AM, Eli Zaretskii wrote:
>> Date: Sat, 18 Jul 2015 04:16:16 -0700
>> From: Clément Pit--Claudel
>> <clement.pitclaudel@live.com>
>> CC: Eli Zaretskii <eliz@gnu.org>, 21028@debbugs.gnu.org
>>
>> I've spent a bit more time looking into this. The problem is due to the following three lines being conditioned on `!NILP(val)`: (that's around line 2780 of src/font.c)
>>
>> Lisp_Object copy = copy_font_spec (scratch_font_spec);
>> ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
>> XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
>>
>> Before af1a69f, these lines were always run. In af1a69f, they only run if `val` is non nil, causing the regression: on master, moving them back out of the if statement fixes the problem.
>
> Thanks. Do you understand how doing something only sometimes could be
> slower than doing it always?
My guess would be that these lines themselves aren't slow, but omitting them makes things slow. In addition to the two perf traces that I sent, here are the two most common stack traces that I get when I interrupt the text insertion loop using [(gdb) run -Q --eval "(progn (dotimes (_ 10) (set-fontset-font t 'unicode (font-spec :name \"Arial\") nil 'append)) (redisplay t) (dotimes (_ 500) (insert \"日本国\n\")))"]
* 3/4 of the time I get this one:
(gdb) backtrace
#0 0x00007ffff164912d in poll () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007fffee12db72 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2 0x00007fffee12f3ff in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3 0x00007fffee12f512 in xcb_wait_for_reply () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#4 0x00007ffff4c9948f in _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#5 0x00007ffff4c950cd in XSync () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#6 0x00000000004bdfb5 in x_catch_errors (dpy=dpy@entry=0xbe58d0) at xterm.c:7471
#7 0x00000000005b06f9 in xfont_list_pattern (display=display@entry=0xbe58d0,
pattern=pattern@entry=0x7fffffff6f20 "Arial", registry=registry@entry=12339538, script=script@entry=12108082)
at xfont.c:367
#8 0x00000000005b10ae in xfont_list (f=<optimized out>, spec=12261565) at xfont.c:560
#9 0x000000000056a879 in font_list_entities (f=f@entry=0x112a4b8, spec=spec@entry=18635693) at font.c:2756
#10 0x000000000056b242 in font_find_for_lface (f=f@entry=0x112a4b8, attrs=attrs@entry=0x1807320,
spec=<optimized out>, c=c@entry=22269) at font.c:3232
#11 0x00000000005b9481 in fontset_find_font (fontset=19770717, c=c@entry=22269, face=face@entry=0x1807320,
id=id@entry=-1, fallback=fallback@entry=false) at fontset.c:681
#12 0x00000000005b9940 in fontset_font (fontset=fontset@entry=18249853, c=c@entry=22269, face=face@entry=0x1807320,
id=-1) at fontset.c:754
#13 0x00000000005ba3ea in face_for_char (f=0x112a4b8, face=face@entry=0x1807320, c=22269, pos=<optimized out>,
object=<optimized out>) at fontset.c:956
#14 0x000000000043ff68 in get_next_display_element (it=it@entry=0x7fffffff8ff0) at xdisp.c:7064
#15 0x00000000004456e0 in display_line (it=it@entry=0x7fffffff8ff0) at xdisp.c:19867
#16 0x000000000044962a in try_window (window=window@entry=18003149, pos=..., flags=flags@entry=0) at xdisp.c:16685
#17 0x000000000045d312 in redisplay_window (window=18003149, just_this_one_p=just_this_one_p@entry=false)
at xdisp.c:16367
#18 0x0000000000461193 in redisplay_window_0 (window=window@entry=18003149) at xdisp.c:14157
#19 0x00000000005545a6 in internal_condition_case_1 (bfun=bfun@entry=0x461160 <redisplay_window_0>, arg=18003149,
handlers=<optimized out>, hfun=hfun@entry=0x42b360 <redisplay_window_error>) at eval.c:1378
#20 0x000000000042fbfe in redisplay_windows (window=18003149) at xdisp.c:14137
#21 0x000000000044dfb1 in redisplay_internal () at xdisp.c:13736
#22 0x000000000044fdd5 in redisplay () at xdisp.c:13022
#23 0x00000000004ef9e1 in read_char (commandflag=1, map=map@entry=19387718, prev_event=12108082,
used_mouse_menu=used_mouse_menu@entry=0x7fffffffd71b, end_time=end_time@entry=0x0) at keyboard.c:2569
#24 0x00000000004f1353 in read_key_sequence (keybuf=keybuf@entry=0x7fffffffd7f0, prompt=12108082,
dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true,
fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, bufsize=30)
at keyboard.c:9081
#25 0x00000000004f2f70 in command_loop_1 () at keyboard.c:1449
#26 0x000000000055447e in internal_condition_case (bfun=bfun@entry=0x4f2d80 <command_loop_1>,
handlers=<optimized out>, hfun=hfun@entry=0x4e9d40 <cmd_error>) at eval.c:1354
#27 0x00000000004e546e in command_loop_2 (ignore=ignore@entry=12108082) at keyboard.c:1174
#28 0x000000000055438b in internal_catch (tag=12155586, func=func@entry=0x4e5450 <command_loop_2>, arg=12108082)
at eval.c:1118
#29 0x00000000004e9967 in command_loop () at keyboard.c:1153
#30 recursive_edit_1 () at keyboard.c:777
#31 0x00000000004e9c52 in Frecursive_edit () at keyboard.c:845
#32 0x0000000000417f75 in main (argc=<optimized out>, argv=0x7fffffffdb48) at emacs.c:1654
* 1/4 of the time I get that one:
(gdb) backtrace
#0 0x00007ffff2453900 in ?? () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#1 0x00007ffff24543b6 in ?? () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#2 0x00007ffff246185d in ?? () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#3 0x00007ffff24619b0 in FcFontSetList () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#4 0x00007ffff24621ff in FcFontList () from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
#5 0x00000000005b3792 in ftfont_list (f=<optimized out>, spec=12261565) at ftfont.c:955
#6 0x00000000005b61fa in xftfont_list (f=<optimized out>, spec=<optimized out>) at xftfont.c:141
#7 0x000000000056a879 in font_list_entities (f=f@entry=0x112a4b8, spec=spec@entry=18192877) at font.c:2756
#8 0x000000000056b242 in font_find_for_lface (f=f@entry=0x112a4b8, attrs=attrs@entry=0x1807320,
spec=<optimized out>, c=c@entry=22269) at font.c:3232
#9 0x00000000005b9481 in fontset_find_font (fontset=19770717, c=c@entry=22269, face=face@entry=0x1807320,
id=id@entry=-1, fallback=fallback@entry=false) at fontset.c:681
#10 0x00000000005b9940 in fontset_font (fontset=fontset@entry=18249853, c=c@entry=22269, face=face@entry=0x1807320,
id=-1) at fontset.c:754
#11 0x00000000005ba3ea in face_for_char (f=0x112a4b8, face=face@entry=0x1807320, c=22269, pos=<optimized out>,
object=<optimized out>) at fontset.c:956
#12 0x000000000043ff68 in get_next_display_element (it=it@entry=0x7fffffff82f0) at xdisp.c:7064
#13 0x000000000043d8d1 in move_it_in_display_line_to (it=it@entry=0x7fffffff82f0, to_charpos=to_charpos@entry=2001,
to_x=to_x@entry=-1, op=op@entry=MOVE_TO_POS) at xdisp.c:8504
#14 0x00000000004450ec in move_it_to (it=it@entry=0x7fffffff82f0, to_charpos=to_charpos@entry=2001,
to_x=to_x@entry=-1, to_y=to_y@entry=-1, to_vpos=to_vpos@entry=-1, op=op@entry=8) at xdisp.c:9145
#15 0x000000000044999d in move_it_vertically_backward (it=it@entry=0x7fffffff9e60, dy=dy@entry=280) at xdisp.c:9318
#16 0x000000000045d26b in redisplay_window (window=18003149, just_this_one_p=just_this_one_p@entry=false)
at xdisp.c:16330
#17 0x0000000000461193 in redisplay_window_0 (window=window@entry=18003149) at xdisp.c:14157
#18 0x00000000005545a6 in internal_condition_case_1 (bfun=bfun@entry=0x461160 <redisplay_window_0>, arg=18003149,
handlers=<optimized out>, hfun=hfun@entry=0x42b360 <redisplay_window_error>) at eval.c:1378
#19 0x000000000042fbfe in redisplay_windows (window=18003149) at xdisp.c:14137
#20 0x000000000044dfb1 in redisplay_internal () at xdisp.c:13736
#21 0x000000000044fdd5 in redisplay () at xdisp.c:13022
#22 0x00000000004ef9e1 in read_char (commandflag=1, map=map@entry=19387718, prev_event=12108082,
used_mouse_menu=used_mouse_menu@entry=0x7fffffffd71b, end_time=end_time@entry=0x0) at keyboard.c:2569
#23 0x00000000004f1353 in read_key_sequence (keybuf=keybuf@entry=0x7fffffffd7f0, prompt=12108082,
dont_downcase_last=dont_downcase_last@entry=false, can_return_switch_frame=can_return_switch_frame@entry=true,
fix_current_buffer=fix_current_buffer@entry=true, prevent_redisplay=prevent_redisplay@entry=false, bufsize=30)
at keyboard.c:9081
#24 0x00000000004f2f70 in command_loop_1 () at keyboard.c:1449
#25 0x000000000055447e in internal_condition_case (bfun=bfun@entry=0x4f2d80 <command_loop_1>,
handlers=<optimized out>, hfun=hfun@entry=0x4e9d40 <cmd_error>) at eval.c:1354
#26 0x00000000004e546e in command_loop_2 (ignore=ignore@entry=12108082) at keyboard.c:1174
#27 0x000000000055438b in internal_catch (tag=12155586, func=func@entry=0x4e5450 <command_loop_2>, arg=12108082)
at eval.c:1118
#28 0x00000000004e9967 in command_loop () at keyboard.c:1153
#29 recursive_edit_1 () at keyboard.c:777
#30 0x00000000004e9c52 in Frecursive_edit () at keyboard.c:845
#31 0x0000000000417f75 in main (argc=<optimized out>, argv=0x7fffffffdb48) at emacs.c:1654
Hopefully someone can make sense of this.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-15 12:32 ` Dmitry Antipov
2015-07-18 10:24 ` Clément Pit--Claudel
@ 2016-03-03 6:12 ` Clément Pit--Claudel
2016-03-03 6:42 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 6:12 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 1691 bytes --]
On 07/15/2015 06:32 AM, Dmitry Antipov wrote:
> On 07/10/2015 07:55 PM, Clément Pit--Claudel wrote:
>
>> The figures are very similar to the tests above: with that patch inserting 50 lines takes 3 seconds,
>> and without it it's instantaneous. Thus I think it's safe to say that this particular patch is indeed
>> responsible for the performance regression. But maybe I'm missing something?
>
> As of c40ea1328bb33abaec14f1fc92ac2349b5ee2715, I can't reproduce this issue, with your fontset setup
> from http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#17. Cursor motion and keyboard/mouse selection
> are smooth, and CPU/memory usage looks normal.
I'm still receiving bug reports from users of my plugins about slowness; this doesn't seem to affect just me. I can reproduce it in the latest pretest. My bet is that this is due to specific fonts. That would explain why you couldn't reproduce this.
(I'm getting reports because my mode enables prettify-symbols-mode, and thus displays characters from fallback fonts)
I've removed the dependency on CJK fonts; on my machine, this does the trick, provided you have XITS Math and Ubuntu Mono installed:
emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\")))"
Scrolling around this buffer is horribly slow.
I would very much welcome help in tracking and fixing this bug. The culprit is af1a69f4d17a482c359d98c00ef86fac835b5fac, but if the commit itself can't be reversed, maybe we could find another way to achieve what it does?
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2015-07-10 15:42 ` Glenn Morris
@ 2016-03-03 6:37 ` Clément Pit--Claudel
0 siblings, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 6:37 UTC (permalink / raw)
To: Glenn Morris; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 440 bytes --]
On 07/10/2015 09:42 AM, Glenn Morris wrote:
> Clément Pit--Claudel wrote:
>
>> (by the way, the process was a bit slow; is there a way to make builds
>> faster, maybe by building only the emacs binary? `make src/emacs` does
>> not work, and `make src` spends some time loading el files and
>> generating autoloads)
>
> I posted the recipe I use at
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19983#62
Belated thanks :)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 6:12 ` Clément Pit--Claudel
@ 2016-03-03 6:42 ` Clément Pit--Claudel
2016-03-03 7:08 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 6:42 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1.1: Type: text/plain, Size: 2700 bytes --]
On 03/02/2016 11:12 PM, Clément Pit--Claudel wrote:
> I've removed the dependency on CJK fonts; on my machine, this does
> the trick, provided you have XITS Math and Ubuntu Mono installed:
>
> emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\")))"
>
> Scrolling around this buffer is horribly slow.
Here's the few lines of a profile (full profile attached):
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
69.14 6.61 6.61 deliver_user_signal
2.30 6.83 0.22 291 0.00 0.00 _init
2.09 7.03 0.20 2446268 0.00 0.00 hash_lookup
1.78 7.20 0.17 1109458 0.00 0.00 xfont_list_pattern
1.36 7.33 0.13 7538722 0.00 0.00 char_table_ref
1.36 7.46 0.13 2220018 0.00 0.00 ftfont_lookup_cache
1.15 7.57 0.11 2774417 0.00 0.00 Fcompare_strings
1.05 7.67 0.10 2778892 0.00 0.00 Fnreverse
1.05 7.77 0.10 11525665 0.00 0.00 mark_object
0.94 7.86 0.09 33105673 0.00 0.00 sub_char_table_ref
compare with this (with the aforementioned commit reverted):
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
6.48 0.07 0.07 5576010 0.00 0.00 mark_object
6.48 0.14 0.07 4987260 0.00 0.00 char_table_ref
6.48 0.21 0.07 deliver_user_signal
5.56 0.27 0.06 12938424 0.00 0.00 sub_char_table_ref
5.09 0.33 0.06 1407350 0.00 0.00 Fassq
3.70 0.37 0.04 54802 0.00 0.00 face_before_or_after_it_pos
1.85 0.39 0.02 1232573 0.00 0.00 lookup_char_property
1.85 0.41 0.02 954743 0.00 0.00 Fcons
1.85 0.43 0.02 723140 0.00 0.00 find_interval
1.85 0.45 0.02 505158 0.00 0.00 hash_lookup
1.85 0.47 0.02 497590 0.00 0.00 bidi_level_of_next_char
1.85 0.49 0.02 497590 0.00 0.00 bidi_move_to_visually_next
I've attached the two profiles. Does this make any sense?
Clément.
[-- Attachment #1.1.2: fast-trace-with-reverted-commit --]
[-- Type: text/plain, Size: 1098324 bytes --]
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls ms/call ms/call name
6.48 0.07 0.07 5576010 0.00 0.00 mark_object
6.48 0.14 0.07 4987260 0.00 0.00 char_table_ref
6.48 0.21 0.07 deliver_user_signal
5.56 0.27 0.06 12938424 0.00 0.00 sub_char_table_ref
5.09 0.33 0.06 1407350 0.00 0.00 Fassq
3.70 0.37 0.04 54802 0.00 0.00 face_before_or_after_it_pos
1.85 0.39 0.02 1232573 0.00 0.00 lookup_char_property
1.85 0.41 0.02 954743 0.00 0.00 Fcons
1.85 0.43 0.02 723140 0.00 0.00 find_interval
1.85 0.45 0.02 505158 0.00 0.00 hash_lookup
1.85 0.47 0.02 497590 0.00 0.00 bidi_level_of_next_char
1.85 0.49 0.02 497590 0.00 0.00 bidi_move_to_visually_next
1.85 0.51 0.02 485601 0.00 0.00 overlays_at
1.85 0.53 0.02 292896 0.00 0.00 Fplist_get
1.85 0.55 0.02 178174 0.00 0.00 Ffuncall
1.85 0.57 0.02 9144 0.00 0.00 XTread_socket
1.85 0.59 0.02 2100 0.01 0.01 update_window_fringes
1.85 0.61 0.02 1768 0.01 0.01 mark_char_table
1.85 0.63 0.02 17 1.18 1.18 char_table_ascii
0.93 0.64 0.01 943394 0.00 0.00 bidi_cache_find
0.93 0.65 0.01 885018 0.00 0.00 bidi_get_category
0.93 0.66 0.01 765747 0.00 0.00 xftfont_has_char
0.93 0.67 0.01 755118 0.00 0.00 validate_interval_range
0.93 0.68 0.01 579207 0.00 0.00 xftfont_text_extents
0.93 0.69 0.01 497590 0.00 0.00 bidi_resolve_explicit
0.93 0.70 0.01 497590 0.00 0.00 bidi_resolve_weak
0.93 0.71 0.01 490846 0.00 0.00 get_char_property_and_overlay
0.93 0.72 0.01 479385 0.00 0.00 sort_overlays
0.93 0.73 0.01 471270 0.00 0.00 set_iterator_to_next
0.93 0.74 0.01 449092 0.00 0.00 Fget_char_property
0.93 0.75 0.01 150796 0.00 0.00 find_symbol_value
0.93 0.76 0.01 102649 0.00 0.00 specbind
0.93 0.77 0.01 70890 0.00 0.00 find_composition
0.93 0.78 0.01 70531 0.00 0.00 exec_byte_code
0.93 0.79 0.01 59982 0.00 0.00 assq_no_quit
0.93 0.80 0.01 57567 0.00 0.00 re_match_2_internal
0.93 0.81 0.01 44952 0.00 0.00 re_search_2
0.93 0.82 0.01 27660 0.00 0.00 re_compile_pattern
0.93 0.83 0.01 19717 0.00 0.00 buf_charpos_to_bytepos
0.93 0.84 0.01 12124 0.00 0.00 move_it_in_display_line_to
0.93 0.85 0.01 11718 0.00 0.00 window_text_bottom_y
0.93 0.86 0.01 10232 0.00 0.00 mem_insert
0.93 0.87 0.01 9139 0.00 0.00 lisp_align_malloc
0.93 0.88 0.01 8718 0.00 0.00 timer_check
0.93 0.89 0.01 8117 0.00 0.00 frame_make_pointer_visible
0.93 0.90 0.01 6202 0.00 0.00 safe__call1
0.93 0.91 0.01 3676 0.00 0.01 draw_glyphs
0.93 0.92 0.01 3612 0.00 0.00 _init
0.93 0.93 0.01 3509 0.00 0.00 mark_localized_symbol
0.93 0.94 0.01 3041 0.00 0.00 Frun_hook_with_args
0.93 0.95 0.01 1095 0.01 0.01 display_mode_element
0.93 0.96 0.01 1090 0.01 0.01 x_update_begin
0.93 0.97 0.01 1017 0.01 0.01 Fcall_interactively
0.93 0.98 0.01 636 0.02 0.02 validate_region
0.93 0.99 0.01 634 0.02 0.05 scan_sexps_forward
0.93 1.00 0.01 215 0.05 0.05 map_sub_char_table
0.93 1.01 0.01 24 0.42 0.42 sweep_conses
0.93 1.02 0.01 24 0.42 0.42 sweep_strings
0.93 1.03 0.01 Fstring_bytes
0.93 1.04 0.01 unexec
0.46 1.04 0.01 571929 0.00 0.00 get_per_char_metric
0.46 1.05 0.01 139293 0.00 0.00 Flength
0.46 1.05 0.01 25684 0.00 0.00 compute_display_string_pos
0.46 1.06 0.01 18640 0.00 0.00 Fmemq
0.46 1.06 0.01 1033 0.00 0.00 overlay_arrows_changed_p
0.46 1.07 0.01 3 1.67 1.67 propagate_buffer_redisplay
0.46 1.07 0.01 2 2.50 2.50 safe_call2
0.46 1.08 0.01 Fhash_table_size
0.46 1.08 0.01 fill_stretch_glyph_string
0.00 1.08 0.00 1905270 0.00 0.00 bidi_cache_search.constprop.3
0.00 1.08 0.00 1362857 0.00 0.00 Fcdr
0.00 1.08 0.00 1178700 0.00 0.00 textget
0.00 1.08 0.00 961876 0.00 0.00 bidi_cache_iterator_state
0.00 1.08 0.00 958764 0.00 0.00 set_buffer_temp
0.00 1.08 0.00 860666 0.00 0.00 bidi_explicit_dir_char
0.00 1.08 0.00 777368 0.00 0.00 bidi_paired_bracket_type
0.00 1.08 0.00 765747 0.00 0.00 font_has_char
0.00 1.08 0.00 755118 0.00 0.00 CHECK_STRING_OR_BUFFER
0.00 1.08 0.00 730824 0.00 0.00 balance_an_interval
0.00 1.08 0.00 709113 0.00 0.00 balance_possible_root_interval
0.00 1.08 0.00 672387 0.00 0.00 get_keymap
0.00 1.08 0.00 634690 0.00 0.00 unblock_input_to
0.00 1.08 0.00 634655 0.00 0.00 unblock_input
0.00 1.08 0.00 618605 0.00 0.00 indirect_function
0.00 1.08 0.00 604523 0.00 0.00 xftfont_encode_char
0.00 1.08 0.00 603957 0.00 0.00 Ftext_properties_at
0.00 1.08 0.00 498781 0.00 0.00 get_next_display_element
0.00 1.08 0.00 498624 0.00 0.00 bidi_cache_ensure_space
0.00 1.08 0.00 496556 0.00 0.00 bidi_resolve_brackets
0.00 1.08 0.00 496556 0.00 0.00 bidi_resolve_neutral
0.00 1.08 0.00 495235 0.00 0.00 hashfn_eq
0.00 1.08 0.00 491439 0.00 0.00 next_interval
0.00 1.08 0.00 480174 0.00 0.00 bidi_fetch_char
0.00 1.08 0.00 479841 0.00 0.00 x_produce_glyphs
0.00 1.08 0.00 475887 0.00 0.00 lookup_glyphless_char_display
0.00 1.08 0.00 475562 0.00 0.00 get_char_glyph_code
0.00 1.08 0.00 474012 0.00 0.00 bidi_find_paragraph_start
0.00 1.08 0.00 389961 0.00 0.00 bidi_find_bracket_pairs
0.00 1.08 0.00 389177 0.00 0.00 next_element_from_buffer
0.00 1.08 0.00 388970 0.00 0.00 face_for_char
0.00 1.08 0.00 382862 0.00 0.00 fontset_find_font
0.00 1.08 0.00 382861 0.00 0.00 fontset_font
0.00 1.08 0.00 310341 0.00 0.00 grow_specpdl
0.00 1.08 0.00 230461 0.00 0.00 vector_nbytes
0.00 1.08 0.00 194533 0.00 0.00 record_in_backtrace
0.00 1.08 0.00 185754 0.00 0.00 store_in_alist
0.00 1.08 0.00 139429 0.00 0.00 prepare_face_for_display
0.00 1.08 0.00 128954 0.00 0.00 get_glyph_face_and_encoding
0.00 1.08 0.00 127843 0.00 0.00 Fstring_equal
0.00 1.08 0.00 122261 0.00 0.00 do_symval_forwarding
0.00 1.08 0.00 122150 0.00 0.00 Fnext_single_property_change
0.00 1.08 0.00 121605 0.00 0.00 Fget
0.00 1.08 0.00 102249 0.00 0.00 set_internal
0.00 1.08 0.00 102248 0.00 0.00 maybe_set_redisplay
0.00 1.08 0.00 96367 0.00 0.00 x_get_glyph_overhangs
0.00 1.08 0.00 95280 0.00 0.00 store_symval_forwarding
0.00 1.08 0.00 94371 0.00 0.00 Fsymbol_value
0.00 1.08 0.00 93881 0.00 0.00 face_attr_equal_p
0.00 1.08 0.00 91882 0.00 0.00 Fget_text_property
0.00 1.08 0.00 83902 0.00 0.00 balance_intervals
0.00 1.08 0.00 80974 0.00 0.00 unbind_to
0.00 1.08 0.00 75763 0.00 0.00 Fsetcdr
0.00 1.08 0.00 72887 0.00 0.00 get_property_and_range
0.00 1.08 0.00 72024 0.00 0.00 Fcar
0.00 1.08 0.00 70691 0.00 0.00 funcall_lambda
0.00 1.08 0.00 65142 0.00 0.00 next_element_from_string
0.00 1.08 0.00 64462 0.00 0.00 intervals_equal
0.00 1.08 0.00 64178 0.00 0.00 swap_in_symval_forwarding
0.00 1.08 0.00 63075 0.00 0.00 face_at_string_position
0.00 1.08 0.00 60449 0.00 0.00 Fcurrent_buffer
0.00 1.08 0.00 59886 0.00 0.00 get_keyelt
0.00 1.08 0.00 55915 0.00 0.00 mem_find
0.00 1.08 0.00 55795 0.00 0.00 concat
0.00 1.08 0.00 55320 0.00 0.00 re_set_syntax
0.00 1.08 0.00 55320 0.00 0.00 re_set_whitespace_regexp
0.00 1.08 0.00 54802 0.00 0.00 next_element_from_c_string
0.00 1.08 0.00 53934 0.00 0.00 mark_vectorlike
0.00 1.08 0.00 53500 0.00 0.00 SETUP_SYNTAX_TABLE_FOR_OBJECT
0.00 1.08 0.00 53020 0.00 0.00 compile_pattern
0.00 1.08 0.00 52741 0.00 0.00 make_uninit_multibyte_string
0.00 1.08 0.00 52618 0.00 0.00 allocate_string_data
0.00 1.08 0.00 50942 0.00 0.00 char_composable_p
0.00 1.08 0.00 48506 0.00 0.00 Fcopy_sequence
0.00 1.08 0.00 48000 0.00 0.00 make_specified_string
0.00 1.08 0.00 44280 0.00 0.00 re_search
0.00 1.08 0.00 43413 0.00 0.00 fast_string_match_internal
0.00 1.08 0.00 42250 0.00 0.00 xmalloc
0.00 1.08 0.00 39478 0.00 0.00 composition_compute_stop_pos
0.00 1.08 0.00 38465 0.00 0.00 internal_equal
0.00 1.08 0.00 36418 0.00 0.00 Fset_default
0.00 1.08 0.00 34146 0.00 0.00 Fequal
0.00 1.08 0.00 33486 0.00 0.00 Fboundp
0.00 1.08 0.00 32286 0.00 0.00 bidi_init_it
0.00 1.08 0.00 32168 0.00 0.00 xfree
0.00 1.08 0.00 32059 0.00 0.00 window_box_width
0.00 1.08 0.00 30997 0.00 0.00 count_size_as_multibyte
0.00 1.08 0.00 30700 0.00 0.00 bidi_line_init
0.00 1.08 0.00 30548 0.00 0.00 get_visually_first_element
0.00 1.08 0.00 30173 0.00 0.00 accumulate_script_ranges
0.00 1.08 0.00 28572 0.00 0.00 make_uninit_string
0.00 1.08 0.00 28173 0.00 0.00 readchar
0.00 1.08 0.00 28052 0.00 0.00 mark_maybe_object
0.00 1.08 0.00 27670 0.00 0.00 analyze_first
0.00 1.08 0.00 27654 0.00 0.00 re_compile_fastmap
0.00 1.08 0.00 25388 0.00 0.00 bidi_paragraph_init
0.00 1.08 0.00 23782 0.00 0.00 display_string
0.00 1.08 0.00 23448 0.00 0.00 handle_display_prop
0.00 1.08 0.00 22925 0.00 0.00 bidi_unshelve_cache
0.00 1.08 0.00 22773 0.00 0.00 accessible_keymaps_1
0.00 1.08 0.00 22235 0.00 0.00 cleanup_vector
0.00 1.08 0.00 21339 0.00 0.00 where_is_internal_1
0.00 1.08 0.00 20712 0.00 0.00 mark_interval
0.00 1.08 0.00 20490 0.00 0.00 timespec_sub
0.00 1.08 0.00 20302 0.00 0.00 get_it_property
0.00 1.08 0.00 19504 0.00 0.00 decode_any_frame
0.00 1.08 0.00 19297 0.00 0.00 arith_driver
0.00 1.08 0.00 19176 0.00 0.00 make_unibyte_string
0.00 1.08 0.00 19053 0.00 0.00 parse_str_as_multibyte
0.00 1.08 0.00 18872 0.00 0.00 string_byte_to_char
0.00 1.08 0.00 18632 0.00 0.00 handle_fontified_prop
0.00 1.08 0.00 18613 0.00 0.00 readbyte_from_file
0.00 1.08 0.00 18573 0.00 0.00 compute_stop_pos
0.00 1.08 0.00 18573 0.00 0.00 handle_composition_prop
0.00 1.08 0.00 18573 0.00 0.00 handle_face_prop
0.00 1.08 0.00 18573 0.00 0.00 handle_invisible_prop
0.00 1.08 0.00 18573 0.00 0.00 handle_stop
0.00 1.08 0.00 18446 0.00 0.00 Fnext_single_char_property_change
0.00 1.08 0.00 18207 0.00 0.00 Fmake_list
0.00 1.08 0.00 18194 0.00 0.00 arithcompare
0.00 1.08 0.00 17991 0.00 0.00 list1
0.00 1.08 0.00 17795 0.00 0.00 make_string
0.00 1.08 0.00 16026 0.00 0.00 apply_modifiers
0.00 1.08 0.00 15901 0.00 0.00 char_width
0.00 1.08 0.00 15184 0.00 0.00 parse_modifiers
0.00 1.08 0.00 15005 0.00 0.00 reorder_modifiers
0.00 1.08 0.00 14539 0.00 0.00 set_window_margins
0.00 1.08 0.00 14509 0.00 0.00 Fmake_string
0.00 1.08 0.00 14350 0.00 0.00 window_box_left_offset
0.00 1.08 0.00 14299 0.00 0.00 window_box_left
0.00 1.08 0.00 14288 0.00 0.00 make_formatted_string
0.00 1.08 0.00 14099 0.00 0.00 Fsetcar
0.00 1.08 0.00 13974 0.00 0.00 CHECK_HASH_TABLE
0.00 1.08 0.00 13657 0.00 0.00 eval_sub
0.00 1.08 0.00 13510 0.00 0.00 push_handler
0.00 1.08 0.00 13510 0.00 0.00 push_handler_nosignal
0.00 1.08 0.00 13079 0.00 0.00 string_char_to_byte
0.00 1.08 0.00 12951 0.00 0.00 recenter_overlay_lists
0.00 1.08 0.00 12539 0.00 0.00 allocate_vector
0.00 1.08 0.00 12453 0.00 0.00 gettime
0.00 1.08 0.00 11994 0.00 0.00 gobble_input
0.00 1.08 0.00 11604 0.00 0.00 handle_line_prefix
0.00 1.08 0.00 11595 0.00 0.00 mark_save_value
0.00 1.08 0.00 11536 0.00 0.00 Findirect_function
0.00 1.08 0.00 11490 0.00 0.00 find_cache_boundary
0.00 1.08 0.00 11312 0.00 0.00 Faref
0.00 1.08 0.00 10702 0.00 0.00 decode_timer
0.00 1.08 0.00 10562 0.00 0.00 check_obarray
0.00 1.08 0.00 10525 0.00 0.00 get_glyph_string_clip_rects
0.00 1.08 0.00 10499 0.00 0.00 decode_time_components
0.00 1.08 0.00 10435 0.00 0.00 lisp_to_timespec
0.00 1.08 0.00 10250 0.00 0.00 Fget_pos_property
0.00 1.08 0.00 10250 0.00 0.00 get_local_map
0.00 1.08 0.00 10250 0.00 0.00 overlays_around
0.00 1.08 0.00 10250 0.00 0.00 text_property_stickiness
0.00 1.08 0.00 10222 0.00 0.00 Fplus
0.00 1.08 0.00 10077 0.00 0.00 Fgethash
0.00 1.08 0.00 10077 0.00 0.00 Flist
0.00 1.08 0.00 9956 0.00 0.00 do_pending_atimers
0.00 1.08 0.00 9955 0.00 0.00 process_pending_signals
0.00 1.08 0.00 9878 0.00 0.00 mem_delete
0.00 1.08 0.00 9871 0.00 0.00 Fnthcdr
0.00 1.08 0.00 9843 0.00 0.00 Fnth
0.00 1.08 0.00 9740 0.00 0.00 readable_events
0.00 1.08 0.00 9593 0.00 0.00 bidi_shelve_cache
0.00 1.08 0.00 9570 0.00 0.00 buffer_display_table
0.00 1.08 0.00 9554 0.00 0.00 c_string_width
0.00 1.08 0.00 9464 0.00 0.00 delete_cache_boundaries
0.00 1.08 0.00 9429 0.00 0.00 internal_condition_case_n
0.00 1.08 0.00 9046 0.00 0.00 CHECK_MARKER
0.00 1.08 0.00 8902 0.00 0.00 x_set_glyph_string_clipping
0.00 1.08 0.00 8807 0.00 0.00 lisp_align_free
0.00 1.08 0.00 8741 0.00 0.00 hashfn_eql
0.00 1.08 0.00 8718 0.00 0.00 get_input_pending
0.00 1.08 0.00 8548 0.00 0.00 re_match_2
0.00 1.08 0.00 8544 0.00 0.00 fast_looking_at
0.00 1.08 0.00 8454 0.00 0.00 save_window_save
0.00 1.08 0.00 8316 0.00 0.00 xftfont_get_colors
0.00 1.08 0.00 8314 0.00 0.00 get_overlay_strings_1
0.00 1.08 0.00 8314 0.00 0.00 load_overlay_strings
0.00 1.08 0.00 8305 0.00 0.00 x_set_glyph_string_gc
0.00 1.08 0.00 8304 0.00 0.00 font_get_frame_data
0.00 1.08 0.00 8304 0.00 0.00 x_draw_glyph_string_foreground
0.00 1.08 0.00 8304 0.00 0.00 xftfont_draw
0.00 1.08 0.00 8293 0.00 0.00 resolve_face_name
0.00 1.08 0.00 8256 0.00 0.00 lookup_fringe_bitmap
0.00 1.08 0.00 8233 0.00 0.00 face_at_buffer_position
0.00 1.08 0.00 8233 0.00 0.00 next_overlay_change
0.00 1.08 0.00 8120 0.00 0.00 call0
0.00 1.08 0.00 8014 0.00 0.00 record_unwind_protect
0.00 1.08 0.00 7983 0.00 0.00 find_newline
0.00 1.08 0.00 7977 0.00 0.00 access_keymap_1
0.00 1.08 0.00 7976 0.00 0.00 move_it_to
0.00 1.08 0.00 7801 0.00 0.00 Fnext_property_change
0.00 1.08 0.00 7479 0.00 0.00 Fmake_vector
0.00 1.08 0.00 7278 0.00 0.00 Fcommandp
0.00 1.08 0.00 7278 0.00 0.00 fill_glyph_string
0.00 1.08 0.00 7278 0.00 0.00 init_glyph_string
0.00 1.08 0.00 7278 0.00 0.00 set_glyph_string_background_width
0.00 1.08 0.00 7278 0.00 0.00 x_compute_glyph_string_overhangs
0.00 1.08 0.00 7278 0.00 0.00 x_draw_glyph_string
0.00 1.08 0.00 7219 0.00 0.00 Fframe_parameter
0.00 1.08 0.00 7154 0.00 0.00 Fcopy_alist
0.00 1.08 0.00 7146 0.00 0.00 Fframe_parameters
0.00 1.08 0.00 7112 0.00 0.00 lface_from_face_name_no_resolve
0.00 1.08 0.00 7076 0.00 0.00 Fnext_char_property_change
0.00 1.08 0.00 7076 0.00 0.00 Fnext_overlay_change
0.00 1.08 0.00 7069 0.00 0.00 handle_input_available_signal
0.00 1.08 0.00 6876 0.00 0.00 survives_gc_p
0.00 1.08 0.00 6751 0.00 0.00 Ffboundp
0.00 1.08 0.00 6618 0.00 0.00 marker_position
0.00 1.08 0.00 6617 0.00 0.00 set_point_both
0.00 1.08 0.00 6399 0.00 0.00 region_cache_backward
0.00 1.08 0.00 6398 0.00 0.00 detect_input_pending_run_timers
0.00 1.08 0.00 6380 0.00 0.00 default_value
0.00 1.08 0.00 6379 0.00 0.00 safe__call
0.00 1.08 0.00 6312 0.00 0.00 reseat_1
0.00 1.08 0.00 6223 0.00 0.00 decode_terminal
0.00 1.08 0.00 6203 0.00 0.00 hash_string
0.00 1.08 0.00 6201 0.00 0.00 Fterminal_live_p
0.00 1.08 0.00 6172 0.00 0.00 Fdefault_value
0.00 1.08 0.00 5808 0.00 0.00 mem_rotate_right
0.00 1.08 0.00 5690 0.00 0.00 do_pending_window_change
0.00 1.08 0.00 5636 0.00 0.00 previous_interval
0.00 1.08 0.00 5628 0.00 0.00 Fnreverse
0.00 1.08 0.00 5622 0.00 0.00 Feval
0.00 1.08 0.00 5505 0.00 0.00 set_buffer_internal_1
0.00 1.08 0.00 5455 0.00 0.00 Fvconcat
0.00 1.08 0.00 5365 0.00 0.00 get_lface_attributes_no_remap
0.00 1.08 0.00 5300 0.00 0.00 Finternal_merge_in_global_face
0.00 1.08 0.00 5300 0.00 0.00 lface_hash
0.00 1.08 0.00 5297 0.00 0.00 merge_face_vectors
0.00 1.08 0.00 5281 0.00 0.00 oblookup
0.00 1.08 0.00 5242 0.00 0.00 reseat
0.00 1.08 0.00 5225 0.00 0.00 get_lface_attributes
0.00 1.08 0.00 5216 0.00 0.00 lface_equal_p
0.00 1.08 0.00 5185 0.00 0.00 mem_rotate_left
0.00 1.08 0.00 5125 0.00 0.00 current_minor_maps
0.00 1.08 0.00 5124 0.00 0.00 Fmarker_position
0.00 1.08 0.00 5116 0.00 0.00 Fcurrent_active_maps
0.00 1.08 0.00 4899 0.00 0.00 back_to_previous_visible_line_start
0.00 1.08 0.00 4885 0.00 0.00 find_newline_no_quit
0.00 1.08 0.00 4796 0.00 0.00 show_hourglass
0.00 1.08 0.00 4696 0.00 0.00 x_draw_stretch_glyph_string
0.00 1.08 0.00 4672 0.00 0.00 Fget_buffer
0.00 1.08 0.00 4543 0.00 0.00 marker_byte_position
0.00 1.08 0.00 4490 0.00 0.00 apply_lambda
0.00 1.08 0.00 4418 0.00 0.00 xg_win_to_widget
0.00 1.08 0.00 4355 0.00 0.00 Fplist_put
0.00 1.08 0.00 4352 0.00 0.00 mark_compiled
0.00 1.08 0.00 4347 0.00 0.00 timespec_add
0.00 1.08 0.00 4333 0.00 0.00 Fput
0.00 1.08 0.00 4333 0.00 0.00 x_any_window_to_frame
0.00 1.08 0.00 4278 0.00 0.00 bidi_at_paragraph_end
0.00 1.08 0.00 4278 0.00 0.00 forward_to_next_line_start
0.00 1.08 0.00 4278 0.00 0.00 reseat_at_next_visible_line_start
0.00 1.08 0.00 4272 0.00 0.00 map_keymap_char_table_item
0.00 1.08 0.00 4182 0.00 0.00 lookup_named_face
0.00 1.08 0.00 4079 0.00 0.00 access_keymap
0.00 1.08 0.00 4022 0.00 0.00 candidate_window_p
0.00 1.08 0.00 3918 0.00 0.00 Fgoto_char
0.00 1.08 0.00 3897 0.00 0.00 Fputhash
0.00 1.08 0.00 3784 0.00 0.00 move_it_by_lines
0.00 1.08 0.00 3777 0.00 0.00 validate_plist
0.00 1.08 0.00 3759 0.00 0.00 casify_object
0.00 1.08 0.00 3741 0.00 0.00 map_keymap_internal
0.00 1.08 0.00 3621 0.00 0.00 map_keymap
0.00 1.08 0.00 3621 0.00 0.00 requeued_events_pending_p
0.00 1.08 0.00 3611 0.00 0.00 Flookup_key
0.00 1.08 0.00 3547 0.00 0.00 Fapply
0.00 1.08 0.00 3429 0.00 0.00 Faset
0.00 1.08 0.00 3335 0.00 0.00 detect_input_pending
0.00 1.08 0.00 3314 0.00 0.00 window_box
0.00 1.08 0.00 3309 0.00 0.00 init_iterator
0.00 1.08 0.00 3309 0.00 0.00 produce_special_glyphs
0.00 1.08 0.00 3309 0.00 0.00 window_display_table
0.00 1.08 0.00 3280 0.00 0.00 fetch_buffer_markers
0.00 1.08 0.00 3280 0.00 0.00 record_buffer_markers
0.00 1.08 0.00 3241 0.00 0.00 Fmin
0.00 1.08 0.00 3200 0.00 0.00 re_iswctype
0.00 1.08 0.00 3193 0.00 0.00 x_draw_fringe_bitmap
0.00 1.08 0.00 3174 0.00 0.00 Fif
0.00 1.08 0.00 3174 0.00 0.00 Fvectorp
0.00 1.08 0.00 3140 0.00 0.00 bset_redisplay
0.00 1.08 0.00 3133 0.00 0.00 default_line_pixel_height
0.00 1.08 0.00 3099 0.00 0.00 x_clear_glyph_string_rect
0.00 1.08 0.00 3082 0.00 0.00 signal_after_change
0.00 1.08 0.00 3081 0.00 0.00 Fframe_char_height
0.00 1.08 0.00 3074 0.00 0.00 decode_live_frame
0.00 1.08 0.00 3070 0.00 0.00 Fkey_binding
0.00 1.08 0.00 3070 0.00 0.00 prepare_to_modify_buffer_1
0.00 1.08 0.00 3068 0.00 0.00 Fselected_window
0.00 1.08 0.00 3057 0.00 0.00 run_hook_with_args
0.00 1.08 0.00 3057 0.00 0.00 safe_run_hooks
0.00 1.08 0.00 3051 0.00 0.00 funcall_nil
0.00 1.08 0.00 3050 0.00 0.00 safe_run_hook_funcall
0.00 1.08 0.00 3050 0.00 0.00 safe_run_hooks_1
0.00 1.08 0.00 3023 0.00 0.00 unchain_marker
0.00 1.08 0.00 2998 0.00 0.00 record_property_change
0.00 1.08 0.00 2890 0.00 0.00 Ffind_file_name_handler
0.00 1.08 0.00 2890 0.00 0.00 adjust_suspend_auto_hscroll
0.00 1.08 0.00 2863 0.00 0.00 allocate_misc
0.00 1.08 0.00 2863 0.00 0.00 record_insert
0.00 1.08 0.00 2849 0.00 0.00 set_point
0.00 1.08 0.00 2846 0.00 0.00 invalidate_current_column
0.00 1.08 0.00 2842 0.00 0.00 call1
0.00 1.08 0.00 2842 0.00 0.00 live_buffer
0.00 1.08 0.00 2810 0.00 0.00 Fset
0.00 1.08 0.00 2765 0.00 0.00 composition_reseat_it
0.00 1.08 0.00 2734 0.00 0.00 invalidate_buffer_caches
0.00 1.08 0.00 2706 0.00 0.00 sweep_buffers
0.00 1.08 0.00 2702 0.00 0.00 read1
0.00 1.08 0.00 2657 0.00 0.00 skip_one_char
0.00 1.08 0.00 2602 0.00 0.00 row_for_charpos_p
0.00 1.08 0.00 2582 0.00 0.00 Flocal_variable_p
0.00 1.08 0.00 2539 0.00 0.00 Fconstrain_to_field
0.00 1.08 0.00 2538 0.00 0.00 font_style_symbolic
0.00 1.08 0.00 2538 0.00 0.00 scan_newline_from_point
0.00 1.08 0.00 2527 0.00 0.00 Fdowncase
0.00 1.08 0.00 2511 0.00 0.00 Fset_buffer
0.00 1.08 0.00 2396 0.00 0.00 lookup_basic_face
0.00 1.08 0.00 2378 0.00 0.00 get_utf8_string
0.00 1.08 0.00 2356 0.00 0.00 Fassoc
0.00 1.08 0.00 2323 0.00 0.00 temp_set_point_both
0.00 1.08 0.00 2320 0.00 0.00 clear_waiting_for_input
0.00 1.08 0.00 2320 0.00 0.00 set_waiting_for_input
0.00 1.08 0.00 2319 0.00 0.00 xg_select
0.00 1.08 0.00 2303 0.00 0.00 handle_one_xevent
0.00 1.08 0.00 2288 0.00 0.00 Finternal_show_cursor_p
0.00 1.08 0.00 2253 0.00 0.00 Fmax
0.00 1.08 0.00 2244 0.00 0.00 display_count_lines
0.00 1.08 0.00 2237 0.00 0.00 Frun_window_scroll_functions
0.00 1.08 0.00 2229 0.00 0.00 compute_line_metrics
0.00 1.08 0.00 2229 0.00 0.00 prepare_desired_row
0.00 1.08 0.00 2229 0.00 0.00 row_hash
0.00 1.08 0.00 2193 0.00 0.00 assign_row
0.00 1.08 0.00 2182 0.00 0.00 XTring_bell
0.00 1.08 0.00 2168 0.00 0.00 draw_fringe_bitmap
0.00 1.08 0.00 2168 0.00 0.00 draw_fringe_bitmap_1
0.00 1.08 0.00 2162 0.00 0.00 offset_intervals
0.00 1.08 0.00 2153 0.00 0.00 prepare_to_modify_buffer
0.00 1.08 0.00 2141 0.00 0.00 Fwindow_frame
0.00 1.08 0.00 2140 0.00 0.00 set_marker_internal
0.00 1.08 0.00 2139 0.00 0.00 adjust_markers_for_insert
0.00 1.08 0.00 2139 0.00 0.00 adjust_overlays_for_insert
0.00 1.08 0.00 2130 0.00 0.00 extend_face_to_end_of_line
0.00 1.08 0.00 2126 0.00 0.00 Frassq
0.00 1.08 0.00 2125 0.00 0.00 Fset_marker
0.00 1.08 0.00 2124 0.00 0.00 Fnconc
0.00 1.08 0.00 2121 0.00 0.00 update_window_line
0.00 1.08 0.00 2108 0.00 0.00 start_display
0.00 1.08 0.00 2097 0.00 0.00 Fcoding_system_eol_type
0.00 1.08 0.00 2092 0.00 0.00 Fbacktrace_frame
0.00 1.08 0.00 2092 0.00 0.00 get_backtrace_frame
0.00 1.08 0.00 2084 0.00 0.00 reconsider_clip_changes
0.00 1.08 0.00 2078 0.00 0.00 extract_float
0.00 1.08 0.00 2076 0.00 0.00 window_outdated
0.00 1.08 0.00 2072 0.00 0.00 record_unwind_protect_void
0.00 1.08 0.00 2070 0.00 0.00 buffer_local_value
0.00 1.08 0.00 2070 0.00 0.00 popup_activated
0.00 1.08 0.00 2067 0.00 0.00 intern_1
0.00 1.08 0.00 2066 0.00 0.00 Fbuffer_local_value
0.00 1.08 0.00 2065 0.00 0.00 mode_line_update_needed
0.00 1.08 0.00 2063 0.00 0.00 verify_interval_modification
0.00 1.08 0.00 2062 0.00 0.00 Fwindow_old_point
0.00 1.08 0.00 2062 0.00 0.00 Fwindow_point
0.00 1.08 0.00 2047 0.00 0.00 record_unwind_protect_int
0.00 1.08 0.00 2043 0.00 0.00 cancel_hourglass
0.00 1.08 0.00 2039 0.00 0.00 add_properties
0.00 1.08 0.00 2037 0.00 0.00 call_mod_hooks
0.00 1.08 0.00 2037 0.00 0.00 process_special_events
0.00 1.08 0.00 2037 0.00 0.00 swallow_events
0.00 1.08 0.00 2029 0.00 0.03 active_maps
0.00 1.08 0.00 2028 0.00 0.00 Fcommand_remapping
0.00 1.08 0.00 2028 0.00 0.00 Fwindow_hscroll
0.00 1.08 0.00 2028 0.00 0.00 Fwindow_vscroll
0.00 1.08 0.00 2028 0.00 0.00 block_atimers
0.00 1.08 0.00 2028 0.00 0.00 draw_phys_cursor_glyph
0.00 1.08 0.00 2028 0.00 0.00 echo_update
0.00 1.08 0.00 2028 0.00 0.03 keyremap_step.constprop.45
0.00 1.08 0.00 2027 0.00 0.00 move_cache_gap
0.00 1.08 0.00 2020 0.00 0.00 Fline_beginning_position
0.00 1.08 0.00 2018 0.00 0.00 update_compositions
0.00 1.08 0.00 2017 0.00 0.00 window_list
0.00 1.08 0.00 2014 0.00 0.00 Fface_font
0.00 1.08 0.00 2014 0.00 0.00 Ffloatp
0.00 1.08 0.00 2014 0.00 0.00 echo_dash
0.00 1.08 0.00 2014 0.00 0.00 reseat_at_previous_visible_line_start
0.00 1.08 0.00 2012 0.00 0.00 decode_next_window_args
0.00 1.08 0.00 2010 0.00 0.00 window_list_1
0.00 1.08 0.00 2006 0.00 0.00 list5
0.00 1.08 0.00 2000 0.00 0.00 Fget_buffer_window
0.00 1.08 0.00 2000 0.00 0.00 Fwindow_pixel_left
0.00 1.08 0.00 2000 0.00 0.00 Fwindow_pixel_top
0.00 1.08 0.00 2000 0.00 0.00 Fwindow_scroll_bars
0.00 1.08 0.00 2000 0.00 0.00 window_loop
0.00 1.08 0.00 1997 0.00 0.00 composition_adjust_point
0.00 1.08 0.00 1997 0.00 0.00 find_automatic_composition
0.00 1.08 0.00 1962 0.00 0.00 multibyte_chars_in_text
0.00 1.08 0.00 1952 0.00 0.00 Fintern
0.00 1.08 0.00 1920 0.00 0.00 sub_char_table_set
0.00 1.08 0.00 1902 0.00 0.00 Fprogn
0.00 1.08 0.00 1849 0.00 0.00 validate_subarray
0.00 1.08 0.00 1827 0.00 0.00 line_bottom_y
0.00 1.08 0.00 1817 0.00 0.00 nconc2
0.00 1.08 0.00 1788 0.00 0.00 buf_bytepos_to_charpos
0.00 1.08 0.00 1788 0.00 0.00 font_put_extra
0.00 1.08 0.00 1788 0.00 0.00 read_escape
0.00 1.08 0.00 1784 0.00 0.00 Fwiden
0.00 1.08 0.00 1763 0.00 0.00 font_style_to_value
0.00 1.08 0.00 1747 0.00 0.00 lface_from_face_name
0.00 1.08 0.00 1735 0.00 0.00 Fquote
0.00 1.08 0.00 1694 0.00 0.00 list2
0.00 1.08 0.00 1683 0.00 0.00 call2
0.00 1.08 0.00 1672 0.00 0.00 Fmember
0.00 1.08 0.00 1646 0.00 0.00 x_write_glyphs
0.00 1.08 0.00 1623 0.00 0.00 get_glyph_string_clip_rect
0.00 1.08 0.00 1623 0.00 0.00 x_draw_glyph_string_box
0.00 1.08 0.00 1623 0.00 0.00 x_draw_relief_rect
0.00 1.08 0.00 1623 0.00 0.00 x_setup_relief_colors
0.00 1.08 0.00 1572 0.00 0.00 c_strcasecmp
0.00 1.08 0.00 1571 0.00 0.00 Fpurecopy
0.00 1.08 0.00 1570 0.00 0.00 ensure_menu_items
0.00 1.08 0.00 1553 0.00 0.00 copy_text
0.00 1.08 0.00 1539 0.00 0.00 font_clear_prop
0.00 1.08 0.00 1537 0.00 0.00 char_string
0.00 1.08 0.00 1513 0.00 0.00 Fvector
0.00 1.08 0.00 1476 0.00 0.00 xrealloc
0.00 1.08 0.00 1471 0.00 0.00 allocate_pseudovector
0.00 1.08 0.00 1445 0.00 0.00 Ffunctionp
0.00 1.08 0.00 1445 0.00 0.01 char_table_set_range
0.00 1.08 0.00 1409 0.00 0.00 char_table_ref_and_range
0.00 1.08 0.00 1403 0.00 0.00 sub_char_table_ref_and_range
0.00 1.08 0.00 1401 0.00 0.00 bcall0
0.00 1.08 0.00 1398 0.00 0.00 font_intern_prop
0.00 1.08 0.00 1389 0.00 0.00 make_byte_code
0.00 1.08 0.00 1382 0.00 0.00 hash_put
0.00 1.08 0.00 1376 0.00 0.00 process_tool_bar_item
0.00 1.08 0.00 1359 0.00 0.00 internal_condition_case_1
0.00 1.08 0.00 1357 0.00 0.00 xzalloc
0.00 1.08 0.00 1350 0.00 0.00 Fmake_byte_code
0.00 1.08 0.00 1343 0.00 0.00 map_keymap_call
0.00 1.08 0.00 1327 0.00 0.00 coding_set_destination
0.00 1.08 0.00 1325 0.00 0.00 Fremove_list_of_text_properties
0.00 1.08 0.00 1321 0.00 0.00 Finternal_set_lisp_face_attribute
0.00 1.08 0.00 1315 0.00 0.00 unreadchar
0.00 1.08 0.00 1309 0.00 0.00 make_widget_value
0.00 1.08 0.00 1306 0.00 0.01 fontset_add
0.00 1.08 0.00 1297 0.00 0.00 parse_menu_item
0.00 1.08 0.00 1297 0.00 0.00 single_menu_item
0.00 1.08 0.00 1282 0.00 0.00 menu_separator_name_p
0.00 1.08 0.00 1278 0.00 0.00 push_menu_item
0.00 1.08 0.00 1278 0.00 0.00 window_box_height
0.00 1.08 0.00 1276 0.00 0.00 lisp_malloc
0.00 1.08 0.00 1269 0.00 0.00 report_interval_modification
0.00 1.08 0.00 1249 0.00 0.00 set_buffer_if_live
0.00 1.08 0.00 1225 0.00 0.00 Flogand
0.00 1.08 0.00 1225 0.00 0.00 Flsh
0.00 1.08 0.00 1214 0.00 0.00 Fbuffer_modified_p
0.00 1.08 0.00 1210 0.00 0.00 Fupcase
0.00 1.08 0.00 1195 0.00 0.00 display_line
0.00 1.08 0.00 1186 0.00 0.00 Fmatch_data
0.00 1.08 0.00 1186 0.00 0.00 Fset_match_data
0.00 1.08 0.00 1183 0.00 0.00 hashfn_equal
0.00 1.08 0.00 1176 0.00 0.00 Ftimes
0.00 1.08 0.00 1176 0.00 0.00 Fwindow_buffer
0.00 1.08 0.00 1171 0.00 0.00 Fminus
0.00 1.08 0.00 1159 0.00 0.00 store_mode_line_noprop_char
0.00 1.08 0.00 1154 0.00 0.00 SETUP_SYNTAX_TABLE
0.00 1.08 0.00 1129 0.00 0.00 Fframep
0.00 1.08 0.00 1126 0.00 0.00 invalidate_region_cache
0.00 1.08 0.00 1124 0.00 0.00 display_and_set_cursor
0.00 1.08 0.00 1118 0.00 0.00 Fbolp
0.00 1.08 0.00 1118 0.00 0.00 x_update_window_begin
0.00 1.08 0.00 1118 0.00 0.00 x_update_window_end
0.00 1.08 0.00 1117 0.00 0.00 draw_window_fringes
0.00 1.08 0.00 1112 0.00 0.00 x_draw_window_cursor
0.00 1.08 0.00 1099 0.00 0.00 list3
0.00 1.08 0.00 1095 0.00 0.00 Fdelq
0.00 1.08 0.00 1095 0.00 0.00 format_mode_line_unwind_data
0.00 1.08 0.00 1095 0.00 0.00 unwind_format_mode_line
0.00 1.08 0.00 1094 0.00 0.00 x_clear_area
0.00 1.08 0.00 1091 0.00 0.00 update_begin
0.00 1.08 0.00 1091 0.00 0.00 update_end
0.00 1.08 0.00 1091 0.00 0.00 x_clear_end_of_line
0.00 1.08 0.00 1089 0.00 0.00 string_to_number
0.00 1.08 0.00 1088 0.00 0.00 x_update_end
0.00 1.08 0.00 1087 0.00 0.00 x_after_update_window_line
0.00 1.08 0.00 1087 0.00 0.00 x_clear_frame_area
0.00 1.08 0.00 1085 0.00 0.00 build_marker
0.00 1.08 0.00 1085 0.00 0.00 inhibit_garbage_collection
0.00 1.08 0.00 1084 0.00 0.00 draw_row_fringe_bitmaps
0.00 1.08 0.00 1084 0.00 0.00 window_box_right
0.00 1.08 0.00 1081 0.00 0.00 set_point_from_marker
0.00 1.08 0.00 1075 0.00 0.00 Fframe_live_p
0.00 1.08 0.00 1075 0.00 0.00 Fmarker_buffer
0.00 1.08 0.00 1075 0.00 0.00 Fpoint_marker
0.00 1.08 0.00 1075 0.00 0.00 free_misc
0.00 1.08 0.00 1075 0.00 0.00 make_save_obj_obj_obj_obj
0.00 1.08 0.00 1075 0.00 0.00 save_excursion_restore
0.00 1.08 0.00 1075 0.00 0.00 save_excursion_save
0.00 1.08 0.00 1073 0.00 0.00 parse_solitary_modifier
0.00 1.08 0.00 1073 0.00 0.00 x_parse_color
0.00 1.08 0.00 1071 0.00 0.00 Freverse
0.00 1.08 0.00 1070 0.00 0.00 lisp_free
0.00 1.08 0.00 1070 0.00 0.00 move_it_vertically_backward
0.00 1.08 0.00 1069 0.00 0.00 Fwhere_is_internal
0.00 1.08 0.00 1067 0.00 0.00 where_is_internal
0.00 1.08 0.00 1066 0.00 0.00 add_text_properties_1
0.00 1.08 0.00 1064 0.00 0.00 Fput_text_property
0.00 1.08 0.00 1064 0.00 0.00 Fwindow_parameter
0.00 1.08 0.00 1064 0.00 0.00 modify_text_properties
0.00 1.08 0.00 1064 0.00 0.01 update_window
0.00 1.08 0.00 1062 0.00 0.00 save_restriction_restore
0.00 1.08 0.00 1062 0.00 0.00 save_restriction_save
0.00 1.08 0.00 1057 0.00 0.00 Fwindow_live_p
0.00 1.08 0.00 1056 0.00 0.00 Fframe_char_width
0.00 1.08 0.00 1054 0.00 0.00 copy_font_spec
0.00 1.08 0.00 1052 0.00 0.00 XTredeem_scroll_bar
0.00 1.08 0.00 1052 0.00 0.00 XTset_vertical_scroll_bar
0.00 1.08 0.00 1052 0.00 0.01 redisplay_window
0.00 1.08 0.00 1052 0.00 0.00 set_vertical_scroll_bar
0.00 1.08 0.00 1052 0.00 0.00 xg_set_toolkit_scroll_bar_thumb
0.00 1.08 0.00 1051 0.00 0.00 Ffont_get
0.00 1.08 0.00 1049 0.00 0.00 sub_char_table_set_range
0.00 1.08 0.00 1048 0.00 0.00 Fsubrp
0.00 1.08 0.00 1046 0.00 0.00 Frun_hook_with_args_until_success
0.00 1.08 0.00 1046 0.00 0.00 apply1
0.00 1.08 0.00 1045 0.00 0.00 merge_face_ref
0.00 1.08 0.00 1044 0.00 0.00 redisplay_window_1
0.00 1.08 0.00 1044 0.00 0.00 unwind_set_match_data
0.00 1.08 0.00 1043 0.00 0.00 merge_named_face
0.00 1.08 0.00 1041 0.00 0.00 clear_window_matrices
0.00 1.08 0.00 1041 0.00 0.00 mark_window_display_accurate_1
0.00 1.08 0.00 1041 0.00 0.00 record_unwind_save_match_data
0.00 1.08 0.00 1041 0.00 0.00 region_cache_forward
0.00 1.08 0.00 1035 0.00 0.00 set_window_update_flags
0.00 1.08 0.00 1035 0.00 0.00 unrequest_sigio
0.00 1.08 0.00 1035 0.00 0.00 update_overlay_arrows
0.00 1.08 0.00 1034 0.00 0.00 Foverlayp
0.00 1.08 0.00 1034 0.00 0.00 XTframe_up_to_date
0.00 1.08 0.00 1034 0.00 0.00 bidi_mirror_char
0.00 1.08 0.00 1034 0.00 0.00 decode_mode_spec_coding
0.00 1.08 0.00 1034 0.00 0.00 display_mode_line
0.00 1.08 0.00 1034 0.00 0.00 display_mode_lines
0.00 1.08 0.00 1034 0.00 0.00 pint2str
0.00 1.08 0.00 1034 0.00 0.00 pop_kboard
0.00 1.08 0.00 1034 0.00 0.00 push_kboard
0.00 1.08 0.00 1033 0.00 0.01 update_frame
0.00 1.08 0.00 1033 0.00 0.00 update_window_tree
0.00 1.08 0.00 1032 0.00 0.00 clear_desired_matrices
0.00 1.08 0.00 1032 0.00 0.00 request_sigio
0.00 1.08 0.00 1032 0.00 0.00 start_polling
0.00 1.08 0.00 1032 0.00 0.00 stop_polling
0.00 1.08 0.00 1031 0.00 0.00 hscroll_window_tree
0.00 1.08 0.00 1031 0.00 0.00 hscroll_windows
0.00 1.08 0.00 1031 0.00 0.35 redisplay_internal
0.00 1.08 0.00 1031 0.00 0.00 unwind_redisplay
0.00 1.08 0.00 1030 0.00 0.00 coding_set_source
0.00 1.08 0.00 1030 0.00 0.00 setup_coding_system
0.00 1.08 0.00 1030 0.00 0.00 xic_set_preeditarea
0.00 1.08 0.00 1027 0.00 0.00 get_translation_table
0.00 1.08 0.00 1025 0.00 0.00 code_conversion_restore
0.00 1.08 0.00 1025 0.00 0.00 code_conversion_save
0.00 1.08 0.00 1024 0.00 0.00 code_convert_string
0.00 1.08 0.00 1022 0.00 0.00 event_to_kboard
0.00 1.08 0.00 1022 0.00 0.00 kbd_buffer_nr_stored
0.00 1.08 0.00 1022 0.00 0.00 kbd_buffer_store_buffered_event
0.00 1.08 0.00 1022 0.00 0.00 kbd_on_hold_p
0.00 1.08 0.00 1022 0.00 0.00 record_unwind_protect_ptr
0.00 1.08 0.00 1022 0.00 0.00 redisplay
0.00 1.08 0.00 1020 0.00 0.00 Fwindow_fringes
0.00 1.08 0.00 1020 0.00 0.00 Fwindow_header_line_height
0.00 1.08 0.00 1020 0.00 0.00 Fwindow_margins
0.00 1.08 0.00 1019 0.00 0.00 Fwindow_pixel_width
0.00 1.08 0.00 1019 0.00 0.03 top_level_1
0.00 1.08 0.00 1019 0.00 0.14 wait_reading_process_output
0.00 1.08 0.00 1019 0.00 0.00 wait_reading_process_output_unwind
0.00 1.08 0.00 1018 0.00 0.00 Fx_hide_tip
0.00 1.08 0.00 1018 0.00 0.00 record_char
0.00 1.08 0.00 1017 0.00 0.00 Farrayp
0.00 1.08 0.00 1017 0.00 0.00 Ffuncall_interactively
0.00 1.08 0.00 1017 0.00 0.00 Finteractive_form
0.00 1.08 0.00 1017 0.00 0.00 temporarily_switch_to_single_kboard
0.00 1.08 0.00 1016 0.00 0.00 restore_kboard_configuration
0.00 1.08 0.00 1015 0.00 0.00 decode_live_window
0.00 1.08 0.00 1015 0.00 0.00 echo_keystrokes_p
0.00 1.08 0.00 1015 0.00 0.00 move_it_in_display_line
0.00 1.08 0.00 1015 0.00 0.56 read_char
0.00 1.08 0.00 1015 0.00 0.21 read_key_sequence.constprop.44
0.00 1.08 0.00 1015 0.00 0.14 sit_for
0.00 1.08 0.00 1014 0.00 0.00 Fabs
0.00 1.08 0.00 1014 0.00 0.00 Fset_window_vscroll
0.00 1.08 0.00 1014 0.00 0.00 Fvertical_motion
0.00 1.08 0.00 1014 0.00 0.00 add_command_key
0.00 1.08 0.00 1014 0.00 0.00 add_timer_wait_descriptor
0.00 1.08 0.00 1014 0.00 0.00 cancel_atimer
0.00 1.08 0.00 1014 0.00 0.00 follow_key
0.00 1.08 0.00 1014 0.00 0.00 make_lispy_event
0.00 1.08 0.00 1014 0.00 0.00 modify_event_symbol
0.00 1.08 0.00 1014 0.00 0.00 schedule_atimer
0.00 1.08 0.00 1014 0.00 0.00 set_alarm
0.00 1.08 0.00 1014 0.00 0.00 start_atimer
0.00 1.08 0.00 1014 0.00 0.00 start_hourglass
0.00 1.08 0.00 1014 0.00 0.00 store_kbd_macro_char
0.00 1.08 0.00 1014 0.00 0.03 test_undefined
0.00 1.08 0.00 1014 0.00 0.00 x_x_to_emacs_modifiers
0.00 1.08 0.00 1011 0.00 0.00 Fwindow_pixel_height
0.00 1.08 0.00 1007 0.00 0.00 erase_phys_cursor
0.00 1.08 0.00 1007 0.00 0.00 make_interval
0.00 1.08 0.00 1001 0.00 0.00 graft_intervals_into_buffer
0.00 1.08 0.00 1001 0.00 0.00 insert_from_string
0.00 1.08 0.00 1001 0.00 0.00 insert_from_string_1
0.00 1.08 0.00 1000 0.00 0.00 Fborder_width
0.00 1.08 0.00 1000 0.00 0.00 Fline_pixel_height
0.00 1.08 0.00 1000 0.00 0.00 Fwindow_body_height
0.00 1.08 0.00 1000 0.00 0.00 Fwindow_body_width
0.00 1.08 0.00 1000 0.00 0.00 Fwindow_start
0.00 1.08 0.00 1000 0.00 0.00 prepare_record
0.00 1.08 0.00 1000 0.00 0.00 reset_var_on_error
0.00 1.08 0.00 1000 0.00 0.00 set_properties
0.00 1.08 0.00 1000 0.00 0.00 set_text_properties_1
0.00 1.08 0.00 1000 0.00 0.00 window_body_width
0.00 1.08 0.00 999 0.00 0.00 split_interval_right
0.00 1.08 0.00 981 0.00 0.00 re_set_registers
0.00 1.08 0.00 961 0.00 0.00 remove_properties
0.00 1.08 0.00 922 0.00 0.00 lookup_rgb_color
0.00 1.08 0.00 922 0.00 0.00 xbm_image_p
0.00 1.08 0.00 891 0.00 0.00 Frassoc
0.00 1.08 0.00 891 0.00 0.00 fs_query_fontset
0.00 1.08 0.00 885 0.00 0.00 Ffont_spec
0.00 1.08 0.00 881 0.00 0.03 find_font_encoding
0.00 1.08 0.00 880 0.00 0.00 free_realized_fontsets
0.00 1.08 0.00 879 0.00 0.05 Fset_fontset_font
0.00 1.08 0.00 879 0.00 0.00 check_fontset_name
0.00 1.08 0.00 878 0.00 0.00 concat3
0.00 1.08 0.00 835 0.00 0.00 font_unparse_xlfd
0.00 1.08 0.00 816 0.00 0.00 Ffont_xlfd_name
0.00 1.08 0.00 801 0.00 0.00 Fcompare_strings
0.00 1.08 0.00 775 0.00 0.00 Fmake_local_variable
0.00 1.08 0.00 751 0.00 0.00 adjust_markers_for_delete
0.00 1.08 0.00 751 0.00 0.00 adjust_overlays_for_delete
0.00 1.08 0.00 748 0.00 0.00 del_range_2
0.00 1.08 0.00 748 0.00 0.00 evaporate_overlays
0.00 1.08 0.00 748 0.00 0.00 record_delete
0.00 1.08 0.00 744 0.00 0.00 free_cons
0.00 1.08 0.00 737 0.00 0.00 Fbuffer_live_p
0.00 1.08 0.00 736 0.00 0.00 del_range
0.00 1.08 0.00 736 0.00 0.00 del_range_1
0.00 1.08 0.00 725 0.00 0.00 insert_from_gap
0.00 1.08 0.00 725 0.00 0.00 make_buffer_string_both
0.00 1.08 0.00 725 0.00 0.00 update_buffer_properties
0.00 1.08 0.00 724 0.00 0.00 decode_coding
0.00 1.08 0.00 724 0.00 0.00 produce_chars
0.00 1.08 0.00 722 0.00 0.00 Fbuffer_string
0.00 1.08 0.00 722 0.00 0.00 Ferase_buffer
0.00 1.08 0.00 722 0.00 0.00 decode_coding_object
0.00 1.08 0.00 722 0.00 0.00 decode_coding_utf_8
0.00 1.08 0.00 694 0.00 0.00 xg_item_label_same_p
0.00 1.08 0.00 692 0.00 0.00 search_buffer
0.00 1.08 0.00 692 0.00 0.00 search_command
0.00 1.08 0.00 686 0.00 0.00 font_parse_family_registry
0.00 1.08 0.00 672 0.00 0.00 Fre_search_forward
0.00 1.08 0.00 664 0.00 0.00 decode_file_name
0.00 1.08 0.00 640 0.00 0.00 char_table_set
0.00 1.08 0.00 634 0.00 0.06 Fparse_partial_sexp
0.00 1.08 0.00 597 0.00 0.00 ftfont_lookup_cache
0.00 1.08 0.00 590 0.00 0.00 text_quoting_style
0.00 1.08 0.00 588 0.00 0.00 Fsubstitute_command_keys
0.00 1.08 0.00 569 0.00 0.00 font_make_entity
0.00 1.08 0.00 569 0.00 0.00 ftfont_pattern_entity
0.00 1.08 0.00 567 0.00 0.00 Fstring_lessp
0.00 1.08 0.00 557 0.00 0.00 Fconcat
0.00 1.08 0.00 556 0.00 0.00 read_hex
0.00 1.08 0.00 551 0.00 0.00 make_save_ptr_int
0.00 1.08 0.00 549 0.00 0.00 read0
0.00 1.08 0.00 545 0.00 0.00 Fautoload_do_load
0.00 1.08 0.00 545 0.00 0.00 Fmake_symbol
0.00 1.08 0.00 543 0.00 0.00 Fmacroexpand
0.00 1.08 0.00 539 0.00 0.00 intern_sym
0.00 1.08 0.00 539 0.00 0.00 read_list
0.00 1.08 0.00 531 0.00 0.00 know_region_cache
0.00 1.08 0.00 524 0.00 0.00 xg_update_menubar
0.00 1.08 0.00 519 0.00 0.00 Fline_end_position
0.00 1.08 0.00 519 0.00 0.00 find_before_next_newline
0.00 1.08 0.00 518 0.00 0.00 Fforward_line
0.00 1.08 0.00 516 0.00 0.00 Fskip_syntax_forward
0.00 1.08 0.00 516 0.00 0.00 skip_syntaxes
0.00 1.08 0.00 513 0.00 0.00 Flss
0.00 1.08 0.00 513 0.00 0.00 arithcompare_driver
0.00 1.08 0.00 500 0.00 0.00 Fadd1
0.00 1.08 0.00 500 0.00 0.00 Finsert
0.00 1.08 0.00 500 0.00 0.00 Fsetq
0.00 1.08 0.00 500 0.00 0.00 general_insert_function
0.00 1.08 0.00 492 0.00 0.00 set_marker_both
0.00 1.08 0.00 484 0.00 0.00 read_dirent
0.00 1.08 0.00 464 0.00 0.00 balance_intervals_internal
0.00 1.08 0.00 464 0.00 0.00 mark_overlay
0.00 1.08 0.00 464 0.00 0.00 traverse_intervals_noorder
0.00 1.08 0.00 440 0.00 0.00 Fsuspicious_object
0.00 1.08 0.00 438 0.00 0.00 Fsingle_key_description
0.00 1.08 0.00 434 0.00 0.00 push_key_description
0.00 1.08 0.00 378 0.00 0.00 Fstring_match
0.00 1.08 0.00 378 0.00 0.00 string_match_1
0.00 1.08 0.00 373 0.00 0.00 Fkeymapp
0.00 1.08 0.00 356 0.00 0.00 sweep_weak_table
0.00 1.08 0.00 328 0.00 0.02 Fexpand_file_name
0.00 1.08 0.00 319 0.00 0.00 xnrealloc
0.00 1.08 0.00 307 0.00 0.00 encode_file_name
0.00 1.08 0.00 302 0.00 0.00 alloc_destination
0.00 1.08 0.00 301 0.00 0.00 consume_chars
0.00 1.08 0.00 301 0.00 0.00 encode_coding
0.00 1.08 0.00 301 0.00 0.00 encode_coding_object
0.00 1.08 0.00 301 0.00 0.00 encode_coding_utf_8
0.00 1.08 0.00 299 0.00 0.00 chars_in_text
0.00 1.08 0.00 292 0.00 0.00 fset_redisplay
0.00 1.08 0.00 284 0.00 0.00 eval_dyn
0.00 1.08 0.00 284 0.00 0.00 menu_item_eval_property
0.00 1.08 0.00 266 0.00 0.00 insert_char
0.00 1.08 0.00 263 0.00 0.00 shadow_lookup
0.00 1.08 0.00 246 0.00 0.00 Fsubstring
0.00 1.08 0.00 241 0.00 0.00 concat2
0.00 1.08 0.00 237 0.00 0.00 Fwindow_valid_p
0.00 1.08 0.00 233 0.00 0.00 Ffontp
0.00 1.08 0.00 224 0.00 0.00 preferred_sequence_p
0.00 1.08 0.00 223 0.00 0.00 Fand
0.00 1.08 0.00 216 0.00 0.00 code_convert_string_norecord
0.00 1.08 0.00 215 0.00 0.00 Fsafe_length
0.00 1.08 0.00 215 0.00 0.00 map_char_table
0.00 1.08 0.00 213 0.00 0.00 list4
0.00 1.08 0.00 210 0.00 0.00 set_marker_restricted_both
0.00 1.08 0.00 208 0.00 0.00 Fdefault_boundp
0.00 1.08 0.00 208 0.00 0.00 mark_buffer
0.00 1.08 0.00 206 0.00 0.00 Fkey_description
0.00 1.08 0.00 206 0.00 0.00 adjust_window_count
0.00 1.08 0.00 204 0.00 0.00 font_prop_validate_symbol
0.00 1.08 0.00 195 0.00 0.00 make_multibyte_string
0.00 1.08 0.00 194 0.00 0.00 getenv_internal
0.00 1.08 0.00 194 0.00 0.00 getenv_internal_1
0.00 1.08 0.00 191 0.00 0.00 row_equal_p.constprop.18
0.00 1.08 0.00 188 0.00 0.00 intern_driver
0.00 1.08 0.00 183 0.00 0.00 Fread
0.00 1.08 0.00 183 0.00 0.00 egetenv_internal
0.00 1.08 0.00 183 0.00 0.00 read_internal_start
0.00 1.08 0.00 183 0.00 0.00 store_mode_line_noprop
0.00 1.08 0.00 177 0.00 0.00 safe_call
0.00 1.08 0.00 174 0.00 0.00 emacs_open
0.00 1.08 0.00 171 0.00 0.00 Fnext_read_file_uses_dialog_p
0.00 1.08 0.00 170 0.00 0.00 make_sub_char_table
0.00 1.08 0.00 165 0.00 0.00 string_to_multibyte
0.00 1.08 0.00 163 0.00 0.00 compact_buffer
0.00 1.08 0.00 151 0.00 0.00 gamma_correct
0.00 1.08 0.00 151 0.00 0.00 x_alloc_nearest_color
0.00 1.08 0.00 151 0.00 0.00 x_defined_color
0.00 1.08 0.00 151 0.00 0.00 xg_check_special_colors
0.00 1.08 0.00 150 0.00 0.00 syntax_multibyte
0.00 1.08 0.00 147 0.00 0.00 Fappend
0.00 1.08 0.00 147 0.00 0.00 insert_1_both
0.00 1.08 0.00 139 0.00 0.00 Fsymbol_function
0.00 1.08 0.00 137 0.00 0.00 Fdefvar
0.00 1.08 0.00 136 0.00 0.00 readevalloop_eager_expand_eval
0.00 1.08 0.00 135 0.00 0.00 select_window
0.00 1.08 0.00 133 0.00 0.00 defined_color
0.00 1.08 0.00 133 0.00 0.00 load_color2
0.00 1.08 0.00 132 0.00 0.00 make_float
0.00 1.08 0.00 130 0.00 0.00 Fselect_window
0.00 1.08 0.00 129 0.00 0.00 Fkeymap_prompt
0.00 1.08 0.00 128 0.00 0.00 add_row_entry
0.00 1.08 0.00 127 0.00 0.00 Fset_syntax_table
0.00 1.08 0.00 127 0.00 0.00 check_syntax_table
0.00 1.08 0.00 127 0.00 0.00 check_x_display_info
0.00 1.08 0.00 127 0.00 0.00 mark_face_cache
0.00 1.08 0.00 123 0.00 0.00 copy_text_properties
0.00 1.08 0.00 122 0.00 0.00 Fsyntax_table
0.00 1.08 0.00 119 0.00 0.00 Ffile_name_absolute_p
0.00 1.08 0.00 119 0.00 0.00 decode_window_system_frame
0.00 1.08 0.00 118 0.00 0.00 Fmake_sparse_keymap
0.00 1.08 0.00 118 0.00 0.00 Ftext_property_any
0.00 1.08 0.00 116 0.00 0.00 Fmap_keymap
0.00 1.08 0.00 116 0.00 0.00 map_keymap_canonical
0.00 1.08 0.00 116 0.00 0.00 safe_call1
0.00 1.08 0.00 115 0.00 0.00 Feq
0.00 1.08 0.00 113 0.00 0.00 make_widget_for_menu_item
0.00 1.08 0.00 108 0.00 0.00 mark_discard_killed_buffers
0.00 1.08 0.00 107 0.00 0.01 set_fontset_font
0.00 1.08 0.00 107 0.00 0.00 x_free_colors
0.00 1.08 0.00 106 0.00 0.00 push_menu_pane
0.00 1.08 0.00 106 0.00 0.00 single_keymap_panes
0.00 1.08 0.00 104 0.00 0.00 ensure_echo_area_buffers
0.00 1.08 0.00 103 0.00 0.00 wset_buffer
0.00 1.08 0.00 102 0.00 0.00 Fsymbol_name
0.00 1.08 0.00 100 0.00 0.00 image_spec_value
0.00 1.08 0.00 94 0.00 0.00 normal_char_ascent_descent
0.00 1.08 0.00 93 0.00 0.00 Ffile_name_nondirectory
0.00 1.08 0.00 92 0.00 0.00 Fbuffer_name
0.00 1.08 0.00 91 0.00 0.00 clear_glyph_matrix
0.00 1.08 0.00 90 0.00 0.00 let_shadows_buffer_binding_p
0.00 1.08 0.00 90 0.00 0.00 read_vector
0.00 1.08 0.00 82 0.00 0.00 Finternal_make_lisp_face
0.00 1.08 0.00 82 0.00 0.00 cache_face
0.00 1.08 0.00 81 0.00 0.00 Fwindow_left_child
0.00 1.08 0.00 81 0.00 0.00 Fwindow_top_child
0.00 1.08 0.00 80 0.00 0.00 float_arith_driver
0.00 1.08 0.00 80 0.00 0.00 make_realized_face
0.00 1.08 0.00 80 0.00 0.01 realize_face
0.00 1.08 0.00 79 0.00 0.00 Fmake_marker
0.00 1.08 0.00 79 0.00 0.00 Fwindow_minibuffer_p
0.00 1.08 0.00 77 0.00 0.00 Fxw_display_color_p
0.00 1.08 0.00 75 0.00 0.00 Fget_buffer_create
0.00 1.08 0.00 74 0.00 0.00 font_parse_name
0.00 1.08 0.00 72 0.00 0.00 make_save_funcptr_ptr_obj
0.00 1.08 0.00 71 0.00 0.00 Fdirectory_file_name
0.00 1.08 0.00 71 0.00 0.00 message_dolog
0.00 1.08 0.00 70 0.00 0.00 Fmake_char_table
0.00 1.08 0.00 70 0.00 0.00 Fwindowp
0.00 1.08 0.00 70 0.00 0.00 match_limit
0.00 1.08 0.00 70 0.00 0.01 realize_named_face
0.00 1.08 0.00 68 0.00 0.00 make_fontset
0.00 1.08 0.00 65 0.00 0.00 Flet
0.00 1.08 0.00 65 0.00 0.00 face_color_supported_p
0.00 1.08 0.00 65 0.00 0.00 make_fontset_for_ascii_face
0.00 1.08 0.00 64 0.00 0.00 disassemble_lisp_time
0.00 1.08 0.00 63 0.00 0.00 Fregexp_quote
0.00 1.08 0.00 63 0.00 0.00 larger_vector
0.00 1.08 0.00 61 0.00 0.00 FletX
0.00 1.08 0.00 61 0.00 0.00 x_consider_frame_title
0.00 1.08 0.00 61 0.00 0.00 x_top_window_to_frame
0.00 1.08 0.00 60 0.00 0.00 update_frame_tool_bar
0.00 1.08 0.00 60 0.00 0.00 update_window_cursor
0.00 1.08 0.00 60 0.00 0.00 x_draw_vertical_border
0.00 1.08 0.00 60 0.00 0.00 xg_gtk_scroll_destroy
0.00 1.08 0.00 59 0.00 0.00 Fdecode_coding_string
0.00 1.08 0.00 59 0.00 0.00 Frun_hook_wrapped
0.00 1.08 0.00 59 0.00 0.00 Ftool_bar_get_system_style
0.00 1.08 0.00 59 0.00 0.00 run_hook_wrapped_funcall
0.00 1.08 0.00 58 0.00 0.00 gap_left
0.00 1.08 0.00 58 0.00 0.00 mapcar1
0.00 1.08 0.00 57 0.00 0.00 Fmapcar
0.00 1.08 0.00 57 0.00 0.00 Fnull
0.00 1.08 0.00 56 0.00 0.00 clear_mouse_face
0.00 1.08 0.00 56 0.00 0.00 run_window_scroll_functions
0.00 1.08 0.00 56 0.00 0.00 setup_echo_area_for_printing
0.00 1.08 0.00 55 0.00 0.00 file_directory_p
0.00 1.08 0.00 54 0.00 0.00 get_frame_param
0.00 1.08 0.00 54 0.00 0.00 in_ellipses_for_invisible_text_p
0.00 1.08 0.00 54 0.00 0.00 lisp_time_struct
0.00 1.08 0.00 54 0.00 0.00 rotate_matrix
0.00 1.08 0.00 54 0.00 0.01 try_window_reusing_current_matrix
0.00 1.08 0.00 54 0.00 0.00 x_clear_cursor
0.00 1.08 0.00 54 0.00 0.00 x_clear_window_mouse_face
0.00 1.08 0.00 54 0.00 0.00 x_scroll_run
0.00 1.08 0.00 53 0.00 0.00 Fstringp
0.00 1.08 0.00 52 0.00 0.00 Ffile_name_as_directory
0.00 1.08 0.00 52 0.00 0.00 check_window_containing
0.00 1.08 0.00 52 0.00 0.00 coordinates_in_window
0.00 1.08 0.00 52 0.00 0.00 store_frame_param
0.00 1.08 0.00 52 0.00 0.00 x_sync
0.00 1.08 0.00 51 0.00 0.00 x_get_arg
0.00 1.08 0.00 50 0.00 0.00 Fcurrent_window_configuration
0.00 1.08 0.00 50 0.00 0.00 Fmatch_beginning
0.00 1.08 0.00 50 0.00 0.00 char_quoted
0.00 1.08 0.00 50 0.00 0.00 resize_mini_window
0.00 1.08 0.00 50 0.00 0.00 validate_x_resource_name
0.00 1.08 0.00 50 0.00 0.00 x_get_string_resource
0.00 1.08 0.00 49 0.00 0.00 foreach_window_1
0.00 1.08 0.00 49 0.00 0.00 x_destroy_bitmap
0.00 1.08 0.00 49 0.00 0.00 xrdb_get_resource
0.00 1.08 0.00 48 0.00 0.00 enlarge_buffer_text
0.00 1.08 0.00 48 0.00 0.00 free_face_fontset
0.00 1.08 0.00 48 0.00 0.00 make_gap
0.00 1.08 0.00 48 0.00 0.00 str_as_unibyte
0.00 1.08 0.00 48 0.00 0.00 unwind_with_echo_area_buffer
0.00 1.08 0.00 48 0.00 0.00 with_echo_area_buffer
0.00 1.08 0.00 47 0.00 0.00 Ffile_name_directory
0.00 1.08 0.00 47 0.00 0.00 input_polling_used
0.00 1.08 0.00 47 0.00 0.00 xft_settings_event
0.00 1.08 0.00 46 0.00 0.00 Ffile_directory_p
0.00 1.08 0.00 46 0.00 0.00 Fframe_root_window
0.00 1.08 0.00 46 0.00 0.00 expand_and_dir_to_file
0.00 1.08 0.00 46 0.00 0.00 menu_bar_item
0.00 1.08 0.00 45 0.00 0.01 Fassoc_string
0.00 1.08 0.00 45 0.00 0.00 window_from_coordinates
0.00 1.08 0.00 44 0.00 0.00 CHECK_CHAR_TABLE
0.00 1.08 0.00 44 0.00 0.00 current_message
0.00 1.08 0.00 42 0.00 0.02 openp
0.00 1.08 0.00 42 0.00 0.00 x_window_to_frame
0.00 1.08 0.00 41 0.00 0.00 rounding_driver
0.00 1.08 0.00 41 0.00 0.00 scan_newline
0.00 1.08 0.00 41 0.00 0.00 x_handle_property_notify
0.00 1.08 0.00 41 0.00 0.00 xg_tool_bar_help_callback
0.00 1.08 0.00 40 0.00 0.00 Fceiling
0.00 1.08 0.00 40 0.00 0.00 Frun_hooks
0.00 1.08 0.00 40 0.00 0.00 ceiling2
0.00 1.08 0.00 40 0.00 0.00 define_image_type
0.00 1.08 0.00 40 0.00 0.00 lookup_image_type
0.00 1.08 0.00 38 0.00 0.00 adjust_glyph_matrix
0.00 1.08 0.00 38 0.00 0.00 try_window
0.00 1.08 0.00 38 0.00 0.00 xstrdup
0.00 1.08 0.00 37 0.00 0.00 Fdefalias
0.00 1.08 0.00 37 0.00 0.00 Ffset
0.00 1.08 0.00 37 0.00 0.01 Fset_char_table_range
0.00 1.08 0.00 37 0.00 0.00 cmpfn_equal
0.00 1.08 0.00 37 0.00 0.00 valid_lisp_object_p
0.00 1.08 0.00 37 0.00 0.00 x_mouse_grabbed
0.00 1.08 0.00 36 0.00 0.00 Fx_display_color_cells
0.00 1.08 0.00 36 0.00 0.00 let_shadows_global_binding_p
0.00 1.08 0.00 36 0.00 0.00 make_blv
0.00 1.08 0.00 36 0.00 0.00 x_set_frame_parameters
0.00 1.08 0.00 35 0.00 0.00 Fwindow_system
0.00 1.08 0.00 33 0.00 0.00 Fforce_mode_line_update
0.00 1.08 0.00 33 0.00 0.00 frame_size_history_add
0.00 1.08 0.00 33 0.00 0.00 set_poll_suppress_count
0.00 1.08 0.00 33 0.00 0.00 unwind_to_catch
0.00 1.08 0.00 32 0.00 0.00 call3
0.00 1.08 0.00 31 0.00 0.00 display_echo_area_1
0.00 1.08 0.00 31 0.00 0.00 echo_area_display
0.00 1.08 0.00 31 0.00 0.03 map_charset_chars
0.00 1.08 0.00 30 0.00 0.00 move_gap_both
0.00 1.08 0.00 30 0.00 0.00 x_default_parameter
0.00 1.08 0.00 29 0.00 0.00 gap_right
0.00 1.08 0.00 28 0.00 0.00 Fframe_selected_window
0.00 1.08 0.00 28 0.00 0.00 Fsignal
0.00 1.08 0.00 28 0.00 0.00 clear_message
0.00 1.08 0.00 28 0.00 0.00 ftfont_get_fc_charset
0.00 1.08 0.00 28 0.00 0.00 strout
0.00 1.08 0.00 27 0.00 0.00 Ffile_symlink_p
0.00 1.08 0.00 27 0.00 0.00 Fselected_frame
0.00 1.08 0.00 27 0.00 0.00 call4
0.00 1.08 0.00 27 0.00 0.00 font_prop_validate_otf
0.00 1.08 0.00 27 0.00 0.00 font_score
0.00 1.08 0.00 27 0.00 0.00 mark_image_cache
0.00 1.08 0.00 27 0.00 0.00 pop_message_unwind
0.00 1.08 0.00 27 0.00 0.00 push_message
0.00 1.08 0.00 26 0.00 0.00 Fload
0.00 1.08 0.00 26 0.00 0.00 Fsubstitute_in_file_name
0.00 1.08 0.00 26 0.00 0.00 del_range_both
0.00 1.08 0.00 26 0.00 0.02 note_mouse_movement
0.00 1.08 0.00 26 0.00 0.00 search_embedded_absfilename
0.00 1.08 0.00 25 0.00 0.00 bset_update_mode_line
0.00 1.08 0.00 25 0.00 0.00 note_mouse_highlight
0.00 1.08 0.00 25 0.00 0.00 re_wctype
0.00 1.08 0.00 25 0.00 0.00 xpalloc
0.00 1.08 0.00 24 0.00 0.84 Fgarbage_collect
0.00 1.08 0.00 24 0.00 0.00 mark_fringe_data
0.00 1.08 0.00 24 0.00 0.00 mark_kboards
0.00 1.08 0.00 24 0.00 0.00 mark_specpdl
0.00 1.08 0.00 24 0.00 0.00 relocate_byte_stack
0.00 1.08 0.00 24 0.00 0.00 shrink_regexp_cache
0.00 1.08 0.00 24 0.00 0.00 sweep_floats
0.00 1.08 0.00 24 0.00 0.00 sweep_intervals
0.00 1.08 0.00 24 0.00 0.00 sweep_misc
0.00 1.08 0.00 24 0.00 0.00 sweep_symbols
0.00 1.08 0.00 24 0.00 0.00 sweep_vectors
0.00 1.08 0.00 24 0.00 0.00 sweep_weak_hash_tables
0.00 1.08 0.00 24 0.00 0.00 total_bytes_of_live_objects
0.00 1.08 0.00 24 0.00 0.00 xfont_get_cache
0.00 1.08 0.00 24 0.00 0.00 xg_mark_data
0.00 1.08 0.00 23 0.00 0.00 Faccessible_keymaps
0.00 1.08 0.00 23 0.00 0.00 assoc_no_quit
0.00 1.08 0.00 22 0.00 0.00 Fframe_visible_p
0.00 1.08 0.00 22 0.00 0.00 Finternal_get_lisp_face_attribute
0.00 1.08 0.00 22 0.00 0.00 Fminibuffer_window
0.00 1.08 0.00 22 0.00 0.00 Fwindow_next_sibling
0.00 1.08 0.00 22 0.00 0.00 careadlinkat
0.00 1.08 0.00 22 0.00 0.00 emacs_readlinkat
0.00 1.08 0.00 22 0.00 0.00 store_in_keymap
0.00 1.08 0.00 21 0.00 0.00 Fdefine_key
0.00 1.08 0.00 21 0.00 0.00 bidi_fetch_char_skip_isolates
0.00 1.08 0.00 21 0.00 0.00 decode_live_terminal
0.00 1.08 0.00 21 0.00 0.00 find_first_strong_char
0.00 1.08 0.00 21 0.00 0.00 ftfont_has_char
0.00 1.08 0.00 21 0.00 0.00 x_define_frame_cursor
0.00 1.08 0.00 20 0.00 0.00 Ffunction
0.00 1.08 0.00 20 0.00 0.00 Fmatch_end
0.00 1.08 0.00 20 0.00 0.00 Fsearch_forward
0.00 1.08 0.00 20 0.00 0.00 Fwindow_bottom_divider_width
0.00 1.08 0.00 20 0.00 0.00 Fwindow_mode_line_height
0.00 1.08 0.00 20 0.00 0.00 Fwindow_right_divider_width
0.00 1.08 0.00 20 0.00 0.00 Fwindow_scroll_bar_height
0.00 1.08 0.00 20 0.00 0.00 Fwindow_scroll_bar_width
0.00 1.08 0.00 20 0.00 0.00 boyer_moore
0.00 1.08 0.00 20 0.00 0.00 four_corners_best
0.00 1.08 0.00 20 0.00 0.00 parse_image_spec
0.00 1.08 0.00 20 0.00 0.00 required_matrix_height
0.00 1.08 0.00 20 0.00 0.00 required_matrix_width
0.00 1.08 0.00 20 0.00 0.00 truncate_undo_list
0.00 1.08 0.00 20 0.00 0.00 valid_image_p
0.00 1.08 0.00 20 0.00 0.00 x_catch_errors_with_handler
0.00 1.08 0.00 20 0.00 0.00 xpm_image_p
0.00 1.08 0.00 19 0.00 0.00 define_frame_cursor1
0.00 1.08 0.00 19 0.00 0.00 remember_mouse_glyph
0.00 1.08 0.00 19 0.00 0.00 x_had_errors_p
0.00 1.08 0.00 19 0.00 0.00 x_query_colors
0.00 1.08 0.00 19 0.00 0.00 x_uncatch_errors
0.00 1.08 0.00 19 0.00 0.00 xg_event_is_for_scrollbar
0.00 1.08 0.00 18 0.00 0.00 Factive_minibuffer_window
0.00 1.08 0.00 18 0.00 0.00 Fcdr_safe
0.00 1.08 0.00 18 0.00 0.00 Ftime_add
0.00 1.08 0.00 18 0.00 0.00 Fupcase_initials
0.00 1.08 0.00 18 0.00 0.00 Fwindow_parent
0.00 1.08 0.00 18 0.00 0.00 extract_dimension
0.00 1.08 0.00 18 0.00 0.00 font_parse_xlfd
0.00 1.08 0.00 18 0.00 0.00 sanitize_window_sizes
0.00 1.08 0.00 18 0.00 0.00 time_add
0.00 1.08 0.00 18 0.00 0.00 time_arith
0.00 1.08 0.00 18 0.00 0.00 window_box_right_offset
0.00 1.08 0.00 17 0.00 0.00 Fcurrent_message
0.00 1.08 0.00 17 0.00 0.00 Fprefix_numeric_value
0.00 1.08 0.00 17 0.00 0.00 cons_to_signed
0.00 1.08 0.00 17 0.00 0.00 window_relative_x_coord
0.00 1.08 0.00 16 0.00 0.00 Fcoding_system_base
0.00 1.08 0.00 16 0.00 0.00 Ffile_readable_p
0.00 1.08 0.00 16 0.00 0.00 clear_image_cache
0.00 1.08 0.00 16 0.00 0.00 clear_image_caches
0.00 1.08 0.00 16 0.00 0.00 default_toplevel_binding
0.00 1.08 0.00 16 0.00 0.00 dtotimespec
0.00 1.08 0.00 16 0.00 0.03 internal_condition_case
0.00 1.08 0.00 16 0.00 0.00 lisp_string_width
0.00 1.08 0.00 16 0.00 0.00 make_string_from_bytes
0.00 1.08 0.00 16 0.00 0.00 xnmalloc
0.00 1.08 0.00 15 0.00 0.00 Fbuffer_file_name
0.00 1.08 0.00 15 0.00 0.00 Fbuffer_list
0.00 1.08 0.00 15 0.00 11.10 command_loop_1
0.00 1.08 0.00 15 0.00 0.03 resize_echo_area_exactly
0.00 1.08 0.00 15 0.00 0.00 resize_mini_window_1
0.00 1.08 0.00 14 0.00 0.00 Fcommand_error_default_function
0.00 1.08 0.00 14 0.00 0.00 Fdiscard_input
0.00 1.08 0.00 14 0.00 0.00 Fmultibyte_string_p
0.00 1.08 0.00 14 0.00 0.00 Fprinc
0.00 1.08 0.00 14 0.00 0.00 bitch_at_user
0.00 1.08 0.00 14 0.00 0.03 cmd_error
0.00 1.08 0.00 14 0.00 0.03 cmd_error_internal
0.00 1.08 0.00 14 0.00 0.00 decode_any_window
0.00 1.08 0.00 14 0.00 0.00 discard_tty_input
0.00 1.08 0.00 14 0.00 0.01 font_registry_charsets
0.00 1.08 0.00 14 0.00 0.00 magic_db
0.00 1.08 0.00 14 0.00 0.00 message_log_maybe_newline
0.00 1.08 0.00 14 0.00 0.00 print
0.00 1.08 0.00 14 0.00 0.00 print_c_string
0.00 1.08 0.00 14 0.00 0.00 print_error_message
0.00 1.08 0.00 14 0.00 0.00 print_object
0.00 1.08 0.00 14 0.00 0.00 print_string
0.00 1.08 0.00 14 0.00 0.00 ring_bell
0.00 1.08 0.00 14 0.00 0.00 safe_eval_handler
0.00 1.08 0.00 14 0.00 0.00 write_string_1
0.00 1.08 0.00 14 0.00 0.00 x_catch_errors
0.00 1.08 0.00 13 0.00 0.00 Fx_get_resource
0.00 1.08 0.00 13 0.00 0.00 check_window_system
0.00 1.08 0.00 13 0.00 0.00 digest_single_submenu
0.00 1.08 0.00 13 0.00 0.00 make_lisp_time
0.00 1.08 0.00 13 0.00 0.00 parse_single_submenu
0.00 1.08 0.00 13 0.00 0.00 update_submenu_strings
0.00 1.08 0.00 13 0.00 0.00 xfont_encode_coding_xlfd
0.00 1.08 0.00 13 0.00 0.02 xfont_list_pattern
0.00 1.08 0.00 12 0.00 0.00 Fcond
0.00 1.08 0.00 12 0.00 0.00 For
0.00 1.08 0.00 12 0.00 0.00 font_prepare_for_face
0.00 1.08 0.00 12 0.00 0.00 read_file_name
0.00 1.08 0.00 12 0.00 0.00 x_decode_color
0.00 1.08 0.00 12 0.00 0.00 x_detect_focus_change
0.00 1.08 0.00 12 0.00 0.00 x_find_image_fd
0.00 1.08 0.00 12 0.00 0.00 xftfont_prepare_face
0.00 1.08 0.00 12 0.00 0.00 xg_get_gdk_scale
0.00 1.08 0.00 11 0.00 0.00 Fcoding_system_plist
0.00 1.08 0.00 11 0.00 0.00 Fcurrent_global_map
0.00 1.08 0.00 11 0.00 0.00 Fgetenv_internal
0.00 1.08 0.00 11 0.00 0.00 adjust_frame_glyphs
0.00 1.08 0.00 11 0.00 0.06 font_list_entities
0.00 1.08 0.00 11 0.00 0.00 font_sort_entities
0.00 1.08 0.00 11 0.00 0.00 fontset_pattern_regexp
0.00 1.08 0.00 11 0.00 0.02 xfont_list
0.00 1.08 0.00 10 0.00 0.00 Fcoding_system_p
0.00 1.08 0.00 10 0.00 0.00 Fdelete
0.00 1.08 0.00 10 0.00 0.00 Ffeaturep
0.00 1.08 0.00 10 0.00 0.00 Ffloat_time
0.00 1.08 0.00 10 0.00 0.00 Fframe_list
0.00 1.08 0.00 10 0.00 0.00 Fimage_mask_p
0.00 1.08 0.00 10 0.00 0.00 Finit_image_library
0.00 1.08 0.00 10 0.00 0.00 Flocal_variable_if_set_p
0.00 1.08 0.00 10 0.00 0.00 adjust_frame_size
0.00 1.08 0.00 10 0.00 0.00 build_style_table
0.00 1.08 0.00 10 0.00 0.00 colors_in_color_table
0.00 1.08 0.00 10 0.00 0.00 file_for_image
0.00 1.08 0.00 10 0.00 0.00 find_icon_from_name
0.00 1.08 0.00 10 0.00 0.00 free_color_table
0.00 1.08 0.00 10 0.00 0.00 free_glyph_matrix
0.00 1.08 0.00 10 0.00 0.00 image_background
0.00 1.08 0.00 10 0.00 0.00 image_background_transparent
0.00 1.08 0.00 10 0.00 0.00 lookup_image
0.00 1.08 0.00 10 0.00 0.00 my_log_handler
0.00 1.08 0.00 10 0.00 0.00 reset_buffer_local_variables
0.00 1.08 0.00 10 0.00 0.00 search_image_cache
0.00 1.08 0.00 10 0.00 0.00 set_marker_restricted
0.00 1.08 0.00 10 0.00 0.00 sxhash
0.00 1.08 0.00 10 0.00 0.00 x_build_heuristic_mask
0.00 1.08 0.00 10 0.00 0.00 x_flush
0.00 1.08 0.00 10 0.00 0.00 xpm_free_color_cache
0.00 1.08 0.00 10 0.00 0.00 xpm_load
0.00 1.08 0.00 9 0.00 0.00 Finternal_show_cursor
0.00 1.08 0.00 9 0.00 0.00 Fquo
0.00 1.08 0.00 9 0.00 0.00 Fterminal_parameter
0.00 1.08 0.00 9 0.00 0.00 Ftime_less_p
0.00 1.08 0.00 9 0.00 0.00 cancel_mouse_face
0.00 1.08 0.00 9 0.00 0.00 clear_current_matrices
0.00 1.08 0.00 9 0.00 0.00 create_menus
0.00 1.08 0.00 9 0.00 0.00 emacs_read
0.00 1.08 0.00 9 0.00 0.09 font_find_for_lface
0.00 1.08 0.00 9 0.00 0.00 font_open_entity
0.00 1.08 0.00 9 0.00 0.00 font_open_for_lface
0.00 1.08 0.00 9 0.00 0.00 font_rescale_ratio
0.00 1.08 0.00 9 0.00 0.00 get_current_wm_state
0.00 1.08 0.00 9 0.00 0.35 redisplay_preserve_echo_area
0.00 1.08 0.00 9 0.00 0.01 styled_format
0.00 1.08 0.00 9 0.00 0.00 xftfont_add_rendering_parameters
0.00 1.08 0.00 9 0.00 0.00 xg_update_submenu
0.00 1.08 0.00 8 0.00 0.00 Fcar_safe
0.00 1.08 0.00 8 0.00 0.00 Fformat
0.00 1.08 0.00 8 0.00 0.00 add_window_to_list
0.00 1.08 0.00 8 0.00 0.00 allocate_matrices_for_window_redisplay
0.00 1.08 0.00 8 0.00 0.00 clear_face_cache
0.00 1.08 0.00 8 0.00 0.00 do_switch_frame
0.00 1.08 0.00 8 0.00 0.00 emacs_fixed_get_type
0.00 1.08 0.00 8 0.00 0.00 frame_inhibit_resize
0.00 1.08 0.00 8 0.00 0.00 get_font_ascent_descent
0.00 1.08 0.00 8 0.00 0.00 keymap_parent
0.00 1.08 0.00 8 0.00 0.00 redisplay_window_0
0.00 1.08 0.00 8 0.00 0.00 suffix_p
0.00 1.08 0.00 8 0.00 0.00 wset_redisplay
0.00 1.08 0.00 8 0.00 0.00 x_display_info_for_display
0.00 1.08 0.00 8 0.00 0.00 x_set_frame_alpha
0.00 1.08 0.00 7 0.00 0.00 Fcurrent_time
0.00 1.08 0.00 7 0.00 0.00 Fframe_terminal
0.00 1.08 0.00 7 0.00 0.00 Fwindow_list_1
0.00 1.08 0.00 7 0.00 0.00 clear_unwind_protect
0.00 1.08 0.00 7 0.00 0.00 do_nothing
0.00 1.08 0.00 7 0.00 0.00 dupstring
0.00 1.08 0.00 7 0.00 0.00 fast_c_string_match_ignore_case
0.00 1.08 0.00 7 0.00 0.00 font_build_object
0.00 1.08 0.00 7 0.00 0.00 font_make_object
0.00 1.08 0.00 7 0.00 0.00 font_match_p
0.00 1.08 0.00 7 0.00 0.00 string_make_unibyte
0.00 1.08 0.00 7 0.00 0.00 unload_color
0.00 1.08 0.00 7 0.00 0.00 xftfont_open
0.00 1.08 0.00 6 0.00 0.00 Fbuffer_base_buffer
0.00 1.08 0.00 6 0.00 0.00 Fevent_convert_list
0.00 1.08 0.00 6 0.00 0.00 Fget_buffer_process
0.00 1.08 0.00 6 0.00 0.00 Finternal_char_font
0.00 1.08 0.00 6 0.00 0.00 Frestore_buffer_modified_p
0.00 1.08 0.00 6 0.00 0.00 Fselect_frame
0.00 1.08 0.00 6 0.00 0.00 Fx_register_dnd_atom
0.00 1.08 0.00 6 0.00 0.00 Fxw_color_values
0.00 1.08 0.00 6 0.00 0.00 clear_charpos_cache
0.00 1.08 0.00 6 0.00 0.00 emacs_close
0.00 1.08 0.00 6 0.00 0.00 font_done_for_face
0.00 1.08 0.00 6 0.00 0.09 font_load_for_lface
0.00 1.08 0.00 6 0.00 0.08 ftfont_list
0.00 1.08 0.00 6 0.00 0.00 ftfont_spec_pattern
0.00 1.08 0.00 6 0.00 0.00 indirect_variable
0.00 1.08 0.00 6 0.00 0.00 lucid_event_type_list_p
0.00 1.08 0.00 6 0.00 0.00 make_gap_1
0.00 1.08 0.00 6 0.00 0.00 make_process
0.00 1.08 0.00 6 0.00 0.00 mark_window_display_accurate
0.00 1.08 0.00 6 0.00 0.00 menu_bar_items
0.00 1.08 0.00 6 0.00 0.00 redisplay_other_windows
0.00 1.08 0.00 6 0.00 0.00 run_hook
0.00 1.08 0.00 6 0.00 0.00 run_window_configuration_change_hook
0.00 1.08 0.00 6 0.00 0.00 shrink_mini_window
0.00 1.08 0.00 6 0.00 0.00 swap_in_global_binding
0.00 1.08 0.00 6 0.00 0.00 tty_color_name
0.00 1.08 0.00 6 0.00 0.00 x_handle_dnd_message
0.00 1.08 0.00 6 0.00 0.00 x_real_pos_and_offsets
0.00 1.08 0.00 6 0.00 0.00 x_real_positions
0.00 1.08 0.00 6 0.00 0.00 x_setup_relief_color
0.00 1.08 0.00 6 0.00 0.00 xftfont_done_face
0.00 1.08 0.00 6 0.00 0.08 xftfont_list
0.00 1.08 0.00 5 0.00 0.00 Fconsp
0.00 1.08 0.00 5 0.00 0.00 Fcopy_marker
0.00 1.08 0.00 5 0.00 0.00 Fframe_or_buffer_changed_p
0.00 1.08 0.00 5 0.00 0.00 Fkill_local_variable
0.00 1.08 0.00 5 0.00 0.00 Fset_buffer_modified_p
0.00 1.08 0.00 5 0.00 0.00 Fset_buffer_multibyte
0.00 1.08 0.00 5 0.00 0.00 Fsort
0.00 1.08 0.00 5 0.00 0.00 Fsymbolp
0.00 1.08 0.00 5 0.00 0.00 Fthrow
0.00 1.08 0.00 5 0.00 0.00 Fuse_local_map
0.00 1.08 0.00 5 0.00 0.00 Fx_selection_exists_p
0.00 1.08 0.00 5 0.00 0.00 allocate_buffer
0.00 1.08 0.00 5 0.00 0.00 display_x_get_resource
0.00 1.08 0.00 5 0.00 0.00 frame_for_x_selection
0.00 1.08 0.00 5 0.00 0.00 free_realized_face
0.00 1.08 0.00 5 0.00 0.00 init_kboard
0.00 1.08 0.00 5 0.00 0.00 new_region_cache
0.00 1.08 0.00 5 0.00 0.10 realize_basic_faces
0.00 1.08 0.00 5 0.00 0.08 recompute_basic_faces
0.00 1.08 0.00 5 0.00 0.00 reset_buffer
0.00 1.08 0.00 5 0.00 0.00 resize_frame_windows
0.00 1.08 0.00 5 0.00 0.00 staticpro
0.00 1.08 0.00 5 0.00 0.00 swap_out_buffer_local_variables
0.00 1.08 0.00 5 0.00 0.00 symbol_to_x_atom
0.00 1.08 0.00 5 0.00 0.00 x_wm_set_size_hint
0.00 1.08 0.00 5 0.00 0.00 xg_destroy_widgets
0.00 1.08 0.00 4 0.00 0.00 Fbyte_code
0.00 1.08 0.00 4 0.00 0.00 Fcapitalize
0.00 1.08 0.00 4 0.00 0.00 Fcheck_coding_system
0.00 1.08 0.00 4 0.00 0.00 Fdo_auto_save
0.00 1.08 0.00 4 0.00 0.00 Ffont_put
0.00 1.08 0.00 4 0.00 0.00 Fget_load_suffixes
0.00 1.08 0.00 4 0.00 0.00 Fintern_soft
0.00 1.08 0.00 4 0.00 0.00 Fkeymap_parent
0.00 1.08 0.00 4 0.00 0.00 Flooking_at
0.00 1.08 0.00 4 0.00 0.00 Fmodify_frame_parameters
0.00 1.08 0.00 4 0.00 0.00 Fprocess_list
0.00 1.08 0.00 4 0.00 0.00 Frun_hook_with_args_until_failure
0.00 1.08 0.00 4 0.00 0.00 Fscan_sexps
0.00 1.08 0.00 4 0.00 0.00 Fsystem_name
0.00 1.08 0.00 4 0.00 0.00 Ftty_top_frame
0.00 1.08 0.00 4 0.00 0.00 XTcondemn_scroll_bars
0.00 1.08 0.00 4 0.00 0.00 XTjudge_scroll_bars
0.00 1.08 0.00 4 0.00 0.00 advance_to_char_boundary
0.00 1.08 0.00 4 0.00 0.00 calculate_costs
0.00 1.08 0.00 4 0.00 0.00 candidate_buffer
0.00 1.08 0.00 4 0.00 0.00 compute_window_start_on_continuation_line
0.00 1.08 0.00 4 0.00 0.00 copy_properties
0.00 1.08 0.00 4 0.00 0.00 create_root_interval
0.00 1.08 0.00 4 0.00 0.00 do_auto_save_unwind
0.00 1.08 0.00 4 0.00 0.00 doprnt
0.00 1.08 0.00 4 0.00 0.00 emacs_fopen
0.00 1.08 0.00 4 0.00 0.00 esprintf
0.00 1.08 0.00 4 0.00 0.00 face_boolean_x_resource_value
0.00 1.08 0.00 4 0.00 0.00 fontset_name
0.00 1.08 0.00 4 0.00 0.00 forget_escape_and_glyphless_faces
0.00 1.08 0.00 4 0.00 0.00 free_all_realized_faces
0.00 1.08 0.00 4 0.00 0.00 free_menubar_widget_value_tree
0.00 1.08 0.00 4 0.00 0.00 gen_help_event
0.00 1.08 0.00 4 0.00 0.00 init_system_name
0.00 1.08 0.00 4 0.00 0.00 kill_buffer_processes
0.00 1.08 0.00 4 0.00 0.00 lisp_file_lexically_bound_p
0.00 1.08 0.00 4 0.00 0.00 load_warn_old_style_backquotes
0.00 1.08 0.00 4 0.00 0.00 looking_at_1
0.00 1.08 0.00 4 0.00 0.00 mark_window_cursors_off
0.00 1.08 0.00 4 0.00 0.00 readevalloop
0.00 1.08 0.00 4 0.00 0.00 readevalloop_1
0.00 1.08 0.00 4 0.00 0.00 record_auto_save
0.00 1.08 0.00 4 0.00 0.00 record_load_unwind
0.00 1.08 0.00 4 0.00 0.05 redisplay_windows
0.00 1.08 0.00 4 0.00 0.00 safe_to_load_version
0.00 1.08 0.00 4 0.00 0.00 scan_lists
0.00 1.08 0.00 4 0.00 0.00 set_frame_menubar
0.00 1.08 0.00 4 0.00 0.00 set_unwind_protect_ptr
0.00 1.08 0.00 4 0.00 0.04 show_help_echo
0.00 1.08 0.00 4 0.00 0.00 split_interval_left
0.00 1.08 0.00 4 0.00 0.00 strwidth
0.00 1.08 0.00 4 0.00 0.00 unshow_buffer
0.00 1.08 0.00 4 0.00 0.00 x_frame_get_and_record_arg
0.00 1.08 0.00 4 0.00 0.00 xg_update_frame_menubar
0.00 1.08 0.00 4 0.00 0.00 xg_update_scrollbar_pos
0.00 1.08 0.00 3 0.00 0.00 Fbackward_prefix_chars
0.00 1.08 0.00 3 0.00 0.00 Fbufferp
0.00 1.08 0.00 3 0.00 0.00 Fchar_after
0.00 1.08 0.00 3 0.00 0.00 Fchar_table_parent
0.00 1.08 0.00 3 0.00 0.00 Fdaemonp
0.00 1.08 0.00 3 0.00 0.00 Ffile_exists_p
0.00 1.08 0.00 3 0.00 0.00 Fgenerate_new_buffer_name
0.00 1.08 0.00 3 0.00 0.01 Finsert_file_contents
0.00 1.08 0.00 3 0.00 0.00 Fkill_buffer
0.00 1.08 0.00 3 0.00 0.00 Fmake_hash_table
0.00 1.08 0.00 3 0.00 0.00 Fprocessp
0.00 1.08 0.00 3 0.00 0.00 Fset_frame_selected_window
0.00 1.08 0.00 3 0.00 0.00 Fset_keymap_parent
0.00 1.08 0.00 3 0.00 0.00 Fset_terminal_parameter
0.00 1.08 0.00 3 0.00 0.00 Fset_text_properties
0.00 1.08 0.00 3 0.00 0.00 Fset_window_next_buffers
0.00 1.08 0.00 3 0.00 0.00 Fset_window_prev_buffers
0.00 1.08 0.00 3 0.00 0.00 Fstandard_syntax_table
0.00 1.08 0.00 3 0.00 0.00 Fterminal_list
0.00 1.08 0.00 3 0.00 0.01 Ftry_completion
0.00 1.08 0.00 3 0.00 0.00 Fuser_login_name
0.00 1.08 0.00 3 0.00 0.00 Fwindow_list
0.00 1.08 0.00 3 0.00 0.00 Fwindow_next_buffers
0.00 1.08 0.00 3 0.00 0.00 Fwindow_prev_buffers
0.00 1.08 0.00 3 0.00 0.00 apply_window_adjustment
0.00 1.08 0.00 3 0.00 0.00 change_frame_size_1
0.00 1.08 0.00 3 0.00 0.00 clear_frame
0.00 1.08 0.00 3 0.00 0.00 coords_in_mouse_face_p
0.00 1.08 0.00 3 0.00 0.00 decide_coding_unwind
0.00 1.08 0.00 3 0.00 0.00 decode_coding_gap
0.00 1.08 0.00 3 0.00 0.00 decode_tty_terminal
0.00 1.08 0.00 3 0.00 0.00 detect_coding
0.00 1.08 0.00 3 0.00 0.00 detect_coding_utf_16
0.00 1.08 0.00 3 0.00 0.00 fast_set_selected_frame
0.00 1.08 0.00 3 0.00 0.00 frames_discard_buffer
0.00 1.08 0.00 3 0.00 0.00 free_region_cache
0.00 1.08 0.00 3 0.00 0.00 ftfont_get_charset
0.00 1.08 0.00 3 0.00 0.00 make_buffer_string
0.00 1.08 0.00 3 0.00 0.00 make_hash_table
0.00 1.08 0.00 3 0.00 0.00 map_tool_bar_style
0.00 1.08 0.00 3 0.00 0.00 merge
0.00 1.08 0.00 3 0.00 0.00 record_first_change
0.00 1.08 0.00 3 0.00 0.00 record_xmalloc
0.00 1.08 0.00 3 0.00 0.01 redraw_frame
0.00 1.08 0.00 3 0.00 0.00 replace_buffer_in_windows
0.00 1.08 0.00 3 0.00 0.00 replace_buffer_in_windows_safely
0.00 1.08 0.00 3 0.00 0.00 rpl_fcntl
0.00 1.08 0.00 3 0.00 0.00 run_funs
0.00 1.08 0.00 3 0.00 0.00 search_magic_path
0.00 1.08 0.00 3 0.00 0.00 set_intervals_multibyte
0.00 1.08 0.00 3 0.00 0.00 set_text_properties
0.00 1.08 0.00 3 0.00 0.00 set_window_buffer
0.00 1.08 0.00 3 0.00 0.00 set_window_fringes
0.00 1.08 0.00 3 0.00 0.00 set_window_scroll_bars
0.00 1.08 0.00 3 0.00 0.00 tool_bar_items
0.00 1.08 0.00 3 0.00 0.00 totally_unblock_input
0.00 1.08 0.00 3 0.00 1.18 uniprop_table
0.00 1.08 0.00 3 0.00 0.00 unlock_buffer
0.00 1.08 0.00 3 0.00 0.00 update_cursor_in_window_tree
0.00 1.08 0.00 3 0.00 0.00 update_face_from_frame_parameter
0.00 1.08 0.00 3 0.00 0.00 wset_update_mode_line
0.00 1.08 0.00 3 0.00 0.04 x_focus_changed
0.00 1.08 0.00 3 0.00 0.00 x_new_focus_frame
0.00 1.08 0.00 3 0.00 0.00 x_session_check_input
0.00 1.08 0.00 3 0.00 0.00 x_update_cursor
0.00 1.08 0.00 3 0.00 0.00 xg_frame_resized
0.00 1.08 0.00 3 0.00 0.00 xg_modify_menubar_widgets
0.00 1.08 0.00 2 0.00 0.00 Fadd_text_properties
0.00 1.08 0.00 2 0.00 0.00 Fautoload
0.00 1.08 0.00 2 0.00 0.02 Fbuffer_substring
0.00 1.08 0.00 2 0.00 0.00 Fbyte_code_function_p
0.00 1.08 0.00 2 0.00 0.00 Fbyteorder
0.00 1.08 0.00 2 0.00 0.00 Fcar_less_than_car
0.00 1.08 0.00 2 0.00 0.00 Fdirectory_files
0.00 1.08 0.00 2 0.00 0.00 Fdisplay_supports_face_attributes_p
0.00 1.08 0.00 2 0.00 0.00 Feval_buffer
0.00 1.08 0.00 2 0.00 0.00 Ffile_attributes
0.00 1.08 0.00 2 0.00 0.01 Ffind_operation_coding_system
0.00 1.08 0.00 2 0.00 0.00 Fkeywordp
0.00 1.08 0.00 2 0.00 0.00 Fkill_all_local_variables
0.00 1.08 0.00 2 0.00 0.00 Flocate_file_internal
0.00 1.08 0.00 2 0.00 0.00 Fmessage
0.00 1.08 0.00 2 0.00 0.01 Fnew_fontset
0.00 1.08 0.00 2 0.00 0.00 Fnext_window
0.00 1.08 0.00 2 0.00 0.00 Fprevious_single_property_change
0.00 1.08 0.00 2 0.00 0.00 Fpropertize
0.00 1.08 0.00 2 0.00 0.00 Fprovide
0.00 1.08 0.00 2 0.00 0.00 Fset_char_table_parent
0.00 1.08 0.00 2 0.00 0.09 Fset_charset_priority
0.00 1.08 0.00 2 0.00 0.00 Fset_coding_system_priority
0.00 1.08 0.00 2 0.00 0.00 Fset_window_new_pixel
0.00 1.08 0.00 2 0.00 0.00 Fset_window_new_total
0.00 1.08 0.00 2 0.00 0.00 Ftty_type
0.00 1.08 0.00 2 0.00 0.00 Fwindow_new_total
0.00 1.08 0.00 2 0.00 0.00 Fx_change_window_property
0.00 1.08 0.00 2 0.00 0.00 add_keyboard_wait_descriptor
0.00 1.08 0.00 2 0.00 0.00 allocate_matrices_for_frame_redisplay
0.00 1.08 0.00 2 0.00 0.00 cancel_echoing
0.00 1.08 0.00 2 0.00 0.00 check_ascii
0.00 1.08 0.00 2 0.00 0.00 decode_coding_raw_text
0.00 1.08 0.00 2 0.00 0.00 delete_all_child_windows
0.00 1.08 0.00 2 0.00 0.13 directory_files_internal
0.00 1.08 0.00 2 0.00 0.00 estimate_mode_line_height
0.00 1.08 0.00 2 0.00 0.00 expose_frame
0.00 1.08 0.00 2 0.00 0.00 face_for_font
0.00 1.08 0.00 2 0.00 0.00 fclose_unwind
0.00 1.08 0.00 2 0.00 0.00 file_attributes
0.00 1.08 0.00 2 0.00 0.00 filemodestring
0.00 1.08 0.00 2 0.00 0.00 fixup_locale
0.00 1.08 0.00 2 0.00 0.00 font_update_drivers
0.00 1.08 0.00 2 0.00 0.00 free_glyphs
0.00 1.08 0.00 2 0.00 0.00 free_window_matrices
0.00 1.08 0.00 2 0.00 0.00 gethomedir
0.00 1.08 0.00 2 0.00 0.00 init_menu_items
0.00 1.08 0.00 2 0.00 489.04 internal_catch
0.00 1.08 0.00 2 0.00 0.00 internal_condition_case_2
0.00 1.08 0.00 2 0.00 0.23 load_charset
0.00 1.08 0.00 2 0.00 0.23 load_charset_map
0.00 1.08 0.00 2 0.00 0.00 make_window
0.00 1.08 0.00 2 0.00 0.44 map_char_table_for_charset
0.00 1.08 0.00 2 0.00 0.44 map_sub_char_table_for_charset
0.00 1.08 0.00 2 0.00 0.00 message3
0.00 1.08 0.00 2 0.00 0.00 message3_nolog
0.00 1.08 0.00 2 0.00 0.00 mode_line_string
0.00 1.08 0.00 2 0.00 0.00 next_almost_prime
0.00 1.08 0.00 2 0.00 0.00 next_window
0.00 1.08 0.00 2 0.00 0.00 open_directory
0.00 1.08 0.00 2 0.00 0.00 produce_glyphs
0.00 1.08 0.00 2 0.00 0.00 realloc_glyph_pool
0.00 1.08 0.00 2 0.00 0.00 record_buffer
0.00 1.08 0.00 2 0.00 0.00 record_unwind_protect_nothing
0.00 1.08 0.00 2 0.00 0.00 register_font_driver
0.00 1.08 0.00 2 0.00 0.00 restore_menu_items
0.00 1.08 0.00 2 0.00 0.00 save_menu_items
0.00 1.08 0.00 2 0.00 0.00 show_mouse_face
0.00 1.08 0.00 2 0.00 0.00 skip_chars.constprop.5
0.00 1.08 0.00 2 0.00 0.00 strmode
0.00 1.08 0.00 2 0.00 0.00 temp_set_point
0.00 1.08 0.00 2 0.00 0.00 un_autoload
0.00 1.08 0.00 2 0.00 0.00 x_bitmap_icon
0.00 1.08 0.00 2 0.00 0.00 x_check_property_data
0.00 1.08 0.00 2 0.00 0.00 x_clear_frame
0.00 1.08 0.00 2 0.00 0.00 x_default_scroll_bar_color_parameter
0.00 1.08 0.00 2 0.00 0.00 x_fill_property_data
0.00 1.08 0.00 2 0.00 0.00 x_find_image_file
0.00 1.08 0.00 2 0.00 0.00 x_get_focus_frame
0.00 1.08 0.00 2 0.00 0.00 x_scroll_bar_create
0.00 1.08 0.00 2 0.00 0.00 x_set_background_color
0.00 1.08 0.00 2 0.00 0.00 x_set_mouse_face_gc
0.00 1.08 0.00 2 0.00 0.00 x_set_window_size
0.00 1.08 0.00 2 0.00 0.00 xftfont_cached_font_ok
0.00 1.08 0.00 2 0.00 0.00 xg_create_scroll_bar
0.00 1.08 0.00 2 0.00 0.01 xg_frame_set_char_size
0.00 1.08 0.00 2 0.00 0.00 xg_set_cursor
0.00 1.08 0.00 2 0.00 0.00 xg_set_icon
0.00 1.08 0.00 2 0.00 0.00 xg_store_widget_in_map
0.00 1.08 0.00 1 0.00 0.00 CHECK_WINDOW_CONFIGURATION
0.00 1.08 0.00 1 0.00 0.00 Fbuffer_size
0.00 1.08 0.00 1 0.00 0.00 Fcharsetp
0.00 1.08 0.00 1 0.00 0.00 Fclear_face_cache
0.00 1.08 0.00 1 0.00 0.00 Fcopy_keymap
0.00 1.08 0.00 1 0.00 0.00 Fcurrent_bidi_paragraph_direction
0.00 1.08 0.00 1 0.00 0.00 Fcurrent_input_mode
0.00 1.08 0.00 1 0.00 0.00 Fdelete_frame
0.00 1.08 0.00 1 0.00 2.50 Fdelete_terminal
0.00 1.08 0.00 1 0.00 0.00 Femacs_pid
0.00 1.08 0.00 1 0.00 0.00 Fequal_including_properties
0.00 1.08 0.00 1 0.00 0.00 Ffile_accessible_directory_p
0.00 1.08 0.00 1 0.00 0.00 Ffloat
0.00 1.08 0.00 1 0.00 0.00 Fforward_char
0.00 1.08 0.00 1 0.00 0.00 Fframe_after_make_frame
0.00 1.08 0.00 1 0.00 0.00 Ffunction_equal
0.00 1.08 0.00 1 0.00 0.00 Finvocation_name
0.00 1.08 0.00 1 0.00 0.00 Fkill_emacs
0.00 1.08 0.00 1 0.00 0.00 Flocale_info
0.00 1.08 0.00 1 0.00 0.00 Fmake_frame_visible
0.00 1.08 0.00 1 0.00 0.00 Fmapc
0.00 1.08 0.00 1 0.00 0.00 Fmax_char
0.00 1.08 0.00 1 0.00 0.00 Fother_buffer
0.00 1.08 0.00 1 0.00 0.00 Fpos_visible_in_window_p
0.00 1.08 0.00 1 0.00 0.00 Fposn_at_point
0.00 1.08 0.00 1 0.00 0.00 Fposn_at_x_y
0.00 1.08 0.00 1 0.00 978.13 Frecursive_edit
0.00 1.08 0.00 1 0.00 0.00 Fredirect_frame_focus
0.00 1.08 0.00 1 0.00 0.00 Fredraw_frame
0.00 1.08 0.00 1 0.00 0.00 Fremove_text_properties
0.00 1.08 0.00 1 0.00 0.00 Fround
0.00 1.08 0.00 1 0.00 0.00 Fset_input_interrupt_mode
0.00 1.08 0.00 1 0.00 0.00 Fset_input_meta_mode
0.00 1.08 0.00 1 0.00 0.00 Fset_keyboard_coding_system_internal
0.00 1.08 0.00 1 0.00 0.00 Fset_terminal_coding_system_internal
0.00 1.08 0.00 1 0.00 0.00 Fset_window_configuration
0.00 1.08 0.00 1 0.00 0.00 Fskip_chars_backward
0.00 1.08 0.00 1 0.00 0.00 Fskip_chars_forward
0.00 1.08 0.00 1 0.00 0.00 Ftool_bar_height
0.00 1.08 0.00 1 0.00 0.00 Fundo_boundary
0.00 1.08 0.00 1 0.00 0.00 Fuser_real_login_name
0.00 1.08 0.00 1 0.00 0.00 Fvisited_file_modtime
0.00 1.08 0.00 1 0.00 0.00 Fwaiting_for_user_input_p
0.00 1.08 0.00 1 0.00 0.00 Fwhile
0.00 1.08 0.00 1 0.00 0.00 Fwindow_resize_apply_total
0.00 1.08 0.00 1 0.00 0.00 Fx_backspace_delete_keys_p
0.00 1.08 0.00 1 0.00 0.11 Fx_create_frame
0.00 1.08 0.00 1 0.00 0.00 Fx_open_connection
0.00 1.08 0.00 1 0.00 0.00 Fx_wm_set_size_hint
0.00 1.08 0.00 1 0.00 0.00 XTframe_rehighlight
0.00 1.08 0.00 1 0.00 0.00 allocate_kboard
0.00 1.08 0.00 1 0.00 3.53 bidi_initialize
0.00 1.08 0.00 1 0.00 0.00 blank_row
0.00 1.08 0.00 1 0.00 0.00 buffer_posn_from_coords
0.00 1.08 0.00 1 0.00 0.00 change_frame_size
0.00 1.08 0.00 1 0.00 0.00 check_glyph_memory
0.00 1.08 0.00 1 0.00 0.00 check_message_stack
0.00 1.08 0.00 1 0.00 0.00 check_minibuf_window
0.00 1.08 0.00 1 0.00 0.00 coding_charset_list
0.00 1.08 0.00 1 0.00 978.08 command_loop
0.00 1.08 0.00 1 0.00 916.95 command_loop_2
0.00 1.08 0.00 1 0.00 0.00 create_frame_xic
0.00 1.08 0.00 1 0.00 0.00 create_terminal
0.00 1.08 0.00 1 0.00 0.00 current_message_1
0.00 1.08 0.00 1 0.00 2.51 delete_frame
0.00 1.08 0.00 1 0.00 0.00 delete_initial_terminal
0.00 1.08 0.00 1 0.00 0.00 delete_terminal
0.00 1.08 0.00 1 0.00 0.00 do_ewmh_fullscreen
0.00 1.08 0.00 1 0.00 0.00 do_unwind_create_frame
0.00 1.08 0.00 1 0.00 0.00 emacs_fixed_new
0.00 1.08 0.00 1 0.00 0.00 file_accessible_directory_p
0.00 1.08 0.00 1 0.00 0.00 font_get_name
0.00 1.08 0.00 1 0.00 0.09 font_open_by_name
0.00 1.08 0.00 1 0.00 0.09 font_open_by_spec
0.00 1.08 0.00 1 0.00 0.00 font_put_frame_data
0.00 1.08 0.00 1 0.00 0.03 fontset_from_font
0.00 1.08 0.00 1 0.00 0.00 free_font_driver_list
0.00 1.08 0.00 1 0.00 0.00 free_frame_faces
0.00 1.08 0.00 1 0.00 0.00 funcall_not
0.00 1.08 0.00 1 0.00 0.00 get_leaf_windows
0.00 1.08 0.00 1 0.00 0.00 get_prop_window
0.00 1.08 0.00 1 0.00 0.00 get_specified_cursor_type
0.00 1.08 0.00 1 0.00 0.10 init_frame_faces
0.00 1.08 0.00 1 0.00 0.00 init_sigio
0.00 1.08 0.00 1 0.00 0.00 initial_free_frame_resources
0.00 1.08 0.00 1 0.00 0.00 initialize_frame_menubar
0.00 1.08 0.00 1 0.00 0.00 make_face_cache
0.00 1.08 0.00 1 0.00 0.00 make_frame
0.00 1.08 0.00 1 0.00 0.00 make_frame_visible_1
0.00 1.08 0.00 1 0.00 0.00 make_image_cache
0.00 1.08 0.00 1 0.00 0.00 make_lispy_position
0.00 1.08 0.00 1 0.00 0.00 make_save_ptr
0.00 1.08 0.00 1 0.00 0.00 merge_face_heights
0.00 1.08 0.00 1 0.00 0.00 message1
0.00 1.08 0.00 1 0.00 0.00 move_point
0.00 1.08 0.00 1 0.00 0.00 my_log_handler
0.00 1.08 0.00 1 0.00 0.00 other_visible_frames
0.00 1.08 0.00 1 0.00 0.00 pos_visible_p
0.00 1.08 0.00 1 0.00 0.00 raw_text_coding_system
0.00 1.08 0.00 1 0.00 0.00 read_and_apply_settings
0.00 1.08 0.00 1 0.00 0.00 record_asynch_buffer_change
0.00 1.08 0.00 1 0.00 978.13 recursive_edit_1
0.00 1.08 0.00 1 0.00 0.00 redisplay_mode_lines
0.00 1.08 0.00 1 0.00 0.00 reset_all_sys_modes
0.00 1.08 0.00 1 0.00 0.00 round2
0.00 1.08 0.00 1 0.00 0.00 select_visual
0.00 1.08 0.00 1 0.00 0.00 set_frame_cursor_types
0.00 1.08 0.00 1 0.00 0.00 set_message_1
0.00 1.08 0.00 1 0.00 0.00 shut_down_emacs
0.00 1.08 0.00 1 0.00 0.00 stuff_buffered_input
0.00 1.08 0.00 1 0.00 0.00 tb_size_cb
0.00 1.08 0.00 1 0.00 0.00 timerfd_callback
0.00 1.08 0.00 1 0.00 0.00 top_level_2
0.00 1.08 0.00 1 0.00 0.00 unlock_all_files
0.00 1.08 0.00 1 0.00 0.00 unwind_create_frame
0.00 1.08 0.00 1 0.00 0.01 update_single_window
0.00 1.08 0.00 1 0.00 0.00 update_theme_scrollbar_height
0.00 1.08 0.00 1 0.00 0.00 update_theme_scrollbar_width
0.00 1.08 0.00 1 0.00 0.00 window_resize_apply_total
0.00 1.08 0.00 1 0.00 0.00 x_change_tool_bar_height
0.00 1.08 0.00 1 0.00 0.00 x_clipboard_manager_save_all
0.00 1.08 0.00 1 0.00 0.00 x_clipboard_manager_save_frame
0.00 1.08 0.00 1 0.00 0.00 x_copy_color
0.00 1.08 0.00 1 0.00 0.09 x_default_font_parameter
0.00 1.08 0.00 1 0.00 0.00 x_display_ok
0.00 1.08 0.00 1 0.00 0.00 x_figure_window_size
0.00 1.08 0.00 1 0.00 0.00 x_find_modifier_meanings
0.00 1.08 0.00 1 0.00 0.00 x_get_customization_string
0.00 1.08 0.00 1 0.00 0.00 x_load_resources
0.00 1.08 0.00 1 0.00 0.15 x_make_frame_visible
0.00 1.08 0.00 1 0.00 0.00 x_make_gc
0.00 1.08 0.00 1 0.00 0.00 x_new_font
0.00 1.08 0.00 1 0.00 0.00 x_session_initialize
0.00 1.08 0.00 1 0.00 0.00 x_set_alpha
0.00 1.08 0.00 1 0.00 0.00 x_set_autolower
0.00 1.08 0.00 1 0.00 0.00 x_set_autoraise
0.00 1.08 0.00 1 0.00 0.00 x_set_border_color
0.00 1.08 0.00 1 0.00 0.00 x_set_border_width
0.00 1.08 0.00 1 0.00 0.00 x_set_bottom_divider_width
0.00 1.08 0.00 1 0.00 0.00 x_set_cursor_color
0.00 1.08 0.00 1 0.00 0.00 x_set_cursor_type
0.00 1.08 0.00 1 0.00 0.08 x_set_font
0.00 1.08 0.00 1 0.00 0.00 x_set_font_backend
0.00 1.08 0.00 1 0.00 0.00 x_set_foreground_color
0.00 1.08 0.00 1 0.00 0.00 x_set_horizontal_scroll_bars
0.00 1.08 0.00 1 0.00 0.00 x_set_icon_type
0.00 1.08 0.00 1 0.00 0.00 x_set_internal_border_width
0.00 1.08 0.00 1 0.00 0.00 x_set_left_fringe
0.00 1.08 0.00 1 0.00 0.00 x_set_line_spacing
0.00 1.08 0.00 1 0.00 0.00 x_set_menu_bar_lines
0.00 1.08 0.00 1 0.00 0.00 x_set_mouse_color
0.00 1.08 0.00 1 0.00 0.00 x_set_offset
0.00 1.08 0.00 1 0.00 0.00 x_set_right_divider_width
0.00 1.08 0.00 1 0.00 0.00 x_set_right_fringe
0.00 1.08 0.00 1 0.00 0.00 x_set_screen_gamma
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_background
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_default_height
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_default_width
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_foreground
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_height
0.00 1.08 0.00 1 0.00 0.00 x_set_scroll_bar_width
0.00 1.08 0.00 1 0.00 0.00 x_set_title
0.00 1.08 0.00 1 0.00 0.00 x_set_tool_bar_lines
0.00 1.08 0.00 1 0.00 0.00 x_set_tool_bar_position
0.00 1.08 0.00 1 0.00 0.00 x_set_vertical_scroll_bars
0.00 1.08 0.00 1 0.00 0.00 x_set_wait_for_wm
0.00 1.08 0.00 1 0.00 0.00 x_sync_with_move
0.00 1.08 0.00 1 0.00 0.00 x_term_init
0.00 1.08 0.00 1 0.00 0.00 x_text_icon
0.00 1.08 0.00 1 0.00 0.00 x_uncatch_errors_after_check
0.00 1.08 0.00 1 0.00 0.01 x_wait_for_event
0.00 1.08 0.00 1 0.00 0.00 x_window
0.00 1.08 0.00 1 0.00 0.00 x_wm_supports
0.00 1.08 0.00 1 0.00 0.00 xftfont_close
0.00 1.08 0.00 1 0.00 0.00 xg_change_toolbar_position
0.00 1.08 0.00 1 0.00 0.00 xg_create_default_cursor
0.00 1.08 0.00 1 0.00 0.00 xg_create_frame_widgets
0.00 1.08 0.00 1 0.00 0.00 xg_create_widget
0.00 1.08 0.00 1 0.00 0.00 xg_get_default_scrollbar_height
0.00 1.08 0.00 1 0.00 0.00 xg_get_default_scrollbar_width
0.00 1.08 0.00 1 0.00 0.00 xg_initialize
0.00 1.08 0.00 1 0.00 0.00 xic_create_xfontset
0.00 1.08 0.00 1 0.00 0.00 xlispstrdup
0.00 1.08 0.00 1 0.00 0.00 xml_cleanup_parser
0.00 1.08 0.00 1 0.00 0.00 xsettings_get_system_font
0.00 1.08 0.00 1 0.00 0.00 xsettings_initialize
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.93% of 1.08 seconds
index % time self children called name
0.00 0.98 1/1 main [3]
[1] 90.6 0.00 0.98 1 Frecursive_edit [1]
0.00 0.98 1/1 recursive_edit_1 [2]
0.00 0.00 1/310341 grow_specpdl [706]
0.00 0.00 1/8014 record_unwind_protect [785]
-----------------------------------------------
0.00 0.98 1/1 Frecursive_edit [1]
[2] 90.6 0.00 0.98 1 recursive_edit_1 [2]
0.00 0.98 1/1 command_loop [6]
0.00 0.00 1/35497 store_symval_forwarding <cycle 4> [276]
0.00 0.00 1/35497 specbind <cycle 4> [104]
0.00 0.00 1/102249 set_internal [140]
0.00 0.00 1/2043 cancel_hourglass [892]
-----------------------------------------------
<spontaneous>
[3] 90.6 0.00 0.98 main [3]
0.00 0.98 1/1 Frecursive_edit [1]
-----------------------------------------------
[4] 90.6 0.00 0.98 16+3064 <cycle 2 as a whole> [4]
0.00 0.57 1015 read_char <cycle 2> [9]
0.00 0.22 1015 read_key_sequence.constprop.44 <cycle 2> [11]
0.00 0.17 15 command_loop_1 <cycle 2> [12]
0.00 0.03 1019 top_level_1 <cycle 2> [40]
0.00 0.00 16 internal_condition_case <cycle 2> [257]
-----------------------------------------------
0.00 0.98 2/2 command_loop [6]
[5] 90.6 0.00 0.98 2 internal_catch [5]
0.00 0.92 1/1 command_loop_2 [8]
0.00 0.06 1/16 top_level_1 <cycle 2> [40]
0.00 0.00 2/13510 push_handler [754]
-----------------------------------------------
0.00 0.98 1/1 recursive_edit_1 [2]
[6] 90.6 0.00 0.98 1 command_loop [6]
0.00 0.98 2/2 internal_catch [5]
-----------------------------------------------
[7] 87.4 0.33 0.61 35497+12465770 <cycle 4 as a whole> [7]
0.00 0.14 498781 get_next_display_element <cycle 4> [14]
0.02 0.09 178174 Ffuncall <cycle 4> [18]
0.07 0.00 5576010+2176017 mark_object <cycle 4> [21]
0.04 0.01 54802 face_before_or_after_it_pos <cycle 4> [25]
0.00 0.04 879 Fset_fontset_font <cycle 4> [28]
0.02 0.02 497590 bidi_level_of_next_char <cycle 4> [32]
0.01 0.02 497590 bidi_resolve_explicit <cycle 4> [33]
0.02 0.01 497590 bidi_move_to_visually_next <cycle 4> [44]
0.00 0.03 65142 next_element_from_string <cycle 4> [45]
0.01 0.01 12124 move_it_in_display_line_to <cycle 4> [49]
0.01 0.01 3676 draw_glyphs <cycle 4> [50]
0.01 0.01 70531 exec_byte_code <cycle 4> [56]
0.00 0.02 24 Fgarbage_collect <cycle 4> [57]
0.02 0.00 1768+59944 mark_char_table <cycle 4> [61]
0.00 0.02 18573 handle_stop <cycle 4> [68]
0.00 0.01 496556 bidi_resolve_neutral <cycle 4> [77]
0.00 0.01 1052 redisplay_window <cycle 4> [84]
0.01 0.00 1095+69522 display_mode_element <cycle 4> [85]
0.00 0.01 1064 update_window <cycle 4> [86]
0.01 0.00 150796 find_symbol_value <cycle 4> [87]
0.00 0.01 389177+2991 next_element_from_buffer <cycle 4> [88]
0.01 0.00 1017 Fcall_interactively <cycle 4> [90]
0.01 0.00 215+17090 map_sub_char_table <cycle 4> [91]
0.01 0.00 497590 bidi_resolve_weak <cycle 4> [101]
0.01 0.00 471270 set_iterator_to_next <cycle 4> [102]
0.01 0.00 102649 specbind <cycle 4> [104]
0.01 0.00 6202 safe__call1 <cycle 4> [105]
0.01 0.00 3509 mark_localized_symbol <cycle 4> [106]
0.00 0.01 389961 bidi_find_bracket_pairs <cycle 4> [122]
0.00 0.01 1033 update_frame <cycle 4> [123]
0.01 0.00 25684 compute_display_string_pos <cycle 4> [124]
0.00 0.01 23782 display_string <cycle 4> [127]
0.00 0.01 7977+7798 access_keymap_1 <cycle 4> [130]
0.00 0.01 5116 Fcurrent_active_maps <cycle 4> [131]
0.00 0.01 2108 start_display <cycle 4> [132]
0.00 0.01 328+146 Fexpand_file_name <cycle 4> [133]
0.00 0.01 13657+10118 eval_sub <cycle 4> [139]
0.01 0.00 1033 overlay_arrows_changed_p <cycle 4> [143]
0.00 0.00 496556 bidi_resolve_brackets <cycle 4> [148]
0.00 0.00 18446 Fnext_single_char_property_change <cycle 4> [150]
0.00 0.00 1 bidi_initialize <cycle 4> [156]
0.00 0.00 3082+266 signal_after_change <cycle 4> [159]
0.00 0.00 3309 init_iterator <cycle 4> [160]
0.00 0.00 1014 Fvertical_motion <cycle 4> [163]
0.00 0.00 7976+1514 move_it_to <cycle 4> [164]
0.00 0.00 1 delete_frame <cycle 4> [170]
0.00 0.00 1 Fdelete_terminal <cycle 4> [172]
0.00 0.00 1070 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 7278 x_draw_glyph_string <cycle 4> [178]
0.00 0.00 70691 funcall_lambda <cycle 4> [182]
0.00 0.00 18632 handle_fontified_prop <cycle 4> [184]
0.00 0.00 2018 update_compositions <cycle 4> [185]
0.00 0.00 36418 Fset_default <cycle 4> [187]
0.00 0.00 2168 draw_fringe_bitmap_1 <cycle 4> [196]
0.00 0.00 1195 display_line <cycle 4> [200]
0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 1117 draw_window_fringes <cycle 4> [209]
0.00 0.00 1091 x_clear_end_of_line <cycle 4> [211]
0.00 0.00 736 del_range_1 <cycle 4> [214]
0.00 0.00 31 map_charset_chars <cycle 4> [216]
0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 1007 erase_phys_cursor <cycle 4> [222]
0.00 0.00 21339 where_is_internal_1 <cycle 4> [229]
0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 1001 insert_from_string_1 <cycle 4> [233]
0.00 0.00 6379 safe__call <cycle 4> [235]
0.00 0.00 54 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 3070 prepare_to_modify_buffer_1 <cycle 4> [245]
0.00 0.00 2 load_charset <cycle 4> [251]
0.00 0.00 1075 save_excursion_restore <cycle 4> [255]
0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [256]
0.00 0.00 95280 store_symval_forwarding <cycle 4> [276]
0.00 0.00 71 Fdirectory_file_name <cycle 4> [279]
0.00 0.00 5622 Feval <cycle 4> [286]
0.00 0.00 61 x_consider_frame_title <cycle 4> [291]
0.00 0.00 2 directory_files_internal <cycle 4> [293]
0.00 0.00 4796 show_hourglass <cycle 4> [296]
0.00 0.00 52 Ffile_name_as_directory <cycle 4> [298]
0.00 0.00 47 Ffile_name_directory <cycle 4> [300]
0.00 0.00 46 Ffile_directory_p <cycle 4> [303]
0.00 0.00 1066 add_text_properties_1 <cycle 4> [305]
0.00 0.00 1067 where_is_internal <cycle 4> [309]
0.00 0.00 4490 apply_lambda <cycle 4> [313]
0.00 0.00 1035 update_overlay_arrows <cycle 4> [316]
0.00 0.00 3057 safe_run_hooks <cycle 4> [318]
0.00 0.00 1 x_make_frame_visible <cycle 4> [319]
0.00 0.00 2810 Fset <cycle 4> [320]
0.00 0.00 1376 process_tool_bar_item <cycle 4> [322]
0.00 0.00 3547 Fapply <cycle 4> [326]
0.00 0.00 3070+2028 Fkey_binding <cycle 4> [328]
0.00 0.00 27 Ffile_symlink_p <cycle 4> [329]
0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [333]
0.00 0.00 1034 display_mode_line <cycle 4> [335]
0.00 0.00 1069 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 1 Fx_create_frame <cycle 4> [337]
0.00 0.00 80974 unbind_to <cycle 4> [340]
0.00 0.00 206 Fkey_description <cycle 4> [341]
0.00 0.00 1 x_default_font_parameter <cycle 4> [344]
0.00 0.00 2153+266 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 1 x_set_font <cycle 4> [350]
0.00 0.00 1024 code_convert_string <cycle 4> [352]
0.00 0.00 16 Ffile_readable_p <cycle 4> [355]
0.00 0.00 23 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 722 decode_coding_object <cycle 4> [361]
0.00 0.00 775 Fmake_local_variable <cycle 4> [362]
0.00 0.00 50 resize_mini_window <cycle 4> [364]
0.00 0.00 9 styled_format <cycle 4> [365]
0.00 0.00 1085 inhibit_garbage_collection <cycle 4> [367]
0.00 0.00 3 Finsert_file_contents <cycle 4> [379]
0.00 0.00 1025 code_conversion_save <cycle 4> [381]
0.00 0.00 1 fontset_from_font <cycle 4> [386]
0.00 0.00 71 message_dolog <cycle 4> [394]
0.00 0.00 543 Fmacroexpand <cycle 4> [396]
0.00 0.00 36 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 3 redraw_frame <cycle 4> [405]
0.00 0.00 500 Fsetq <cycle 4> [406]
0.00 0.00 46 menu_bar_item <cycle 4> [413]
0.00 0.00 5242 reseat <cycle 4> [414]
0.00 0.00 2121 update_window_line <cycle 4> [416]
0.00 0.00 21 Fdefine_key <cycle 4> [418]
0.00 0.00 284 menu_item_eval_property <cycle 4> [420]
0.00 0.00 3 Ffile_exists_p <cycle 4> [421]
0.00 0.00 2 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 1052 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 2 Fnew_fontset <cycle 4> [426]
0.00 0.00 28 Fsignal <cycle 4> [427]
0.00 0.00 26 Fload <cycle 4> [428]
0.00 0.00 1 update_single_window <cycle 4> [436]
0.00 0.00 2 Fdirectory_files <cycle 4> [437]
0.00 0.00 2 Ffile_attributes <cycle 4> [438]
0.00 0.00 4 readevalloop <cycle 4> [441]
0.00 0.00 215 map_char_table <cycle 4> [442]
0.00 0.00 57 Fmapcar <cycle 4> [444]
0.00 0.00 438 Fsingle_key_description <cycle 4> [450]
0.00 0.00 6 menu_bar_items <cycle 4> [451]
0.00 0.00 75 Fget_buffer_create <cycle 4> [452]
0.00 0.00 61 FletX <cycle 4> [460]
0.00 0.00 48 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 14 print_error_message <cycle 4> [462]
0.00 0.00 137 Fdefvar <cycle 4> [463]
0.00 0.00 10 adjust_frame_size <cycle 4> [468]
0.00 0.00 60 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [472]
0.00 0.00 301 encode_coding_object <cycle 4> [474]
0.00 0.00 1 Fset_window_configuration <cycle 4> [482]
0.00 0.00 3 tool_bar_items <cycle 4> [485]
0.00 0.00 25 note_mouse_highlight <cycle 4> [489]
0.00 0.00 1 x_window <cycle 4> [496]
0.00 0.00 1 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 26 del_range_both <cycle 4> [508]
0.00 0.00 30 x_default_parameter <cycle 4> [511]
0.00 0.00 65 Flet <cycle 4> [512]
0.00 0.00 2 Fset_coding_system_priority <cycle 4> [515]
0.00 0.00 3 set_window_buffer <cycle 4> [516]
0.00 0.00 263 shadow_lookup <cycle 4> [521]
0.00 0.00 2 Feval_buffer <cycle 4> [525]
0.00 0.00 3741 map_keymap_internal <cycle 4> [527]
0.00 0.00 3 Fkill_buffer <cycle 4> [530]
0.00 0.00 27 push_message <cycle 4> [536]
0.00 0.00 2 Fpropertize <cycle 4> [538]
0.00 0.00 6 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 4 set_frame_menubar <cycle 4> [546]
0.00 0.00 135 select_window <cycle 4> [549]
0.00 0.00 21 find_first_strong_char <cycle 4> [553]
0.00 0.00 12 x_find_image_fd <cycle 4> [554]
0.00 0.00 56 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 1 make_lispy_position <cycle 4> [563]
0.00 0.00 59886 get_keyelt <cycle 4> [569]
0.00 0.00 13 parse_single_submenu <cycle 4> [571]
0.00 0.00 25388 bidi_paragraph_init <cycle 4> [572]
0.00 0.00 21 bidi_fetch_char_skip_isolates <cycle 4> [573]
0.00 0.00 10 lookup_image <cycle 4> [576]
0.00 0.00 590+585 text_quoting_style <cycle 4> [588]
0.00 0.00 1 Fmake_frame_visible <cycle 4> [596]
0.00 0.00 545 Fautoload_do_load <cycle 4> [607]
0.00 0.00 724 decode_coding <cycle 4> [609]
0.00 0.00 1 Fkill_emacs <cycle 4> [613]
0.00 0.00 1 make_frame <cycle 4> [616]
0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [617]
0.00 0.00 1 create_terminal <cycle 4> [618]
0.00 0.00 5 Fkill_local_variable <cycle 4> [627]
0.00 0.00 1124 display_and_set_cursor <cycle 4> [633]
0.00 0.00 1 x_term_init <cycle 4> [634]
0.00 0.00 1 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 1297 single_menu_item <cycle 4> [640]
0.00 0.00 2 Fkill_all_local_variables <cycle 4> [641]
0.00 0.00 7278 Fcommandp <cycle 4> [642]
0.00 0.00 4 Fdo_auto_save <cycle 4> [645]
0.00 0.00 1 Fremove_text_properties <cycle 4> [649]
0.00 0.00 3 decode_coding_gap <cycle 4> [653]
0.00 0.00 1 Fmapc <cycle 4> [656]
0.00 0.00 1827 line_bottom_y <cycle 4> [658]
0.00 0.00 104 ensure_echo_area_buffers <cycle 4> [659]
0.00 0.00 3621 map_keymap <cycle 4> [660]
0.00 0.00 3611 Flookup_key <cycle 4> [665]
0.00 0.00 106 single_keymap_panes <cycle 4> [678]
0.00 0.00 480174 bidi_fetch_char <cycle 4> [704]
0.00 0.00 53934+80490 mark_vectorlike <cycle 4> [724]
0.00 0.00 94371 Fsymbol_value <cycle 4> [714]
0.00 0.00 54802 next_element_from_c_string <cycle 4> [723]
0.00 0.00 32286 bidi_init_it <cycle 4> [727]
0.00 0.00 30548 get_visually_first_element <cycle 4> [732]
0.00 0.00 464+10148 traverse_intervals_noorder <cycle 4> [1084]
0.00 0.00 9429 internal_condition_case_n <cycle 4> [776]
0.00 0.00 8120 call0 <cycle 4> [784]
0.00 0.00 6312 reseat_1 <cycle 4> [797]
0.00 0.00 5690 do_pending_window_change <cycle 4> [803]
0.00 0.00 5505 set_buffer_internal_1 <cycle 4> [805]
0.00 0.00 5125 current_minor_maps <cycle 4> [810]
0.00 0.00 4352 mark_compiled <cycle 4> [816]
0.00 0.00 4278 reseat_at_next_visible_line_start <cycle 4> [820]
0.00 0.00 4278 forward_to_next_line_start <cycle 4> [819]
0.00 0.00 4079 access_keymap <cycle 4> [821]
0.00 0.00 3784 move_it_by_lines <cycle 4> [823]
0.00 0.00 3314 window_box <cycle 4> [828]
0.00 0.00 3193 x_draw_fringe_bitmap <cycle 4> [834]
0.00 0.00 3174 Fif <cycle 4> [835]
0.00 0.00 3051 funcall_nil <cycle 4> [844]
0.00 0.00 3050 safe_run_hook_funcall <cycle 4> [845]
0.00 0.00 2842 call1 <cycle 4> [851]
0.00 0.00 2511 Fset_buffer <cycle 4> [860]
0.00 0.00 2182 XTring_bell <cycle 4> [874]
0.00 0.00 2168 draw_fringe_bitmap <cycle 4> [875]
0.00 0.00 2028 draw_phys_cursor_glyph <cycle 4> [899]
0.00 0.00 1902 Fprogn <cycle 4> [907]
0.00 0.00 1683 call2 <cycle 4> [913]
0.00 0.00 1646 x_write_glyphs <cycle 4> [914]
0.00 0.00 1401 bcall0 <cycle 4> [926]
0.00 0.00 1359 internal_condition_case_1 <cycle 4> [928]
0.00 0.00 1278 window_box_height <cycle 4> [936]
0.00 0.00 1118 x_update_window_end <cycle 4> [953]
0.00 0.00 1112 x_draw_window_cursor <cycle 4> [954]
0.00 0.00 1095 unwind_format_mode_line <cycle 4> [956]
0.00 0.00 1084 draw_row_fringe_bitmaps <cycle 4> [964]
0.00 0.00 1064 modify_text_properties <cycle 4> [976]
0.00 0.00 1064 Fput_text_property <cycle 4> [975]
0.00 0.00 1046 apply1 <cycle 4> [986]
0.00 0.00 1044 redisplay_window_1 <cycle 4> [987]
0.00 0.00 1034 display_mode_lines <cycle 4> [996]
0.00 0.00 1034 XTframe_up_to_date <cycle 4> [994]
0.00 0.00 1033 update_window_tree <cycle 4> [1000]
0.00 0.00 1017 Ffuncall_interactively <cycle 4> [1023]
0.00 0.00 1001 insert_from_string <cycle 4> [1039]
0.00 0.00 1000 Fline_pixel_height <cycle 4> [1041]
0.00 0.00 722 Ferase_buffer <cycle 4> [1062]
0.00 0.00 500 Finsert <cycle 4> [1078]
0.00 0.00 500 general_insert_function <cycle 4> [1079]
0.00 0.00 464 mark_overlay <cycle 4> [1083]
0.00 0.00 356 sweep_weak_table <cycle 4> [1088]
0.00 0.00 266 insert_char <cycle 4> [1098]
0.00 0.00 223 Fand <cycle 4> [1100]
0.00 0.00 208 mark_buffer <cycle 4> [1104]
0.00 0.00 177 safe_call <cycle 4> [1112]
0.00 0.00 163 compact_buffer <cycle 4> [1115]
0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1123]
0.00 0.00 127 mark_face_cache <cycle 4> [1131]
0.00 0.00 116 map_keymap_canonical <cycle 4> [1137]
0.00 0.00 116 Fmap_keymap <cycle 4> [1136]
0.00 0.00 108 mark_discard_killed_buffers <cycle 4> [1141]
0.00 0.00 60 update_window_cursor <cycle 4> [1159]
0.00 0.00 59 run_hook_wrapped_funcall <cycle 4> [1165]
0.00 0.00 58 mapcar1 <cycle 4> [1167]
0.00 0.00 56 clear_mouse_face <cycle 4> [1169]
0.00 0.00 54 x_scroll_run <cycle 4> [1177]
0.00 0.00 48 unwind_with_echo_area_buffer <cycle 4> [1191]
0.00 0.00 46 expand_and_dir_to_file <cycle 4> [1195]
0.00 0.00 44 current_message <cycle 4> [1197]
0.00 0.00 40 Frun_hooks <cycle 4> [1203]
0.00 0.00 38 adjust_glyph_matrix <cycle 4> [1207]
0.00 0.00 38 try_window <cycle 4> [1208]
0.00 0.00 33 unwind_to_catch <cycle 4> [1219]
0.00 0.00 32 call3 <cycle 4> [1220]
0.00 0.00 31 display_echo_area_1 <cycle 4> [1221]
0.00 0.00 31 echo_area_display <cycle 4> [1222]
0.00 0.00 28 strout <cycle 4> [1227]
0.00 0.00 27 mark_image_cache <cycle 4> [1232]
0.00 0.00 27 call4 <cycle 4> [1229]
0.00 0.00 24 sweep_weak_hash_tables <cycle 4> [1248]
0.00 0.00 24 mark_kboards <cycle 4> [1239]
0.00 0.00 24 xg_mark_data <cycle 4> [1251]
0.00 0.00 24 mark_specpdl <cycle 4> [1240]
0.00 0.00 20 truncate_undo_list <cycle 4> [1269]
0.00 0.00 20 required_matrix_height <cycle 4> [1267]
0.00 0.00 20 Fwindow_mode_line_height <cycle 4> [1261]
0.00 0.00 15 Fbuffer_list <cycle 4> [1294]
0.00 0.00 14 Fcommand_error_default_function <cycle 4> [1296]
0.00 0.00 14 Fprinc <cycle 4> [1299]
0.00 0.00 14 print_object <cycle 4> [1307]
0.00 0.00 14 print_string <cycle 4> [1308]
0.00 0.00 14 write_string_1 <cycle 4> [1311]
0.00 0.00 13 digest_single_submenu <cycle 4> [1315]
0.00 0.00 12 For <cycle 4> [1320]
0.00 0.00 12 Fcond <cycle 4> [1319]
0.00 0.00 11 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 10 Fimage_mask_p <cycle 4> [1329]
0.00 0.00 10 xpm_load <cycle 4> [1347]
0.00 0.00 8+1 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 8 redisplay_window_0 <cycle 4> [1364]
0.00 0.00 8 allocate_matrices_for_window_redisplay <cycle 4> [1360]
0.00 0.00 8 do_switch_frame <cycle 4> [1361]
0.00 0.00 6 run_hook <cycle 4> [1390]
0.00 0.00 6 swap_in_global_binding <cycle 4> [1392]
0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1411]
0.00 0.00 5 Fthrow <cycle 4> [1403]
0.00 0.00 4 esprintf <cycle 4> [1434]
0.00 0.00 4 doprnt <cycle 4> [1432]
0.00 0.00 4 xg_update_frame_menubar <cycle 4> [1451]
0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1421]
0.00 0.00 4 Fmodify_frame_parameters <cycle 4> [1419]
0.00 0.00 3 run_funs <cycle 4> [1483]
0.00 0.00 3 update_cursor_in_window_tree <cycle 4> [1490]
0.00 0.00 3 merge <cycle 4> [1478]
0.00 0.00 2 x_set_window_size <cycle 4> [1543]
0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
0.00 0.00 2 x_bitmap_icon <cycle 4> [1537]
0.00 0.00 2 xg_set_icon <cycle 4> [1547]
0.00 0.00 2 internal_condition_case_2 <cycle 4> [1523]
0.00 0.00 2 Flocate_file_internal <cycle 4> [1502]
0.00 0.00 2 Fmessage <cycle 4> [1503]
0.00 0.00 2 message3 <cycle 4> [1524]
0.00 0.00 2 message3_nolog <cycle 4> [1525]
0.00 0.00 2 show_mouse_face <cycle 4> [1534]
0.00 0.00 1 funcall_not <cycle 4> [1597]
0.00 0.00 1 set_message_1 <cycle 4> [1616]
0.00 0.00 1 Fwhile <cycle 4> [1576]
0.00 0.00 1 Fundo_boundary <cycle 4> [1572]
0.00 0.00 1 Fredraw_frame <cycle 4> [1565]
0.00 0.00 1 initialize_frame_menubar <cycle 4> [1603]
0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1646]
0.00 0.00 1 x_set_icon_type <cycle 4> [1642]
0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1654]
0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1653]
0.00 0.00 1 x_set_alpha <cycle 4> [1635]
0.00 0.00 1 x_new_font <cycle 4> [1634]
0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1564]
0.00 0.00 1 shut_down_emacs <cycle 4> [1617]
0.00 0.00 1 check_minibuf_window <cycle 4> [1585]
0.00 0.00 1 Fposn_at_point <cycle 4> [1562]
0.00 0.00 1 pos_visible_p <cycle 4> [1609]
0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1 Fx_open_connection <cycle 4> [1578]
0.00 0.00 1 redisplay_mode_lines <cycle 4> [1612]
-----------------------------------------------
0.00 0.92 1/1 internal_catch [5]
[8] 84.9 0.00 0.92 1 command_loop_2 [8]
0.00 0.92 15/16 internal_condition_case <cycle 2> [257]
-----------------------------------------------
1015 read_key_sequence.constprop.44 <cycle 2> [11]
[9] 52.6 0.00 0.57 1015 read_char <cycle 2> [9]
0.00 0.36 1022/1031 redisplay_internal [10]
0.00 0.15 1015/1015 sit_for [13]
0.01 0.02 1021/35497 access_keymap <cycle 4> [821]
0.01 0.02 1021/35497 call0 <cycle 4> [784]
0.00 0.00 2044/6398 detect_input_pending_run_timers [125]
0.00 0.00 1022/9740 readable_events [83]
0.00 0.00 4/1019 wait_reading_process_output [15]
0.00 0.00 14/35497 safe_run_hooks <cycle 4> [318]
0.00 0.00 1/9 redisplay_preserve_echo_area [162]
0.00 0.00 1014/1014 make_lispy_event [272]
0.00 0.00 4/4 show_help_echo [315]
0.00 0.00 3/35497 Fdo_auto_save <cycle 4> [645]
0.00 0.00 3/35497 call4 <cycle 4> [1229]
0.00 0.00 4/9669 gobble_input <cycle 3> [117]
0.00 0.00 3/2037 swallow_events [165]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 4/2006 list5 [278]
0.00 0.00 12/954743 Fcons [30]
0.00 0.00 3/1694 list2 [359]
0.00 0.00 4/5 init_kboard [636]
0.00 0.00 3/1513 Fvector [432]
0.00 0.00 3063/672387 get_keymap [518]
0.00 0.00 1022/1022 redisplay [1015]
0.00 0.00 1022/1022 kbd_on_hold_p [1013]
0.00 0.00 1022/1022 event_to_kboard [1010]
0.00 0.00 1018/1018 record_char [1021]
0.00 0.00 1014/1014 add_command_key [1031]
0.00 0.00 1014/2028 echo_update [900]
0.00 0.00 999/2014 echo_dash [903]
0.00 0.00 16/72024 Fcar [717]
0.00 0.00 16/1362857 Fcdr [690]
0.00 0.00 14/28 clear_message [1226]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/10 my_log_handler [1340]
0.00 0.00 1/10 x_flush [1345]
0.00 0.00 1/17991 list1 [747]
1018 top_level_1 <cycle 2> [40]
-----------------------------------------------
0.00 0.00 9/1031 redisplay_preserve_echo_area [162]
0.00 0.36 1022/1031 read_char <cycle 2> [9]
[10] 33.8 0.00 0.37 1031 redisplay_internal [10]
0.02 0.04 2067/35497 show_hourglass <cycle 4> [296]
0.02 0.04 2064/35497 do_pending_window_change <cycle 4> [803]
0.01 0.02 1044/35497 internal_condition_case_1 <cycle 4> [928]
0.01 0.02 1033/35497 unbind_to <cycle 4> [340]
0.01 0.02 1032/35497 overlay_arrows_changed_p <cycle 4> [143]
0.01 0.02 1032/35497 update_overlay_arrows <cycle 4> [316]
0.01 0.02 1032/35497 XTframe_up_to_date <cycle 4> [994]
0.01 0.02 1032/35497 update_frame <cycle 4> [123]
0.01 0.02 1032/35497 safe__call1 <cycle 4> [105]
0.01 0.02 1031/35497 store_symval_forwarding <cycle 4> [276]
0.01 0.02 1031/35497 specbind <cycle 4> [104]
0.01 0.00 3/3 propagate_buffer_redisplay [141]
0.00 0.00 1031/1031 hscroll_windows [204]
0.00 0.00 29/35497 echo_area_display <cycle 4> [1222]
0.00 0.00 1032/2084 reconsider_clip_changes [189]
0.00 0.00 4/4 redisplay_windows [302]
0.00 0.00 2064/3897 Fputhash [317]
0.00 0.00 2064/10077 Fgethash [265]
0.00 0.00 3/35497 x_consider_frame_title <cycle 4> [291]
0.00 0.00 2/35497 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 1031/102249 set_internal [140]
0.00 0.00 12/16 clear_image_caches [389]
0.00 0.00 2/8 clear_face_cache [456]
0.00 0.00 3/1041 record_unwind_save_match_data [334]
0.00 0.00 4/954743 Fcons [30]
0.00 0.00 2/2017 window_list [657]
0.00 0.00 1034/310341 grow_specpdl [706]
0.00 0.00 1032/1041 clear_window_matrices [988]
0.00 0.00 1032/1032 clear_desired_matrices [1001]
0.00 0.00 1032/2065 mode_line_update_needed [888]
0.00 0.00 1032/1032 start_polling [1003]
0.00 0.00 1032/1032 stop_polling [1004]
0.00 0.00 1032/1035 unrequest_sigio [992]
0.00 0.00 1031/2070 popup_activated [886]
0.00 0.00 1031/2072 record_unwind_protect_void [884]
0.00 0.00 1031/194533 record_in_backtrace [708]
0.00 0.00 1030/1032 request_sigio [1002]
0.00 0.00 1029/1041 mark_window_display_accurate_1 [989]
0.00 0.00 4/4 XTcondemn_scroll_bars [1425]
0.00 0.00 4/4 XTjudge_scroll_bars [1426]
0.00 0.00 3/634690 unblock_input_to [697]
0.00 0.00 3/634655 unblock_input [698]
0.00 0.00 3/8014 record_unwind_protect [785]
0.00 0.00 3/6 mark_window_display_accurate [1388]
0.00 0.00 1/2076 window_outdated [883]
-----------------------------------------------
1015 command_loop_1 <cycle 2> [12]
[11] 20.0 0.00 0.22 1015 read_key_sequence.constprop.44 <cycle 2> [11]
0.00 0.05 2029/2029 active_maps [26]
0.00 0.05 2028/2028 keyremap_step.constprop.45 [27]
0.01 0.02 1014/35497 access_keymap <cycle 4> [821]
0.01 0.02 1014/35497 Fkey_binding <cycle 4> [328]
0.00 0.03 1014/1014 test_undefined [41]
0.01 0.02 1014/35497 unbind_to <cycle 4> [340]
0.00 0.00 2029/954743 Fcons [30]
0.00 0.00 3043/672387 get_keymap [518]
0.00 0.00 1014/1014 follow_key [680]
0.00 0.00 1015/1015 echo_keystrokes_p [1027]
0.00 0.00 1015/2014 echo_dash [903]
0.00 0.00 1014/2028 Fcommand_remapping [895]
0.00 0.00 1014/2028 echo_update [900]
1015 read_char <cycle 2> [9]
-----------------------------------------------
15 internal_condition_case <cycle 2> [257]
[12] 15.4 0.00 0.17 15 command_loop_1 <cycle 2> [12]
0.03 0.05 3029/35497 safe_run_hooks <cycle 4> [318]
0.01 0.02 1014/35497 call0 <cycle 4> [784]
0.01 0.02 1014/35497 call1 <cycle 4> [851]
0.01 0.02 1000/35497 unbind_to <cycle 4> [340]
0.00 0.00 1997/1997 composition_adjust_point [149]
0.00 0.00 2997/490846 get_char_property_and_overlay [19]
0.00 0.00 15/15 resize_echo_area_exactly [266]
0.00 0.00 1014/954743 Fcons [30]
0.00 0.00 1014/310341 grow_specpdl [706]
0.00 0.00 1014/2072 record_unwind_protect_void [884]
0.00 0.00 1014/1014 start_hourglass [1037]
1015 read_key_sequence.constprop.44 <cycle 2> [11]
-----------------------------------------------
0.00 0.15 1015/1015 read_char <cycle 2> [9]
[13] 13.5 0.00 0.15 1015 sit_for [13]
0.00 0.14 1015/1019 wait_reading_process_output [15]
0.00 0.00 1015/9669 gobble_input <cycle 3> [117]
0.00 0.00 1015/6398 detect_input_pending_run_timers [125]
0.00 0.00 1015/2037 swallow_events [165]
0.00 0.00 1015/3335 detect_input_pending [827]
-----------------------------------------------
29416 display_line <cycle 4> [200]
109604 display_string <cycle 4> [127]
359761 move_it_in_display_line_to <cycle 4> [49]
[14] 13.3 0.00 0.14 498781 get_next_display_element <cycle 4> [14]
0.00 0.12 388316/388970 face_for_char [17]
0.00 0.01 475887/475887 lookup_glyphless_char_display [120]
0.01 0.00 382860/4987260 char_table_ref [16]
389177 next_element_from_buffer <cycle 4> [88]
65142 next_element_from_string <cycle 4> [45]
54802 next_element_from_c_string <cycle 4> [723]
54802 face_before_or_after_it_pos <cycle 4> [25]
-----------------------------------------------
0.00 0.00 4/1019 read_char <cycle 2> [9]
0.00 0.14 1015/1019 sit_for [13]
[15] 13.0 0.00 0.14 1019 wait_reading_process_output [15]
0.03 0.06 3621/35497 do_pending_window_change <cycle 4> [803]
0.01 0.02 1019/35497 unbind_to <cycle 4> [340]
0.00 0.00 2320/8718 timer_check [72]
0.00 0.00 3339/6398 detect_input_pending_run_timers [125]
0.00 0.00 1300/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 2320/8718 get_input_pending [89]
0.00 0.00 1019/2037 swallow_events [165]
0.00 0.00 2319/2319 xg_select [454]
0.00 0.00 3621/3621 requeued_events_pending_p [825]
0.00 0.00 3332/4347 timespec_add [817]
0.00 0.00 2320/3335 detect_input_pending [827]
0.00 0.00 2320/2320 clear_waiting_for_input [864]
0.00 0.00 2320/2320 set_waiting_for_input [865]
0.00 0.00 2319/12453 gettime [758]
0.00 0.00 2301/20490 timespec_sub [740]
0.00 0.00 1300/9956 do_pending_atimers [769]
0.00 0.00 1300/7069 handle_input_available_signal [791]
0.00 0.00 1019/310341 grow_specpdl [706]
0.00 0.00 1019/2047 record_unwind_protect_int [891]
0.00 0.00 3/3 x_session_check_input [1493]
0.00 0.00 1/1 timerfd_callback [1620]
-----------------------------------------------
0.00 0.00 2/4987260 scan_lists [484]
0.00 0.00 2/4987260 exec_byte_code <cycle 4> [56]
0.00 0.00 49/4987260 char_quoted [529]
0.00 0.00 244/4987260 load_charset_map [252]
0.00 0.00 46952/4987260 char_composable_p [195]
0.00 0.00 52943/4987260 find_automatic_composition [151]
0.01 0.00 380655/4987260 bidi_find_paragraph_start [121]
0.01 0.00 382860/4987260 lookup_glyphless_char_display [120]
0.01 0.00 382860/4987260 get_next_display_element <cycle 4> [14]
0.01 0.00 382862/4987260 fontset_find_font [76]
0.01 0.00 382865/4987260 face_for_char [17]
0.01 0.01 719157/4987260 scan_sexps_forward [39]
0.01 0.01 739879/4987260 composition_compute_stop_pos [34]
0.01 0.01 754620/4987260 bidi_paired_bracket_type [67]
0.01 0.01 761310/4987260 bidi_explicit_dir_char [65]
[16] 12.0 0.07 0.06 4987260 char_table_ref [16]
0.06 0.00 12938424/12938424 sub_char_table_ref [23]
-----------------------------------------------
0.00 0.00 2/388970 x_set_mouse_face_gc [559]
0.00 0.00 6/388970 Finternal_char_font [514]
0.00 0.00 646/388970 show_hourglass <cycle 4> [296]
0.00 0.12 388316/388970 get_next_display_element <cycle 4> [14]
[17] 11.5 0.00 0.12 388970 face_for_char [17]
0.01 0.06 382860/490846 get_char_property_and_overlay [19]
0.00 0.02 382861/382861 fontset_font [75]
0.02 0.00 382860/505158 hash_lookup [58]
0.01 0.00 382865/4987260 char_table_ref [16]
0.01 0.00 382860/449092 Fget_char_property [103]
0.00 0.00 382865/765747 font_has_char [119]
0.00 0.00 2/2 face_for_font [1516]
-----------------------------------------------
1 funcall_not <cycle 4> [1597]
13 eval_sub <cycle 4> [139]
27 call4 <cycle 4> [1229]
32 call3 <cycle 4> [1220]
59 run_hook_wrapped_funcall <cycle 4> [1165]
1017 Ffuncall_interactively <cycle 4> [1023]
1017 Fcall_interactively <cycle 4> [90]
1046 Fcommandp <cycle 4> [642]
1401 bcall0 <cycle 4> [926]
1683 call2 <cycle 4> [913]
2842 call1 <cycle 4> [851]
3051 funcall_nil <cycle 4> [844]
3547 Fapply <cycle 4> [326]
6379 internal_condition_case_n <cycle 4> [776]
8120 call0 <cycle 4> [784]
147939 exec_byte_code <cycle 4> [56]
[18] 10.3 0.02 0.09 178174 Ffuncall <cycle 4> [18]
0.00 0.04 634/634 Fparse_partial_sexp [29]
0.00 0.03 6115/7219 Fframe_parameter [35]
0.01 0.00 2041/3041 Frun_hook_with_args [107]
0.00 0.00 1769/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1071/2890 Ffind_file_name_handler [82]
0.00 0.00 2020/2020 Fline_beginning_position [183]
0.00 0.00 2014/2014 Fface_font [201]
0.00 0.00 672/672 Fre_search_forward [213]
0.00 0.00 1557/55795 concat [47]
0.00 0.00 2000/2000 Fwindow_scroll_bars [263]
0.00 0.00 378/378 string_match_1 [275]
0.00 0.00 2092/2092 Fbacktrace_frame [280]
0.00 0.00 516/516 skip_syntaxes [285]
0.00 0.00 519/519 Fline_end_position [287]
0.00 0.00 6249/954743 Fcons [30]
0.00 0.00 22/45 Fassoc_string [258]
0.00 0.00 2/2 Fset_charset_priority [307]
0.00 0.00 519/2539 Fconstrain_to_field [223]
0.00 0.00 2097/2097 Fcoding_system_eol_type [311]
0.00 0.00 183/183 read_internal_start [331]
0.00 0.00 1020/1099 list3 [348]
0.00 0.00 118/118 Ftext_property_any [353]
0.00 0.00 1119/1232573 lookup_char_property [20]
0.00 0.00 1119/91882 Fget_text_property [158]
0.00 0.00 1064/1064 Fwindow_parameter [378]
0.00 0.00 3/3 Ftry_completion [385]
0.00 0.00 20/20 Fsearch_forward [392]
0.00 0.00 57/48506 Fcopy_sequence [70]
0.00 0.00 1089/2356 Fassoc [375]
0.00 0.00 6/6 Fx_register_dnd_atom [401]
0.00 0.00 145/1186 Fmatch_data [324]
0.00 0.00 5/5 Fx_selection_exists_p [412]
0.00 0.00 119/885 Ffont_spec [356]
0.00 0.00 2/7146 Fframe_parameters [36]
0.00 0.00 1387/1513 Fvector [432]
0.00 0.00 23/801 Fcompare_strings [281]
0.00 0.00 1350/1350 Fmake_byte_code [443]
0.00 0.00 2/2 Fx_change_window_property [457]
0.00 0.00 145/1186 Fset_match_data [377]
0.00 0.00 22/22 Finternal_get_lisp_face_attribute [467]
0.00 0.00 106/1694 list2 [359]
0.00 0.00 10/10 Fframe_list [479]
0.00 0.00 4/4 scan_lists [484]
0.00 0.00 49/292896 Fplist_get [63]
0.00 0.00 1/1 Fx_backspace_delete_keys_p [494]
0.00 0.00 18/18 time_arith [501]
0.00 0.00 195/33486 Fboundp [243]
0.00 0.00 4/4 looking_at_1 [509]
0.00 0.00 7/2010 window_list_1 [227]
0.00 0.00 6/6 Finternal_char_font [514]
0.00 0.00 59/1325 Fremove_list_of_text_properties [372]
0.00 0.00 1/4 Fget_load_suffixes [448]
0.00 0.00 7/10 Ffeaturep [506]
0.00 0.00 109/48000 make_specified_string [225]
0.00 0.00 1/1 Fx_wm_set_size_hint [519]
0.00 0.00 38/10077 Fgethash [265]
0.00 0.00 10/10 Fdelete [526]
0.00 0.00 82/5300 Finternal_merge_in_global_face [349]
0.00 0.00 2/2 file_attributes [531]
0.00 0.00 59/79 Fmake_marker [528]
0.00 0.00 61/63 Fregexp_quote [541]
0.00 0.00 4/3759 casify_object [212]
0.00 0.00 6/6 Fxw_color_values [545]
0.00 0.00 23/3897 Fputhash [317]
0.00 0.00 124/1952 Fintern [422]
0.00 0.00 3/37 Fdefalias [430]
0.00 0.00 123/7479 Fmake_vector [371]
0.00 0.00 1/1 Fcopy_keymap [551]
0.00 0.00 2141/2141 Fwindow_frame [552]
0.00 0.00 2000/2000 Fwindow_pixel_top [556]
0.00 0.00 2000/2000 Fwindow_pixel_left [555]
0.00 0.00 16/16 Fcoding_system_base [561]
0.00 0.00 2/2 next_window [565]
0.00 0.00 129/4333 Fput [415]
0.00 0.00 11/11 Fcoding_system_plist [574]
0.00 0.00 2/2 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 2/2 Fautoload [579]
0.00 0.00 5/5 Fsort [584]
0.00 0.00 3/3 Fset_terminal_parameter [585]
0.00 0.00 9/9 Fterminal_parameter [586]
0.00 0.00 1019/1019 Fwindow_pixel_width [591]
0.00 0.00 1011/1011 Fwindow_pixel_height [592]
0.00 0.00 2/7 Fcurrent_time [533]
0.00 0.00 2/4 Fcheck_coding_system [577]
0.00 0.00 3/3 Fterminal_list [615]
0.00 0.00 1/1 Fset_keyboard_coding_system_internal [621]
0.00 0.00 1/1 Fset_terminal_coding_system_internal [622]
0.00 0.00 1/213 list4 [393]
0.00 0.00 3/3 Fbackward_prefix_chars [630]
0.00 0.00 3/10 Fcoding_system_p [587]
0.00 0.00 1/215 Fsafe_length [411]
0.00 0.00 11/11 Fgetenv_internal [646]
0.00 0.00 20/4355 Fplist_put [439]
0.00 0.00 1/1 Fcharsetp [651]
0.00 0.00 81/81 Fwindow_left_child [661]
0.00 0.00 81/81 Fwindow_top_child [662]
0.00 0.00 79/79 Fwindow_minibuffer_p [664]
0.00 0.00 1/1 Fequal_including_properties [668]
0.00 0.00 10/2126 Frassq [493]
0.00 0.00 22/22 Fwindow_next_sibling [672]
0.00 0.00 5/5 Fframe_or_buffer_changed_p [674]
0.00 0.00 18/18 Fwindow_parent [676]
0.00 0.00 116/129 Fkeymap_prompt [679]
0.00 0.00 1/5628 Fnreverse [458]
0.00 0.00 373/373 Fkeymapp [683]
0.00 0.00 4/8 keymap_parent [681]
0.00 0.00 2/3 Fset_keymap_parent [682]
0.00 0.00 2/2 Fset_window_new_total [684]
0.00 0.00 2/2 Fwindow_new_total [685]
0.00 0.00 1/50 Fcurrent_window_configuration [663]
0.00 0.00 5/5 Fuse_local_map [687]
0.00 0.00 178174/194533 record_in_backtrace [708]
0.00 0.00 6207/1362857 Fcdr [690]
0.00 0.00 6201/6201 Fterminal_live_p [800]
0.00 0.00 4269/19297 arith_driver [743]
0.00 0.00 3174/3174 Fvectorp [836]
0.00 0.00 3108/11536 Findirect_function [760]
0.00 0.00 3081/3081 Fframe_char_height [840]
0.00 0.00 3068/3068 Fselected_window [842]
0.00 0.00 3015/618605 indirect_function [699]
0.00 0.00 2065/6172 Fdefault_value [801]
0.00 0.00 2044/10222 Fplus [768]
0.00 0.00 2028/2028 Fwindow_vscroll [897]
0.00 0.00 2028/2028 Fwindow_hscroll [896]
0.00 0.00 2014/2014 Ffloatp [902]
0.00 0.00 1769/9956 do_pending_atimers [769]
0.00 0.00 1571/1571 Fpurecopy [919]
0.00 0.00 1352/5455 Fvconcat [806]
0.00 0.00 1225/1225 Flogand [939]
0.00 0.00 1225/1225 Flsh [940]
0.00 0.00 1192/1214 Fbuffer_modified_p [941]
0.00 0.00 1170/1176 Fwindow_buffer [945]
0.00 0.00 1119/1178700 textget [691]
0.00 0.00 1094/1129 Fframep [949]
0.00 0.00 1075/1075 Fframe_live_p [967]
0.00 0.00 1057/1057 Fwindow_live_p [979]
0.00 0.00 1056/1056 Fframe_char_width [980]
0.00 0.00 1048/1048 Fsubrp [984]
0.00 0.00 1046/1046 Frun_hook_with_args_until_success [985]
0.00 0.00 1034/1034 Foverlayp [993]
0.00 0.00 1020/1020 Fwindow_header_line_height [1017]
0.00 0.00 1020/1020 Fwindow_margins [1018]
0.00 0.00 1020/1020 Fwindow_fringes [1016]
0.00 0.00 1018/1018 Fx_hide_tip [1020]
0.00 0.00 1017/1017 Farrayp [1022]
0.00 0.00 1014/1014 Fset_window_vscroll [1030]
0.00 0.00 1014/1014 Fabs [1029]
0.00 0.00 1000/1171 Fminus [946]
0.00 0.00 1000/1000 Fwindow_body_height [1042]
0.00 0.00 1000/1000 Fwindow_body_width [1043]
0.00 0.00 1000/5124 Fmarker_position [811]
0.00 0.00 1000/1000 Fwindow_start [1044]
0.00 0.00 1000/1000 Fborder_width [1040]
0.00 0.00 516/516 Fskip_syntax_forward [1074]
0.00 0.00 378/378 Fstring_match [1087]
0.00 0.00 237/237 Fwindow_valid_p [1099]
0.00 0.00 194/6751 Ffboundp [793]
0.00 0.00 183/183 Fread [1109]
0.00 0.00 146/147 Fappend [1120]
0.00 0.00 127/127 Fset_syntax_table [1128]
0.00 0.00 122/122 Fsyntax_table [1132]
0.00 0.00 120/539 intern_sym [1071]
0.00 0.00 116/118 Fmake_sparse_keymap [1135]
0.00 0.00 115/119 Ffile_name_absolute_p [1133]
0.00 0.00 92/92 Fbuffer_name [1147]
0.00 0.00 82/72024 Fcar [717]
0.00 0.00 70/70 Fwindowp [1154]
0.00 0.00 59/557 Fconcat [1068]
0.00 0.00 59/59 Frun_hook_wrapped [1163]
0.00 0.00 59/59 Fdecode_coding_string [1162]
0.00 0.00 53/53 Fstringp [1178]
0.00 0.00 46/46 Fframe_root_window [1194]
0.00 0.00 44/1445 Ffunctionp [923]
0.00 0.00 41/41 rounding_driver [1199]
0.00 0.00 40/40 Fceiling [1202]
0.00 0.00 40/208 Fdefault_boundp [1103]
0.00 0.00 38/1095 Fdelq [955]
0.00 0.00 36/36 Fx_display_color_cells [1213]
0.00 0.00 33/33 Fforce_mode_line_update [1216]
0.00 0.00 28/28 Fframe_selected_window [1225]
0.00 0.00 28/35 Fwindow_system [1215]
0.00 0.00 27/2582 Flocal_variable_p [857]
0.00 0.00 27/27 Fselected_frame [1228]
0.00 0.00 22/22 Fminibuffer_window [1253]
0.00 0.00 22/22 Fframe_visible_p [1252]
0.00 0.00 22/22 emacs_readlinkat [1255]
0.00 0.00 20/20 Fwindow_bottom_divider_width [1260]
0.00 0.00 20/20 Fwindow_scroll_bar_height [1263]
0.00 0.00 20/20 Fwindow_right_divider_width [1262]
0.00 0.00 20/20 Fwindow_scroll_bar_width [1264]
0.00 0.00 18/18 Ftime_add [1280]
0.00 0.00 18/18 Factive_minibuffer_window [1278]
0.00 0.00 17/17 Fprefix_numeric_value [1287]
0.00 0.00 17/17 Fcurrent_message [1286]
0.00 0.00 15/737 Fbuffer_live_p [1058]
0.00 0.00 14/14 Fmultibyte_string_p [1298]
0.00 0.00 13/49 xrdb_get_resource [1186]
0.00 0.00 13/13 Fx_get_resource [1313]
0.00 0.00 12/77 Fxw_display_color_p [1153]
0.00 0.00 12/12 read_file_name [1322]
0.00 0.00 11/15 Fbuffer_file_name [1293]
0.00 0.00 11/11 Fcurrent_global_map [1326]
0.00 0.00 10/10 Flocal_variable_if_set_p [1331]
0.00 0.00 10/10 Ffloat_time [1328]
0.00 0.00 10/17991 list1 [747]
0.00 0.00 10/10 Finit_image_library [1330]
0.00 0.00 9/9 Finternal_show_cursor [1348]
0.00 0.00 9/9 Ftime_less_p [1350]
0.00 0.00 8/8 Fformat [1359]
0.00 0.00 7/7 Fwindow_list_1 [1370]
0.00 0.00 7/7 Fframe_terminal [1369]
0.00 0.00 6/2124 Fnconc [880]
0.00 0.00 6/6 Fselect_frame [1380]
0.00 0.00 6/6 Fbuffer_base_buffer [1376]
0.00 0.00 5/2288 Finternal_show_cursor_p [866]
0.00 0.00 5/102 Fsymbol_name [1144]
0.00 0.00 5/5 Fsymbolp [1402]
0.00 0.00 5/5 Fset_buffer_modified_p [1400]
0.00 0.00 4/4 Fscan_sexps [1422]
0.00 0.00 4/4 Fintern_soft [1416]
0.00 0.00 4/2066 Fbuffer_local_value [887]
0.00 0.00 4/4 Ftty_top_frame [1424]
0.00 0.00 4/4 Fcapitalize [1415]
0.00 0.00 4/4 Fkeymap_parent [1417]
0.00 0.00 4/4 Flooking_at [1418]
0.00 0.00 4/1071 Freverse [973]
0.00 0.00 4/4 Fprocess_list [1420]
0.00 0.00 3/3 Fset_frame_selected_window [1458]
0.00 0.00 3/130 Fselect_window [1126]
0.00 0.00 3/3 Fset_window_next_buffers [1460]
0.00 0.00 3/3 Fset_window_prev_buffers [1461]
0.00 0.00 3/3 Fgenerate_new_buffer_name [1456]
0.00 0.00 3/3 Fprocessp [1457]
0.00 0.00 3/3 Fchar_table_parent [1454]
0.00 0.00 3/3 Fwindow_next_buffers [1465]
0.00 0.00 3/3 Fwindow_prev_buffers [1466]
0.00 0.00 3/3 Fbufferp [1453]
0.00 0.00 3/5 Fset_buffer_multibyte [1401]
0.00 0.00 3/3 Fdaemonp [1455]
0.00 0.00 3/3 Fstandard_syntax_table [1462]
0.00 0.00 2/2 Fnext_window [1504]
0.00 0.00 2/2 Fset_char_table_parent [1505]
0.00 0.00 2/2 Fcar_less_than_car [1500]
0.00 0.00 2/2 Ftty_type [1507]
0.00 0.00 2/4672 Fget_buffer [813]
0.00 0.00 2/588 Fsubstitute_command_keys [1066]
0.00 0.00 2/2 Fbyte_code_function_p [1498]
0.00 0.00 2/3 Fuser_login_name [1463]
0.00 0.00 2/2 Fkeywordp [1501]
0.00 0.00 2/4 Fsystem_name [1423]
0.00 0.00 1/1 Fposn_at_x_y [1563]
0.00 0.00 1/1 Ftool_bar_height [1571]
0.00 0.00 1/1 Ffunction_equal [1558]
0.00 0.00 1/1 Fdelete_frame [1553]
0.00 0.00 1/1 Fframe_after_make_frame [1557]
0.00 0.00 1/1 Fwindow_resize_apply_total [1577]
0.00 0.00 1/1 Fround [1566]
0.00 0.00 1/1 Fset_input_meta_mode [1568]
0.00 0.00 1/132 make_float [1125]
0.00 0.00 1/1 Ffloat [1555]
0.00 0.00 1/1 Fcurrent_bidi_paragraph_direction [1551]
0.00 0.00 1/1 Fbuffer_size [1550]
0.00 0.00 1/6 Frestore_buffer_modified_p [1379]
0.00 0.00 1/1 Flocale_info [1560]
0.00 0.00 1/6 make_process [1387]
0.00 0.00 1/6 Fget_buffer_process [1378]
0.00 0.00 1/1 Femacs_pid [1554]
0.00 0.00 1/1 Fmax_char [1561]
0.00 0.00 1/2 Fbyteorder [1499]
0.00 0.00 1/1 Finvocation_name [1559]
0.00 0.00 1/1 Fuser_real_login_name [1573]
0.00 0.00 1/1 Fcurrent_input_mode [1552]
66201 funcall_lambda <cycle 4> [182]
48888 exec_byte_code <cycle 4> [56]
23652 unbind_to <cycle 4> [340]
5337 Feval <cycle 4> [286]
3148 Fcommandp <cycle 4> [642]
2440 Fapply <cycle 4> [326]
1321 Finternal_set_lisp_face_attribute <cycle 4> [232]
1064 Fput_text_property <cycle 4> [975]
1017 Ffuncall_interactively <cycle 4> [1023]
1017 Fcall_interactively <cycle 4> [90]
1014 Fvertical_motion <cycle 4> [163]
1000 Fline_pixel_height <cycle 4> [1041]
729 Fset_fontset_font <cycle 4> [28]
543 Fmacroexpand <cycle 4> [396]
123 Fexpand_file_name <cycle 4> [133]
116 Fmap_keymap <cycle 4> [1136]
91 Ffile_name_nondirectory <cycle 4> [256]
59 code_convert_string <cycle 4> [352]
53 Fmake_local_variable <cycle 4> [362]
49 Ffile_name_as_directory <cycle 4> [298]
42 Flookup_key <cycle 4> [665]
41 Ffile_directory_p <cycle 4> [303]
40 Frun_hooks <cycle 4> [1203]
38 Ffile_name_directory <cycle 4> [300]
37 Fmapcar <cycle 4> [444]
30 Fset_default <cycle 4> [187]
28 Fsignal <cycle 4> [427]
28 Fdirectory_file_name <cycle 4> [279]
27 Ffile_symlink_p <cycle 4> [329]
24 Fload <cycle 4> [428]
21 Fdefine_key <cycle 4> [418]
20 Fwindow_mode_line_height <cycle 4> [1261]
17 current_message <cycle 4> [1197]
15 Fbuffer_list <cycle 4> [1294]
14 Fcommand_error_default_function <cycle 4> [1296]
14 Ffile_readable_p <cycle 4> [355]
10 Fwhere_is_internal <cycle 4> [336]
10 Fimage_mask_p <cycle 4> [1329]
9 Fgarbage_collect <cycle 4> [57]
9 call2 <cycle 4> [913]
8 styled_format <cycle 4> [365]
6 select_window <cycle 4> [549]
6 do_switch_frame <cycle 4> [1361]
5 Fthrow <cycle 4> [1403]
5 Fkill_local_variable <cycle 4> [627]
3 Finsert_file_contents <cycle 4> [379]
3 Fmodify_frame_parameters <cycle 4> [1419]
3 merge <cycle 4> [1478]
3 Fkill_buffer <cycle 4> [530]
3 Fget_buffer_create <cycle 4> [452]
2 Fautoload_do_load <cycle 4> [607]
2 Fmessage <cycle 4> [1503]
2 Fset_coding_system_priority <cycle 4> [515]
2 Feval_buffer <cycle 4> [525]
2 Flocate_file_internal <cycle 4> [1502]
2 Fnew_fontset <cycle 4> [426]
2 Ffile_attributes <cycle 4> [438]
2 text_quoting_style <cycle 4> [588]
2 Ffile_exists_p <cycle 4> [421]
2 Fkill_all_local_variables <cycle 4> [641]
1 Frun_hook_with_args_until_failure <cycle 4> [1421]
1 Fpropertize <cycle 4> [538]
1 Fremove_text_properties <cycle 4> [649]
1 Fx_open_connection <cycle 4> [1578]
1 make_lispy_position <cycle 4> [563]
1 Fposn_at_point <cycle 4> [1562]
1 Fmapc <cycle 4> [656]
1 delete_frame <cycle 4> [170]
1 Fkill_emacs <cycle 4> [613]
1 Fset_window_configuration <cycle 4> [482]
1 Ffile_accessible_directory_p <cycle 4> [472]
1 Fmake_frame_visible <cycle 4> [596]
1 Fx_create_frame <cycle 4> [337]
1 Fredraw_frame <cycle 4> [1565]
1 Fundo_boundary <cycle 4> [1572]
-----------------------------------------------
0.00 0.00 140/490846 show_hourglass <cycle 4> [296]
0.00 0.00 2997/490846 command_loop_1 <cycle 2> [12]
0.00 0.00 4089/490846 Fconstrain_to_field [223]
0.00 0.00 4875/490846 back_to_previous_visible_line_start [129]
0.00 0.00 7076/490846 Fnext_single_char_property_change <cycle 4> [150]
0.00 0.00 8233/490846 handle_invisible_prop [168]
0.00 0.00 8270/490846 handle_fontified_prop <cycle 4> [184]
0.00 0.00 8558/490846 x_produce_glyphs [81]
0.00 0.00 10250/490846 get_local_map [134]
0.00 0.00 11604/490846 handle_line_prefix [175]
0.00 0.00 18446/490846 compute_display_string_pos <cycle 4> [124]
0.00 0.00 23448/490846 handle_display_prop [153]
0.01 0.06 382860/490846 face_for_char [17]
[19] 8.3 0.01 0.08 490846 get_char_property_and_overlay [19]
0.01 0.02 490846/1232573 lookup_char_property [20]
0.02 0.00 469132/485601 overlays_at [60]
0.00 0.02 490846/603957 Ftext_properties_at [48]
0.01 0.00 469132/479385 sort_overlays [115]
0.00 0.00 938264/958764 set_buffer_temp [693]
0.00 0.00 490846/1178700 textget [691]
0.00 0.00 8213/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 2/1232573 Fprevious_single_property_change [608]
0.00 0.00 17/1232573 note_mouse_highlight <cycle 4> [489]
0.00 0.00 1119/1232573 Ffuncall <cycle 4> [18]
0.00 0.00 1174/1232573 Ftext_property_any [353]
0.00 0.00 4995/1232573 offset_intervals [246]
0.00 0.00 5572/1232573 verify_interval_modification [260]
0.00 0.00 8233/1232573 face_at_buffer_position [161]
0.00 0.00 9098/1232573 Fget_pos_property [155]
0.00 0.00 10340/1232573 handle_invisible_prop [168]
0.00 0.00 19348/1232573 text_property_stickiness [173]
0.00 0.00 48878/1232573 get_property_and_range [138]
0.00 0.00 63075/1232573 face_at_string_position [53]
0.00 0.01 157329/1232573 compute_stop_pos [42]
0.01 0.02 412547/1232573 Fnext_single_property_change [37]
0.01 0.02 490846/1232573 get_char_property_and_overlay [19]
[20] 7.4 0.02 0.06 1232573 lookup_char_property [20]
0.05 0.00 1193701/1407350 Fassq [24]
0.01 0.00 171244/292896 Fplist_get [63]
0.00 0.00 1335412/1362857 Fcdr [690]
-----------------------------------------------
2176017 mark_object <cycle 4> [21]
48 mark_overlay <cycle 4> [1083]
108 mark_discard_killed_buffers <cycle 4> [1141]
380 mark_image_cache <cycle 4> [1232]
742 mark_specpdl <cycle 4> [1240]
888 mark_kboards <cycle 4> [1239]
931 sweep_weak_table <cycle 4> [1088]
6287 xg_mark_data <cycle 4> [1251]
7018 mark_localized_symbol <cycle 4> [106]
7143 mark_face_cache <cycle 4> [1131]
16780 mark_compiled <cycle 4> [816]
20712 traverse_intervals_noorder <cycle 4> [1084]
268742 Fgarbage_collect <cycle 4> [57]
2519161 mark_vectorlike <cycle 4> [724]
2727070 mark_char_table <cycle 4> [61]
[21] 6.5 0.07 0.00 5576010+2176017 mark_object <cycle 4> [21]
39274 mark_vectorlike <cycle 4> [724]
4352 mark_compiled <cycle 4> [816]
3509 mark_localized_symbol <cycle 4> [106]
1005 mark_char_table <cycle 4> [61]
322 traverse_intervals_noorder <cycle 4> [1084]
127 mark_face_cache <cycle 4> [1131]
108 mark_discard_killed_buffers <cycle 4> [1141]
48 mark_overlay <cycle 4> [1083]
20 mark_buffer <cycle 4> [1104]
2176017 mark_object <cycle 4> [21]
-----------------------------------------------
<spontaneous>
[22] 6.5 0.07 0.00 deliver_user_signal [22]
-----------------------------------------------
0.06 0.00 12938424/12938424 char_table_ref [16]
[23] 5.6 0.06 0.00 12938424 sub_char_table_ref [23]
-----------------------------------------------
0.00 0.00 1/1407350 x_set_screen_gamma [547]
0.00 0.00 1/1407350 Fx_create_frame <cycle 4> [337]
0.00 0.00 2/1407350 save_window_save [503]
0.00 0.00 2/1407350 Fset_window_configuration <cycle 4> [482]
0.00 0.00 2/1407350 Fprovide [542]
0.00 0.00 3/1407350 uniprop_table [157]
0.00 0.00 3/1407350 Fset_terminal_parameter [585]
0.00 0.00 3/1407350 Fkill_local_variable <cycle 4> [627]
0.00 0.00 4/1407350 realize_basic_faces [242]
0.00 0.00 6/1407350 Fframe_parameters [36]
0.00 0.00 9/1407350 Fterminal_parameter [586]
0.00 0.00 19/1407350 eval_sub <cycle 4> [139]
0.00 0.00 52/1407350 store_frame_param [466]
0.00 0.00 54/1407350 get_frame_param [513]
0.00 0.00 72/1407350 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 101/1407350 x_get_arg [475]
0.00 0.00 543/1407350 Fmacroexpand <cycle 4> [396]
0.00 0.00 771/1407350 Fmake_local_variable <cycle 4> [362]
0.00 0.00 999/1407350 offset_intervals [246]
0.00 0.00 1051/1407350 Ffont_get [380]
0.00 0.00 1064/1407350 Fwindow_parameter [378]
0.00 0.00 1539/1407350 exec_byte_code <cycle 4> [56]
0.00 0.00 4128/1407350 lookup_fringe_bitmap [236]
0.00 0.00 7216/1407350 Fframe_parameter [35]
0.00 0.00 10250/1407350 text_property_stickiness [173]
0.01 0.00 185754/1407350 store_in_alist [71]
0.05 0.00 1193701/1407350 lookup_char_property [20]
[24] 5.2 0.06 0.00 1407350 Fassq [24]
0.00 0.00 406/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 406/9956 do_pending_atimers [769]
-----------------------------------------------
54802 get_next_display_element <cycle 4> [14]
[25] 5.1 0.04 0.01 54802 face_before_or_after_it_pos <cycle 4> [25]
0.00 0.01 41360/63075 face_at_string_position [53]
41360 bidi_move_to_visually_next <cycle 4> [44]
-----------------------------------------------
0.00 0.05 2029/2029 read_key_sequence.constprop.44 <cycle 2> [11]
[26] 5.0 0.00 0.05 2029 active_maps [26]
0.02 0.04 2029/35497 Fcurrent_active_maps <cycle 4> [131]
-----------------------------------------------
0.00 0.05 2028/2028 read_key_sequence.constprop.44 <cycle 2> [11]
[27] 5.0 0.00 0.05 2028 keyremap_step.constprop.45 [27]
0.02 0.04 2028/35497 access_keymap <cycle 4> [821]
0.00 0.00 4056/672387 get_keymap [518]
0.00 0.00 4056/6751 Ffboundp [793]
-----------------------------------------------
1 eval_sub <cycle 4> [139]
2 fontset_from_font <cycle 4> [386]
147 Fnew_fontset <cycle 4> [426]
729 Ffuncall <cycle 4> [18]
[28] 4.0 0.00 0.04 879 Fset_fontset_font <cycle 4> [28]
0.00 0.03 878/881 find_font_encoding [43]
0.00 0.01 1207/1306 fontset_add [73]
0.00 0.00 878/878 concat3 [268]
0.00 0.00 36/37 Fset_char_table_range [267]
0.00 0.00 30/107 set_fontset_font [194]
0.00 0.00 879/879 check_fontset_name [294]
0.00 0.00 822/3759 casify_object [212]
0.00 0.00 686/686 font_parse_family_registry [308]
0.00 0.00 758/885 Ffont_spec [356]
0.00 0.00 1208/954743 Fcons [30]
0.00 0.00 170/18640 Fmemq [147]
0.00 0.00 1082/505158 hash_lookup [58]
0.00 0.00 881/10077 Fgethash [265]
0.00 0.00 806/816 Ffont_xlfd_name [425]
0.00 0.00 909/12539 allocate_vector [354]
0.00 0.00 1/1 Fclear_face_cache [550]
0.00 0.00 37/7479 Fmake_vector [371]
0.00 0.00 143/5628 Fnreverse [458]
0.00 0.00 879/880 free_realized_fontsets [1051]
0.00 0.00 852/17991 list1 [747]
0.00 0.00 822/2527 Fdowncase [859]
0.00 0.00 333/72024 Fcar [717]
0.00 0.00 333/1362857 Fcdr [690]
143 map_char_table <cycle 4> [442]
31 map_charset_chars <cycle 4> [216]
-----------------------------------------------
0.00 0.04 634/634 Ffuncall <cycle 4> [18]
[29] 3.6 0.00 0.04 634 Fparse_partial_sexp [29]
0.01 0.02 634/634 scan_sexps_forward [39]
0.01 0.00 634/636 validate_region [109]
0.00 0.00 634/19717 buf_charpos_to_bytepos [93]
0.00 0.00 6340/954743 Fcons [30]
0.00 0.00 634/6617 set_point_both [297]
-----------------------------------------------
0.00 0.00 1/954743 make_frame <cycle 4> [616]
0.00 0.00 1/954743 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/954743 x_term_init <cycle 4> [634]
0.00 0.00 1/954743 x_set_tool_bar_position [575]
0.00 0.00 1/954743 Fdefine_key <cycle 4> [418]
0.00 0.00 1/954743 prepare_record [650]
0.00 0.00 2/954743 fontset_pattern_regexp [624]
0.00 0.00 2/954743 save_menu_items [595]
0.00 0.00 2/954743 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 2/954743 map_char_table_for_charset [217]
0.00 0.00 2/954743 Fx_create_frame <cycle 4> [337]
0.00 0.00 2/954743 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 2/954743 init_kboard [636]
0.00 0.00 2/954743 record_buffer [560]
0.00 0.00 2/954743 record_first_change [637]
0.00 0.00 2/954743 record_insert [620]
0.00 0.00 2/954743 Fautoload [579]
0.00 0.00 2/954743 font_update_drivers [589]
0.00 0.00 2/954743 font_put_frame_data [604]
0.00 0.00 2/954743 Feval_buffer <cycle 4> [525]
0.00 0.00 2/954743 fontset_find_font [76]
0.00 0.00 2/954743 Fnew_fontset <cycle 4> [426]
0.00 0.00 4/954743 Ffontp [387]
0.00 0.00 4/954743 redisplay_internal [10]
0.00 0.00 4/954743 save_window_save [503]
0.00 0.00 4/954743 Fterminal_list [615]
0.00 0.00 4/954743 Fload <cycle 4> [428]
0.00 0.00 5/954743 Finternal_char_font [514]
0.00 0.00 6/954743 display_mode_element <cycle 4> [85]
0.00 0.00 6/954743 Fset_terminal_parameter [585]
0.00 0.00 6/954743 Fxw_color_values [545]
0.00 0.00 6/954743 get_keyelt <cycle 4> [569]
0.00 0.00 6/954743 file_attributes [531]
0.00 0.00 6/954743 font_registry_charsets [306]
0.00 0.00 6/954743 fontset_from_font <cycle 4> [386]
0.00 0.00 7/954743 Fcurrent_time [533]
0.00 0.00 7/954743 font_open_entity [409]
0.00 0.00 8/954743 add_window_to_list [594]
0.00 0.00 8/954743 handle_one_xevent [180]
0.00 0.00 8/954743 Fpropertize <cycle 4> [538]
0.00 0.00 8/954743 readevalloop <cycle 4> [441]
0.00 0.00 10/954743 Fget_buffer_create <cycle 4> [452]
0.00 0.00 10/954743 Finsert_file_contents <cycle 4> [379]
0.00 0.00 10/954743 Fprovide [542]
0.00 0.00 10/954743 lookup_image <cycle 4> [576]
0.00 0.00 12/954743 make_lispy_position <cycle 4> [563]
0.00 0.00 12/954743 read_char <cycle 2> [9]
0.00 0.00 12/954743 x_find_image_fd <cycle 4> [554]
0.00 0.00 13/954743 process_tool_bar_item <cycle 4> [322]
0.00 0.00 16/954743 Fget_load_suffixes [448]
0.00 0.00 17/954743 adjust_frame_size <cycle 4> [468]
0.00 0.00 19/954743 Fcopy_keymap [551]
0.00 0.00 22/954743 apply_modifiers [135]
0.00 0.00 23/954743 font_list_entities [231]
0.00 0.00 27/954743 push_message <cycle 4> [536]
0.00 0.00 30/954743 map_charset_chars <cycle 4> [216]
0.00 0.00 32/954743 funcall_lambda <cycle 4> [182]
0.00 0.00 35/954743 openp <cycle 4> [220]
0.00 0.00 36/954743 make_blv [524]
0.00 0.00 38/954743 parse_modifiers [205]
0.00 0.00 42/954743 Fset_coding_system_priority <cycle 4> [515]
0.00 0.00 42/954743 Fsignal <cycle 4> [427]
0.00 0.00 44/954743 store_in_keymap [429]
0.00 0.00 46/954743 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 47/954743 set_fontset_font [194]
0.00 0.00 62/954743 Ffset [507]
0.00 0.00 66/954743 set_internal [140]
0.00 0.00 72/954743 map_keymap_char_table_item [500]
0.00 0.00 72/954743 time_arith [501]
0.00 0.00 76/954743 store_frame_param [466]
0.00 0.00 76/954743 access_keymap_1 <cycle 4> [130]
0.00 0.00 86/954743 menu_bar_item <cycle 4> [413]
0.00 0.00 90/954743 Fmake_local_variable <cycle 4> [362]
0.00 0.00 128/954743 Fdefalias [430]
0.00 0.00 137/954743 Fdefvar <cycle 4> [463]
0.00 0.00 159/954743 Fput [415]
0.00 0.00 164/954743 Finternal_make_lisp_face [369]
0.00 0.00 180/954743 eval_sub <cycle 4> [139]
0.00 0.00 208/954743 Fset_charset_priority [307]
0.00 0.00 215/954743 map_char_table <cycle 4> [442]
0.00 0.00 223/954743 Fplist_put [439]
0.00 0.00 264/954743 Fgarbage_collect <cycle 4> [57]
0.00 0.00 271/954743 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 328/954743 read1 <cycle 5> [368]
0.00 0.00 401/954743 Fsafe_length [411]
0.00 0.00 478/954743 directory_files_internal <cycle 4> [293]
0.00 0.00 551/954743 ftfont_lookup_cache [351]
0.00 0.00 569/954743 ftfont_pattern_entity [254]
0.00 0.00 569/954743 ftfont_list [249]
0.00 0.00 639/954743 list4 [393]
0.00 0.00 1014/954743 command_loop_1 <cycle 2> [12]
0.00 0.00 1017/954743 Fcall_interactively <cycle 4> [90]
0.00 0.00 1025/954743 code_conversion_save <cycle 4> [381]
0.00 0.00 1076/954743 accumulate_script_ranges [376]
0.00 0.00 1208/954743 Fset_fontset_font <cycle 4> [28]
0.00 0.00 1266/954743 update_compositions <cycle 4> [185]
0.00 0.00 1302/954743 where_is_internal_1 <cycle 4> [229]
0.00 0.00 1502/954743 font_put_extra [277]
0.00 0.00 1576/954743 read_list <cycle 5> [363]
0.00 0.00 1694/954743 list2 [359]
0.00 0.00 1998/954743 offset_intervals [246]
0.00 0.00 2000/954743 Fwindow_scroll_bars [263]
0.00 0.00 2029/954743 read_key_sequence.constprop.44 <cycle 2> [11]
0.00 0.00 2092/954743 Fbacktrace_frame [280]
0.00 0.00 2198/954743 list3 [348]
0.00 0.00 3070/954743 Fkey_binding <cycle 4> [328]
0.00 0.00 3666/954743 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 3932/954743 add_properties [314]
0.00 0.00 4010/954743 window_list_1 [227]
0.00 0.00 4174/954743 copy_font_spec [310]
0.00 0.00 6249/954743 Ffuncall <cycle 4> [18]
0.00 0.00 6340/954743 Fparse_partial_sexp [29]
0.00 0.00 8024/954743 list5 [278]
0.00 0.00 9717/954743 Fcurrent_active_maps <cycle 4> [131]
0.00 0.00 20886/954743 exec_byte_code <cycle 4> [56]
0.00 0.00 27641/954743 Flist [199]
0.01 0.00 242934/954743 store_in_alist [71]
0.01 0.01 278583/954743 Fcopy_alist [79]
0.01 0.01 305680/954743 Fmake_list [66]
[30] 3.6 0.02 0.02 954743 Fcons [30]
0.01 0.01 9139/9139 lisp_align_malloc [69]
-----------------------------------------------
0.00 0.00 9/43413 font_rescale_ratio [446]
0.00 0.00 31/43413 fs_query_fontset [292]
0.00 0.00 31/43413 Ffind_operation_coding_system [391]
0.00 0.01 13435/43413 Ffind_file_name_handler [82]
0.00 0.03 29907/43413 find_font_encoding [43]
[31] 3.6 0.00 0.04 43413 fast_string_match_internal [31]
0.00 0.02 43413/44280 re_search [54]
0.00 0.02 43413/53020 compile_pattern [55]
-----------------------------------------------
497590 bidi_move_to_visually_next <cycle 4> [44]
[32] 3.3 0.02 0.02 497590 bidi_level_of_next_char <cycle 4> [32]
0.00 0.01 453946/860666 bidi_explicit_dir_char [65]
0.00 0.00 471180/943394 bidi_cache_find [97]
0.00 0.00 7453/474012 bidi_find_paragraph_start [121]
0.00 0.00 462218/961876 bidi_cache_iterator_state [692]
496556 bidi_resolve_neutral <cycle 4> [77]
13657 bidi_fetch_char <cycle 4> [704]
-----------------------------------------------
497590 bidi_resolve_weak <cycle 4> [101]
[33] 3.1 0.01 0.02 497590 bidi_resolve_explicit <cycle 4> [33]
0.00 0.01 387407/777368 bidi_paired_bracket_type [67]
0.00 0.01 466496/474012 bidi_find_paragraph_start [121]
0.00 0.00 388441/885018 bidi_get_category [98]
466496 bidi_fetch_char <cycle 4> [704]
-----------------------------------------------
0.00 0.00 2765/39478 composition_reseat_it [176]
0.00 0.01 6766/39478 next_element_from_buffer <cycle 4> [88]
0.00 0.01 11374/39478 next_element_from_string <cycle 4> [45]
0.00 0.02 18573/39478 compute_stop_pos [42]
[34] 3.1 0.00 0.03 39478 composition_compute_stop_pos [34]
0.01 0.01 739879/4987260 char_table_ref [16]
0.01 0.01 39466/70890 find_composition [46]
-----------------------------------------------
0.00 0.00 1/7219 delete_frame <cycle 4> [170]
0.00 0.00 2/7219 x_wm_set_size_hint [440]
0.00 0.00 61/7219 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1040/7219 eval_sub <cycle 4> [139]
0.00 0.03 6115/7219 Ffuncall <cycle 4> [18]
[35] 3.0 0.00 0.03 7219 Fframe_parameter [35]
0.00 0.03 7133/7146 Fframe_parameters [36]
0.00 0.00 7216/1407350 Fassq [24]
0.00 0.00 7219/19504 decode_any_frame [742]
-----------------------------------------------
0.00 0.00 2/7146 Ffuncall <cycle 4> [18]
0.00 0.00 11/7146 eval_sub <cycle 4> [139]
0.00 0.03 7133/7146 Fframe_parameter [35]
[36] 3.0 0.00 0.03 7146 Fframe_parameters [36]
0.00 0.02 185754/185754 store_in_alist [71]
0.00 0.01 7146/7154 Fcopy_alist [79]
0.00 0.00 14286/14288 make_formatted_string [304]
0.00 0.00 6/1407350 Fassq [24]
0.00 0.00 9/17795 make_string [295]
0.00 0.00 64287/75763 Fsetcdr [716]
0.00 0.00 7146/19504 decode_any_frame [742]
0.00 0.00 6/6 tty_color_name [1393]
-----------------------------------------------
0.00 0.00 2/122150 note_mouse_highlight <cycle 4> [489]
0.00 0.00 8233/122150 face_at_buffer_position [161]
0.00 0.00 11374/122150 Fnext_single_char_property_change <cycle 4> [150]
0.00 0.01 39466/122150 find_composition [46]
0.00 0.02 63075/122150 face_at_string_position [53]
[37] 2.8 0.00 0.03 122150 Fnext_single_property_change [37]
0.01 0.02 412547/1232573 lookup_char_property [20]
0.00 0.00 69138/723140 find_interval [59]
0.00 0.00 122150/755118 validate_interval_range [114]
0.00 0.00 412547/1178700 textget [691]
0.00 0.00 388268/491439 next_interval [703]
0.00 0.00 1037/72024 Fcar [717]
-----------------------------------------------
[38] 2.8 0.02 0.01 9669+21424 <cycle 3 as a whole> [38]
0.02 0.00 9144 XTread_socket <cycle 3> [64]
0.00 0.01 11994 gobble_input <cycle 3> [117]
0.00 0.00 9955 process_pending_signals <cycle 3> [770]
-----------------------------------------------
0.01 0.02 634/634 Fparse_partial_sexp [29]
[39] 2.7 0.01 0.02 634 scan_sexps_forward [39]
0.01 0.01 719157/4987260 char_table_ref [16]
0.00 0.00 634/1154 SETUP_SYNTAX_TABLE [948]
0.00 0.00 576/1362857 Fcdr [690]
0.00 0.00 448/72024 Fcar [717]
-----------------------------------------------
1018 read_char <cycle 2> [9]
0.00 0.06 1/16 internal_catch [5]
[40] 2.5 0.00 0.03 1019 top_level_1 <cycle 2> [40]
0.01 0.02 1018/35497 call0 <cycle 4> [784]
0.00 0.00 1018/2067 intern_1 [644]
0.00 0.00 1018/12453 gettime [758]
1 internal_condition_case <cycle 2> [257]
-----------------------------------------------
0.00 0.03 1014/1014 read_key_sequence.constprop.44 <cycle 2> [11]
[41] 2.5 0.00 0.03 1014 test_undefined [41]
0.01 0.02 1014/35497 Fkey_binding <cycle 4> [328]
0.00 0.00 1014/2028 Fcommand_remapping [895]
-----------------------------------------------
0.00 0.00 11/18573 reseat <cycle 4> [414]
0.00 0.00 44/18573 resize_mini_window <cycle 4> [364]
0.00 0.00 56/18573 redisplay_window <cycle 4> [84]
0.00 0.00 1014/18573 move_it_to <cycle 4> [164]
0.00 0.00 1014/18573 Fvertical_motion <cycle 4> [163]
0.00 0.00 2991/18573 next_element_from_buffer <cycle 4> [88]
0.00 0.00 3103/18573 start_display <cycle 4> [132]
0.00 0.01 10340/18573 next_element_from_string <cycle 4> [45]
[42] 2.5 0.00 0.03 18573 compute_stop_pos [42]
0.00 0.02 18573/39478 composition_compute_stop_pos [34]
0.00 0.01 157329/1232573 lookup_char_property [20]
0.00 0.00 8233/8233 next_overlay_change [274]
0.00 0.00 11254/723140 find_interval [59]
0.00 0.00 18573/755118 validate_interval_range [114]
0.00 0.00 157329/1178700 textget [691]
0.00 0.00 31465/491439 next_interval [703]
0.00 0.00 28365/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 1/881 fontset_from_font <cycle 4> [386]
0.00 0.00 2/881 font_registry_charsets [306]
0.00 0.03 878/881 Fset_fontset_font <cycle 4> [28]
[43] 2.4 0.00 0.03 881 find_font_encoding [43]
0.00 0.03 29907/43413 fast_string_match_internal [31]
0.00 0.00 824/505158 hash_lookup [58]
-----------------------------------------------
25376 get_visually_first_element <cycle 4> [732]
41360 face_before_or_after_it_pos <cycle 4> [25]
430854 set_iterator_to_next <cycle 4> [102]
[44] 2.4 0.02 0.01 497590 bidi_move_to_visually_next <cycle 4> [44]
0.00 0.01 4278/4278 bidi_at_paragraph_end [137]
0.00 0.00 498624/961876 bidi_cache_iterator_state [692]
0.00 0.00 5312/30700 bidi_line_init [731]
497590 bidi_level_of_next_char <cycle 4> [32]
-----------------------------------------------
65142 get_next_display_element <cycle 4> [14]
[45] 2.3 0.00 0.03 65142 next_element_from_string <cycle 4> [45]
0.00 0.01 10340/18573 compute_stop_pos [42]
0.00 0.01 11374/39478 composition_compute_stop_pos [34]
0.00 0.00 1034/2765 composition_reseat_it [176]
11374 get_visually_first_element <cycle 4> [732]
10340 handle_stop <cycle 4> [68]
-----------------------------------------------
0.00 0.00 167/70890 lisp_string_width [366]
0.00 0.00 3813/70890 update_compositions <cycle 4> [185]
0.00 0.00 3996/70890 reconsider_clip_changes [189]
0.00 0.00 4875/70890 back_to_previous_visible_line_start [129]
0.00 0.00 18573/70890 handle_composition_prop [128]
0.01 0.01 39466/70890 composition_compute_stop_pos [34]
[46] 2.3 0.01 0.01 70890 find_composition [46]
0.00 0.01 39466/122150 Fnext_single_property_change [37]
0.00 0.01 70890/72887 get_property_and_range [138]
-----------------------------------------------
0.00 0.00 1/55795 Fload <cycle 4> [428]
0.00 0.00 6/55795 font_list_entities [231]
0.00 0.00 34/55795 eval_sub <cycle 4> [139]
0.00 0.00 206/55795 Fkey_description <cycle 4> [341]
0.00 0.00 241/55795 concat2 [338]
0.00 0.00 258/55795 exec_byte_code <cycle 4> [56]
0.00 0.00 878/55795 concat3 [268]
0.00 0.00 1090/55795 where_is_internal_1 <cycle 4> [229]
0.00 0.00 1222/55795 fontset_add [73]
0.00 0.00 1557/55795 Ffuncall <cycle 4> [18]
0.00 0.00 1785/55795 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 7151/55795 Fcopy_alist [79]
0.00 0.02 41366/55795 Fcopy_sequence [70]
[47] 2.2 0.00 0.02 55795 concat [47]
0.00 0.02 18207/18207 Fmake_list [66]
0.00 0.00 107103/139293 Flength [142]
0.00 0.00 28509/48000 make_specified_string [225]
0.00 0.00 3297/52741 make_uninit_multibyte_string [221]
0.00 0.00 5722/7479 Fmake_vector [371]
0.00 0.00 30318/30997 count_size_as_multibyte [730]
0.00 0.00 28569/28572 make_uninit_string [733]
0.00 0.00 536/1553 copy_text [920]
-----------------------------------------------
0.00 0.00 725/603957 make_buffer_string_both [360]
0.00 0.00 1156/603957 display_mode_element <cycle 4> [85]
0.00 0.00 19348/603957 text_property_stickiness [173]
0.00 0.00 91882/603957 Fget_text_property [158]
0.00 0.02 490846/603957 get_char_property_and_overlay [19]
[48] 2.1 0.00 0.02 603957 Ftext_properties_at [48]
0.02 0.00 547801/723140 find_interval [59]
0.01 0.00 603957/755118 validate_interval_range [114]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1581]
1014 Fvertical_motion <cycle 4> [163]
11109 move_it_to <cycle 4> [164]
[49] 2.1 0.01 0.01 12124 move_it_in_display_line_to <cycle 4> [49]
0.00 0.01 359714/479841 x_produce_glyphs [81]
0.00 0.00 10409/11604 handle_line_prefix [175]
0.00 0.00 15/9593 bidi_shelve_cache [772]
359761 get_next_display_element <cycle 4> [14]
347637 set_iterator_to_next <cycle 4> [102]
-----------------------------------------------
2 show_mouse_face <cycle 4> [1534]
1646 x_write_glyphs <cycle 4> [914]
2028 draw_phys_cursor_glyph <cycle 4> [899]
[50] 2.1 0.01 0.01 3676 draw_glyphs <cycle 4> [50]
0.01 0.00 3612/3612 _init [92]
0.00 0.00 95811/96367 x_get_glyph_overhangs [171]
0.00 0.00 6782/7278 x_compute_glyph_string_overhangs [327]
0.00 0.00 7278/7278 set_glyph_string_background_width [788]
0.00 0.00 7278/7278 init_glyph_string [787]
0.00 0.00 7278/7278 fill_glyph_string [786]
0.00 0.00 3114/14299 window_box_left [751]
0.00 0.00 3114/32059 window_box_width [729]
7278 x_draw_glyph_string <cycle 4> [178]
2047 show_hourglass <cycle 4> [296]
-----------------------------------------------
0.01 0.00 1036/2100 redisplay_window <cycle 4> [84]
0.01 0.00 1064/2100 update_window <cycle 4> [86]
[51] 2.1 0.02 0.00 2100 update_window_fringes [51]
0.00 0.00 2100/11718 window_text_bottom_y [95]
0.00 0.00 8256/8256 lookup_fringe_bitmap [236]
-----------------------------------------------
0.00 0.00 672/44952 search_buffer [237]
0.01 0.01 44280/44952 re_search [54]
[52] 2.1 0.01 0.01 44952 re_search_2 [52]
0.01 0.00 49019/57567 re_match_2_internal [80]
0.00 0.00 44952/53500 SETUP_SYNTAX_TABLE_FOR_OBJECT [725]
0.00 0.00 27654/27654 re_compile_fastmap [736]
-----------------------------------------------
0.00 0.00 1/63075 note_mouse_highlight <cycle 4> [489]
0.00 0.00 10340/63075 handle_face_prop [126]
0.00 0.00 11374/63075 display_string <cycle 4> [127]
0.00 0.01 41360/63075 face_before_or_after_it_pos <cycle 4> [25]
[53] 2.1 0.00 0.02 63075 face_at_string_position [53]
0.00 0.02 63075/122150 Fnext_single_property_change [37]
0.00 0.00 63075/1232573 lookup_char_property [20]
0.00 0.00 63075/91882 Fget_text_property [158]
0.00 0.00 1035/5291 merge_face_ref <cycle 1> [605]
0.00 0.00 1035/5300 Finternal_merge_in_global_face [349]
0.00 0.00 63075/1178700 textget [691]
0.00 0.00 1035/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 7/44280 fast_c_string_match_ignore_case [459]
0.00 0.00 378/44280 string_match_1 [275]
0.00 0.00 482/44280 directory_files_internal <cycle 4> [293]
0.00 0.02 43413/44280 fast_string_match_internal [31]
[54] 2.0 0.00 0.02 44280 re_search [54]
0.01 0.01 44280/44952 re_search_2 [52]
-----------------------------------------------
0.00 0.00 2/53020 directory_files_internal <cycle 4> [293]
0.00 0.00 4/53020 looking_at_1 [509]
0.00 0.00 7/53020 fast_c_string_match_ignore_case [459]
0.00 0.00 378/53020 string_match_1 [275]
0.00 0.00 672/53020 search_buffer [237]
0.00 0.00 8544/53020 fast_looking_at [136]
0.00 0.02 43413/53020 fast_string_match_internal [31]
[55] 1.9 0.00 0.02 53020 compile_pattern [55]
0.00 0.01 27660/48506 Fcopy_sequence [70]
0.01 0.00 27660/27660 re_compile_pattern [94]
0.00 0.00 25360/34146 Fequal [239]
0.00 0.00 125235/127843 Fstring_equal [711]
0.00 0.00 55320/55320 re_set_syntax [721]
0.00 0.00 55320/55320 re_set_whitespace_regexp [722]
0.00 0.00 981/981 re_set_registers [1047]
-----------------------------------------------
4 eval_sub <cycle 4> [139]
2265 apply_lambda <cycle 4> [313]
19374 funcall_lambda <cycle 4> [182]
48888 Ffuncall <cycle 4> [18]
[56] 1.9 0.01 0.01 70531 exec_byte_code <cycle 4> [56]
0.00 0.00 15053/18640 Fmemq [147]
0.00 0.00 35556/102249 set_internal [140]
0.00 0.00 2843/3918 Fgoto_char [186]
0.00 0.00 333/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 20886/954743 Fcons [30]
0.00 0.00 6368/10077 Flist [199]
0.00 0.00 518/518 Fforward_line [282]
0.00 0.00 2582/292896 Fplist_get [63]
0.00 0.00 3562/139293 Flength [142]
0.00 0.00 258/55795 concat [47]
0.00 0.00 1539/1407350 Fassq [24]
0.00 0.00 2/2 Fbuffer_substring [384]
0.00 0.00 59/2140 set_marker_internal [202]
0.00 0.00 1070/1075 save_excursion_save [403]
0.00 0.00 1070/1075 make_save_obj_obj_obj_obj [404]
0.00 0.00 1409/1672 Fmember [398]
0.00 0.00 179/1694 list2 [359]
0.00 0.00 147/246 Fsubstring [473]
0.00 0.00 63/34146 Fequal [239]
0.00 0.00 3/3 Fchar_after [543]
0.00 0.00 2/2 skip_chars.constprop.5 [562]
0.00 0.00 1/1 move_point [564]
0.00 0.00 2/3759 casify_object [212]
0.00 0.00 377/5628 Fnreverse [458]
0.00 0.00 2/4987260 char_table_ref [16]
0.00 0.00 22/9871 Fnthcdr [492]
0.00 0.00 17681/18194 arithcompare [746]
0.00 0.00 15028/19297 arith_driver [743]
0.00 0.00 9863/14099 Fsetcar [752]
0.00 0.00 8178/10222 Fplus [768]
0.00 0.00 7245/17991 list1 [747]
0.00 0.00 4759/310341 grow_specpdl [706]
0.00 0.00 4759/8014 record_unwind_protect [785]
0.00 0.00 3355/60449 Fcurrent_buffer [719]
0.00 0.00 3241/3241 Fmin [832]
0.00 0.00 3175/3429 Faset [826]
0.00 0.00 2702/13510 push_handler [754]
0.00 0.00 2582/121605 Fget [713]
0.00 0.00 2253/2253 Fmax [867]
0.00 0.00 2145/127843 Fstring_equal [711]
0.00 0.00 1401/1445 Ffunctionp [923]
0.00 0.00 1176/1176 Ftimes [944]
0.00 0.00 1118/1118 Fbolp [951]
0.00 0.00 1093/11312 Faref [762]
0.00 0.00 1062/1784 Fwiden [910]
0.00 0.00 1062/1062 save_restriction_save [978]
0.00 0.00 333/9956 do_pending_atimers [769]
0.00 0.00 294/2124 Fnconc [880]
0.00 0.00 258/557 Fconcat [1068]
0.00 0.00 171/1171 Fminus [946]
0.00 0.00 138/139 Fsymbol_function [1122]
0.00 0.00 102/75763 Fsetcdr [716]
0.00 0.00 80/132 make_float [1125]
0.00 0.00 80/80 float_arith_driver [1151]
0.00 0.00 70/70 match_limit [1155]
0.00 0.00 59/2125 Fset_marker [879]
0.00 0.00 50/50 Fmatch_beginning [1182]
0.00 0.00 20/20 Fmatch_end [1259]
0.00 0.00 9/9 Fquo [1349]
0.00 0.00 2/2527 Fdowncase [859]
0.00 0.00 1/1 Fforward_char [1556]
0.00 0.00 1/1 Fskip_chars_forward [1570]
0.00 0.00 1/1 Fskip_chars_backward [1569]
147939 Ffuncall <cycle 4> [18]
44277 specbind <cycle 4> [104]
40498 Fsymbol_value <cycle 4> [714]
17084 unbind_to <cycle 4> [340]
8034 store_symval_forwarding <cycle 4> [276]
1224 Fset_buffer <cycle 4> [860]
294 Fset <cycle 4> [320]
83 Fset_default <cycle 4> [187]
14 Fgarbage_collect <cycle 4> [57]
-----------------------------------------------
1 eval_sub <cycle 4> [139]
9 Ffuncall <cycle 4> [18]
14 exec_byte_code <cycle 4> [56]
[57] 1.9 0.00 0.02 24 Fgarbage_collect <cycle 4> [57]
0.01 0.00 24/24 sweep_conses [110]
0.01 0.00 24/24 sweep_strings [111]
0.00 0.00 192/213 list4 [393]
0.00 0.00 264/954743 Fcons [30]
0.00 0.00 72/1099 list3 [348]
0.00 0.00 24/10077 Flist [199]
0.00 0.00 28052/28052 mark_maybe_object [734]
0.00 0.00 19656/55915 mem_find [720]
0.00 0.00 178/440 Fsuspicious_object [1085]
0.00 0.00 176/2706 sweep_buffers [854]
0.00 0.00 48/12453 gettime [758]
0.00 0.00 24/194533 record_in_backtrace [708]
0.00 0.00 24/24 shrink_regexp_cache [1242]
0.00 0.00 24/24 mark_fringe_data [1238]
0.00 0.00 24/24 sweep_floats [1243]
0.00 0.00 24/24 sweep_misc [1245]
0.00 0.00 24/24 sweep_symbols [1246]
0.00 0.00 24/24 sweep_intervals [1244]
0.00 0.00 24/24 relocate_byte_stack [1241]
0.00 0.00 24/24 sweep_vectors [1247]
0.00 0.00 24/634690 unblock_input_to [697]
0.00 0.00 24/634655 unblock_input [698]
0.00 0.00 24/310341 grow_specpdl [706]
0.00 0.00 24/2072 record_unwind_protect_void [884]
0.00 0.00 24/24 total_bytes_of_live_objects [1249]
0.00 0.00 24/20490 timespec_sub [740]
0.00 0.00 24/132 make_float [1125]
0.00 0.00 2/1476 xrealloc [922]
268742 mark_object <cycle 4> [21]
1149 mark_vectorlike <cycle 4> [724]
216 mark_char_table <cycle 4> [61]
163 compact_buffer <cycle 4> [1115]
116 mark_buffer <cycle 4> [1104]
27 mark_image_cache <cycle 4> [1232]
24 mark_specpdl <cycle 4> [1240]
24 xg_mark_data <cycle 4> [1251]
24 mark_kboards <cycle 4> [1239]
24 sweep_weak_hash_tables <cycle 4> [1248]
24 unbind_to <cycle 4> [340]
24 push_message <cycle 4> [536]
-----------------------------------------------
0.00 0.00 1/505158 Fcharsetp [651]
0.00 0.00 1/505158 fontset_from_font <cycle 4> [386]
0.00 0.00 2/505158 Fset_charset_priority [307]
0.00 0.00 2/505158 font_registry_charsets [306]
0.00 0.00 3/505158 detect_coding_utf_16 [628]
0.00 0.00 3/505158 Finsert_file_contents <cycle 4> [379]
0.00 0.00 9/505158 Fcoding_system_p [587]
0.00 0.00 824/505158 find_font_encoding [43]
0.00 0.00 1023/505158 code_convert_string <cycle 4> [352]
0.00 0.00 1030/505158 setup_coding_system [383]
0.00 0.00 1082/505158 Fset_fontset_font <cycle 4> [28]
0.00 0.00 2097/505158 Fcoding_system_eol_type [311]
0.00 0.00 3897/505158 Fputhash [317]
0.00 0.00 10077/505158 Fgethash [265]
0.00 0.00 102247/505158 maybe_set_redisplay [154]
0.02 0.00 382860/505158 face_for_char [17]
[58] 1.9 0.02 0.00 505158 hash_lookup [58]
0.00 0.00 1183/5628 Fnreverse [458]
0.00 0.00 37/38465 internal_equal [234]
0.00 0.00 495235/495235 hashfn_eq [702]
0.00 0.00 8741/8741 hashfn_eql [779]
0.00 0.00 1183/1183 hashfn_equal [943]
0.00 0.00 37/37 cmpfn_equal [1210]
-----------------------------------------------
0.00 0.00 1/723140 Fremove_text_properties <cycle 4> [649]
0.00 0.00 2/723140 Fprevious_single_property_change [608]
0.00 0.00 116/723140 Ftext_property_any [353]
0.00 0.00 999/723140 graft_intervals_into_buffer [253]
0.00 0.00 999/723140 offset_intervals [246]
0.00 0.00 1059/723140 Fremove_list_of_text_properties [372]
0.00 0.00 1062/723140 add_text_properties_1 <cycle 4> [305]
0.00 0.00 2063/723140 verify_interval_modification [260]
0.00 0.00 6993/723140 Fnext_property_change [283]
0.00 0.00 8766/723140 set_point_both [297]
0.00 0.00 11254/723140 compute_stop_pos [42]
0.00 0.00 69138/723140 Fnext_single_property_change [37]
0.00 0.00 72887/723140 get_property_and_range [138]
0.02 0.00 547801/723140 Ftext_properties_at [48]
[59] 1.9 0.02 0.00 723140 find_interval [59]
0.00 0.00 699133/709113 balance_possible_root_interval [696]
-----------------------------------------------
0.00 0.00 3/485601 note_mouse_highlight <cycle 4> [489]
0.00 0.00 8233/485601 next_overlay_change [274]
0.00 0.00 8233/485601 face_at_buffer_position [161]
0.02 0.00 469132/485601 get_char_property_and_overlay [19]
[60] 1.9 0.02 0.00 485601 overlays_at [60]
-----------------------------------------------
59944 mark_char_table <cycle 4> [61]
216 Fgarbage_collect <cycle 4> [57]
547 mark_vectorlike <cycle 4> [724]
1005 mark_object <cycle 4> [21]
[61] 1.9 0.02 0.00 1768+59944 mark_char_table <cycle 4> [61]
2727070 mark_object <cycle 4> [21]
13174 mark_vectorlike <cycle 4> [724]
59944 mark_char_table <cycle 4> [61]
-----------------------------------------------
0.00 0.00 1/17 char_table_set [198]
0.00 0.00 3/17 uniprop_table [157]
0.02 0.00 13/17 char_table_set_range [74]
[62] 1.9 0.02 0.00 17 char_table_ascii [62]
-----------------------------------------------
0.00 0.00 1/292896 x_set_screen_gamma [547]
0.00 0.00 1/292896 update_face_from_frame_parameter [601]
0.00 0.00 1/292896 Fcommandp <cycle 4> [642]
0.00 0.00 2/292896 Ffind_operation_coding_system [391]
0.00 0.00 4/292896 Fcheck_coding_system [577]
0.00 0.00 5/292896 reset_buffer_local_variables [590]
0.00 0.00 28/292896 Fsignal <cycle 4> [427]
0.00 0.00 28/292896 print_error_message <cycle 4> [462]
0.00 0.00 35/292896 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 37/292896 Fdefalias [430]
0.00 0.00 49/292896 Ffuncall <cycle 4> [18]
0.00 0.00 70/292896 Fmake_char_table [465]
0.00 0.00 82/292896 Finternal_make_lisp_face [369]
0.00 0.00 625/292896 process_tool_bar_item <cycle 4> [322]
0.00 0.00 1017/292896 Finteractive_form [357]
0.00 0.00 1017/292896 Fcall_interactively <cycle 4> [90]
0.00 0.00 1032/292896 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 1321/292896 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 2062/292896 update_overlay_arrows <cycle 4> [316]
0.00 0.00 2582/292896 exec_byte_code <cycle 4> [56]
0.00 0.00 4056/292896 x_x_to_emacs_modifiers [289]
0.00 0.00 4056/292896 handle_one_xevent [180]
0.00 0.00 4128/292896 lookup_fringe_bitmap [236]
0.00 0.00 4858/292896 store_symval_forwarding <cycle 4> [276]
0.00 0.00 8293/292896 resolve_face_name [240]
0.00 0.00 13435/292896 Ffind_file_name_handler [82]
0.00 0.00 15184/292896 parse_modifiers [205]
0.00 0.00 16666/292896 display_mode_element <cycle 4> [85]
0.00 0.00 40977/292896 apply_modifiers [135]
0.01 0.00 171244/292896 lookup_char_property [20]
[63] 1.9 0.02 0.00 292896 Fplist_get [63]
-----------------------------------------------
9144 gobble_input <cycle 3> [117]
[64] 1.9 0.02 0.00 9144 XTread_socket <cycle 3> [64]
0.00 0.00 9144/634690 unblock_input_to [697]
0.00 0.00 9144/634655 unblock_input [698]
0.00 0.00 1305/9956 do_pending_atimers [769]
1305 process_pending_signals <cycle 3> [770]
-----------------------------------------------
0.00 0.01 406720/860666 bidi_resolve_neutral <cycle 4> [77]
0.00 0.01 453946/860666 bidi_level_of_next_char <cycle 4> [32]
[65] 1.8 0.00 0.02 860666 bidi_explicit_dir_char [65]
0.01 0.01 761310/4987260 char_table_ref [16]
-----------------------------------------------
0.00 0.02 18207/18207 concat [47]
[66] 1.8 0.00 0.02 18207 Fmake_list [66]
0.01 0.01 305680/954743 Fcons [30]
0.00 0.00 2338/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 2338/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.01 387407/777368 bidi_resolve_explicit <cycle 4> [33]
0.00 0.01 389961/777368 bidi_find_bracket_pairs <cycle 4> [122]
[67] 1.8 0.00 0.02 777368 bidi_paired_bracket_type [67]
0.01 0.01 754620/4987260 char_table_ref [16]
-----------------------------------------------
11 reseat <cycle 4> [414]
44 resize_mini_window <cycle 4> [364]
56 redisplay_window <cycle 4> [84]
1014 move_it_to <cycle 4> [164]
1014 Fvertical_motion <cycle 4> [163]
2991 next_element_from_buffer <cycle 4> [88]
3103 start_display <cycle 4> [132]
10340 next_element_from_string <cycle 4> [45]
[68] 1.8 0.00 0.02 18573 handle_stop <cycle 4> [68]
0.00 0.01 18573/18573 handle_face_prop [126]
0.00 0.01 18573/18573 handle_composition_prop [128]
0.00 0.00 18573/23448 handle_display_prop [153]
0.00 0.00 18573/18573 handle_invisible_prop [168]
0.00 0.00 8233/8314 get_overlay_strings_1 [782]
18632 handle_fontified_prop <cycle 4> [184]
-----------------------------------------------
0.01 0.01 9139/9139 Fcons [30]
[69] 1.8 0.01 0.01 9139 lisp_align_malloc [69]
0.01 0.00 9139/10232 mem_insert [96]
-----------------------------------------------
0.00 0.00 2/48506 Fset_charset_priority [307]
0.00 0.00 2/48506 Fpropertize <cycle 4> [538]
0.00 0.00 2/48506 fontset_find_font [76]
0.00 0.00 3/48506 show_hourglass <cycle 4> [296]
0.00 0.00 3/48506 display_mode_element <cycle 4> [85]
0.00 0.00 3/48506 copy_properties [535]
0.00 0.00 5/48506 Fget_buffer_create <cycle 4> [452]
0.00 0.00 10/48506 Fframe_list [479]
0.00 0.00 48/48506 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 57/48506 Ffuncall <cycle 4> [18]
0.00 0.00 206/48506 where_is_internal_1 <cycle 4> [229]
0.00 0.00 569/48506 ftfont_pattern_entity [254]
0.00 0.00 1000/48506 set_properties [271]
0.00 0.00 2519/48506 casify_object [212]
0.00 0.01 16417/48506 timer_check [72]
0.00 0.01 27660/48506 compile_pattern [55]
[70] 1.7 0.00 0.02 48506 Fcopy_sequence [70]
0.00 0.02 41366/55795 concat [47]
-----------------------------------------------
0.00 0.02 185754/185754 Fframe_parameters [36]
[71] 1.6 0.00 0.02 185754 store_in_alist [71]
0.01 0.00 242934/954743 Fcons [30]
0.01 0.00 185754/1407350 Fassq [24]
-----------------------------------------------
0.00 0.00 2320/8718 wait_reading_process_output [15]
0.01 0.01 6398/8718 readable_events [83]
[72] 1.6 0.01 0.01 8718 timer_check [72]
0.00 0.01 16417/48506 Fcopy_sequence [70]
0.00 0.00 12/35497 store_symval_forwarding <cycle 4> [276]
0.00 0.00 12/35497 specbind <cycle 4> [104]
0.00 0.00 12/35497 call1 <cycle 4> [851]
0.00 0.00 12/35497 unbind_to <cycle 4> [340]
0.00 0.00 12/102249 set_internal [140]
0.00 0.00 18146/20490 timespec_sub [740]
0.00 0.00 10702/10702 decode_timer [763]
0.00 0.00 8008/12453 gettime [758]
-----------------------------------------------
0.00 0.00 99/1306 set_fontset_font [194]
0.00 0.01 1207/1306 Fset_fontset_font <cycle 4> [28]
[73] 1.5 0.00 0.02 1306 fontset_add [73]
0.00 0.01 1406/1445 char_table_set_range [74]
0.00 0.00 396/640 char_table_set [198]
0.00 0.00 1222/55795 concat [47]
0.00 0.00 1306/7479 Fmake_vector [371]
0.00 0.00 1406/1409 char_table_ref_and_range [924]
0.00 0.00 1222/5455 Fvconcat [806]
-----------------------------------------------
0.00 0.00 3/1445 fontset_find_font [76]
0.00 0.00 36/1445 Fset_char_table_range [267]
0.00 0.01 1406/1445 fontset_add [73]
[74] 1.4 0.00 0.02 1445 char_table_set_range [74]
0.02 0.00 13/17 char_table_ascii [62]
0.00 0.00 1049/1049 sub_char_table_set_range [548]
0.00 0.00 10/170 make_sub_char_table [537]
-----------------------------------------------
0.00 0.02 382861/382861 face_for_char [17]
[75] 1.4 0.00 0.02 382861 fontset_font [75]
0.00 0.02 382862/382862 fontset_find_font [76]
0.00 0.00 1/68 make_fontset [469]
-----------------------------------------------
0.00 0.02 382862/382862 fontset_font [75]
[76] 1.4 0.00 0.02 382862 fontset_find_font [76]
0.01 0.00 382862/4987260 char_table_ref [16]
0.00 0.00 382861/765747 font_has_char [119]
0.00 0.00 3/9 font_find_for_lface [224]
0.00 0.00 3/1445 char_table_set_range [74]
0.00 0.00 3/9 font_open_entity [409]
0.00 0.00 3/9 font_open_for_lface [445]
0.00 0.00 2/48506 Fcopy_sequence [70]
0.00 0.00 7/1051 Ffont_get [380]
0.00 0.00 7/7 font_match_p [612]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 10/7479 Fmake_vector [371]
0.00 0.00 7/1362857 Fcdr [690]
0.00 0.00 3/1409 char_table_ref_and_range [924]
-----------------------------------------------
496556 bidi_level_of_next_char <cycle 4> [32]
[77] 1.4 0.00 0.01 496556 bidi_resolve_neutral <cycle 4> [77]
0.00 0.01 406720/860666 bidi_explicit_dir_char [65]
0.01 0.00 496556/885018 bidi_get_category [98]
496556 bidi_resolve_brackets <cycle 4> [148]
-----------------------------------------------
0.00 0.00 96367/571929 x_get_glyph_overhangs [171]
0.00 0.01 475562/571929 x_produce_glyphs [81]
[78] 1.4 0.01 0.01 571929 get_per_char_metric [78]
0.01 0.00 571929/579207 xftfont_text_extents [100]
-----------------------------------------------
0.00 0.00 1/7154 Fx_create_frame <cycle 4> [337]
0.00 0.00 7/7154 font_make_object [419]
0.00 0.01 7146/7154 Fframe_parameters [36]
[79] 1.3 0.00 0.01 7154 Fcopy_alist [79]
0.01 0.01 278583/954743 Fcons [30]
0.00 0.00 7151/55795 concat [47]
-----------------------------------------------
0.00 0.00 4/57567 looking_at_1 [509]
0.00 0.00 8544/57567 fast_looking_at [136]
0.01 0.00 49019/57567 re_search_2 [52]
[80] 1.3 0.01 0.00 57567 re_match_2_internal [80]
0.00 0.00 1404/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1404/9956 do_pending_atimers [769]
0.00 0.00 11/2657 skip_one_char [855]
-----------------------------------------------
0.00 0.00 1/479841 line_bottom_y <cycle 4> [658]
0.00 0.00 646/479841 show_hourglass <cycle 4> [296]
0.00 0.00 3307/479841 produce_special_glyphs [342]
0.00 0.00 29317/479841 display_line <cycle 4> [200]
0.00 0.00 86856/479841 display_string <cycle 4> [127]
0.00 0.01 359714/479841 move_it_in_display_line_to <cycle 4> [49]
[81] 1.3 0.00 0.01 479841 x_produce_glyphs [81]
0.00 0.01 475562/571929 get_per_char_metric [78]
0.00 0.00 8558/490846 get_char_property_and_overlay [19]
0.00 0.00 8558/449092 Fget_char_property [103]
0.00 0.00 475562/475562 get_char_glyph_code [705]
0.00 0.00 8558/20302 get_it_property [741]
-----------------------------------------------
0.00 0.00 1/2890 Ffile_accessible_directory_p <cycle 4> [472]
0.00 0.00 2/2890 Ffile_attributes <cycle 4> [438]
0.00 0.00 2/2890 Fdirectory_files <cycle 4> [437]
0.00 0.00 3/2890 Ffile_exists_p <cycle 4> [421]
0.00 0.00 3/2890 Finsert_file_contents <cycle 4> [379]
0.00 0.00 16/2890 Ffile_readable_p <cycle 4> [355]
0.00 0.00 26/2890 Fsubstitute_in_file_name <cycle 4> [333]
0.00 0.00 27/2890 Ffile_symlink_p <cycle 4> [329]
0.00 0.00 46/2890 Ffile_directory_p <cycle 4> [303]
0.00 0.00 47/2890 Ffile_name_directory <cycle 4> [300]
0.00 0.00 52/2890 Ffile_name_as_directory <cycle 4> [298]
0.00 0.00 71/2890 Fdirectory_file_name <cycle 4> [279]
0.00 0.00 93/2890 Ffile_name_nondirectory <cycle 4> [256]
0.00 0.00 188/2890 openp <cycle 4> [220]
0.00 0.00 1071/2890 Ffuncall <cycle 4> [18]
0.00 0.01 1242/2890 Fexpand_file_name <cycle 4> [133]
[82] 1.2 0.00 0.01 2890 Ffind_file_name_handler [82]
0.00 0.01 13435/43413 fast_string_match_internal [31]
0.00 0.00 13435/292896 Fplist_get [63]
0.00 0.00 135/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 188/18640 Fmemq [147]
0.00 0.00 13435/121605 Fget [713]
0.00 0.00 135/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 1022/9740 read_char <cycle 2> [9]
0.00 0.01 8718/9740 get_input_pending [89]
[83] 1.2 0.00 0.01 9740 readable_events [83]
0.01 0.01 6398/8718 timer_check [72]
-----------------------------------------------
8 redisplay_window_0 <cycle 4> [1364]
1044 redisplay_window_1 <cycle 4> [987]
[84] 1.2 0.00 0.01 1052 redisplay_window <cycle 4> [84]
0.01 0.00 1036/2100 update_window_fringes [51]
0.00 0.00 974/11718 window_text_bottom_y [95]
0.00 0.00 1052/2084 reconsider_clip_changes [189]
0.00 0.00 56/18573 compute_stop_pos [42]
0.00 0.00 1033/102249 set_internal [140]
0.00 0.00 1/18640 Fmemq [147]
0.00 0.00 2363/2602 row_for_charpos_p [856]
0.00 0.00 2125/6618 marker_position [794]
0.00 0.00 2125/4543 marker_byte_position [814]
0.00 0.00 2104/2323 temp_set_point_both [863]
0.00 0.00 2058/2076 window_outdated [883]
0.00 0.00 2025/3133 default_line_pixel_height [838]
0.00 0.00 1052/1052 set_vertical_scroll_bar [982]
0.00 0.00 1052/1052 XTredeem_scroll_bar [981]
0.00 0.00 1033/2065 mode_line_update_needed [888]
0.00 0.00 56/492 set_marker_both [1080]
0.00 0.00 56/56 run_window_scroll_functions [1170]
0.00 0.00 4/4 compute_window_start_on_continuation_line [1430]
0.00 0.00 1/1 blank_row [1580]
0.00 0.00 1/91 clear_glyph_matrix [1148]
2085 set_buffer_internal_1 <cycle 4> [805]
1052 unbind_to <cycle 4> [340]
1052 XTset_vertical_scroll_bar <cycle 4> [424]
1033 store_symval_forwarding <cycle 4> [276]
1033 specbind <cycle 4> [104]
1032 display_mode_lines <cycle 4> [996]
115 window_box_height <cycle 4> [936]
58 x_consider_frame_title <cycle 4> [291]
58 update_frame_tool_bar <cycle 4> [470]
56 handle_stop <cycle 4> [68]
56 reseat <cycle 4> [414]
56 init_iterator <cycle 4> [160]
56 move_it_vertically_backward <cycle 4> [174]
54 try_window_reusing_current_matrix <cycle 4> [244]
7 try_window <cycle 4> [1208]
1 overlay_arrows_changed_p <cycle 4> [143]
-----------------------------------------------
69522 display_mode_element <cycle 4> [85]
61 x_consider_frame_title <cycle 4> [291]
1034 display_mode_line <cycle 4> [335]
[85] 1.1 0.01 0.00 1095+69522 display_mode_element <cycle 4> [85]
0.00 0.00 16666/292896 Fplist_get [63]
0.00 0.00 1035/19717 buf_charpos_to_bytepos [93]
0.00 0.00 33271/33486 Fboundp [243]
0.00 0.00 1156/603957 Ftext_properties_at [48]
0.00 0.00 1034/1034 decode_mode_spec_coding [382]
0.00 0.00 2309/34146 Fequal [239]
0.00 0.00 1156/2356 Fassoc [375]
0.00 0.00 3/48506 Fcopy_sequence [70]
0.00 0.00 3/3 set_text_properties [570]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 3/139293 Flength [142]
0.00 0.00 1034/2067 intern_1 [644]
0.00 0.00 176/1788 buf_bytepos_to_charpos [625]
0.00 0.00 3/9871 Fnthcdr [492]
0.00 0.00 18612/18872 string_byte_to_char [745]
0.00 0.00 16666/121605 Fget [713]
0.00 0.00 9367/9554 c_string_width [774]
0.00 0.00 2244/2244 display_count_lines [868]
0.00 0.00 2068/6618 marker_position [794]
0.00 0.00 1332/75763 Fsetcdr [716]
0.00 0.00 1034/4543 marker_byte_position [814]
0.00 0.00 1034/1034 pint2str [997]
0.00 0.00 183/183 store_mode_line_noprop [1111]
0.00 0.00 3/3 Fset_text_properties [1459]
32237 Fsymbol_value <cycle 4> [714]
22748 display_string <cycle 4> [127]
5170 safe__call1 <cycle 4> [105]
1034 inhibit_garbage_collection <cycle 4> [367]
1034 call1 <cycle 4> [851]
1034 unbind_to <cycle 4> [340]
69522 display_mode_element <cycle 4> [85]
-----------------------------------------------
1 update_single_window <cycle 4> [436]
1063 update_window_tree <cycle 4> [1000]
[86] 1.1 0.00 0.01 1064 update_window <cycle 4> [86]
0.01 0.00 1064/2100 update_window_fringes [51]
0.00 0.00 1098/11718 window_text_bottom_y [95]
0.00 0.00 1064/1118 x_update_window_begin [952]
0.00 0.00 1063/634690 unblock_input_to [697]
0.00 0.00 1063/634655 unblock_input [698]
0.00 0.00 128/128 add_row_entry [1127]
0.00 0.00 75/191 row_equal_p.constprop.18 [1108]
0.00 0.00 72/2193 assign_row [873]
0.00 0.00 6/1476 xrealloc [922]
0.00 0.00 6/319 xnrealloc [1089]
0.00 0.00 6/25 xpalloc [1237]
0.00 0.00 2/2 next_almost_prime [1527]
2121 update_window_line <cycle 4> [416]
1064 x_update_window_end <cycle 4> [953]
-----------------------------------------------
2 create_terminal <cycle 4> [618]
3 Fkill_local_variable <cycle 4> [627]
4 readevalloop <cycle 4> [441]
45 Fmake_local_variable <cycle 4> [362]
2062 update_overlay_arrows <cycle 4> [316]
2066 overlay_arrows_changed_p <cycle 4> [143]
2390 display_line <cycle 4> [200]
5125 current_minor_maps <cycle 4> [810]
7276 Fcommandp <cycle 4> [642]
37452 specbind <cycle 4> [104]
94371 Fsymbol_value <cycle 4> [714]
[87] 1.1 0.01 0.00 150796 find_symbol_value <cycle 4> [87]
0.00 0.00 51026/64178 swap_in_symval_forwarding [167]
15331 store_symval_forwarding <cycle 4> [276]
-----------------------------------------------
2991 next_element_from_buffer <cycle 4> [88]
389177 get_next_display_element <cycle 4> [14]
[88] 1.1 0.00 0.01 389177+2991 next_element_from_buffer <cycle 4> [88]
0.00 0.01 6766/39478 composition_compute_stop_pos [34]
0.00 0.00 2991/18573 compute_stop_pos [42]
0.00 0.00 1731/2765 composition_reseat_it [176]
0.00 0.00 81/8314 get_overlay_strings_1 [782]
6766 get_visually_first_element <cycle 4> [732]
2991 handle_stop <cycle 4> [68]
2991 next_element_from_buffer <cycle 4> [88]
-----------------------------------------------
0.00 0.00 2037/8718 swallow_events [165]
0.00 0.00 2320/8718 wait_reading_process_output [15]
0.00 0.01 4361/8718 detect_input_pending_run_timers [125]
[89] 1.1 0.00 0.01 8718 get_input_pending [89]
0.00 0.01 8718/9740 readable_events [83]
-----------------------------------------------
1017 Ffuncall <cycle 4> [18]
[90] 0.9 0.01 0.00 1017 Fcall_interactively <cycle 4> [90]
0.00 0.00 1017/1017 Finteractive_form [357]
0.00 0.00 1017/292896 Fplist_get [63]
0.00 0.00 1017/954743 Fcons [30]
0.00 0.00 1017/1694 list2 [359]
0.00 0.00 2031/17795 make_string [295]
0.00 0.00 1017/72024 Fcar [717]
0.00 0.00 1017/121605 Fget [713]
2019 unbind_to <cycle 4> [340]
1017 Ffuncall <cycle 4> [18]
1014 call0 <cycle 4> [784]
-----------------------------------------------
17090 map_sub_char_table <cycle 4> [91]
215 map_char_table <cycle 4> [442]
[91] 0.9 0.01 0.00 215+17090 map_sub_char_table <cycle 4> [91]
0.00 0.00 30173/30173 accumulate_script_ranges [376]
0.00 0.00 4248/4272 map_keymap_char_table_item [500]
2124 where_is_internal_1 <cycle 4> [229]
2124 accessible_keymaps_1 <cycle 4> [206]
17090 map_sub_char_table <cycle 4> [91]
-----------------------------------------------
0.01 0.00 3612/3612 draw_glyphs <cycle 4> [50]
[92] 0.9 0.01 0.00 3612 _init [92]
0.00 0.00 496/7278 x_compute_glyph_string_overhangs [327]
-----------------------------------------------
0.00 0.00 1/19717 skip_chars.constprop.5 [562]
0.00 0.00 2/19717 Fchar_after [543]
0.00 0.00 2/19717 temp_set_point [544]
0.00 0.00 4/19717 scan_lists [484]
0.00 0.00 6/19717 make_buffer_string [499]
0.00 0.00 516/19717 skip_syntaxes [285]
0.00 0.00 634/19717 Fparse_partial_sexp [29]
0.00 0.00 691/19717 search_command [210]
0.00 0.00 1035/19717 display_mode_element <cycle 4> [85]
0.00 0.00 1472/19717 del_range_1 <cycle 4> [214]
0.00 0.00 1997/19717 find_automatic_composition [151]
0.00 0.00 2066/19717 set_marker_internal [202]
0.00 0.00 2849/19717 set_point [188]
0.00 0.00 8442/19717 find_newline [152]
[93] 0.9 0.01 0.00 19717 buf_charpos_to_bytepos [93]
0.00 0.00 1/1085 build_marker [402]
-----------------------------------------------
0.01 0.00 27660/27660 compile_pattern [55]
[94] 0.9 0.01 0.00 27660 re_compile_pattern [94]
0.00 0.00 27662/32168 xfree [728]
0.00 0.00 27660/42250 xmalloc [726]
0.00 0.00 3200/3200 re_iswctype [833]
0.00 0.00 2646/2657 skip_one_char [855]
0.00 0.00 271/1476 xrealloc [922]
0.00 0.00 25/25 re_wctype [1236]
0.00 0.00 16/27670 analyze_first [735]
-----------------------------------------------
0.00 0.00 974/11718 redisplay_window <cycle 4> [84]
0.00 0.00 1003/11718 erase_phys_cursor <cycle 4> [222]
0.00 0.00 1025/11718 get_glyph_string_clip_rects [219]
0.00 0.00 1091/11718 x_clear_end_of_line <cycle 4> [211]
0.00 0.00 1098/11718 update_window <cycle 4> [86]
0.00 0.00 1118/11718 draw_window_fringes <cycle 4> [209]
0.00 0.00 2100/11718 update_window_fringes [51]
0.00 0.00 3309/11718 init_iterator <cycle 4> [160]
[95] 0.9 0.01 0.00 11718 window_text_bottom_y [95]
-----------------------------------------------
0.00 0.00 46/10232 Fmake_string [343]
0.00 0.00 1047/10232 lisp_malloc [208]
0.01 0.00 9139/10232 lisp_align_malloc [69]
[96] 0.9 0.01 0.00 10232 mem_insert [96]
0.00 0.00 10232/42250 xmalloc [726]
0.00 0.00 4342/5808 mem_rotate_right [802]
0.00 0.00 4125/5185 mem_rotate_left [809]
-----------------------------------------------
0.00 0.00 1034/943394 bidi_find_bracket_pairs <cycle 4> [122]
0.00 0.00 471180/943394 bidi_resolve_brackets <cycle 4> [148]
0.00 0.00 471180/943394 bidi_level_of_next_char <cycle 4> [32]
[97] 0.9 0.01 0.00 943394 bidi_cache_find [97]
0.00 0.00 943394/1905270 bidi_cache_search.constprop.3 [689]
-----------------------------------------------
0.00 0.00 21/885018 find_first_strong_char <cycle 4> [553]
0.00 0.00 388441/885018 bidi_resolve_explicit <cycle 4> [33]
0.01 0.00 496556/885018 bidi_resolve_neutral <cycle 4> [77]
[98] 0.9 0.01 0.00 885018 bidi_get_category [98]
-----------------------------------------------
0.00 0.00 21/765747 font_sort_entities [483]
0.01 0.00 765726/765747 font_has_char [119]
[99] 0.9 0.01 0.00 765747 xftfont_has_char [99]
-----------------------------------------------
0.00 0.00 7278/579207 x_compute_glyph_string_overhangs [327]
0.01 0.00 571929/579207 get_per_char_metric [78]
[100] 0.9 0.01 0.00 579207 xftfont_text_extents [100]
0.00 0.00 579207/634690 unblock_input_to [697]
0.00 0.00 579207/634655 unblock_input [698]
-----------------------------------------------
1034 bidi_find_bracket_pairs <cycle 4> [122]
496556 bidi_resolve_brackets <cycle 4> [148]
[101] 0.9 0.01 0.00 497590 bidi_resolve_weak <cycle 4> [101]
497590 bidi_resolve_explicit <cycle 4> [33]
-----------------------------------------------
3731 move_it_to <cycle 4> [164]
4278 forward_to_next_line_start <cycle 4> [819]
28768 display_line <cycle 4> [200]
86856 display_string <cycle 4> [127]
347637 move_it_in_display_line_to <cycle 4> [49]
[102] 0.9 0.01 0.00 471270 set_iterator_to_next <cycle 4> [102]
430854 bidi_move_to_visually_next <cycle 4> [44]
12 bidi_paragraph_init <cycle 4> [572]
-----------------------------------------------
0.00 0.00 140/449092 show_hourglass <cycle 4> [296]
0.00 0.00 4089/449092 Fconstrain_to_field [223]
0.00 0.00 4875/449092 back_to_previous_visible_line_start [129]
0.00 0.00 8270/449092 handle_fontified_prop <cycle 4> [184]
0.00 0.00 8558/449092 x_produce_glyphs [81]
0.00 0.00 10250/449092 get_local_map [134]
0.00 0.00 11604/449092 handle_line_prefix [175]
0.00 0.00 18446/449092 compute_display_string_pos <cycle 4> [124]
0.01 0.00 382860/449092 face_for_char [17]
[103] 0.9 0.01 0.00 449092 Fget_char_property [103]
-----------------------------------------------
2 load_charset <cycle 4> [251]
6 Finsert_file_contents <cycle 4> [379]
6 Feval_buffer <cycle 4> [525]
8 set_frame_menubar <cycle 4> [546]
12 readevalloop <cycle 4> [441]
13 setup_echo_area_for_printing <cycle 4> [557]
14 Fload <cycle 4> [428]
15 show_hourglass <cycle 4> [296]
59 handle_fontified_prop <cycle 4> [184]
96 with_echo_area_buffer <cycle 4> [461]
125 FletX <cycle 4> [460]
126 Flet <cycle 4> [512]
284 menu_item_eval_property <cycle 4> [420]
1033 redisplay_window <cycle 4> [84]
1046 eval_sub <cycle 4> [139]
1085 inhibit_garbage_collection <cycle 4> [367]
1282 prepare_to_modify_buffer_1 <cycle 4> [245]
1294 signal_after_change <cycle 4> [159]
3057 safe_run_hooks <cycle 4> [318]
3798 update_compositions <cycle 4> [185]
5622 Feval <cycle 4> [286]
12581 safe__call <cycle 4> [235]
25764 funcall_lambda <cycle 4> [182]
44277 exec_byte_code <cycle 4> [56]
0.00 0.00 1/35497 recursive_edit_1 [2]
0.00 0.00 12/35497 timer_check [72]
0.01 0.02 1031/35497 redisplay_internal [10]
[104] 0.9 0.01 0.00 102649 specbind <cycle 4> [104]
0.00 0.00 102649/310341 grow_specpdl [706]
0.00 0.00 37452/60449 Fcurrent_buffer [719]
0.00 0.00 37447/122261 do_symval_forwarding [712]
0.00 0.00 1285/2582 Flocal_variable_p [857]
37452 find_symbol_value <cycle 4> [87]
-----------------------------------------------
5170 display_mode_element <cycle 4> [85]
0.01 0.02 1032/35497 redisplay_internal [10]
[105] 0.9 0.01 0.00 6202 safe__call1 <cycle 4> [105]
6202 safe__call <cycle 4> [235]
-----------------------------------------------
3509 mark_object <cycle 4> [21]
[106] 0.9 0.01 0.00 3509 mark_localized_symbol <cycle 4> [106]
7018 mark_object <cycle 4> [21]
68 traverse_intervals_noorder <cycle 4> [1084]
30 mark_buffer <cycle 4> [1104]
20 mark_vectorlike <cycle 4> [724]
1 swap_in_global_binding <cycle 4> [1392]
-----------------------------------------------
0.00 0.00 1000/3041 signal_after_change <cycle 4> [159]
0.01 0.00 2041/3041 Ffuncall <cycle 4> [18]
[107] 0.9 0.01 0.00 3041 Frun_hook_with_args [107]
-----------------------------------------------
0.00 0.00 1/1090 update_single_window <cycle 4> [436]
0.00 0.00 2/1090 redraw_frame <cycle 4> [405]
0.00 0.00 54/1090 try_window_reusing_current_matrix <cycle 4> [244]
0.01 0.00 1033/1090 update_frame <cycle 4> [123]
[108] 0.9 0.01 0.00 1090 x_update_begin [108]
-----------------------------------------------
0.00 0.00 2/636 Fbuffer_substring [384]
0.01 0.00 634/636 Fparse_partial_sexp [29]
[109] 0.9 0.01 0.00 636 validate_region [109]
-----------------------------------------------
0.01 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[110] 0.9 0.01 0.00 24 sweep_conses [110]
0.00 0.00 8807/8807 lisp_align_free [778]
-----------------------------------------------
0.01 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[111] 0.9 0.01 0.00 24 sweep_strings [111]
0.00 0.00 83742/83902 balance_intervals [715]
0.00 0.00 993/9878 mem_delete [771]
0.00 0.00 993/1070 lisp_free [974]
0.00 0.00 444/730824 balance_an_interval [695]
0.00 0.00 444/464 balance_intervals_internal [1082]
-----------------------------------------------
<spontaneous>
[112] 0.9 0.01 0.00 Fstring_bytes [112]
-----------------------------------------------
<spontaneous>
[113] 0.9 0.01 0.00 unexec [113]
-----------------------------------------------
0.00 0.00 1/755118 Fremove_text_properties <cycle 4> [649]
0.00 0.00 2/755118 Fprevious_single_property_change [608]
0.00 0.00 2/755118 set_text_properties [570]
0.00 0.00 118/755118 Ftext_property_any [353]
0.00 0.00 123/755118 copy_text_properties [522]
0.00 0.00 1066/755118 add_text_properties_1 <cycle 4> [305]
0.00 0.00 1325/755118 Fremove_list_of_text_properties [372]
0.00 0.00 7801/755118 Fnext_property_change [283]
0.00 0.00 18573/755118 compute_stop_pos [42]
0.00 0.00 122150/755118 Fnext_single_property_change [37]
0.01 0.00 603957/755118 Ftext_properties_at [48]
[114] 0.9 0.01 0.00 755118 validate_interval_range [114]
0.00 0.00 755118/755118 CHECK_STRING_OR_BUFFER [694]
-----------------------------------------------
0.00 0.00 3/479385 note_mouse_highlight <cycle 4> [489]
0.00 0.00 10250/479385 Fget_pos_property [155]
0.01 0.00 469132/479385 get_char_property_and_overlay [19]
[115] 0.9 0.01 0.00 479385 sort_overlays [115]
-----------------------------------------------
0.00 0.00 1/59982 x_make_frame_visible <cycle 4> [319]
0.00 0.00 1/59982 x_clipboard_manager_save_all [614]
0.00 0.00 1/59982 font_match_p [612]
0.00 0.00 1/59982 font_put_frame_data [604]
0.00 0.00 3/59982 ftfont_spec_pattern [488]
0.00 0.00 4/59982 xfont_list_pattern [301]
0.00 0.00 5/59982 Fx_selection_exists_p [412]
0.00 0.00 7/59982 xftfont_open [410]
0.00 0.00 11/59982 ftfont_list [249]
0.00 0.00 28/59982 ftfont_lookup_cache [351]
0.00 0.00 34/59982 xfont_list [299]
0.00 0.00 1603/59982 font_put_extra [277]
0.00 0.00 5225/59982 get_lface_attributes [179]
0.00 0.00 6195/59982 set_internal [140]
0.00 0.00 7111/59982 lface_from_face_name_no_resolve [197]
0.00 0.00 8304/59982 font_get_frame_data [192]
0.00 0.00 15422/59982 swap_in_symval_forwarding [167]
0.00 0.00 16026/59982 apply_modifiers [135]
[116] 0.9 0.01 0.00 59982 assq_no_quit [116]
-----------------------------------------------
10975 process_pending_signals <cycle 3> [770]
0.00 0.00 4/9669 read_char <cycle 2> [9]
0.00 0.00 1015/9669 sit_for [13]
[117] 0.9 0.00 0.01 11994 gobble_input <cycle 3> [117]
0.01 0.00 8117/8117 frame_make_pointer_visible [118]
9144 XTread_socket <cycle 3> [64]
-----------------------------------------------
0.01 0.00 8117/8117 gobble_input <cycle 3> [117]
[118] 0.9 0.01 0.00 8117 frame_make_pointer_visible [118]
-----------------------------------------------
0.00 0.00 21/765747 font_sort_entities [483]
0.00 0.00 382861/765747 fontset_find_font [76]
0.00 0.00 382865/765747 face_for_char [17]
[119] 0.9 0.00 0.01 765747 font_has_char [119]
0.01 0.00 765726/765747 xftfont_has_char [99]
-----------------------------------------------
0.00 0.01 475887/475887 get_next_display_element <cycle 4> [14]
[120] 0.9 0.00 0.01 475887 lookup_glyphless_char_display [120]
0.01 0.00 382860/4987260 char_table_ref [16]
-----------------------------------------------
0.00 0.00 21/474012 bidi_fetch_char_skip_isolates <cycle 4> [573]
0.00 0.00 21/474012 find_first_strong_char <cycle 4> [553]
0.00 0.00 21/474012 bidi_paragraph_init <cycle 4> [572]
0.00 0.00 7453/474012 bidi_level_of_next_char <cycle 4> [32]
0.00 0.01 466496/474012 bidi_resolve_explicit <cycle 4> [33]
[121] 0.9 0.00 0.01 474012 bidi_find_paragraph_start [121]
0.01 0.00 380655/4987260 char_table_ref [16]
0.00 0.00 21/531 know_region_cache [1072]
0.00 0.00 1/5 new_region_cache [1407]
-----------------------------------------------
389961 bidi_resolve_brackets <cycle 4> [148]
[122] 0.9 0.00 0.01 389961 bidi_find_bracket_pairs <cycle 4> [122]
0.00 0.01 389961/777368 bidi_paired_bracket_type [67]
0.00 0.00 1034/943394 bidi_cache_find [97]
0.00 0.00 1034/961876 bidi_cache_iterator_state [692]
0.00 0.00 1034/1034 bidi_mirror_char [995]
1034 bidi_resolve_weak <cycle 4> [101]
-----------------------------------------------
1 echo_area_display <cycle 4> [1222]
0.01 0.02 1032/35497 redisplay_internal [10]
[123] 0.9 0.00 0.01 1033 update_frame <cycle 4> [123]
0.01 0.00 1033/1090 x_update_begin [108]
0.00 0.00 1033/1091 update_begin [958]
0.00 0.00 1033/1091 update_end [959]
0.00 0.00 1032/1035 set_window_update_flags [991]
0.00 0.00 1031/1088 x_update_end [961]
1033 update_window_tree <cycle 4> [1000]
-----------------------------------------------
25684 bidi_fetch_char <cycle 4> [704]
[124] 0.8 0.01 0.00 25684 compute_display_string_pos <cycle 4> [124]
0.00 0.00 18446/490846 get_char_property_and_overlay [19]
0.00 0.00 18446/449092 Fget_char_property [103]
18446 Fnext_single_char_property_change <cycle 4> [150]
-----------------------------------------------
0.00 0.00 1015/6398 sit_for [13]
0.00 0.00 2044/6398 read_char <cycle 2> [9]
0.00 0.00 3339/6398 wait_reading_process_output [15]
[125] 0.8 0.00 0.01 6398 detect_input_pending_run_timers [125]
0.00 0.01 4361/8718 get_input_pending [89]
0.00 0.00 8/9 redisplay_preserve_echo_area [162]
0.00 0.00 7/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 8/634690 unblock_input_to [697]
0.00 0.00 8/634655 unblock_input [698]
0.00 0.00 8/10 my_log_handler [1340]
0.00 0.00 8/10 x_flush [1345]
0.00 0.00 7/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.01 18573/18573 handle_stop <cycle 4> [68]
[126] 0.6 0.00 0.01 18573 handle_face_prop [126]
0.00 0.00 10340/63075 face_at_string_position [53]
0.00 0.00 8233/8233 face_at_buffer_position [161]
-----------------------------------------------
1034 display_mode_line <cycle 4> [335]
22748 display_mode_element <cycle 4> [85]
[127] 0.6 0.00 0.01 23782 display_string <cycle 4> [127]
0.00 0.00 11374/63075 face_at_string_position [53]
0.00 0.00 86856/479841 x_produce_glyphs [81]
0.00 0.00 11374/13079 string_char_to_byte [756]
109604 get_next_display_element <cycle 4> [14]
86856 set_iterator_to_next <cycle 4> [102]
23782 bidi_init_it <cycle 4> [727]
-----------------------------------------------
0.00 0.01 18573/18573 handle_stop <cycle 4> [68]
[128] 0.6 0.00 0.01 18573 handle_composition_prop [128]
0.00 0.00 18573/70890 find_composition [46]
-----------------------------------------------
0.00 0.00 1000/4899 move_it_to <cycle 4> [164]
0.00 0.00 1885/4899 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 2014/4899 reseat_at_previous_visible_line_start [169]
[129] 0.6 0.00 0.01 4899 back_to_previous_visible_line_start [129]
0.00 0.00 4885/4885 find_newline_no_quit [166]
0.00 0.00 4875/70890 find_composition [46]
0.00 0.00 4875/490846 get_char_property_and_overlay [19]
0.00 0.00 4875/23448 handle_display_prop [153]
0.00 0.00 4875/449092 Fget_char_property [103]
0.00 0.00 9750/22925 bidi_unshelve_cache [737]
0.00 0.00 4875/9593 bidi_shelve_cache [772]
-----------------------------------------------
7798 access_keymap_1 <cycle 4> [130]
2 Fdefine_key <cycle 4> [418]
3896 Flookup_key <cycle 4> [665]
4079 access_keymap <cycle 4> [821]
[130] 0.6 0.00 0.01 7977+7798 access_keymap_1 <cycle 4> [130]
0.00 0.01 14984/16026 apply_modifiers [135]
0.00 0.00 14984/15005 reorder_modifiers [207]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 76/954743 Fcons [30]
0.00 0.00 561029/672387 get_keymap [518]
0.00 0.00 347/11312 Faref [762]
0.00 0.00 1/9956 do_pending_atimers [769]
9405 get_keyelt <cycle 4> [569]
7798 access_keymap_1 <cycle 4> [130]
-----------------------------------------------
1059 Fwhere_is_internal <cycle 4> [336]
2028 Fkey_binding <cycle 4> [328]
0.02 0.04 2029/35497 active_maps [26]
[131] 0.6 0.00 0.01 5116 Fcurrent_active_maps <cycle 4> [131]
0.00 0.01 10232/10250 get_local_map [134]
0.00 0.00 9717/954743 Fcons [30]
0.00 0.00 5116/17991 list1 [747]
5116 unbind_to <cycle 4> [340]
5116 current_minor_maps <cycle 4> [810]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1581]
1 pos_visible_p <cycle 4> [1609]
38 try_window <cycle 4> [1208]
54 try_window_reusing_current_matrix <cycle 4> [244]
1000 Fline_pixel_height <cycle 4> [1041]
1014 Fvertical_motion <cycle 4> [163]
[132] 0.5 0.00 0.01 2108 start_display <cycle 4> [132]
0.00 0.00 3103/18573 compute_stop_pos [42]
0.00 0.00 1000/2014 reseat_at_previous_visible_line_start [169]
3108 reseat <cycle 4> [414]
3103 handle_stop <cycle 4> [68]
2108 init_iterator <cycle 4> [160]
1000 move_it_to <cycle 4> [164]
-----------------------------------------------
146 Fexpand_file_name <cycle 4> [133]
1 Fkill_emacs <cycle 4> [613]
1 Ffile_accessible_directory_p <cycle 4> [472]
2 Fdirectory_files <cycle 4> [437]
2 internal_condition_case_2 <cycle 4> [1523]
3 Ffile_exists_p <cycle 4> [421]
3 Finsert_file_contents <cycle 4> [379]
3 eval_sub <cycle 4> [139]
4 Fdo_auto_save <cycle 4> [645]
12 x_find_image_fd <cycle 4> [554]
16 Ffile_readable_p <cycle 4> [355]
27 Ffile_symlink_p <cycle 4> [329]
46 expand_and_dir_to_file <cycle 4> [1195]
85 openp <cycle 4> [220]
123 Ffuncall <cycle 4> [18]
[133] 0.5 0.00 0.01 328+146 Fexpand_file_name <cycle 4> [133]
0.00 0.01 1242/2890 Ffind_file_name_handler [82]
0.00 0.00 309/48000 make_specified_string [225]
0.00 0.00 165/165 string_to_multibyte [504]
0.00 0.00 182/17795 make_string [295]
0.00 0.00 182/183 egetenv_internal [1110]
0.00 0.00 182/664 decode_file_name [1065]
0.00 0.00 125/171 Fnext_read_file_uses_dialog_p [1114]
182 code_convert_string <cycle 4> [352]
15 call3 <cycle 4> [1220]
146 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
0.00 0.00 6/10250 tool_bar_items <cycle 4> [485]
0.00 0.00 12/10250 menu_bar_items <cycle 4> [451]
0.00 0.01 10232/10250 Fcurrent_active_maps <cycle 4> [131]
[134] 0.5 0.00 0.01 10250 get_local_map [134]
0.00 0.00 10250/10250 Fget_pos_property [155]
0.00 0.00 10250/490846 get_char_property_and_overlay [19]
0.00 0.00 10250/449092 Fget_char_property [103]
0.00 0.00 10250/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 6/16026 Fdefine_key <cycle 4> [418]
0.00 0.00 21/16026 store_in_keymap [429]
0.00 0.00 1015/16026 modify_event_symbol [273]
0.00 0.01 14984/16026 access_keymap_1 <cycle 4> [130]
[135] 0.5 0.00 0.01 16026 apply_modifiers [135]
0.00 0.00 40977/292896 Fplist_get [63]
0.00 0.00 16026/59982 assq_no_quit [116]
0.00 0.00 22/954743 Fcons [30]
0.00 0.00 11/52741 make_uninit_multibyte_string [221]
0.00 0.00 11/1952 Fintern [422]
0.00 0.00 11/4333 Fput [415]
0.00 0.00 40977/121605 Fget [713]
0.00 0.00 4/539 intern_sym [1071]
-----------------------------------------------
0.00 0.01 8544/8544 bidi_at_paragraph_end [137]
[136] 0.5 0.00 0.01 8544 fast_looking_at [136]
0.00 0.00 8544/53020 compile_pattern [55]
0.00 0.00 8544/57567 re_match_2_internal [80]
0.00 0.00 8544/8548 re_match_2 [780]
-----------------------------------------------
0.00 0.01 4278/4278 bidi_move_to_visually_next <cycle 4> [44]
[137] 0.5 0.00 0.01 4278 bidi_at_paragraph_end [137]
0.00 0.01 8544/8544 fast_looking_at [136]
-----------------------------------------------
0.00 0.00 1997/72887 composition_adjust_point [149]
0.00 0.01 70890/72887 find_composition [46]
[138] 0.5 0.00 0.01 72887 get_property_and_range [138]
0.00 0.00 48878/1232573 lookup_char_property [20]
0.00 0.00 72887/723140 find_interval [59]
-----------------------------------------------
10118 eval_sub <cycle 4> [139]
26 For <cycle 4> [1320]
34 Fcond <cycle 4> [1319]
121 Fdefvar <cycle 4> [463]
125 FletX <cycle 4> [460]
126 Flet <cycle 4> [512]
182 readevalloop <cycle 4> [441]
293 Fand <cycle 4> [1100]
430 apply_lambda <cycle 4> [313]
500 Fsetq <cycle 4> [406]
501 Fwhile <cycle 4> [1576]
2523 Fprogn <cycle 4> [907]
3174 Fif <cycle 4> [835]
5622 Feval <cycle 4> [286]
[139] 0.5 0.00 0.01 13657+10118 eval_sub <cycle 4> [139]
0.00 0.00 1040/7219 Fframe_parameter [35]
0.00 0.00 9768/139293 Flength [142]
0.00 0.00 1046/102249 set_internal [140]
0.00 0.00 11/7146 Fframe_parameters [36]
0.00 0.00 34/55795 concat [47]
0.00 0.00 34/37 Fdefalias [430]
0.00 0.00 180/954743 Fcons [30]
0.00 0.00 500/14509 Fmake_string [343]
0.00 0.00 10/18640 Fmemq [147]
0.00 0.00 60/2356 Fassoc [375]
0.00 0.00 2/2 Fprovide [542]
0.00 0.00 3/10 Ffeaturep [506]
0.00 0.00 19/1407350 Fassq [24]
0.00 0.00 6/10077 Flist [199]
0.00 0.00 16/33486 Fboundp [243]
0.00 0.00 6/48000 make_specified_string [225]
0.00 0.00 4/34146 Fequal [239]
0.00 0.00 2/63 Fregexp_quote [541]
0.00 0.00 2/1672 Fmember [398]
0.00 0.00 4/4333 Fput [415]
0.00 0.00 15304/194533 record_in_backtrace [708]
0.00 0.00 9096/1362857 Fcdr [690]
0.00 0.00 6997/72024 Fcar [717]
0.00 0.00 1735/1735 Fquote [912]
0.00 0.00 511/513 arithcompare_driver [1076]
0.00 0.00 511/513 Flss [1075]
0.00 0.00 500/500 Fadd1 [1077]
0.00 0.00 115/115 Feq [1139]
0.00 0.00 57/57 Fnull [1168]
0.00 0.00 55/618605 indirect_function [699]
0.00 0.00 38/6172 Fdefault_value [801]
0.00 0.00 34/557 Fconcat [1068]
0.00 0.00 31/208 Fdefault_boundp [1103]
0.00 0.00 20/20 Ffunction [1258]
0.00 0.00 9/6751 Ffboundp [793]
0.00 0.00 7/35 Fwindow_system [1215]
0.00 0.00 5/5 Fconsp [1399]
0.00 0.00 5/1214 Fbuffer_modified_p [941]
0.00 0.00 4/4 Fbyte_code [1414]
0.00 0.00 4/15 Fbuffer_file_name [1293]
0.00 0.00 4/8 Fcar_safe [1358]
0.00 0.00 2/6 make_process [1387]
0.00 0.00 2/6 Fget_buffer_process [1378]
0.00 0.00 2/60449 Fcurrent_buffer [719]
0.00 0.00 1/2124 Fnconc [880]
4610 Fsymbol_value <cycle 4> [714]
4490 apply_lambda <cycle 4> [313]
3174 Fif <cycle 4> [835]
1112 Fprogn <cycle 4> [907]
1107 unbind_to <cycle 4> [340]
1046 store_symval_forwarding <cycle 4> [276]
1046 specbind <cycle 4> [104]
1046 apply1 <cycle 4> [986]
500 Fsetq <cycle 4> [406]
500 Finsert <cycle 4> [1078]
223 Fand <cycle 4> [1100]
137 Fdefvar <cycle 4> [463]
65 Flet <cycle 4> [512]
61 FletX <cycle 4> [460]
61 Fapply <cycle 4> [326]
13 Ffuncall <cycle 4> [18]
12 Fcond <cycle 4> [1319]
12 For <cycle 4> [1320]
5 Fmapcar <cycle 4> [444]
4 exec_byte_code <cycle 4> [56]
4 Ffile_name_directory <cycle 4> [300]
3 Fexpand_file_name <cycle 4> [133]
3 Ffile_name_as_directory <cycle 4> [298]
2 directory_files_internal <cycle 4> [293]
2 Fdirectory_files <cycle 4> [437]
2 Ffile_readable_p <cycle 4> [355]
2 Ffile_name_nondirectory <cycle 4> [256]
2 Ffile_directory_p <cycle 4> [303]
1 Fgarbage_collect <cycle 4> [57]
1 Fwhile <cycle 4> [1576]
1 Fset_fontset_font <cycle 4> [28]
1 Ffile_exists_p <cycle 4> [421]
1 Fpropertize <cycle 4> [538]
10118 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 1/102249 recursive_edit_1 [2]
0.00 0.00 2/102249 load_charset <cycle 4> [251]
0.00 0.00 4/102249 Fmake_local_variable <cycle 4> [362]
0.00 0.00 6/102249 Finsert_file_contents <cycle 4> [379]
0.00 0.00 6/102249 Feval_buffer <cycle 4> [525]
0.00 0.00 8/102249 set_frame_menubar <cycle 4> [546]
0.00 0.00 11/102249 funcall_lambda <cycle 4> [182]
0.00 0.00 12/102249 timer_check [72]
0.00 0.00 12/102249 readevalloop <cycle 4> [441]
0.00 0.00 13/102249 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 14/102249 Fload <cycle 4> [428]
0.00 0.00 15/102249 show_hourglass <cycle 4> [296]
0.00 0.00 59/102249 handle_fontified_prop <cycle 4> [184]
0.00 0.00 96/102249 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 120/102249 FletX <cycle 4> [460]
0.00 0.00 284/102249 menu_item_eval_property <cycle 4> [420]
0.00 0.00 1031/102249 redisplay_internal [10]
0.00 0.00 1033/102249 redisplay_window <cycle 4> [84]
0.00 0.00 1046/102249 eval_sub <cycle 4> [139]
0.00 0.00 1085/102249 inhibit_garbage_collection <cycle 4> [367]
0.00 0.00 1267/102249 unbind_to <cycle 4> [340]
0.00 0.00 1282/102249 prepare_to_modify_buffer_1 <cycle 4> [245]
0.00 0.00 1294/102249 signal_after_change <cycle 4> [159]
0.00 0.00 2810/102249 Fset <cycle 4> [320]
0.00 0.00 3057/102249 safe_run_hooks <cycle 4> [318]
0.00 0.00 3798/102249 update_compositions <cycle 4> [185]
0.00 0.00 5622/102249 Feval <cycle 4> [286]
0.00 0.00 12581/102249 safe__call <cycle 4> [235]
0.00 0.00 30124/102249 Fset_default <cycle 4> [187]
0.00 0.00 35556/102249 exec_byte_code <cycle 4> [56]
[140] 0.5 0.00 0.01 102249 set_internal [140]
0.00 0.00 102248/102248 maybe_set_redisplay [154]
0.00 0.00 6195/59982 assq_no_quit [116]
0.00 0.00 66/954743 Fcons [30]
0.00 0.00 6136/122261 do_symval_forwarding [712]
0.00 0.00 45/90 let_shadows_buffer_binding_p [1149]
0.00 0.00 1/6 indirect_variable [1384]
-----------------------------------------------
0.01 0.00 3/3 redisplay_internal [10]
[141] 0.5 0.01 0.00 3 propagate_buffer_redisplay [141]
0.00 0.00 3/2017 window_list [657]
-----------------------------------------------
0.00 0.00 1/139293 Fmapc <cycle 4> [656]
0.00 0.00 3/139293 display_mode_element <cycle 4> [85]
0.00 0.00 11/139293 Fsort [584]
0.00 0.00 13/139293 parse_single_submenu <cycle 4> [571]
0.00 0.00 57/139293 Fmapcar <cycle 4> [444]
0.00 0.00 65/139293 Flet <cycle 4> [512]
0.00 0.00 90/139293 read_vector <cycle 5> [478]
0.00 0.00 206/139293 Fkey_description <cycle 4> [341]
0.00 0.00 224/139293 preferred_sequence_p [447]
0.00 0.00 500/139293 Fsetq <cycle 4> [406]
0.00 0.00 604/139293 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 1186/139293 Fset_match_data [377]
0.00 0.00 1856/139293 where_is_internal <cycle 4> [309]
0.00 0.00 1879/139293 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 3547/139293 Fapply <cycle 4> [326]
0.00 0.00 3562/139293 exec_byte_code <cycle 4> [56]
0.00 0.00 4128/139293 lookup_fringe_bitmap [236]
0.00 0.00 4490/139293 apply_lambda <cycle 4> [313]
0.00 0.00 9768/139293 eval_sub <cycle 4> [139]
0.00 0.00 107103/139293 concat [47]
[142] 0.5 0.01 0.00 139293 Flength [142]
-----------------------------------------------
1 redisplay_window <cycle 4> [84]
0.01 0.02 1032/35497 redisplay_internal [10]
[143] 0.5 0.01 0.00 1033 overlay_arrows_changed_p <cycle 4> [143]
0.00 0.00 1033/122261 do_symval_forwarding [712]
2066 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [170]
0.00 0.00 1/2 Fdelete_terminal <cycle 4> [172]
[144] 0.5 0.01 0.00 2 safe_call2 [144]
-----------------------------------------------
<spontaneous>
[145] 0.5 0.01 0.00 Fhash_table_size [145]
-----------------------------------------------
<spontaneous>
[146] 0.5 0.01 0.00 fill_stretch_glyph_string [146]
-----------------------------------------------
0.00 0.00 1/18640 redisplay_window <cycle 4> [84]
0.00 0.00 1/18640 unwind_create_frame [603]
0.00 0.00 1/18640 x_set_tool_bar_position [575]
0.00 0.00 2/18640 next_window [565]
0.00 0.00 2/18640 record_buffer [560]
0.00 0.00 2/18640 Fprovide [542]
0.00 0.00 10/18640 eval_sub <cycle 4> [139]
0.00 0.00 10/18640 Ffeaturep [506]
0.00 0.00 14/18640 print_error_message <cycle 4> [462]
0.00 0.00 28/18640 Fsignal <cycle 4> [427]
0.00 0.00 46/18640 menu_bar_item <cycle 4> [413]
0.00 0.00 158/18640 where_is_internal <cycle 4> [309]
0.00 0.00 170/18640 Fset_fontset_font <cycle 4> [28]
0.00 0.00 188/18640 Ffind_file_name_handler [82]
0.00 0.00 278/18640 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 666/18640 Fset_charset_priority [307]
0.00 0.00 2010/18640 window_list_1 [227]
0.00 0.00 15053/18640 exec_byte_code <cycle 4> [56]
[147] 0.5 0.01 0.00 18640 Fmemq [147]
-----------------------------------------------
496556 bidi_resolve_neutral <cycle 4> [77]
[148] 0.5 0.00 0.00 496556 bidi_resolve_brackets <cycle 4> [148]
0.00 0.00 471180/943394 bidi_cache_find [97]
496556 bidi_resolve_weak <cycle 4> [101]
389961 bidi_find_bracket_pairs <cycle 4> [122]
-----------------------------------------------
0.00 0.00 1997/1997 command_loop_1 <cycle 2> [12]
[149] 0.4 0.00 0.00 1997 composition_adjust_point [149]
0.00 0.00 1997/1997 find_automatic_composition [151]
0.00 0.00 1997/72887 get_property_and_range [138]
-----------------------------------------------
18446 compute_display_string_pos <cycle 4> [124]
[150] 0.4 0.00 0.00 18446 Fnext_single_char_property_change <cycle 4> [150]
0.00 0.00 11374/122150 Fnext_single_property_change [37]
0.00 0.00 7076/490846 get_char_property_and_overlay [19]
0.00 0.00 7076/7801 Fnext_property_change [283]
0.00 0.00 7076/7076 Fnext_char_property_change [789]
7072 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 1997/1997 composition_adjust_point [149]
[151] 0.4 0.00 0.00 1997 find_automatic_composition [151]
0.00 0.00 52943/4987260 char_table_ref [16]
0.00 0.00 50942/50942 char_composable_p [195]
0.00 0.00 1997/19717 buf_charpos_to_bytepos [93]
0.00 0.00 1997/2000 window_loop [228]
0.00 0.00 1997/60449 Fcurrent_buffer [719]
0.00 0.00 1997/2000 Fget_buffer_window [905]
-----------------------------------------------
0.00 0.00 41/7983 scan_newline [395]
0.00 0.00 519/7983 find_before_next_newline [288]
0.00 0.00 2538/7983 scan_newline_from_point [193]
0.00 0.00 4885/7983 find_newline_no_quit [166]
[152] 0.4 0.00 0.00 7983 find_newline [152]
0.00 0.00 8442/19717 buf_charpos_to_bytepos [93]
0.00 0.00 1576/1788 buf_bytepos_to_charpos [625]
0.00 0.00 6399/6399 region_cache_backward [795]
0.00 0.00 1041/1041 region_cache_forward [990]
0.00 0.00 510/9464 delete_cache_boundaries [775]
0.00 0.00 510/531 know_region_cache [1072]
0.00 0.00 4/5 new_region_cache [1407]
-----------------------------------------------
0.00 0.00 4875/23448 back_to_previous_visible_line_start [129]
0.00 0.00 18573/23448 handle_stop <cycle 4> [68]
[153] 0.4 0.00 0.00 23448 handle_display_prop [153]
0.00 0.00 23448/490846 get_char_property_and_overlay [19]
-----------------------------------------------
0.00 0.00 102248/102248 set_internal [140]
[154] 0.4 0.00 0.00 102248 maybe_set_redisplay [154]
0.00 0.00 102247/505158 hash_lookup [58]
-----------------------------------------------
0.00 0.00 10250/10250 get_local_map [134]
[155] 0.3 0.00 0.00 10250 Fget_pos_property [155]
0.00 0.00 10250/10250 text_property_stickiness [173]
0.00 0.00 9098/1232573 lookup_char_property [20]
0.00 0.00 9098/91882 Fget_text_property [158]
0.00 0.00 10250/479385 sort_overlays [115]
0.00 0.00 20500/958764 set_buffer_temp [693]
0.00 0.00 10250/10250 overlays_around [767]
0.00 0.00 9098/1178700 textget [691]
-----------------------------------------------
1 bidi_init_it <cycle 4> [727]
[156] 0.3 0.00 0.00 1 bidi_initialize <cycle 4> [156]
0.00 0.00 3/3 uniprop_table [157]
0.00 0.00 3/2067 intern_1 [644]
0.00 0.00 5/5 staticpro [1410]
2 Fsymbol_value <cycle 4> [714]
-----------------------------------------------
0.00 0.00 3/3 bidi_initialize <cycle 4> [156]
[157] 0.3 0.00 0.00 3 uniprop_table [157]
0.00 0.00 3/17 char_table_ascii [62]
0.00 0.00 3/1407350 Fassq [24]
-----------------------------------------------
0.00 0.00 17/91882 note_mouse_highlight <cycle 4> [489]
0.00 0.00 1119/91882 Ffuncall <cycle 4> [18]
0.00 0.00 8233/91882 face_at_buffer_position [161]
0.00 0.00 9098/91882 Fget_pos_property [155]
0.00 0.00 10340/91882 handle_invisible_prop [168]
0.00 0.00 63075/91882 face_at_string_position [53]
[158] 0.3 0.00 0.00 91882 Fget_text_property [158]
0.00 0.00 91882/603957 Ftext_properties_at [48]
-----------------------------------------------
266 signal_after_change <cycle 4> [159]
1 Fremove_text_properties <cycle 4> [649]
3 Finsert_file_contents <cycle 4> [379]
12 del_range_both <cycle 4> [508]
266 insert_char <cycle 4> [1098]
736 del_range_1 <cycle 4> [214]
1001 insert_from_string <cycle 4> [1039]
1063 add_text_properties_1 <cycle 4> [305]
[159] 0.3 0.00 0.00 3082+266 signal_after_change <cycle 4> [159]
0.00 0.00 1000/3041 Frun_hook_with_args [107]
0.00 0.00 1294/102249 set_internal [140]
0.00 0.00 1269/1269 report_interval_modification [937]
0.00 0.00 1000/310341 grow_specpdl [706]
0.00 0.00 1000/1022 record_unwind_protect_ptr [1014]
0.00 0.00 266/1962 multibyte_chars_in_text [906]
0.00 0.00 266/299 chars_in_text [1095]
1294 store_symval_forwarding <cycle 4> [276]
1294 specbind <cycle 4> [104]
1294 unbind_to <cycle 4> [340]
1000 Fcommandp <cycle 4> [642]
266 prepare_to_modify_buffer <cycle 4> [347]
266 signal_after_change <cycle 4> [159]
-----------------------------------------------
50 resize_mini_window <cycle 4> [364]
56 redisplay_window <cycle 4> [84]
61 x_consider_frame_title <cycle 4> [291]
1034 display_mode_line <cycle 4> [335]
2108 start_display <cycle 4> [132]
[160] 0.3 0.00 0.00 3309 init_iterator <cycle 4> [160]
0.00 0.00 3309/11718 window_text_bottom_y [95]
0.00 0.00 4/5 recompute_basic_faces [261]
0.00 0.00 3309/3309 produce_special_glyphs [342]
0.00 0.00 4550/32059 window_box_width [729]
0.00 0.00 3309/3309 window_display_table [829]
0.00 0.00 2203/22925 bidi_unshelve_cache [737]
0.00 0.00 4/4 free_all_realized_faces [1438]
0.00 0.00 3/5 free_realized_face [1406]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
2203 bidi_init_it <cycle 4> [727]
-----------------------------------------------
0.00 0.00 8233/8233 handle_face_prop [126]
[161] 0.3 0.00 0.00 8233 face_at_buffer_position [161]
0.00 0.00 8233/122150 Fnext_single_property_change [37]
0.00 0.00 8233/1232573 lookup_char_property [20]
0.00 0.00 8233/485601 overlays_at [60]
0.00 0.00 8233/91882 Fget_text_property [158]
0.00 0.00 8233/1178700 textget [691]
-----------------------------------------------
0.00 0.00 1/9 read_char <cycle 2> [9]
0.00 0.00 8/9 detect_input_pending_run_timers [125]
[162] 0.3 0.00 0.00 9 redisplay_preserve_echo_area [162]
0.00 0.00 9/1031 redisplay_internal [10]
-----------------------------------------------
1014 Ffuncall <cycle 4> [18]
[163] 0.3 0.00 0.00 1014 Fvertical_motion <cycle 4> [163]
0.00 0.00 1014/18573 compute_stop_pos [42]
0.00 0.00 1014/2014 reseat_at_previous_visible_line_start [169]
0.00 0.00 1014/6617 set_point_both [297]
0.00 0.00 1014/1015 decode_live_window [1026]
0.00 0.00 1014/9593 bidi_shelve_cache [772]
0.00 0.00 1014/22925 bidi_unshelve_cache [737]
0.00 0.00 1014/2078 extract_float [882]
0.00 0.00 1014/1015 move_it_in_display_line [1028]
2014 move_it_to <cycle 4> [164]
1014 start_display <cycle 4> [132]
1014 move_it_by_lines <cycle 4> [823]
1014 move_it_in_display_line_to <cycle 4> [49]
1014 handle_stop <cycle 4> [68]
1014 reseat <cycle 4> [414]
-----------------------------------------------
1514 move_it_to <cycle 4> [164]
1 buffer_posn_from_coords <cycle 4> [1581]
1 pos_visible_p <cycle 4> [1609]
50 resize_mini_window <cycle 4> [364]
1000 start_display <cycle 4> [132]
2014 Fvertical_motion <cycle 4> [163]
2140 move_it_vertically_backward <cycle 4> [174]
2770 move_it_by_lines <cycle 4> [823]
[164] 0.3 0.00 0.00 7976+1514 move_it_to <cycle 4> [164]
0.00 0.00 1014/18573 compute_stop_pos [42]
0.00 0.00 1000/4899 back_to_previous_visible_line_start [129]
0.00 0.00 11017/12951 recenter_overlay_lists [757]
0.00 0.00 1546/9593 bidi_shelve_cache [772]
0.00 0.00 1514/22925 bidi_unshelve_cache [737]
11109 move_it_in_display_line_to <cycle 4> [49]
3731 reseat_at_next_visible_line_start <cycle 4> [820]
3731 set_iterator_to_next <cycle 4> [102]
1014 move_it_vertically_backward <cycle 4> [174]
1014 handle_stop <cycle 4> [68]
1014 reseat <cycle 4> [414]
1514 move_it_to <cycle 4> [164]
-----------------------------------------------
0.00 0.00 3/2037 read_char <cycle 2> [9]
0.00 0.00 1015/2037 sit_for [13]
0.00 0.00 1019/2037 wait_reading_process_output [15]
[165] 0.2 0.00 0.00 2037 swallow_events [165]
0.00 0.00 2037/8718 get_input_pending [89]
0.00 0.00 2037/2037 process_special_events [894]
-----------------------------------------------
0.00 0.00 4885/4885 back_to_previous_visible_line_start [129]
[166] 0.2 0.00 0.00 4885 find_newline_no_quit [166]
0.00 0.00 4885/7983 find_newline [152]
-----------------------------------------------
0.00 0.00 737/64178 Fmake_local_variable <cycle 4> [362]
0.00 0.00 12415/64178 Fboundp [243]
0.00 0.00 51026/64178 find_symbol_value <cycle 4> [87]
[167] 0.2 0.00 0.00 64178 swap_in_symval_forwarding [167]
0.00 0.00 15422/59982 assq_no_quit [116]
0.00 0.00 15422/60449 Fcurrent_buffer [719]
0.00 0.00 15345/122261 do_symval_forwarding [712]
-----------------------------------------------
0.00 0.00 18573/18573 handle_stop <cycle 4> [68]
[168] 0.2 0.00 0.00 18573 handle_invisible_prop [168]
0.00 0.00 8233/490846 get_char_property_and_overlay [19]
0.00 0.00 10340/1232573 lookup_char_property [20]
0.00 0.00 10340/91882 Fget_text_property [158]
0.00 0.00 10340/1178700 textget [691]
-----------------------------------------------
0.00 0.00 1000/2014 start_display <cycle 4> [132]
0.00 0.00 1014/2014 Fvertical_motion <cycle 4> [163]
[169] 0.2 0.00 0.00 2014 reseat_at_previous_visible_line_start [169]
0.00 0.00 2014/4899 back_to_previous_visible_line_start [129]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[170] 0.2 0.00 0.00 1 delete_frame <cycle 4> [170]
0.00 0.00 1/2 safe_call2 [144]
0.00 0.00 1/7219 Fframe_parameter [35]
0.00 0.00 1/1 other_visible_frames [495]
0.00 0.00 1/2 font_update_drivers [589]
0.00 0.00 5/32168 xfree [728]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
0.00 0.00 1/19504 decode_any_frame [742]
0.00 0.00 1/1362857 Fcdr [690]
0.00 0.00 1/2 free_glyphs [1520]
0.00 0.00 1/2 delete_all_child_windows [1513]
0.00 0.00 1/1095 Fdelq [955]
0.00 0.00 1/1 free_font_driver_list [1595]
0.00 0.00 1/1 free_frame_faces [1596]
0.00 0.00 1/1 initial_free_frame_resources [1602]
0.00 0.00 1/1 x_clipboard_manager_save_frame [1627]
1 check_minibuf_window <cycle 4> [1585]
1 Fdelete_terminal <cycle 4> [172]
1 safe_call <cycle 4> [1112]
1 do_switch_frame <cycle 4> [1361]
-----------------------------------------------
0.00 0.00 556/96367 update_window_line <cycle 4> [416]
0.00 0.00 95811/96367 draw_glyphs <cycle 4> [50]
[171] 0.2 0.00 0.00 96367 x_get_glyph_overhangs [171]
0.00 0.00 96367/571929 get_per_char_metric [78]
0.00 0.00 96367/128954 get_glyph_face_and_encoding [710]
-----------------------------------------------
1 delete_frame <cycle 4> [170]
[172] 0.2 0.00 0.00 1 Fdelete_terminal <cycle 4> [172]
0.00 0.00 1/2 safe_call2 [144]
0.00 0.00 1/6223 decode_terminal [798]
0.00 0.00 1/1 delete_initial_terminal [1588]
1 safe_call <cycle 4> [1112]
-----------------------------------------------
0.00 0.00 10250/10250 Fget_pos_property [155]
[173] 0.2 0.00 0.00 10250 text_property_stickiness [173]
0.00 0.00 19348/1232573 lookup_char_property [20]
0.00 0.00 19348/603957 Ftext_properties_at [48]
0.00 0.00 10250/1407350 Fassq [24]
0.00 0.00 19348/1178700 textget [691]
-----------------------------------------------
56 redisplay_window <cycle 4> [84]
1014 move_it_to <cycle 4> [164]
[174] 0.2 0.00 0.00 1070 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 1885/4899 back_to_previous_visible_line_start [129]
0.00 0.00 2140/9593 bidi_shelve_cache [772]
0.00 0.00 2140/22925 bidi_unshelve_cache [737]
0.00 0.00 1070/3133 default_line_pixel_height [838]
2140 move_it_to <cycle 4> [164]
1770 move_it_by_lines <cycle 4> [823]
1070 reseat_1 <cycle 4> [797]
826 line_bottom_y <cycle 4> [658]
1 window_box_height <cycle 4> [936]
-----------------------------------------------
0.00 0.00 1195/11604 display_line <cycle 4> [200]
0.00 0.00 10409/11604 move_it_in_display_line_to <cycle 4> [49]
[175] 0.2 0.00 0.00 11604 handle_line_prefix [175]
0.00 0.00 11604/490846 get_char_property_and_overlay [19]
0.00 0.00 11604/449092 Fget_char_property [103]
0.00 0.00 11604/20302 get_it_property [741]
-----------------------------------------------
0.00 0.00 1034/2765 next_element_from_string <cycle 4> [45]
0.00 0.00 1731/2765 next_element_from_buffer <cycle 4> [88]
[176] 0.2 0.00 0.00 2765 composition_reseat_it [176]
0.00 0.00 2765/39478 composition_compute_stop_pos [34]
-----------------------------------------------
0.00 0.00 2014/4182 Fface_font [201]
0.00 0.00 2168/4182 draw_fringe_bitmap_1 <cycle 4> [196]
[177] 0.2 0.00 0.00 4182 lookup_named_face [177]
0.00 0.00 4182/5225 get_lface_attributes [179]
0.00 0.00 4182/5291 merge_face_vectors <cycle 1> [290]
0.00 0.00 4182/5300 Finternal_merge_in_global_face [349]
-----------------------------------------------
7278 draw_glyphs <cycle 4> [50]
[178] 0.2 0.00 0.00 7278 x_draw_glyph_string <cycle 4> [178]
0.00 0.00 8304/8304 x_draw_glyph_string_foreground [190]
0.00 0.00 8902/8902 x_set_glyph_string_clipping [226]
0.00 0.00 1623/1623 x_draw_glyph_string_box [323]
0.00 0.00 8305/8305 x_set_glyph_string_gc [558]
0.00 0.00 4696/4696 x_draw_stretch_glyph_string [812]
1026 x_draw_fringe_bitmap <cycle 4> [834]
-----------------------------------------------
0.00 0.00 1043/5225 merge_named_face <cycle 1> [259]
0.00 0.00 4182/5225 lookup_named_face [177]
[179] 0.2 0.00 0.00 5225 get_lface_attributes [179]
0.00 0.00 5225/59982 assq_no_quit [116]
0.00 0.00 5225/5365 get_lface_attributes_no_remap [215]
0.00 0.00 5225/8293 resolve_face_name [240]
-----------------------------------------------
0.00 0.00 2303/2303 event_handler_gdk [181]
[180] 0.2 0.00 0.00 2303 handle_one_xevent [180]
0.00 0.00 26/26 note_mouse_movement [238]
0.00 0.00 20/35497 clear_mouse_face <cycle 4> [1169]
0.00 0.00 4056/292896 Fplist_get [63]
0.00 0.00 1014/1014 x_x_to_emacs_modifiers [289]
0.00 0.00 3/3 x_focus_changed [325]
0.00 0.00 1014/10077 Fgethash [265]
0.00 0.00 1/35497 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 12/52 store_frame_param [466]
0.00 0.00 8/954743 Fcons [30]
0.00 0.00 8/1694 list2 [359]
0.00 0.00 8/54 get_frame_param [513]
0.00 0.00 4056/121605 Fget [713]
0.00 0.00 2303/4333 x_any_window_to_frame [818]
0.00 0.00 1018/1022 kbd_buffer_store_buffered_event [1012]
0.00 0.00 1014/2070 popup_activated [886]
0.00 0.00 54/61 x_top_window_to_frame [1158]
0.00 0.00 47/47 xft_settings_event [1193]
0.00 0.00 42/42 x_window_to_frame [1198]
0.00 0.00 41/41 x_handle_property_notify [1200]
0.00 0.00 37/37 x_mouse_grabbed [1212]
0.00 0.00 19/19 xg_event_is_for_scrollbar [1277]
0.00 0.00 12/12 x_detect_focus_change [1323]
0.00 0.00 8/9 get_current_wm_state [1355]
0.00 0.00 8/1362857 Fcdr [690]
0.00 0.00 8/33 frame_size_history_add [1217]
0.00 0.00 6/6 x_handle_dnd_message [1394]
0.00 0.00 5/6 x_real_positions [1396]
0.00 0.00 4/4 gen_help_event [1440]
0.00 0.00 3/3 xg_frame_resized [1495]
0.00 0.00 2/2 expose_frame [1515]
0.00 0.00 2/1094 x_clear_area [957]
0.00 0.00 1/6 redisplay_other_windows [1389]
0.00 0.00 1/1 record_asynch_buffer_change [1611]
0.00 0.00 1/1 do_ewmh_fullscreen [1590]
-----------------------------------------------
<spontaneous>
[181] 0.2 0.00 0.00 event_handler_gdk [181]
0.00 0.00 2303/2303 handle_one_xevent [180]
0.00 0.00 3318/634690 unblock_input_to [697]
0.00 0.00 3318/634655 unblock_input [698]
0.00 0.00 2030/4333 x_any_window_to_frame [818]
-----------------------------------------------
4490 apply_lambda <cycle 4> [313]
66201 Ffuncall <cycle 4> [18]
[182] 0.2 0.00 0.00 70691 funcall_lambda <cycle 4> [182]
0.00 0.00 580/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 345/10077 Flist [199]
0.00 0.00 32/954743 Fcons [30]
0.00 0.00 11/102249 set_internal [140]
0.00 0.00 580/9956 do_pending_atimers [769]
25764 specbind <cycle 4> [104]
19374 exec_byte_code <cycle 4> [56]
164 Fprogn <cycle 4> [907]
11 store_symval_forwarding <cycle 4> [276]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [18]
[183] 0.2 0.00 0.00 2020 Fline_beginning_position [183]
0.00 0.00 2020/2538 scan_newline_from_point [193]
0.00 0.00 2020/2539 Fconstrain_to_field [223]
-----------------------------------------------
18632 handle_stop <cycle 4> [68]
[184] 0.2 0.00 0.00 18632 handle_fontified_prop <cycle 4> [184]
0.00 0.00 8270/490846 get_char_property_and_overlay [19]
0.00 0.00 8270/449092 Fget_char_property [103]
0.00 0.00 59/102249 set_internal [140]
59 store_symval_forwarding <cycle 4> [276]
59 specbind <cycle 4> [104]
59 safe_call <cycle 4> [1112]
59 unbind_to <cycle 4> [340]
-----------------------------------------------
1 set_message_1 <cycle 4> [1616]
3 Finsert_file_contents <cycle 4> [379]
12 del_range_both <cycle 4> [508]
266 insert_char <cycle 4> [1098]
736 del_range_1 <cycle 4> [214]
1000 general_insert_function <cycle 4> [1079]
[185] 0.1 0.00 0.00 2018 update_compositions <cycle 4> [185]
0.00 0.00 3813/70890 find_composition [46]
0.00 0.00 3798/102249 set_internal [140]
0.00 0.00 1266/954743 Fcons [30]
0.00 0.00 1266/1325 Fremove_list_of_text_properties [372]
0.00 0.00 1266/17991 list1 [747]
3798 store_symval_forwarding <cycle 4> [276]
3798 specbind <cycle 4> [104]
1266 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 1075/3918 save_excursion_restore <cycle 4> [255]
0.00 0.00 2843/3918 exec_byte_code <cycle 4> [56]
[186] 0.1 0.00 0.00 3918 Fgoto_char [186]
0.00 0.00 2843/2849 set_point [188]
0.00 0.00 3918/6617 set_point_both [297]
0.00 0.00 1075/1081 set_point_from_marker [966]
-----------------------------------------------
30 Ffuncall <cycle 4> [18]
83 exec_byte_code <cycle 4> [56]
121 Fdefvar <cycle 4> [463]
36184 unbind_to <cycle 4> [340]
[187] 0.1 0.00 0.00 36418 Fset_default <cycle 4> [187]
0.00 0.00 30124/102249 set_internal [140]
0.00 0.00 1/6 indirect_variable [1384]
36109 store_symval_forwarding <cycle 4> [276]
-----------------------------------------------
0.00 0.00 1/2849 move_point [564]
0.00 0.00 5/2849 search_command [210]
0.00 0.00 2843/2849 Fgoto_char [186]
[188] 0.1 0.00 0.00 2849 set_point [188]
0.00 0.00 2849/19717 buf_charpos_to_bytepos [93]
-----------------------------------------------
0.00 0.00 1032/2084 redisplay_internal [10]
0.00 0.00 1052/2084 redisplay_window <cycle 4> [84]
[189] 0.1 0.00 0.00 2084 reconsider_clip_changes [189]
0.00 0.00 3996/70890 find_composition [46]
-----------------------------------------------
0.00 0.00 8304/8304 x_draw_glyph_string <cycle 4> [178]
[190] 0.1 0.00 0.00 8304 x_draw_glyph_string_foreground [190]
0.00 0.00 8304/8304 xftfont_draw [191]
-----------------------------------------------
0.00 0.00 8304/8304 x_draw_glyph_string_foreground [190]
[191] 0.1 0.00 0.00 8304 xftfont_draw [191]
0.00 0.00 8304/8304 font_get_frame_data [192]
0.00 0.00 1/1 font_put_frame_data [604]
0.00 0.00 8305/634690 unblock_input_to [697]
0.00 0.00 8305/634655 unblock_input [698]
0.00 0.00 8304/8316 xftfont_get_colors [781]
-----------------------------------------------
0.00 0.00 8304/8304 xftfont_draw [191]
[192] 0.1 0.00 0.00 8304 font_get_frame_data [192]
0.00 0.00 8304/59982 assq_no_quit [116]
-----------------------------------------------
0.00 0.00 518/2538 Fforward_line [282]
0.00 0.00 2020/2538 Fline_beginning_position [183]
[193] 0.1 0.00 0.00 2538 scan_newline_from_point [193]
0.00 0.00 2538/7983 find_newline [152]
-----------------------------------------------
0.00 0.00 30/107 Fset_fontset_font <cycle 4> [28]
0.00 0.00 77/107 map_sub_char_table_for_charset [218]
[194] 0.1 0.00 0.00 107 set_fontset_font [194]
0.00 0.00 99/1306 fontset_add [73]
0.00 0.00 47/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 50942/50942 find_automatic_composition [151]
[195] 0.1 0.00 0.00 50942 char_composable_p [195]
0.00 0.00 46952/4987260 char_table_ref [16]
-----------------------------------------------
2168 draw_fringe_bitmap <cycle 4> [875]
[196] 0.1 0.00 0.00 2168 draw_fringe_bitmap_1 <cycle 4> [196]
0.00 0.00 2168/4182 lookup_named_face [177]
0.00 0.00 2168/139429 prepare_face_for_display [709]
0.00 0.00 1084/14299 window_box_left [751]
0.00 0.00 1084/1084 window_box_right [965]
2167 x_draw_fringe_bitmap <cycle 4> [834]
-----------------------------------------------
0.00 0.00 1/7112 update_face_from_frame_parameter [601]
0.00 0.00 5/7112 realize_basic_faces [242]
0.00 0.00 22/7112 Finternal_get_lisp_face_attribute [467]
0.00 0.00 70/7112 realize_named_face [248]
0.00 0.00 164/7112 Finternal_make_lisp_face [369]
0.00 0.00 164/7112 Finternal_merge_in_global_face [349]
0.00 0.00 1321/7112 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 5365/7112 get_lface_attributes_no_remap [215]
[197] 0.1 0.00 0.00 7112 lface_from_face_name_no_resolve [197]
0.00 0.00 7111/59982 assq_no_quit [116]
-----------------------------------------------
0.00 0.00 244/640 load_charset_map [252]
0.00 0.00 396/640 fontset_add [73]
[198] 0.1 0.00 0.00 640 char_table_set [198]
0.00 0.00 1/17 char_table_ascii [62]
0.00 0.00 1920/1920 sub_char_table_set [619]
0.00 0.00 2/170 make_sub_char_table [537]
-----------------------------------------------
0.00 0.00 2/10077 file_attributes [531]
0.00 0.00 6/10077 eval_sub <cycle 4> [139]
0.00 0.00 24/10077 Fgarbage_collect <cycle 4> [57]
0.00 0.00 57/10077 Fmapcar <cycle 4> [444]
0.00 0.00 345/10077 funcall_lambda <cycle 4> [182]
0.00 0.00 1186/10077 Fmatch_data [324]
0.00 0.00 2089/10077 Fbacktrace_frame [280]
0.00 0.00 6368/10077 exec_byte_code <cycle 4> [56]
[199] 0.1 0.00 0.00 10077 Flist [199]
0.00 0.00 27641/954743 Fcons [30]
-----------------------------------------------
229 try_window <cycle 4> [1208]
966 try_window_reusing_current_matrix <cycle 4> [244]
[200] 0.1 0.00 0.00 1195 display_line <cycle 4> [200]
0.00 0.00 29317/479841 x_produce_glyphs [81]
0.00 0.00 1195/11604 handle_line_prefix [175]
0.00 0.00 1195/2229 prepare_desired_row [871]
0.00 0.00 1195/12951 recenter_overlay_lists [757]
0.00 0.00 1195/2229 compute_line_metrics [870]
0.00 0.00 1195/122261 do_symval_forwarding [712]
0.00 0.00 1096/2130 extend_face_to_end_of_line [878]
0.00 0.00 239/2602 row_for_charpos_p [856]
0.00 0.00 99/2396 lookup_basic_face [861]
29416 get_next_display_element <cycle 4> [14]
28768 set_iterator_to_next <cycle 4> [102]
2390 find_symbol_value <cycle 4> [87]
646 show_hourglass <cycle 4> [296]
547 reseat_at_next_visible_line_start <cycle 4> [820]
-----------------------------------------------
0.00 0.00 2014/2014 Ffuncall <cycle 4> [18]
[201] 0.1 0.00 0.00 2014 Fface_font [201]
0.00 0.00 2014/4182 lookup_named_face [177]
0.00 0.00 2014/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 3/2140 set_window_buffer <cycle 4> [516]
0.00 0.00 4/2140 Fmatch_data [324]
0.00 0.00 5/2140 Fcopy_marker [510]
0.00 0.00 7/2140 Fset_window_configuration <cycle 4> [482]
0.00 0.00 59/2140 exec_byte_code <cycle 4> [56]
0.00 0.00 2062/2140 hscroll_window_tree [203]
[202] 0.1 0.00 0.00 2140 set_marker_internal [202]
0.00 0.00 2066/19717 buf_charpos_to_bytepos [93]
0.00 0.00 2140/2842 live_buffer [852]
0.00 0.00 2140/9046 CHECK_MARKER [777]
0.00 0.00 76/3023 unchain_marker [847]
-----------------------------------------------
0.00 0.00 1031/1031 hscroll_windows [204]
[203] 0.1 0.00 0.00 1031 hscroll_window_tree [203]
0.00 0.00 2062/2140 set_marker_internal [202]
0.00 0.00 2062/34146 Fequal [239]
0.00 0.00 4124/5124 Fmarker_position [811]
0.00 0.00 2062/32059 window_box_width [729]
0.00 0.00 2062/2062 Fwindow_point [890]
0.00 0.00 2062/2062 Fwindow_old_point [889]
0.00 0.00 2062/2125 Fset_marker [879]
0.00 0.00 2062/2066 Fbuffer_local_value [887]
-----------------------------------------------
0.00 0.00 1031/1031 redisplay_internal [10]
[204] 0.1 0.00 0.00 1031 hscroll_windows [204]
0.00 0.00 1031/1031 hscroll_window_tree [203]
-----------------------------------------------
0.00 0.00 21/15184 Fdefine_key <cycle 4> [418]
0.00 0.00 158/15184 where_is_internal <cycle 4> [309]
0.00 0.00 15005/15184 reorder_modifiers [207]
[205] 0.1 0.00 0.00 15184 parse_modifiers [205]
0.00 0.00 15184/292896 Fplist_get [63]
0.00 0.00 38/954743 Fcons [30]
0.00 0.00 12/1694 list2 [359]
0.00 0.00 12/17795 make_string [295]
0.00 0.00 24/4333 Fput [415]
0.00 0.00 12/1952 Fintern [422]
0.00 0.00 15184/121605 Fget [713]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [91]
20649 map_keymap_internal <cycle 4> [527]
[206] 0.1 0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 1785/55795 concat [47]
0.00 0.00 3666/954743 Fcons [30]
0.00 0.00 278/18640 Fmemq [147]
0.00 0.00 604/139293 Flength [142]
0.00 0.00 48/48506 Fcopy_sequence [70]
0.00 0.00 2111/2126 Frassq [493]
0.00 0.00 22773/672387 get_keymap [518]
0.00 0.00 1785/5455 Fvconcat [806]
0.00 0.00 1785/17991 list1 [747]
0.00 0.00 1785/1817 nconc2 [909]
0.00 0.00 192/11312 Faref [762]
0.00 0.00 48/3429 Faset [826]
22773 get_keyelt <cycle 4> [569]
-----------------------------------------------
0.00 0.00 21/15005 store_in_keymap [429]
0.00 0.00 14984/15005 access_keymap_1 <cycle 4> [130]
[207] 0.1 0.00 0.00 15005 reorder_modifiers [207]
0.00 0.00 15005/15184 parse_modifiers [205]
-----------------------------------------------
0.00 0.00 5/1276 allocate_buffer [476]
0.00 0.00 26/1276 Fmake_symbol [397]
0.00 0.00 48/1276 Fmake_string [343]
0.00 0.00 56/1276 make_interval [373]
0.00 0.00 61/1276 allocate_misc [370]
0.00 0.00 173/1276 allocate_string_data [321]
0.00 0.00 907/1276 make_uninit_multibyte_string [221]
[208] 0.1 0.00 0.00 1276 lisp_malloc [208]
0.00 0.00 1047/10232 mem_insert [96]
-----------------------------------------------
1117 x_update_window_end <cycle 4> [953]
[209] 0.1 0.00 0.00 1117 draw_window_fringes <cycle 4> [209]
0.00 0.00 1118/11718 window_text_bottom_y [95]
1084 draw_fringe_bitmap <cycle 4> [875]
1084 draw_row_fringe_bitmaps <cycle 4> [964]
-----------------------------------------------
0.00 0.00 20/692 Fsearch_forward [392]
0.00 0.00 672/692 Fre_search_forward [213]
[210] 0.1 0.00 0.00 692 search_command [210]
0.00 0.00 692/692 search_buffer [237]
0.00 0.00 691/19717 buf_charpos_to_bytepos [93]
0.00 0.00 5/2849 set_point [188]
0.00 0.00 5/6617 set_point_both [297]
-----------------------------------------------
1091 update_window_line <cycle 4> [416]
[211] 0.1 0.00 0.00 1091 x_clear_end_of_line <cycle 4> [211]
0.00 0.00 1091/11718 window_text_bottom_y [95]
0.00 0.00 1087/14299 window_box_left [751]
0.00 0.00 1087/32059 window_box_width [729]
0.00 0.00 1087/1087 x_clear_frame_area [963]
19 show_hourglass <cycle 4> [296]
-----------------------------------------------
0.00 0.00 1/3759 fontset_from_font <cycle 4> [386]
0.00 0.00 2/3759 exec_byte_code <cycle 4> [56]
0.00 0.00 2/3759 Fnew_fontset <cycle 4> [426]
0.00 0.00 4/3759 Ffuncall <cycle 4> [18]
0.00 0.00 5/3759 ftfont_list [249]
0.00 0.00 18/3759 process_tool_bar_item <cycle 4> [322]
0.00 0.00 118/3759 font_prop_validate_symbol [390]
0.00 0.00 686/3759 font_parse_family_registry [308]
0.00 0.00 822/3759 Fset_fontset_font <cycle 4> [28]
0.00 0.00 891/3759 fs_query_fontset [292]
0.00 0.00 1210/3759 Fcompare_strings [281]
[212] 0.1 0.00 0.00 3759 casify_object [212]
0.00 0.00 2519/48506 Fcopy_sequence [70]
0.00 0.00 30/195 make_multibyte_string [487]
-----------------------------------------------
0.00 0.00 672/672 Ffuncall <cycle 4> [18]
[213] 0.1 0.00 0.00 672 Fre_search_forward [213]
0.00 0.00 672/692 search_command [210]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [461]
13 setup_echo_area_for_printing <cycle 4> [557]
722 Ferase_buffer <cycle 4> [1062]
[214] 0.1 0.00 0.00 736 del_range_1 <cycle 4> [214]
0.00 0.00 1472/19717 buf_charpos_to_bytepos [93]
0.00 0.00 736/748 del_range_2 [312]
0.00 0.00 736/2734 invalidate_buffer_caches [853]
736 signal_after_change <cycle 4> [159]
736 update_compositions <cycle 4> [185]
736 prepare_to_modify_buffer <cycle 4> [347]
-----------------------------------------------
0.00 0.00 140/5365 realize_named_face [248]
0.00 0.00 5225/5365 get_lface_attributes [179]
[215] 0.1 0.00 0.00 5365 get_lface_attributes_no_remap [215]
0.00 0.00 5365/7112 lface_from_face_name_no_resolve [197]
-----------------------------------------------
31 Fset_fontset_font <cycle 4> [28]
[216] 0.1 0.00 0.00 31 map_charset_chars <cycle 4> [216]
0.00 0.00 2/2 map_char_table_for_charset [217]
0.00 0.00 30/954743 Fcons [30]
2 load_charset <cycle 4> [251]
-----------------------------------------------
0.00 0.00 2/2 map_charset_chars <cycle 4> [216]
[217] 0.1 0.00 0.00 2 map_char_table_for_charset [217]
0.00 0.00 2/2 map_sub_char_table_for_charset [218]
0.00 0.00 2/954743 Fcons [30]
-----------------------------------------------
20 map_sub_char_table_for_charset [218]
0.00 0.00 2/2 map_char_table_for_charset [217]
[218] 0.1 0.00 0.00 2+20 map_sub_char_table_for_charset [218]
0.00 0.00 77/107 set_fontset_font [194]
20 map_sub_char_table_for_charset [218]
-----------------------------------------------
0.00 0.00 1623/10525 x_draw_glyph_string_box [323]
0.00 0.00 8902/10525 x_set_glyph_string_clipping [226]
[219] 0.1 0.00 0.00 10525 get_glyph_string_clip_rects [219]
0.00 0.00 1025/11718 window_text_bottom_y [95]
0.00 0.00 5655/14299 window_box_left [751]
0.00 0.00 5655/32059 window_box_width [729]
-----------------------------------------------
2 load_charset <cycle 4> [251]
2 Flocate_file_internal <cycle 4> [1502]
12 x_find_image_fd <cycle 4> [554]
26 Fload <cycle 4> [428]
[220] 0.1 0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 188/2890 Ffind_file_name_handler [82]
0.00 0.00 165/17795 make_string [295]
0.00 0.00 35/954743 Fcons [30]
0.00 0.00 23/19176 make_unibyte_string [284]
0.00 0.00 188/307 encode_file_name [1090]
0.00 0.00 165/174 emacs_open [1113]
0.00 0.00 35/17991 list1 [747]
0.00 0.00 13/55 file_directory_p [1171]
85 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
0.00 0.00 11/52741 apply_modifiers [135]
0.00 0.00 16/52741 make_string_from_bytes [606]
0.00 0.00 195/52741 make_multibyte_string [487]
0.00 0.00 500/52741 Fmake_string [343]
0.00 0.00 722/52741 make_buffer_string_both [360]
0.00 0.00 3297/52741 concat [47]
0.00 0.00 48000/52741 make_specified_string [225]
[221] 0.1 0.00 0.00 52741 make_uninit_multibyte_string [221]
0.00 0.00 907/1276 lisp_malloc [208]
0.00 0.00 52618/52618 allocate_string_data [321]
-----------------------------------------------
1007 display_and_set_cursor <cycle 4> [633]
[222] 0.1 0.00 0.00 1007 erase_phys_cursor <cycle 4> [222]
0.00 0.00 1003/11718 window_text_bottom_y [95]
1003 draw_phys_cursor_glyph <cycle 4> [899]
-----------------------------------------------
0.00 0.00 519/2539 Ffuncall <cycle 4> [18]
0.00 0.00 2020/2539 Fline_beginning_position [183]
[223] 0.1 0.00 0.00 2539 Fconstrain_to_field [223]
0.00 0.00 4089/490846 get_char_property_and_overlay [19]
0.00 0.00 4089/449092 Fget_char_property [103]
-----------------------------------------------
0.00 0.00 3/9 fontset_find_font [76]
0.00 0.00 6/9 font_load_for_lface [241]
[224] 0.1 0.00 0.00 9 font_find_for_lface [224]
0.00 0.00 11/11 font_list_entities [231]
0.00 0.00 9/45 Fassoc_string [258]
0.00 0.00 1/14 font_registry_charsets [306]
0.00 0.00 11/11 font_sort_entities [483]
0.00 0.00 9/1054 copy_font_spec [310]
0.00 0.00 15/1398 font_intern_prop [431]
0.00 0.00 9/10 build_style_table [1332]
0.00 0.00 8/1763 font_style_to_value [911]
-----------------------------------------------
0.00 0.00 3/48000 Fdo_auto_save <cycle 4> [645]
0.00 0.00 3/48000 make_buffer_string_both [360]
0.00 0.00 6/48000 eval_sub <cycle 4> [139]
0.00 0.00 9/48000 styled_format <cycle 4> [365]
0.00 0.00 46/48000 Ffile_name_as_directory <cycle 4> [298]
0.00 0.00 63/48000 Fregexp_quote [541]
0.00 0.00 66/48000 Fdirectory_file_name <cycle 4> [279]
0.00 0.00 109/48000 Ffuncall <cycle 4> [18]
0.00 0.00 123/48000 Fsubstring [473]
0.00 0.00 188/48000 font_intern_prop [431]
0.00 0.00 309/48000 Fexpand_file_name <cycle 4> [133]
0.00 0.00 434/48000 Fsingle_key_description <cycle 4> [450]
0.00 0.00 1001/48000 read1 <cycle 5> [368]
0.00 0.00 17131/48000 make_unibyte_string [284]
0.00 0.00 28509/48000 concat [47]
[225] 0.1 0.00 0.00 48000 make_specified_string [225]
0.00 0.00 48000/52741 make_uninit_multibyte_string [221]
0.00 0.00 790/1962 multibyte_chars_in_text [906]
-----------------------------------------------
0.00 0.00 8902/8902 x_draw_glyph_string <cycle 4> [178]
[226] 0.1 0.00 0.00 8902 x_set_glyph_string_clipping [226]
0.00 0.00 8902/10525 get_glyph_string_clip_rects [219]
-----------------------------------------------
0.00 0.00 3/2010 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 7/2010 Ffuncall <cycle 4> [18]
0.00 0.00 2000/2010 window_loop [228]
[227] 0.1 0.00 0.00 2010 window_list_1 [227]
0.00 0.00 2010/18640 Fmemq [147]
0.00 0.00 4010/954743 Fcons [30]
0.00 0.00 2010/5628 Fnreverse [458]
0.00 0.00 2010/2017 window_list [657]
0.00 0.00 4020/4022 candidate_window_p [822]
0.00 0.00 2010/2012 decode_next_window_args [904]
-----------------------------------------------
0.00 0.00 3/2000 Fother_buffer [540]
0.00 0.00 1997/2000 find_automatic_composition [151]
[228] 0.1 0.00 0.00 2000 window_loop [228]
0.00 0.00 2000/2010 window_list_1 [227]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [91]
19215 map_keymap_internal <cycle 4> [527]
[229] 0.1 0.00 0.00 21339 where_is_internal_1 <cycle 4> [229]
0.00 0.00 1090/55795 concat [47]
0.00 0.00 206/48506 Fcopy_sequence [70]
0.00 0.00 1302/954743 Fcons [30]
0.00 0.00 1259/3897 Fputhash [317]
0.00 0.00 1259/10077 Fgethash [265]
0.00 0.00 1090/5455 Fvconcat [806]
0.00 0.00 206/3429 Faset [826]
21339 get_keyelt <cycle 4> [569]
-----------------------------------------------
[230] 0.1 0.00 0.00 5291+2094 <cycle 1 as a whole> [230]
0.00 0.00 1043 merge_named_face <cycle 1> [259]
0.00 0.00 5297 merge_face_vectors <cycle 1> [290]
0.00 0.00 1045 merge_face_ref <cycle 1> [605]
-----------------------------------------------
0.00 0.00 11/11 font_find_for_lface [224]
[231] 0.1 0.00 0.00 11 font_list_entities [231]
0.00 0.00 6/6 xftfont_list [250]
0.00 0.00 11/11 xfont_list [299]
0.00 0.00 6/55795 concat [47]
0.00 0.00 6/1054 copy_font_spec [310]
0.00 0.00 23/954743 Fcons [30]
0.00 0.00 22/23 assoc_no_quit [581]
0.00 0.00 11/5628 Fnreverse [458]
0.00 0.00 22/24 xfont_get_cache [1250]
0.00 0.00 6/5455 Fvconcat [806]
-----------------------------------------------
1321 Ffuncall <cycle 4> [18]
[232] 0.1 0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 1321/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 501/1539 font_clear_prop [264]
0.00 0.00 1321/8293 resolve_face_name [240]
0.00 0.00 1321/1747 lface_from_face_name [332]
0.00 0.00 1321/292896 Fplist_get [63]
0.00 0.00 67/82 Finternal_make_lisp_face [369]
0.00 0.00 1411/34146 Fequal [239]
0.00 0.00 1321/121605 Fget [713]
0.00 0.00 178/292 fset_redisplay [1096]
0.00 0.00 12/1763 font_style_to_value [911]
0.00 0.00 1/1 merge_face_heights [1606]
1 Fmodify_frame_parameters <cycle 4> [1419]
-----------------------------------------------
1001 insert_from_string <cycle 4> [1039]
[233] 0.1 0.00 0.00 1001 insert_from_string_1 <cycle 4> [233]
0.00 0.00 1001/1001 graft_intervals_into_buffer [253]
0.00 0.00 1001/2162 offset_intervals [246]
0.00 0.00 1001/2863 record_insert [620]
0.00 0.00 1001/2734 invalidate_buffer_caches [853]
0.00 0.00 1001/1553 copy_text [920]
0.00 0.00 1001/2139 adjust_overlays_for_insert [877]
0.00 0.00 1001/2139 adjust_markers_for_insert [876]
0.00 0.00 500/30997 count_size_as_multibyte [730]
0.00 0.00 37/48 make_gap [1189]
1001 prepare_to_modify_buffer <cycle 4> [347]
-----------------------------------------------
17615 internal_equal [234]
0.00 0.00 1/38465 Fequal_including_properties [668]
0.00 0.00 24/38465 assoc_no_quit [581]
0.00 0.00 37/38465 hash_lookup [58]
0.00 0.00 84/38465 Fdelete [526]
0.00 0.00 928/38465 Frassoc [400]
0.00 0.00 1180/38465 Fmember [398]
0.00 0.00 2065/38465 Fassoc [375]
0.00 0.00 34146/38465 Fequal [239]
[234] 0.1 0.00 0.00 38465+17615 internal_equal [234]
0.00 0.00 208/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 208/9956 do_pending_atimers [769]
17615 internal_equal [234]
-----------------------------------------------
177 safe_call <cycle 4> [1112]
6202 safe__call1 <cycle 4> [105]
[235] 0.1 0.00 0.00 6379 safe__call <cycle 4> [235]
0.00 0.00 12581/102249 set_internal [140]
12581 store_symval_forwarding <cycle 4> [276]
12581 specbind <cycle 4> [104]
6379 internal_condition_case_n <cycle 4> [776]
6379 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 8256/8256 update_window_fringes [51]
[236] 0.1 0.00 0.00 8256 lookup_fringe_bitmap [236]
0.00 0.00 4128/292896 Fplist_get [63]
0.00 0.00 4128/1407350 Fassq [24]
0.00 0.00 4128/139293 Flength [142]
0.00 0.00 4128/9843 Fnth [498]
0.00 0.00 4128/121605 Fget [713]
0.00 0.00 4128/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 692/692 search_command [210]
[237] 0.1 0.00 0.00 692 search_buffer [237]
0.00 0.00 672/44952 re_search_2 [52]
0.00 0.00 672/53020 compile_pattern [55]
0.00 0.00 6/1788 buf_bytepos_to_charpos [625]
0.00 0.00 20/20 boyer_moore [688]
0.00 0.00 703/11312 Faref [762]
-----------------------------------------------
0.00 0.00 26/26 handle_one_xevent [180]
[238] 0.1 0.00 0.00 26 note_mouse_movement [238]
0.00 0.00 22/35497 note_mouse_highlight <cycle 4> [489]
0.00 0.00 19/19 remember_mouse_glyph [626]
-----------------------------------------------
0.00 0.00 1/34146 x_set_font <cycle 4> [350]
0.00 0.00 1/34146 Ftry_completion [385]
0.00 0.00 2/34146 show_hourglass <cycle 4> [296]
0.00 0.00 2/34146 Fautoload_do_load <cycle 4> [607]
0.00 0.00 3/34146 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 4/34146 eval_sub <cycle 4> [139]
0.00 0.00 63/34146 exec_byte_code <cycle 4> [56]
0.00 0.00 114/34146 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 261/34146 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 462/34146 readevalloop <cycle 4> [441]
0.00 0.00 1034/34146 face_attr_equal_p [407]
0.00 0.00 1057/34146 where_is_internal <cycle 4> [309]
0.00 0.00 1411/34146 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 2062/34146 hscroll_window_tree [203]
0.00 0.00 2309/34146 display_mode_element <cycle 4> [85]
0.00 0.00 25360/34146 compile_pattern [55]
[239] 0.1 0.00 0.00 34146 Fequal [239]
0.00 0.00 34146/38465 internal_equal [234]
-----------------------------------------------
0.00 0.00 1321/8293 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 1747/8293 lface_from_face_name [332]
0.00 0.00 5225/8293 get_lface_attributes [179]
[240] 0.1 0.00 0.00 8293 resolve_face_name [240]
0.00 0.00 8293/292896 Fplist_get [63]
0.00 0.00 8293/121605 Fget [713]
-----------------------------------------------
0.00 0.00 1/6 font_open_by_spec [346]
0.00 0.00 5/6 realize_face [247]
[241] 0.1 0.00 0.00 6 font_load_for_lface [241]
0.00 0.00 6/9 font_find_for_lface [224]
0.00 0.00 6/9 font_open_entity [409]
0.00 0.00 6/9 font_open_for_lface [445]
0.00 0.00 6/1051 Ffont_get [380]
0.00 0.00 6/1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 1/5 init_frame_faces [339]
0.00 0.00 4/5 recompute_basic_faces [261]
[242] 0.0 0.00 0.00 5 realize_basic_faces [242]
0.00 0.00 70/70 realize_named_face [248]
0.00 0.00 5/80 realize_face [247]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 5/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 1/82 Finternal_make_lisp_face [369]
0.00 0.00 5/1747 lface_from_face_name [332]
0.00 0.00 4/1407350 Fassq [24]
0.00 0.00 3/17795 make_string [295]
0.00 0.00 5/634690 unblock_input_to [697]
0.00 0.00 5/634655 unblock_input [698]
0.00 0.00 4/4 face_boolean_x_resource_value [1435]
0.00 0.00 4/4 fontset_name [1436]
0.00 0.00 2/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 4/33486 Fmake_local_variable <cycle 4> [362]
0.00 0.00 16/33486 eval_sub <cycle 4> [139]
0.00 0.00 195/33486 Ffuncall <cycle 4> [18]
0.00 0.00 33271/33486 display_mode_element <cycle 4> [85]
[243] 0.0 0.00 0.00 33486 Fboundp [243]
0.00 0.00 12415/64178 swap_in_symval_forwarding [167]
0.00 0.00 1/6 indirect_variable [1384]
-----------------------------------------------
54 redisplay_window <cycle 4> [84]
[244] 0.0 0.00 0.00 54 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 54/1090 x_update_begin [108]
0.00 0.00 108/634690 unblock_input_to [697]
0.00 0.00 108/634655 unblock_input [698]
0.00 0.00 54/6618 marker_position [794]
0.00 0.00 54/4543 marker_byte_position [814]
0.00 0.00 54/91 clear_glyph_matrix [1148]
0.00 0.00 54/54 in_ellipses_for_invisible_text_p [1172]
0.00 0.00 54/1091 update_begin [958]
0.00 0.00 54/1118 x_update_window_begin [952]
0.00 0.00 54/54 x_clear_window_mouse_face [1176]
0.00 0.00 54/1088 x_update_end [961]
0.00 0.00 54/1091 update_end [959]
0.00 0.00 54/2288 Finternal_show_cursor_p [866]
0.00 0.00 54/54 rotate_matrix [1174]
966 display_line <cycle 4> [200]
54 start_display <cycle 4> [132]
54 x_scroll_run <cycle 4> [1177]
54 x_update_window_end <cycle 4> [953]
-----------------------------------------------
1064 modify_text_properties <cycle 4> [976]
2006 prepare_to_modify_buffer <cycle 4> [347]
[245] 0.0 0.00 0.00 3070 prepare_to_modify_buffer_1 <cycle 4> [245]
0.00 0.00 2063/2063 verify_interval_modification [260]
0.00 0.00 1282/102249 set_internal [140]
0.00 0.00 3070/3140 bset_redisplay [837]
1282 store_symval_forwarding <cycle 4> [276]
1282 specbind <cycle 4> [104]
1282 Fset <cycle 4> [320]
1282 unbind_to <cycle 4> [340]
1000 call0 <cycle 4> [784]
-----------------------------------------------
0.00 0.00 413/2162 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 748/2162 del_range_2 [312]
0.00 0.00 1001/2162 insert_from_string_1 <cycle 4> [233]
[246] 0.0 0.00 0.00 2162 offset_intervals [246]
0.00 0.00 4995/1232573 lookup_char_property [20]
0.00 0.00 1998/954743 Fcons [30]
0.00 0.00 999/1407350 Fassq [24]
0.00 0.00 999/723140 find_interval [59]
0.00 0.00 999/5628 Fnreverse [458]
0.00 0.00 8977/709113 balance_possible_root_interval [696]
0.00 0.00 7978/730824 balance_an_interval [695]
0.00 0.00 999/1362857 Fcdr [690]
0.00 0.00 999/64462 intervals_equal [718]
0.00 0.00 999/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 5/80 realize_basic_faces [242]
0.00 0.00 5/80 Finternal_merge_in_global_face [349]
0.00 0.00 70/80 realize_named_face [248]
[247] 0.0 0.00 0.00 80 realize_face [247]
0.00 0.00 5/6 font_load_for_lface [241]
0.00 0.00 133/133 load_color2 [464]
0.00 0.00 65/65 make_fontset_for_ascii_face [471]
0.00 0.00 10/891 fs_query_fontset [292]
0.00 0.00 5/885 Ffont_spec [356]
0.00 0.00 120/1572 c_strcasecmp [918]
0.00 0.00 80/80 make_realized_face [1152]
0.00 0.00 80/5300 lface_hash [807]
0.00 0.00 80/82 cache_face [1150]
0.00 0.00 65/65 face_color_supported_p [1156]
0.00 0.00 65/1763 font_style_to_value [911]
0.00 0.00 1/32168 xfree [728]
0.00 0.00 1/5 free_realized_face [1406]
0.00 0.00 1/292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 70/70 realize_basic_faces [242]
[248] 0.0 0.00 0.00 70 realize_named_face [248]
0.00 0.00 70/80 realize_face [247]
0.00 0.00 140/5365 get_lface_attributes_no_remap [215]
0.00 0.00 70/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 70/5291 merge_face_vectors <cycle 1> [290]
0.00 0.00 14/82 Finternal_make_lisp_face [369]
0.00 0.00 70/1747 lface_from_face_name [332]
-----------------------------------------------
0.00 0.00 6/6 xftfont_list [250]
[249] 0.0 0.00 0.00 6 ftfont_list [249]
0.00 0.00 569/569 ftfont_pattern_entity [254]
0.00 0.00 569/954743 Fcons [30]
0.00 0.00 6/6 ftfont_spec_pattern [488]
0.00 0.00 11/59982 assq_no_quit [116]
0.00 0.00 5/3759 casify_object [212]
0.00 0.00 5/1952 Fintern [422]
0.00 0.00 6/5628 Fnreverse [458]
0.00 0.00 5/2527 Fdowncase [859]
0.00 0.00 2/539 intern_sym [1071]
-----------------------------------------------
0.00 0.00 6/6 font_list_entities [231]
[250] 0.0 0.00 0.00 6 xftfont_list [250]
0.00 0.00 6/6 ftfont_list [249]
-----------------------------------------------
2 map_charset_chars <cycle 4> [216]
[251] 0.0 0.00 0.00 2 load_charset <cycle 4> [251]
0.00 0.00 2/2 load_charset_map [252]
0.00 0.00 2/102249 set_internal [140]
0.00 0.00 556/556 read_hex [1069]
0.00 0.00 2/310341 grow_specpdl [706]
0.00 0.00 2/2 record_unwind_protect_nothing [1531]
0.00 0.00 2/4 set_unwind_protect_ptr [1448]
0.00 0.00 2/3 record_xmalloc [1479]
0.00 0.00 2/7 clear_unwind_protect [1371]
4 unbind_to <cycle 4> [340]
2 store_symval_forwarding <cycle 4> [276]
2 specbind <cycle 4> [104]
2 openp <cycle 4> [220]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [251]
[252] 0.0 0.00 0.00 2 load_charset_map [252]
0.00 0.00 244/640 char_table_set [198]
0.00 0.00 244/4987260 char_table_ref [16]
0.00 0.00 2/70 Fmake_char_table [465]
-----------------------------------------------
0.00 0.00 1001/1001 insert_from_string_1 <cycle 4> [233]
[253] 0.0 0.00 0.00 1001 graft_intervals_into_buffer [253]
0.00 0.00 999/1000 set_text_properties_1 [262]
0.00 0.00 999/723140 find_interval [59]
0.00 0.00 999/730824 balance_an_interval [695]
-----------------------------------------------
0.00 0.00 569/569 ftfont_list [249]
[254] 0.0 0.00 0.00 569 ftfont_pattern_entity [254]
0.00 0.00 569/48506 Fcopy_sequence [70]
0.00 0.00 569/1788 font_put_extra [277]
0.00 0.00 569/597 ftfont_lookup_cache [351]
0.00 0.00 569/954743 Fcons [30]
0.00 0.00 569/19176 make_unibyte_string [284]
0.00 0.00 1102/1398 font_intern_prop [431]
0.00 0.00 569/569 font_make_entity [480]
0.00 0.00 1653/1763 font_style_to_value [911]
-----------------------------------------------
1075 unbind_to <cycle 4> [340]
[255] 0.0 0.00 0.00 1075 save_excursion_restore <cycle 4> [255]
0.00 0.00 1075/3918 Fgoto_char [186]
0.00 0.00 1075/1075 Fmarker_buffer [968]
0.00 0.00 1075/3023 unchain_marker [847]
1075 Fset_buffer <cycle 4> [860]
-----------------------------------------------
2 eval_sub <cycle 4> [139]
91 Ffuncall <cycle 4> [18]
[256] 0.0 0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [256]
0.00 0.00 93/2890 Ffind_file_name_handler [82]
15 call2 <cycle 4> [913]
-----------------------------------------------
1 top_level_1 <cycle 2> [40]
0.00 0.92 15/16 command_loop_2 [8]
[257] 0.0 0.00 0.00 16 internal_condition_case <cycle 2> [257]
0.00 0.00 14/14 cmd_error [269]
0.00 0.00 1/35497 unbind_to <cycle 4> [340]
0.00 0.00 1/35497 Feval <cycle 4> [286]
0.00 0.00 16/13510 push_handler [754]
0.00 0.00 1/1 top_level_2 [1621]
15 command_loop_1 <cycle 2> [12]
-----------------------------------------------
0.00 0.00 9/45 font_find_for_lface [224]
0.00 0.00 14/45 font_registry_charsets [306]
0.00 0.00 22/45 Ffuncall <cycle 4> [18]
[258] 0.0 0.00 0.00 45 Fassoc_string [258]
0.00 0.00 689/801 Fcompare_strings [281]
0.00 0.00 54/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 76/102 Fsymbol_name [1144]
0.00 0.00 54/9956 do_pending_atimers [769]
-----------------------------------------------
1043 merge_face_ref <cycle 1> [605]
[259] 0.0 0.00 0.00 1043 merge_named_face <cycle 1> [259]
0.00 0.00 1043/5225 get_lface_attributes [179]
1043 merge_face_vectors <cycle 1> [290]
-----------------------------------------------
0.00 0.00 2063/2063 prepare_to_modify_buffer_1 <cycle 4> [245]
[260] 0.0 0.00 0.00 2063 verify_interval_modification [260]
0.00 0.00 5572/1232573 lookup_char_property [20]
0.00 0.00 2063/723140 find_interval [59]
0.00 0.00 5572/1178700 textget [691]
0.00 0.00 3574/491439 next_interval [703]
-----------------------------------------------
0.00 0.00 1/5 x_set_font <cycle 4> [350]
0.00 0.00 4/5 init_iterator <cycle 4> [160]
[261] 0.0 0.00 0.00 5 recompute_basic_faces [261]
0.00 0.00 4/5 realize_basic_faces [242]
0.00 0.00 4/16 clear_image_caches [389]
0.00 0.00 4/8 clear_face_cache [456]
-----------------------------------------------
0.00 0.00 1/1000 set_text_properties [570]
0.00 0.00 999/1000 graft_intervals_into_buffer [253]
[262] 0.0 0.00 0.00 1000 set_text_properties_1 [262]
0.00 0.00 1000/1000 set_properties [271]
0.00 0.00 999/999 split_interval_right [374]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [18]
[263] 0.0 0.00 0.00 2000 Fwindow_scroll_bars [263]
0.00 0.00 2000/2006 list5 [278]
0.00 0.00 2000/954743 Fcons [30]
0.00 0.00 2000/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1/1539 merge_face_ref <cycle 1> [605]
0.00 0.00 501/1539 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 1037/1539 merge_face_vectors <cycle 1> [290]
[264] 0.0 0.00 0.00 1539 font_clear_prop [264]
0.00 0.00 1037/1788 font_put_extra [277]
0.00 0.00 1037/1054 copy_font_spec [310]
0.00 0.00 1037/1051 Ffont_get [380]
0.00 0.00 1037/1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 1/10077 raw_text_coding_system [652]
0.00 0.00 2/10077 font_registry_charsets [306]
0.00 0.00 8/10077 Fset_coding_system_priority <cycle 4> [515]
0.00 0.00 11/10077 Fcoding_system_plist [574]
0.00 0.00 15/10077 Fcoding_system_base [561]
0.00 0.00 38/10077 Ffuncall <cycle 4> [18]
0.00 0.00 596/10077 ftfont_lookup_cache [351]
0.00 0.00 881/10077 Fset_fontset_font <cycle 4> [28]
0.00 0.00 1014/10077 handle_one_xevent [180]
0.00 0.00 1034/10077 decode_mode_spec_coding [382]
0.00 0.00 1057/10077 where_is_internal <cycle 4> [309]
0.00 0.00 1259/10077 where_is_internal_1 <cycle 4> [229]
0.00 0.00 2064/10077 redisplay_internal [10]
0.00 0.00 2097/10077 Fcoding_system_eol_type [311]
[265] 0.0 0.00 0.00 10077 Fgethash [265]
0.00 0.00 10077/505158 hash_lookup [58]
0.00 0.00 10077/13974 CHECK_HASH_TABLE [753]
-----------------------------------------------
0.00 0.00 15/15 command_loop_1 <cycle 2> [12]
[266] 0.0 0.00 0.00 15 resize_echo_area_exactly [266]
0.00 0.00 15/35497 with_echo_area_buffer <cycle 4> [461]
-----------------------------------------------
0.00 0.00 1/37 Fnew_fontset <cycle 4> [426]
0.00 0.00 36/37 Fset_fontset_font <cycle 4> [28]
[267] 0.0 0.00 0.00 37 Fset_char_table_range [267]
0.00 0.00 36/1445 char_table_set_range [74]
0.00 0.00 37/44 CHECK_CHAR_TABLE [1196]
-----------------------------------------------
0.00 0.00 878/878 Fset_fontset_font <cycle 4> [28]
[268] 0.0 0.00 0.00 878 concat3 [268]
0.00 0.00 878/55795 concat [47]
-----------------------------------------------
0.00 0.00 14/14 internal_condition_case <cycle 2> [257]
[269] 0.0 0.00 0.00 14 cmd_error [269]
0.00 0.00 14/14 cmd_error_internal [270]
0.00 0.00 14/2043 cancel_hourglass [892]
-----------------------------------------------
0.00 0.00 14/14 cmd_error [269]
[270] 0.0 0.00 0.00 14 cmd_error_internal [270]
0.00 0.00 14/35497 call3 <cycle 4> [1220]
0.00 0.00 14/17795 make_string [295]
-----------------------------------------------
0.00 0.00 1000/1000 set_text_properties_1 [262]
[271] 0.0 0.00 0.00 1000 set_properties [271]
0.00 0.00 1000/48506 Fcopy_sequence [70]
-----------------------------------------------
0.00 0.00 1014/1014 read_char <cycle 2> [9]
[272] 0.0 0.00 0.00 1014 make_lispy_event [272]
0.00 0.00 1014/1014 modify_event_symbol [273]
-----------------------------------------------
0.00 0.00 1014/1014 make_lispy_event [272]
[273] 0.0 0.00 0.00 1014 modify_event_symbol [273]
0.00 0.00 1015/16026 apply_modifiers [135]
0.00 0.00 1/7479 Fmake_vector [371]
0.00 0.00 1/4333 Fput [415]
0.00 0.00 1/2067 intern_1 [644]
-----------------------------------------------
0.00 0.00 8233/8233 compute_stop_pos [42]
[274] 0.0 0.00 0.00 8233 next_overlay_change [274]
0.00 0.00 8233/485601 overlays_at [60]
-----------------------------------------------
0.00 0.00 378/378 Ffuncall <cycle 4> [18]
[275] 0.0 0.00 0.00 378 string_match_1 [275]
0.00 0.00 378/44280 re_search [54]
0.00 0.00 378/53020 compile_pattern [55]
0.00 0.00 260/18872 string_byte_to_char [745]
0.00 0.00 27/13079 string_char_to_byte [756]
-----------------------------------------------
1 swap_in_global_binding <cycle 4> [1392]
2 load_charset <cycle 4> [251]
6 Finsert_file_contents <cycle 4> [379]
6 Feval_buffer <cycle 4> [525]
8 set_frame_menubar <cycle 4> [546]
11 funcall_lambda <cycle 4> [182]
12 readevalloop <cycle 4> [441]
13 setup_echo_area_for_printing <cycle 4> [557]
14 Fmake_local_variable <cycle 4> [362]
14 Fload <cycle 4> [428]
15 show_hourglass <cycle 4> [296]
59 handle_fontified_prop <cycle 4> [184]
96 with_echo_area_buffer <cycle 4> [461]
120 FletX <cycle 4> [460]
284 menu_item_eval_property <cycle 4> [420]
1033 redisplay_window <cycle 4> [84]
1046 eval_sub <cycle 4> [139]
1085 inhibit_garbage_collection <cycle 4> [367]
1262 unbind_to <cycle 4> [340]
1282 prepare_to_modify_buffer_1 <cycle 4> [245]
1294 signal_after_change <cycle 4> [159]
2041 Fset <cycle 4> [320]
3057 safe_run_hooks <cycle 4> [318]
3798 update_compositions <cycle 4> [185]
5622 Feval <cycle 4> [286]
8034 exec_byte_code <cycle 4> [56]
12581 safe__call <cycle 4> [235]
15331 find_symbol_value <cycle 4> [87]
36109 Fset_default <cycle 4> [187]
0.00 0.00 1/35497 recursive_edit_1 [2]
0.00 0.00 12/35497 timer_check [72]
0.01 0.02 1031/35497 redisplay_internal [10]
[276] 0.0 0.00 0.00 95280 store_symval_forwarding <cycle 4> [276]
0.00 0.00 4858/292896 Fplist_get [63]
0.00 0.00 4858/121605 Fget [713]
0.00 0.00 2429/6751 Ffboundp [793]
0.00 0.00 58/11536 Findirect_function [760]
58 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 1/1788 font_open_by_name [345]
0.00 0.00 181/1788 Ffont_spec [356]
0.00 0.00 569/1788 ftfont_pattern_entity [254]
0.00 0.00 1037/1788 font_clear_prop [264]
[277] 0.0 0.00 0.00 1788 font_put_extra [277]
0.00 0.00 1603/59982 assq_no_quit [116]
0.00 0.00 1502/954743 Fcons [30]
0.00 0.00 1037/1095 Fdelq [955]
0.00 0.00 567/567 Fstring_lessp [1067]
-----------------------------------------------
0.00 0.00 2/2006 Fautoload [579]
0.00 0.00 4/2006 read_char <cycle 2> [9]
0.00 0.00 2000/2006 Fwindow_scroll_bars [263]
[278] 0.0 0.00 0.00 2006 list5 [278]
0.00 0.00 8024/954743 Fcons [30]
-----------------------------------------------
2 directory_files_internal <cycle 4> [293]
28 Ffuncall <cycle 4> [18]
41 Ffile_directory_p <cycle 4> [303]
[279] 0.0 0.00 0.00 71 Fdirectory_file_name <cycle 4> [279]
0.00 0.00 71/2890 Ffind_file_name_handler [82]
0.00 0.00 66/48000 make_specified_string [225]
5 call2 <cycle 4> [913]
-----------------------------------------------
0.00 0.00 2092/2092 Ffuncall <cycle 4> [18]
[280] 0.0 0.00 0.00 2092 Fbacktrace_frame [280]
0.00 0.00 2089/10077 Flist [199]
0.00 0.00 2092/954743 Fcons [30]
0.00 0.00 2092/2092 get_backtrace_frame [881]
-----------------------------------------------
0.00 0.00 23/801 Ffuncall <cycle 4> [18]
0.00 0.00 89/801 Ftry_completion [385]
0.00 0.00 689/801 Fassoc_string [258]
[281] 0.0 0.00 0.00 801 Fcompare_strings [281]
0.00 0.00 1210/3759 casify_object [212]
0.00 0.00 1602/1849 validate_subarray [908]
0.00 0.00 1602/13079 string_char_to_byte [756]
0.00 0.00 1210/1210 Fupcase [942]
-----------------------------------------------
0.00 0.00 518/518 exec_byte_code <cycle 4> [56]
[282] 0.0 0.00 0.00 518 Fforward_line [282]
0.00 0.00 518/2538 scan_newline_from_point [193]
0.00 0.00 518/6617 set_point_both [297]
-----------------------------------------------
0.00 0.00 725/7801 make_buffer_string_both [360]
0.00 0.00 7076/7801 Fnext_single_char_property_change <cycle 4> [150]
[283] 0.0 0.00 0.00 7801 Fnext_property_change [283]
0.00 0.00 6993/723140 find_interval [59]
0.00 0.00 7801/755118 validate_interval_range [114]
0.00 0.00 63523/491439 next_interval [703]
0.00 0.00 63463/64462 intervals_equal [718]
-----------------------------------------------
0.00 0.00 1/19176 x_default_font_parameter <cycle 4> [344]
0.00 0.00 1/19176 intern_1 [644]
0.00 0.00 1/19176 Fnew_fontset <cycle 4> [426]
0.00 0.00 3/19176 ftfont_get_charset [505]
0.00 0.00 23/19176 openp <cycle 4> [220]
0.00 0.00 301/19176 encode_coding_object <cycle 4> [474]
0.00 0.00 482/19176 directory_files_internal <cycle 4> [293]
0.00 0.00 569/19176 ftfont_pattern_entity [254]
0.00 0.00 17795/19176 make_string [295]
[284] 0.0 0.00 0.00 19176 make_unibyte_string [284]
0.00 0.00 17131/48000 make_specified_string [225]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [18]
[285] 0.0 0.00 0.00 516 skip_syntaxes [285]
0.00 0.00 516/19717 buf_charpos_to_bytepos [93]
0.00 0.00 516/6617 set_point_both [297]
0.00 0.00 516/1154 SETUP_SYNTAX_TABLE [948]
-----------------------------------------------
284 internal_condition_case_1 <cycle 4> [928]
5337 Ffuncall <cycle 4> [18]
0.00 0.00 1/35497 internal_condition_case <cycle 2> [257]
[286] 0.0 0.00 0.00 5622 Feval <cycle 4> [286]
0.00 0.00 5622/102249 set_internal [140]
5622 store_symval_forwarding <cycle 4> [276]
5622 specbind <cycle 4> [104]
5622 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 519/519 Ffuncall <cycle 4> [18]
[287] 0.0 0.00 0.00 519 Fline_end_position [287]
0.00 0.00 519/519 find_before_next_newline [288]
-----------------------------------------------
0.00 0.00 519/519 Fline_end_position [287]
[288] 0.0 0.00 0.00 519 find_before_next_newline [288]
0.00 0.00 519/7983 find_newline [152]
-----------------------------------------------
0.00 0.00 1014/1014 handle_one_xevent [180]
[289] 0.0 0.00 0.00 1014 x_x_to_emacs_modifiers [289]
0.00 0.00 4056/292896 Fplist_get [63]
0.00 0.00 4056/121605 Fget [713]
-----------------------------------------------
1043 merge_named_face <cycle 1> [259]
0.00 0.00 1/5291 Finternal_merge_in_global_face [349]
0.00 0.00 1/5291 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 70/5291 realize_named_face [248]
0.00 0.00 4182/5291 lookup_named_face [177]
[290] 0.0 0.00 0.00 5297 merge_face_vectors <cycle 1> [290]
0.00 0.00 1037/1539 font_clear_prop [264]
8 merge_face_ref <cycle 1> [605]
-----------------------------------------------
58 redisplay_window <cycle 4> [84]
0.00 0.00 3/35497 redisplay_internal [10]
[291] 0.0 0.00 0.00 61 x_consider_frame_title <cycle 4> [291]
0.00 0.00 61/7219 Fframe_parameter [35]
0.00 0.00 61/1095 format_mode_line_unwind_data [673]
0.00 0.00 61/1362857 Fcdr [690]
0.00 0.00 61/310341 grow_specpdl [706]
0.00 0.00 61/8014 record_unwind_protect [785]
0.00 0.00 61/130 Fselect_window [1126]
61 select_window <cycle 4> [549]
61 set_buffer_internal_1 <cycle 4> [805]
61 init_iterator <cycle 4> [160]
61 display_mode_element <cycle 4> [85]
61 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 2/891 Fnew_fontset <cycle 4> [426]
0.00 0.00 10/891 realize_face [247]
0.00 0.00 879/891 check_fontset_name [294]
[292] 0.0 0.00 0.00 891 fs_query_fontset [292]
0.00 0.00 891/3759 casify_object [212]
0.00 0.00 31/43413 fast_string_match_internal [31]
0.00 0.00 891/891 Frassoc [400]
0.00 0.00 13/2356 Fassoc [375]
0.00 0.00 11/11 fontset_pattern_regexp [624]
0.00 0.00 891/2527 Fdowncase [859]
0.00 0.00 886/1572 c_strcasecmp [918]
-----------------------------------------------
2 eval_sub <cycle 4> [139]
[293] 0.0 0.00 0.00 2 directory_files_internal <cycle 4> [293]
0.00 0.00 482/44280 re_search [54]
0.00 0.00 478/954743 Fcons [30]
0.00 0.00 482/19176 make_unibyte_string [284]
0.00 0.00 2/53020 compile_pattern [55]
0.00 0.00 484/484 read_dirent [1081]
0.00 0.00 482/664 decode_file_name [1065]
0.00 0.00 4/307 encode_file_name [1090]
0.00 0.00 2/2 open_directory [1528]
0.00 0.00 2/310341 grow_specpdl [706]
0.00 0.00 2/1022 record_unwind_protect_ptr [1014]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
486 code_convert_string <cycle 4> [352]
2 Fdirectory_file_name <cycle 4> [279]
-----------------------------------------------
0.00 0.00 879/879 Fset_fontset_font <cycle 4> [28]
[294] 0.0 0.00 0.00 879 check_fontset_name [294]
0.00 0.00 879/891 fs_query_fontset [292]
0.00 0.00 879/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 1/17795 x_term_init <cycle 4> [634]
0.00 0.00 1/17795 x_session_initialize [670]
0.00 0.00 2/17795 file_attributes [531]
0.00 0.00 3/17795 realize_basic_faces [242]
0.00 0.00 3/17795 Fgetenv_internal [646]
0.00 0.00 4/17795 fontset_pattern_regexp [624]
0.00 0.00 4/17795 Fsingle_key_description <cycle 4> [450]
0.00 0.00 4/17795 text_quoting_style <cycle 4> [588]
0.00 0.00 6/17795 Fx_create_frame <cycle 4> [337]
0.00 0.00 9/17795 Fframe_parameters [36]
0.00 0.00 12/17795 parse_modifiers [205]
0.00 0.00 12/17795 x_find_image_fd <cycle 4> [554]
0.00 0.00 14/17795 cmd_error_internal [270]
0.00 0.00 14/17795 font_build_object [417]
0.00 0.00 18/17795 process_tool_bar_item <cycle 4> [322]
0.00 0.00 165/17795 openp <cycle 4> [220]
0.00 0.00 182/17795 Fexpand_file_name <cycle 4> [133]
0.00 0.00 206/17795 Fkey_description <cycle 4> [341]
0.00 0.00 816/17795 Ffont_xlfd_name [425]
0.00 0.00 2031/17795 Fcall_interactively <cycle 4> [90]
0.00 0.00 14288/17795 make_formatted_string [304]
[295] 0.0 0.00 0.00 17795 make_string [295]
0.00 0.00 17795/19176 make_unibyte_string [284]
0.00 0.00 17795/19053 parse_str_as_multibyte [744]
-----------------------------------------------
1 echo_area_display <cycle 4> [1222]
1 Fwindow_mode_line_height <cycle 4> [1261]
15 window_box_height <cycle 4> [936]
19 x_clear_end_of_line <cycle 4> [211]
646 display_line <cycle 4> [200]
2047 draw_glyphs <cycle 4> [50]
0.02 0.04 2067/35497 redisplay_internal [10]
[296] 0.0 0.00 0.00 4796 show_hourglass <cycle 4> [296]
0.00 0.00 646/388970 face_for_char [17]
0.00 0.00 140/490846 get_char_property_and_overlay [19]
0.00 0.00 646/479841 x_produce_glyphs [81]
0.00 0.00 140/449092 Fget_char_property [103]
0.00 0.00 3/48506 Fcopy_sequence [70]
0.00 0.00 15/102249 set_internal [140]
0.00 0.00 2/34146 Fequal [239]
0.00 0.00 140/20302 get_it_property [741]
0.00 0.00 99/2396 lookup_basic_face [861]
0.00 0.00 86/94 normal_char_ascent_descent [1146]
0.00 0.00 3/310341 grow_specpdl [706]
0.00 0.00 3/8014 record_unwind_protect [785]
0.00 0.00 2/1041 clear_window_matrices [988]
0.00 0.00 2/9 clear_current_matrices [1352]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
15 store_symval_forwarding <cycle 4> [276]
15 specbind <cycle 4> [104]
12 set_buffer_internal_1 <cycle 4> [805]
6 unbind_to <cycle 4> [340]
6 safe_run_hooks <cycle 4> [318]
3 menu_bar_items <cycle 4> [451]
3 set_frame_menubar <cycle 4> [546]
3 tool_bar_items <cycle 4> [485]
2 redraw_frame <cycle 4> [405]
-----------------------------------------------
0.00 0.00 1/6617 move_point [564]
0.00 0.00 2/6617 skip_chars.constprop.5 [562]
0.00 0.00 3/6617 Fbackward_prefix_chars [630]
0.00 0.00 5/6617 search_command [210]
0.00 0.00 6/6617 select_window <cycle 4> [549]
0.00 0.00 516/6617 skip_syntaxes [285]
0.00 0.00 518/6617 Fforward_line [282]
0.00 0.00 634/6617 Fparse_partial_sexp [29]
0.00 0.00 1014/6617 Fvertical_motion <cycle 4> [163]
0.00 0.00 3918/6617 Fgoto_char [186]
[297] 0.0 0.00 0.00 6617 set_point_both [297]
0.00 0.00 8766/723140 find_interval [59]
0.00 0.00 5634/5636 previous_interval [804]
-----------------------------------------------
3 eval_sub <cycle 4> [139]
49 Ffuncall <cycle 4> [18]
[298] 0.0 0.00 0.00 52 Ffile_name_as_directory <cycle 4> [298]
0.00 0.00 52/2890 Ffind_file_name_handler [82]
0.00 0.00 46/48000 make_specified_string [225]
0.00 0.00 46/171 Fnext_read_file_uses_dialog_p [1114]
6 call2 <cycle 4> [913]
-----------------------------------------------
0.00 0.00 11/11 font_list_entities [231]
[299] 0.0 0.00 0.00 11 xfont_list [299]
0.00 0.00 13/13 xfont_list_pattern [301]
0.00 0.00 34/59982 assq_no_quit [116]
0.00 0.00 11/2356 Fassoc [375]
0.00 0.00 13/13 xfont_encode_coding_xlfd [1318]
0.00 0.00 11/835 font_unparse_xlfd [1052]
-----------------------------------------------
2 Fload <cycle 4> [428]
3 Fdo_auto_save <cycle 4> [645]
4 eval_sub <cycle 4> [139]
38 Ffuncall <cycle 4> [18]
[300] 0.0 0.00 0.00 47 Ffile_name_directory <cycle 4> [300]
0.00 0.00 47/2890 Ffind_file_name_handler [82]
5 call2 <cycle 4> [913]
-----------------------------------------------
0.00 0.00 13/13 xfont_list [299]
[301] 0.0 0.00 0.00 13 xfont_list_pattern [301]
0.00 0.00 13/14 font_registry_charsets [306]
0.00 0.00 11/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 4/59982 assq_no_quit [116]
0.00 0.00 26/634690 unblock_input_to [697]
0.00 0.00 26/634655 unblock_input [698]
0.00 0.00 13/20 x_catch_errors_with_handler [1271]
0.00 0.00 13/14 x_catch_errors [1312]
0.00 0.00 13/19 x_had_errors_p [1274]
0.00 0.00 13/19 x_uncatch_errors [1276]
0.00 0.00 11/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 4/4 redisplay_internal [10]
[302] 0.0 0.00 0.00 4 redisplay_windows [302]
0.00 0.00 8/35497 internal_condition_case_1 <cycle 4> [928]
-----------------------------------------------
2 eval_sub <cycle 4> [139]
3 Fdo_auto_save <cycle 4> [645]
41 Ffuncall <cycle 4> [18]
[303] 0.0 0.00 0.00 46 Ffile_directory_p <cycle 4> [303]
0.00 0.00 46/2890 Ffind_file_name_handler [82]
0.00 0.00 42/307 encode_file_name [1090]
0.00 0.00 42/55 file_directory_p [1171]
46 expand_and_dir_to_file <cycle 4> [1195]
42 code_convert_string <cycle 4> [352]
41 Fdirectory_file_name <cycle 4> [279]
-----------------------------------------------
0.00 0.00 2/14288 ensure_echo_area_buffers <cycle 4> [659]
0.00 0.00 14286/14288 Fframe_parameters [36]
[304] 0.0 0.00 0.00 14288 make_formatted_string [304]
0.00 0.00 14288/17795 make_string [295]
-----------------------------------------------
2 Fpropertize <cycle 4> [538]
1064 Fput_text_property <cycle 4> [975]
[305] 0.0 0.00 0.00 1066 add_text_properties_1 <cycle 4> [305]
0.00 0.00 2039/2039 add_properties [314]
0.00 0.00 1062/723140 find_interval [59]
0.00 0.00 1066/755118 validate_interval_range [114]
0.00 0.00 4/4 copy_properties [535]
0.00 0.00 4/4 split_interval_left [611]
0.00 0.00 3/4 create_root_interval [610]
0.00 0.00 3772/3777 validate_plist [824]
0.00 0.00 1550/491439 next_interval [703]
1063 modify_text_properties <cycle 4> [976]
1063 signal_after_change <cycle 4> [159]
-----------------------------------------------
0.00 0.00 1/14 font_find_for_lface [224]
0.00 0.00 13/14 xfont_list_pattern [301]
[306] 0.0 0.00 0.00 14 font_registry_charsets [306]
0.00 0.00 14/45 Fassoc_string [258]
0.00 0.00 2/881 find_font_encoding [43]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 2/505158 hash_lookup [58]
0.00 0.00 2/10077 Fgethash [265]
0.00 0.00 2/17991 list1 [747]
0.00 0.00 2/1817 nconc2 [909]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[307] 0.0 0.00 0.00 2 Fset_charset_priority [307]
0.00 0.00 666/18640 Fmemq [147]
0.00 0.00 208/954743 Fcons [30]
0.00 0.00 2/48506 Fcopy_sequence [70]
0.00 0.00 2/505158 hash_lookup [58]
0.00 0.00 6/5628 Fnreverse [458]
0.00 0.00 2/1095 Fdelq [955]
0.00 0.00 2/2124 Fnconc [880]
-----------------------------------------------
0.00 0.00 686/686 Fset_fontset_font <cycle 4> [28]
[308] 0.0 0.00 0.00 686 font_parse_family_registry [308]
0.00 0.00 686/3759 casify_object [212]
0.00 0.00 20/241 concat2 [338]
0.00 0.00 691/1952 Fintern [422]
0.00 0.00 4/4 Ffont_put [567]
0.00 0.00 4/1398 font_intern_prop [431]
0.00 0.00 686/2527 Fdowncase [859]
0.00 0.00 47/539 intern_sym [1071]
-----------------------------------------------
1067 Fwhere_is_internal <cycle 4> [336]
[309] 0.0 0.00 0.00 1067 where_is_internal <cycle 4> [309]
0.00 0.00 1856/139293 Flength [142]
0.00 0.00 158/18640 Fmemq [147]
0.00 0.00 1057/10077 Fgethash [265]
0.00 0.00 1057/34146 Fequal [239]
0.00 0.00 158/15184 parse_modifiers [205]
0.00 0.00 2/3 Fmake_hash_table [631]
0.00 0.00 23/672387 get_keymap [518]
0.00 0.00 2046/11312 Faref [762]
0.00 0.00 1856/72024 Fcar [717]
0.00 0.00 1856/1362857 Fcdr [690]
0.00 0.00 23/1817 nconc2 [909]
1682 map_keymap <cycle 4> [660]
23 Faccessible_keymaps <cycle 4> [358]
-----------------------------------------------
0.00 0.00 2/1054 fontset_from_font <cycle 4> [386]
0.00 0.00 6/1054 font_list_entities [231]
0.00 0.00 9/1054 font_find_for_lface [224]
0.00 0.00 1037/1054 font_clear_prop [264]
[310] 0.0 0.00 0.00 1054 copy_font_spec [310]
0.00 0.00 4174/954743 Fcons [30]
0.00 0.00 1054/12539 allocate_vector [354]
-----------------------------------------------
0.00 0.00 2097/2097 Ffuncall <cycle 4> [18]
[311] 0.0 0.00 0.00 2097 Fcoding_system_eol_type [311]
0.00 0.00 2097/505158 hash_lookup [58]
0.00 0.00 2097/10077 Fgethash [265]
-----------------------------------------------
0.00 0.00 12/748 del_range_both <cycle 4> [508]
0.00 0.00 736/748 del_range_1 <cycle 4> [214]
[312] 0.0 0.00 0.00 748 del_range_2 [312]
0.00 0.00 748/2162 offset_intervals [246]
0.00 0.00 748/748 record_delete [1056]
0.00 0.00 748/751 adjust_markers_for_delete [1053]
0.00 0.00 748/751 adjust_overlays_for_delete [1054]
0.00 0.00 748/748 evaporate_overlays [1055]
0.00 0.00 736/12951 recenter_overlay_lists [757]
0.00 0.00 12/58 gap_left [1166]
-----------------------------------------------
4490 eval_sub <cycle 4> [139]
[313] 0.0 0.00 0.00 4490 apply_lambda <cycle 4> [313]
0.00 0.00 4490/139293 Flength [142]
0.00 0.00 430/72024 Fcar [717]
0.00 0.00 430/1362857 Fcdr [690]
4490 funcall_lambda <cycle 4> [182]
2265 exec_byte_code <cycle 4> [56]
2225 unbind_to <cycle 4> [340]
430 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 2039/2039 add_text_properties_1 <cycle 4> [305]
[314] 0.0 0.00 0.00 2039 add_properties [314]
0.00 0.00 3932/954743 Fcons [30]
0.00 0.00 2191/72024 Fcar [717]
0.00 0.00 2044/1362857 Fcdr [690]
0.00 0.00 2037/2998 record_property_change [848]
0.00 0.00 75/14099 Fsetcar [752]
-----------------------------------------------
0.00 0.00 4/4 read_char <cycle 2> [9]
[315] 0.0 0.00 0.00 4 show_help_echo [315]
0.00 0.00 5/35497 call1 <cycle 4> [851]
0.00 0.00 1/35497 text_quoting_style <cycle 4> [588]
0.00 0.00 4/588 Fsubstitute_command_keys [1066]
-----------------------------------------------
3 redraw_frame <cycle 4> [405]
0.01 0.02 1032/35497 redisplay_internal [10]
[316] 0.0 0.00 0.00 1035 update_overlay_arrows <cycle 4> [316]
0.00 0.00 2062/292896 Fplist_get [63]
0.00 0.00 4135/4333 Fput [415]
0.00 0.00 2064/121605 Fget [713]
0.00 0.00 1031/122261 do_symval_forwarding [712]
2062 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 23/3897 Ffuncall <cycle 4> [18]
0.00 0.00 551/3897 ftfont_lookup_cache [351]
0.00 0.00 1259/3897 where_is_internal_1 <cycle 4> [229]
0.00 0.00 2064/3897 redisplay_internal [10]
[317] 0.0 0.00 0.00 3897 Fputhash [317]
0.00 0.00 3897/505158 hash_lookup [58]
0.00 0.00 1382/1382 hash_put [580]
0.00 0.00 3897/13974 CHECK_HASH_TABLE [753]
-----------------------------------------------
4 set_frame_menubar <cycle 4> [546]
4 Fdo_auto_save <cycle 4> [645]
6 show_hourglass <cycle 4> [296]
0.00 0.00 14/35497 read_char <cycle 2> [9]
0.03 0.05 3029/35497 command_loop_1 <cycle 2> [12]
[318] 0.0 0.00 0.00 3057 safe_run_hooks <cycle 4> [318]
0.00 0.00 3057/102249 set_internal [140]
0.00 0.00 3057/3057 run_hook_with_args [843]
3057 store_symval_forwarding <cycle 4> [276]
3057 specbind <cycle 4> [104]
3057 unbind_to <cycle 4> [340]
3056 Fcommandp <cycle 4> [642]
-----------------------------------------------
1 Fmake_frame_visible <cycle 4> [596]
[319] 0.0 0.00 0.00 1 x_make_frame_visible <cycle 4> [319]
0.00 0.00 48/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/1 x_set_offset [520]
0.00 0.00 1/59982 assq_no_quit [116]
0.00 0.00 48/9956 do_pending_atimers [769]
0.00 0.00 48/634690 unblock_input_to [697]
0.00 0.00 48/634655 unblock_input [698]
0.00 0.00 47/52 x_sync [1181]
0.00 0.00 47/47 input_polling_used [1192]
1 x_bitmap_icon <cycle 4> [1537]
-----------------------------------------------
1 Fundo_boundary <cycle 4> [1572]
3 Finsert_file_contents <cycle 4> [379]
8 Fset_coding_system_priority <cycle 4> [515]
294 exec_byte_code <cycle 4> [56]
500 Fsetq <cycle 4> [406]
722 code_conversion_save <cycle 4> [381]
1282 prepare_to_modify_buffer_1 <cycle 4> [245]
[320] 0.0 0.00 0.00 2810 Fset <cycle 4> [320]
0.00 0.00 2810/102249 set_internal [140]
2041 store_symval_forwarding <cycle 4> [276]
-----------------------------------------------
0.00 0.00 52618/52618 make_uninit_multibyte_string [221]
[321] 0.0 0.00 0.00 52618 allocate_string_data [321]
0.00 0.00 173/1276 lisp_malloc [208]
-----------------------------------------------
39 map_keymap_internal <cycle 4> [527]
40 menu_bar_item <cycle 4> [413]
1297 single_menu_item <cycle 4> [640]
[322] 0.0 0.00 0.00 1376 process_tool_bar_item <cycle 4> [322]
0.00 0.00 205/241 concat2 [338]
0.00 0.00 625/292896 Fplist_get [63]
0.00 0.00 18/3759 casify_object [212]
0.00 0.00 13/954743 Fcons [30]
0.00 0.00 18/17795 make_string [295]
0.00 0.00 4/1694 list2 [359]
0.00 0.00 2/7479 Fmake_vector [371]
0.00 0.00 2/63 larger_vector [582]
0.00 0.00 1226/672387 get_keymap [518]
0.00 0.00 861/72024 Fcar [717]
0.00 0.00 625/121605 Fget [713]
0.00 0.00 568/588 Fsubstitute_command_keys [1066]
0.00 0.00 18/42250 xmalloc [726]
0.00 0.00 18/18 Fupcase_initials [1281]
0.00 0.00 18/32168 xfree [728]
0.00 0.00 9/1282 menu_separator_name_p [935]
0.00 0.00 9/17991 list1 [747]
1055 Fwhere_is_internal <cycle 4> [336]
568 text_quoting_style <cycle 4> [588]
281 unbind_to <cycle 4> [340]
281 menu_item_eval_property <cycle 4> [420]
202 Fkey_description <cycle 4> [341]
-----------------------------------------------
0.00 0.00 1623/1623 x_draw_glyph_string <cycle 4> [178]
[323] 0.0 0.00 0.00 1623 x_draw_glyph_string_box [323]
0.00 0.00 1623/10525 get_glyph_string_clip_rects [219]
0.00 0.00 1623/1623 get_glyph_string_clip_rect [915]
0.00 0.00 1623/1623 x_setup_relief_colors [917]
0.00 0.00 1623/1623 x_draw_relief_rect [916]
-----------------------------------------------
0.00 0.00 145/1186 Ffuncall <cycle 4> [18]
0.00 0.00 1041/1186 record_unwind_save_match_data [334]
[324] 0.0 0.00 0.00 1186 Fmatch_data [324]
0.00 0.00 1186/10077 Flist [199]
0.00 0.00 4/2140 set_marker_internal [202]
0.00 0.00 4/79 Fmake_marker [528]
0.00 0.00 4/2125 Fset_marker [879]
-----------------------------------------------
0.00 0.00 3/3 handle_one_xevent [180]
[325] 0.0 0.00 0.00 3 x_focus_changed [325]
0.00 0.00 5/35497 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 3/3 x_new_focus_frame [1492]
-----------------------------------------------
61 eval_sub <cycle 4> [139]
1046 apply1 <cycle 4> [986]
2440 Ffuncall <cycle 4> [18]
[326] 0.0 0.00 0.00 3547 Fapply <cycle 4> [326]
0.00 0.00 3547/139293 Flength [142]
3547 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 496/7278 _init [92]
0.00 0.00 6782/7278 draw_glyphs <cycle 4> [50]
[327] 0.0 0.00 0.00 7278 x_compute_glyph_string_overhangs [327]
0.00 0.00 7278/579207 xftfont_text_extents [100]
-----------------------------------------------
2028 Fkey_binding <cycle 4> [328]
1042 Fwhere_is_internal <cycle 4> [336]
0.01 0.02 1014/35497 test_undefined [41]
0.01 0.02 1014/35497 read_key_sequence.constprop.44 <cycle 2> [11]
[328] 0.0 0.00 0.00 3070+2028 Fkey_binding <cycle 4> [328]
0.00 0.00 3070/954743 Fcons [30]
3070 Flookup_key <cycle 4> [665]
2028 Fcurrent_active_maps <cycle 4> [131]
2028 Fkey_binding <cycle 4> [328]
-----------------------------------------------
27 Ffuncall <cycle 4> [18]
[329] 0.0 0.00 0.00 27 Ffile_symlink_p <cycle 4> [329]
0.00 0.00 27/2890 Ffind_file_name_handler [82]
0.00 0.00 22/307 encode_file_name [1090]
27 Fexpand_file_name <cycle 4> [133]
18 code_convert_string <cycle 4> [352]
-----------------------------------------------
[330] 0.0 0.00 0.00 183+3697 <cycle 5 as a whole> [330]
0.00 0.00 539 read_list <cycle 5> [363]
0.00 0.00 2702 read1 <cycle 5> [368]
0.00 0.00 90 read_vector <cycle 5> [478]
0.00 0.00 549 read0 <cycle 5> [1070]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [18]
[331] 0.0 0.00 0.00 183 read_internal_start [331]
0.00 0.00 183/183 read0 <cycle 5> [1070]
0.00 0.00 1/1849 validate_subarray [908]
0.00 0.00 1/13079 string_char_to_byte [756]
-----------------------------------------------
0.00 0.00 1/1747 update_face_from_frame_parameter [601]
0.00 0.00 5/1747 realize_basic_faces [242]
0.00 0.00 22/1747 Finternal_get_lisp_face_attribute [467]
0.00 0.00 70/1747 realize_named_face [248]
0.00 0.00 164/1747 Finternal_make_lisp_face [369]
0.00 0.00 164/1747 Finternal_merge_in_global_face [349]
0.00 0.00 1321/1747 Finternal_set_lisp_face_attribute <cycle 4> [232]
[332] 0.0 0.00 0.00 1747 lface_from_face_name [332]
0.00 0.00 1747/8293 resolve_face_name [240]
-----------------------------------------------
3 Fload <cycle 4> [428]
23 internal_condition_case_1 <cycle 4> [928]
[333] 0.0 0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [333]
0.00 0.00 26/2890 Ffind_file_name_handler [82]
0.00 0.00 26/26 search_embedded_absfilename [1234]
0.00 0.00 26/6751 Ffboundp [793]
26 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 2/1041 set_frame_menubar <cycle 4> [546]
0.00 0.00 2/1041 Fautoload_do_load <cycle 4> [607]
0.00 0.00 3/1041 redisplay_internal [10]
0.00 0.00 1034/1041 display_mode_line <cycle 4> [335]
[334] 0.0 0.00 0.00 1041 record_unwind_save_match_data [334]
0.00 0.00 1041/1186 Fmatch_data [324]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1609]
1033 display_mode_lines <cycle 4> [996]
[335] 0.0 0.00 0.00 1034 display_mode_line <cycle 4> [335]
0.00 0.00 1034/1041 record_unwind_save_match_data [334]
0.00 0.00 1034/1095 format_mode_line_unwind_data [673]
0.00 0.00 2068/310341 grow_specpdl [706]
0.00 0.00 2068/8014 record_unwind_protect [785]
0.00 0.00 1034/2229 prepare_desired_row [871]
0.00 0.00 1034/1034 push_kboard [999]
0.00 0.00 1034/32168 xfree [728]
0.00 0.00 1034/1034 pop_kboard [998]
0.00 0.00 1034/2229 compute_line_metrics [870]
0.00 0.00 1034/2130 extend_face_to_end_of_line [878]
1034 init_iterator <cycle 4> [160]
1034 display_mode_element <cycle 4> [85]
1034 unbind_to <cycle 4> [340]
1034 display_string <cycle 4> [127]
-----------------------------------------------
4 text_quoting_style <cycle 4> [588]
10 Ffuncall <cycle 4> [18]
1055 process_tool_bar_item <cycle 4> [322]
[336] 0.0 0.00 0.00 1069 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 1032/292896 Fplist_get [63]
0.00 0.00 214/215 Fsafe_length [411]
0.00 0.00 271/954743 Fcons [30]
0.00 0.00 224/224 preferred_sequence_p [447]
0.00 0.00 261/34146 Fequal [239]
0.00 0.00 261/1672 Fmember [398]
0.00 0.00 871/5628 Fnreverse [458]
0.00 0.00 10/1694 list2 [359]
0.00 0.00 10/672387 get_keymap [518]
0.00 0.00 1069/1073 parse_solitary_modifier [971]
0.00 0.00 1067/1071 Freverse [973]
0.00 0.00 1032/121605 Fget [713]
0.00 0.00 261/11312 Faref [762]
1067 where_is_internal <cycle 4> [309]
1059 Fcurrent_active_maps <cycle 4> [131]
1042 Fkey_binding <cycle 4> [328]
263 shadow_lookup <cycle 4> [521]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[337] 0.0 0.00 0.00 1 Fx_create_frame <cycle 4> [337]
0.00 0.00 1/1 init_frame_faces [339]
0.00 0.00 1/7154 Fcopy_alist [79]
0.00 0.00 1/5 x_wm_set_size_hint [440]
0.00 0.00 9/51 x_get_arg [475]
0.00 0.00 1/1 x_figure_window_size [583]
0.00 0.00 4/4 x_frame_get_and_record_arg [600]
0.00 0.00 6/12 x_decode_color [568]
0.00 0.00 6/17795 make_string [295]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/1407350 Fassq [24]
0.00 0.00 3/634690 unblock_input_to [697]
0.00 0.00 3/634655 unblock_input [698]
0.00 0.00 2/2 register_font_driver [1532]
0.00 0.00 1/127 check_x_display_info [1130]
0.00 0.00 1/1357 xzalloc [929]
0.00 0.00 1/310341 grow_specpdl [706]
0.00 0.00 1/8014 record_unwind_protect [785]
0.00 0.00 1/1 x_text_icon [1660]
0.00 0.00 1/1 x_make_gc [1633]
29 x_default_parameter <cycle 4> [511]
2 x_default_scroll_bar_color_parameter <cycle 4> [617]
2 adjust_frame_size <cycle 4> [468]
1 x_default_font_parameter <cycle 4> [344]
1 x_window <cycle 4> [496]
1 unbind_to <cycle 4> [340]
1 set_frame_menubar <cycle 4> [546]
1 initialize_frame_menubar <cycle 4> [1603]
1 make_frame <cycle 4> [616]
-----------------------------------------------
0.00 0.00 16/241 Fget_load_suffixes [448]
0.00 0.00 20/241 font_parse_family_registry [308]
0.00 0.00 205/241 process_tool_bar_item <cycle 4> [322]
[338] 0.0 0.00 0.00 241 concat2 [338]
0.00 0.00 241/55795 concat [47]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [337]
[339] 0.0 0.00 0.00 1 init_frame_faces [339]
0.00 0.00 1/5 realize_basic_faces [242]
0.00 0.00 1/1 make_face_cache [1604]
0.00 0.00 1/1 make_image_cache [1605]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1585]
1 Fset_window_configuration <cycle 4> [482]
1 decode_coding <cycle 4> [609]
1 Fx_create_frame <cycle 4> [337]
2 adjust_frame_size <cycle 4> [468]
2 make_frame <cycle 4> [616]
2 set_frame_menubar <cycle 4> [546]
2 Fautoload_do_load <cycle 4> [607]
3 get_keyelt <cycle 4> [569]
3 Fkill_buffer <cycle 4> [530]
4 load_charset <cycle 4> [251]
4 Fdo_auto_save <cycle 4> [645]
4 Feval_buffer <cycle 4> [525]
6 show_hourglass <cycle 4> [296]
6 Fload <cycle 4> [428]
11 Finsert_file_contents <cycle 4> [379]
13 setup_echo_area_for_printing <cycle 4> [557]
13 digest_single_submenu <cycle 4> [1315]
14 write_string_1 <cycle 4> [1311]
14 Fprinc <cycle 4> [1299]
20 compact_buffer <cycle 4> [1115]
24 Fgarbage_collect <cycle 4> [57]
31 echo_area_display <cycle 4> [1222]
33 unwind_to_catch <cycle 4> [1219]
48 with_echo_area_buffer <cycle 4> [461]
59 handle_fontified_prop <cycle 4> [184]
61 x_consider_frame_title <cycle 4> [291]
65 Flet <cycle 4> [512]
186 readevalloop <cycle 4> [441]
281 process_tool_bar_item <cycle 4> [322]
284 internal_condition_case_1 <cycle 4> [928]
1023 code_convert_string <cycle 4> [352]
1034 display_mode_element <cycle 4> [85]
1034 display_mode_line <cycle 4> [335]
1052 redisplay_window <cycle 4> [84]
1107 eval_sub <cycle 4> [139]
1266 update_compositions <cycle 4> [185]
1282 prepare_to_modify_buffer_1 <cycle 4> [245]
1294 signal_after_change <cycle 4> [159]
2019 Fcall_interactively <cycle 4> [90]
2225 apply_lambda <cycle 4> [313]
3057 safe_run_hooks <cycle 4> [318]
5116 Fcurrent_active_maps <cycle 4> [131]
6379 safe__call <cycle 4> [235]
7072 Fnext_single_char_property_change <cycle 4> [150]
17084 exec_byte_code <cycle 4> [56]
23652 Ffuncall <cycle 4> [18]
0.00 0.00 1/35497 internal_condition_case <cycle 2> [257]
0.00 0.00 12/35497 timer_check [72]
0.01 0.02 1000/35497 command_loop_1 <cycle 2> [12]
0.01 0.02 1014/35497 read_key_sequence.constprop.44 <cycle 2> [11]
0.01 0.02 1019/35497 wait_reading_process_output [15]
0.01 0.02 1033/35497 redisplay_internal [10]
[340] 0.0 0.00 0.00 80974 unbind_to <cycle 4> [340]
0.00 0.00 1267/102249 set_internal [140]
0.00 0.00 1041/1186 Fset_match_data [377]
0.00 0.00 1/1 unwind_create_frame [603]
0.00 0.00 1041/1044 unwind_set_match_data [686]
0.00 0.00 1267/2582 Flocal_variable_p [857]
0.00 0.00 1249/1249 set_buffer_if_live [938]
0.00 0.00 1075/1075 free_misc [970]
0.00 0.00 1062/1062 save_restriction_restore [977]
0.00 0.00 1031/1031 unwind_redisplay [1005]
0.00 0.00 1025/1025 code_conversion_restore [1009]
0.00 0.00 1019/1019 wait_reading_process_output_unwind [1019]
0.00 0.00 1016/1016 restore_kboard_configuration [1025]
0.00 0.00 1014/2043 cancel_hourglass [892]
0.00 0.00 1000/1000 reset_var_on_error [1045]
0.00 0.00 27/27 pop_message_unwind [1233]
0.00 0.00 16/32168 xfree [728]
0.00 0.00 7/7 do_nothing [1372]
0.00 0.00 4/634690 unblock_input_to [697]
0.00 0.00 4/634655 unblock_input [698]
0.00 0.00 4/4 do_auto_save_unwind [1431]
0.00 0.00 4/4 record_load_unwind [1447]
0.00 0.00 4/4 load_warn_old_style_backquotes [1443]
0.00 0.00 4/4 readevalloop_1 [1445]
0.00 0.00 3/3 fast_set_selected_frame [1474]
0.00 0.00 3/3 decide_coding_unwind [1471]
0.00 0.00 2/2 restore_menu_items [1533]
0.00 0.00 2/2 un_autoload [1536]
0.00 0.00 2/2 fclose_unwind [1517]
0.00 0.00 1/1 do_unwind_create_frame [1591]
36184 Fset_default <cycle 4> [187]
1401 bcall0 <cycle 4> [926]
1262 store_symval_forwarding <cycle 4> [276]
1095 unwind_format_mode_line <cycle 4> [956]
1075 save_excursion_restore <cycle 4> [255]
761 set_buffer_internal_1 <cycle 4> [805]
48 unwind_with_echo_area_buffer <cycle 4> [1191]
-----------------------------------------------
4 text_quoting_style <cycle 4> [588]
202 process_tool_bar_item <cycle 4> [322]
[341] 0.0 0.00 0.00 206 Fkey_description <cycle 4> [341]
0.00 0.00 206/55795 concat [47]
0.00 0.00 206/139293 Flength [142]
0.00 0.00 206/17795 make_string [295]
0.00 0.00 206/557 Fconcat [1068]
438 Fsingle_key_description <cycle 4> [450]
-----------------------------------------------
0.00 0.00 3309/3309 init_iterator <cycle 4> [160]
[342] 0.0 0.00 0.00 3309 produce_special_glyphs [342]
0.00 0.00 3307/479841 x_produce_glyphs [81]
0.00 0.00 2/2 produce_glyphs [1529]
-----------------------------------------------
0.00 0.00 500/14509 eval_sub <cycle 4> [139]
0.00 0.00 1471/14509 allocate_pseudovector [435]
0.00 0.00 12538/14509 allocate_vector [354]
[343] 0.0 0.00 0.00 14509 Fmake_string [343]
0.00 0.00 46/10232 mem_insert [96]
0.00 0.00 48/1276 lisp_malloc [208]
0.00 0.00 500/52741 make_uninit_multibyte_string [221]
0.00 0.00 46/42250 xmalloc [726]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [337]
[344] 0.0 0.00 0.00 1 x_default_font_parameter <cycle 4> [344]
0.00 0.00 1/1 font_open_by_name [345]
0.00 0.00 1/51 x_get_arg [475]
0.00 0.00 1/19176 make_unibyte_string [284]
0.00 0.00 1/1 xsettings_get_system_font [1673]
1 x_default_parameter <cycle 4> [511]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [344]
[345] 0.0 0.00 0.00 1 font_open_by_name [345]
0.00 0.00 1/1 font_open_by_spec [346]
0.00 0.00 1/1788 font_put_extra [277]
0.00 0.00 1/885 Ffont_spec [356]
-----------------------------------------------
0.00 0.00 1/1 font_open_by_name [345]
[346] 0.0 0.00 0.00 1 font_open_by_spec [346]
0.00 0.00 1/6 font_load_for_lface [241]
-----------------------------------------------
266 prepare_to_modify_buffer <cycle 4> [347]
3 Finsert_file_contents <cycle 4> [379]
147 message_dolog <cycle 4> [394]
266 signal_after_change <cycle 4> [159]
736 del_range_1 <cycle 4> [214]
1001 insert_from_string_1 <cycle 4> [233]
[347] 0.0 0.00 0.00 2153+266 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 413/2162 offset_intervals [246]
0.00 0.00 413/2863 record_insert [620]
0.00 0.00 413/2139 adjust_overlays_for_insert [877]
0.00 0.00 413/2139 adjust_markers_for_insert [876]
0.00 0.00 266/2734 invalidate_buffer_caches [853]
0.00 0.00 24/29 gap_right [1224]
0.00 0.00 24/30 move_gap_both [1223]
0.00 0.00 2/48 make_gap [1189]
2006 prepare_to_modify_buffer_1 <cycle 4> [245]
266 prepare_to_modify_buffer <cycle 4> [347]
-----------------------------------------------
0.00 0.00 1/1099 make_lispy_position <cycle 4> [563]
0.00 0.00 6/1099 Fxw_color_values [545]
0.00 0.00 72/1099 Fgarbage_collect <cycle 4> [57]
0.00 0.00 1020/1099 Ffuncall <cycle 4> [18]
[348] 0.0 0.00 0.00 1099 list3 [348]
0.00 0.00 2198/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 1/5300 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 82/5300 Ffuncall <cycle 4> [18]
0.00 0.00 1035/5300 face_at_string_position [53]
0.00 0.00 4182/5300 lookup_named_face [177]
[349] 0.0 0.00 0.00 5300 Finternal_merge_in_global_face [349]
0.00 0.00 5/80 realize_face [247]
0.00 0.00 164/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 5216/5216 lface_equal_p [408]
0.00 0.00 164/1747 lface_from_face_name [332]
0.00 0.00 1/5291 merge_face_vectors <cycle 1> [290]
0.00 0.00 5218/5300 lface_hash [807]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[350] 0.0 0.00 0.00 1 x_set_font <cycle 4> [350]
0.00 0.00 1/5 recompute_basic_faces [261]
0.00 0.00 3/52 store_frame_param [466]
0.00 0.00 1/1051 Ffont_get [380]
0.00 0.00 1/34146 Fequal [239]
0.00 0.00 1/1362857 Fcdr [690]
0.00 0.00 1/1041 clear_window_matrices [988]
0.00 0.00 1/9 clear_current_matrices [1352]
0.00 0.00 1/292 fset_redisplay [1096]
1 x_new_font <cycle 4> [1634]
-----------------------------------------------
0.00 0.00 28/597 ftfont_get_fc_charset [477]
0.00 0.00 569/597 ftfont_pattern_entity [254]
[351] 0.0 0.00 0.00 597 ftfont_lookup_cache [351]
0.00 0.00 596/10077 Fgethash [265]
0.00 0.00 551/954743 Fcons [30]
0.00 0.00 551/3897 Fputhash [317]
0.00 0.00 551/551 make_save_ptr_int [433]
0.00 0.00 28/59982 assq_no_quit [116]
0.00 0.00 1/3 Fmake_hash_table [631]
0.00 0.00 551/42250 xmalloc [726]
-----------------------------------------------
1 xg_create_frame_widgets <cycle 4> [497]
1 Finsert_file_contents <cycle 4> [379]
1 Ffile_accessible_directory_p <cycle 4> [472]
2 Ffile_exists_p <cycle 4> [421]
2 Ffile_attributes <cycle 4> [438]
15 Ffile_readable_p <cycle 4> [355]
18 Ffile_symlink_p <cycle 4> [329]
42 Ffile_directory_p <cycle 4> [303]
59 Ffuncall <cycle 4> [18]
182 Fexpand_file_name <cycle 4> [133]
215 digest_single_submenu <cycle 4> [1315]
486 directory_files_internal <cycle 4> [293]
[352] 0.0 0.00 0.00 1024 code_convert_string <cycle 4> [352]
0.00 0.00 1023/1030 setup_coding_system [383]
0.00 0.00 1023/505158 hash_lookup [58]
1023 unbind_to <cycle 4> [340]
722 decode_coding_object <cycle 4> [361]
301 encode_coding_object <cycle 4> [474]
-----------------------------------------------
0.00 0.00 118/118 Ffuncall <cycle 4> [18]
[353] 0.0 0.00 0.00 118 Ftext_property_any [353]
0.00 0.00 1174/1232573 lookup_char_property [20]
0.00 0.00 116/723140 find_interval [59]
0.00 0.00 118/755118 validate_interval_range [114]
0.00 0.00 1174/1178700 textget [691]
0.00 0.00 1121/491439 next_interval [703]
0.00 0.00 214/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 1/12539 Fcurrent_window_configuration [663]
0.00 0.00 63/12539 larger_vector [582]
0.00 0.00 170/12539 make_sub_char_table [537]
0.00 0.00 909/12539 Fset_fontset_font <cycle 4> [28]
0.00 0.00 1054/12539 copy_font_spec [310]
0.00 0.00 1350/12539 Fmake_byte_code [443]
0.00 0.00 1513/12539 Fvector [432]
0.00 0.00 7479/12539 Fmake_vector [371]
[354] 0.0 0.00 0.00 12539 allocate_vector [354]
0.00 0.00 12538/14509 Fmake_string [343]
-----------------------------------------------
2 eval_sub <cycle 4> [139]
14 Ffuncall <cycle 4> [18]
[355] 0.0 0.00 0.00 16 Ffile_readable_p <cycle 4> [355]
0.00 0.00 16/2890 Ffind_file_name_handler [82]
0.00 0.00 16/307 encode_file_name [1090]
16 Fexpand_file_name <cycle 4> [133]
15 code_convert_string <cycle 4> [352]
-----------------------------------------------
0.00 0.00 1/885 font_open_by_name [345]
0.00 0.00 1/885 Fnew_fontset <cycle 4> [426]
0.00 0.00 1/885 fontset_from_font <cycle 4> [386]
0.00 0.00 5/885 realize_face [247]
0.00 0.00 119/885 Ffuncall <cycle 4> [18]
0.00 0.00 758/885 Fset_fontset_font <cycle 4> [28]
[356] 0.0 0.00 0.00 885 Ffont_spec [356]
0.00 0.00 181/1788 font_put_extra [277]
0.00 0.00 227/233 Ffontp [387]
0.00 0.00 885/1471 allocate_pseudovector [435]
0.00 0.00 74/74 font_parse_name [517]
-----------------------------------------------
0.00 0.00 1017/1017 Fcall_interactively <cycle 4> [90]
[357] 0.0 0.00 0.00 1017 Finteractive_form [357]
0.00 0.00 1017/292896 Fplist_get [63]
0.00 0.00 1017/618605 indirect_function [699]
0.00 0.00 1017/121605 Fget [713]
-----------------------------------------------
23 where_is_internal <cycle 4> [309]
[358] 0.0 0.00 0.00 23 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 1879/139293 Flength [142]
0.00 0.00 46/954743 Fcons [30]
0.00 0.00 23/672387 get_keymap [518]
0.00 0.00 1856/72024 Fcar [717]
0.00 0.00 1856/1362857 Fcdr [690]
0.00 0.00 1833/11312 Faref [762]
0.00 0.00 23/17991 list1 [747]
1820 map_keymap <cycle 4> [660]
-----------------------------------------------
0.00 0.00 1/1694 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 2/1694 Ffontp [387]
0.00 0.00 2/1694 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 3/1694 read_char <cycle 2> [9]
0.00 0.00 3/1694 Finsert_file_contents <cycle 4> [379]
0.00 0.00 4/1694 process_tool_bar_item <cycle 4> [322]
0.00 0.00 6/1694 get_keyelt <cycle 4> [569]
0.00 0.00 8/1694 handle_one_xevent [180]
0.00 0.00 10/1694 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 12/1694 parse_modifiers [205]
0.00 0.00 13/1694 adjust_frame_size <cycle 4> [468]
0.00 0.00 106/1694 Ffuncall <cycle 4> [18]
0.00 0.00 179/1694 exec_byte_code <cycle 4> [56]
0.00 0.00 328/1694 read1 <cycle 5> [368]
0.00 0.00 1017/1694 Fcall_interactively <cycle 4> [90]
[359] 0.0 0.00 0.00 1694 list2 [359]
0.00 0.00 1694/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 1/725 current_message_1 [534]
0.00 0.00 2/725 Fbuffer_substring [384]
0.00 0.00 722/725 decode_coding_object <cycle 4> [361]
[360] 0.0 0.00 0.00 725 make_buffer_string_both [360]
0.00 0.00 725/603957 Ftext_properties_at [48]
0.00 0.00 725/7801 Fnext_property_change [283]
0.00 0.00 722/52741 make_uninit_multibyte_string [221]
0.00 0.00 3/48000 make_specified_string [225]
0.00 0.00 725/725 update_buffer_properties [1060]
0.00 0.00 3/28572 make_uninit_string [733]
-----------------------------------------------
722 code_convert_string <cycle 4> [352]
[361] 0.0 0.00 0.00 722 decode_coding_object <cycle 4> [361]
0.00 0.00 722/725 make_buffer_string_both [360]
0.00 0.00 722/722 Fbuffer_string [1061]
722 code_conversion_save <cycle 4> [381]
722 decode_coding <cycle 4> [609]
-----------------------------------------------
53 Ffuncall <cycle 4> [18]
722 code_conversion_save <cycle 4> [381]
[362] 0.0 0.00 0.00 775 Fmake_local_variable <cycle 4> [362]
0.00 0.00 771/1407350 Fassq [24]
0.00 0.00 737/64178 swap_in_symval_forwarding [167]
0.00 0.00 90/954743 Fcons [30]
0.00 0.00 36/36 make_blv [524]
0.00 0.00 4/102249 set_internal [140]
0.00 0.00 4/33486 Fboundp [243]
0.00 0.00 45/90 let_shadows_buffer_binding_p [1149]
0.00 0.00 36/36 let_shadows_global_binding_p [1214]
0.00 0.00 14/122261 do_symval_forwarding [712]
45 find_symbol_value <cycle 4> [87]
14 store_symval_forwarding <cycle 4> [276]
4 Fsymbol_value <cycle 4> [714]
-----------------------------------------------
90 read_vector <cycle 5> [478]
449 read1 <cycle 5> [368]
[363] 0.0 0.00 0.00 539 read_list <cycle 5> [363]
0.00 0.00 1576/954743 Fcons [30]
0.00 0.00 1576/17991 list1 [747]
2153 read1 <cycle 5> [368]
38 read0 <cycle 5> [1070]
-----------------------------------------------
4 do_switch_frame <cycle 4> [1361]
15 with_echo_area_buffer <cycle 4> [461]
31 display_echo_area_1 <cycle 4> [1221]
[364] 0.0 0.00 0.00 50 resize_mini_window <cycle 4> [364]
0.00 0.00 44/18573 compute_stop_pos [42]
0.00 0.00 100/492 set_marker_both [1080]
0.00 0.00 50/2078 extract_float [882]
0.00 0.00 6/6 shrink_mini_window [1391]
50 reseat <cycle 4> [414]
50 init_iterator <cycle 4> [160]
50 move_it_to <cycle 4> [164]
44 handle_stop <cycle 4> [68]
8 set_buffer_internal_1 <cycle 4> [805]
-----------------------------------------------
1 Fmessage <cycle 4> [1503]
8 Ffuncall <cycle 4> [18]
[365] 0.0 0.00 0.00 9 styled_format <cycle 4> [365]
0.00 0.00 16/16 lisp_string_width [366]
0.00 0.00 9/48000 make_specified_string [225]
0.00 0.00 16/1553 copy_text [920]
1 text_quoting_style <cycle 4> [588]
-----------------------------------------------
0.00 0.00 16/16 styled_format <cycle 4> [365]
[366] 0.0 0.00 0.00 16 lisp_string_width [366]
0.00 0.00 167/70890 find_composition [46]
0.00 0.00 167/15901 char_width [748]
0.00 0.00 16/9570 buffer_display_table [773]
-----------------------------------------------
20 truncate_undo_list <cycle 4> [1269]
31 echo_area_display <cycle 4> [1222]
1034 display_mode_element <cycle 4> [85]
[367] 0.0 0.00 0.00 1085 inhibit_garbage_collection <cycle 4> [367]
0.00 0.00 1085/102249 set_internal [140]
1085 store_symval_forwarding <cycle 4> [276]
1085 specbind <cycle 4> [104]
-----------------------------------------------
549 read0 <cycle 5> [1070]
2153 read_list <cycle 5> [363]
[368] 0.0 0.00 0.00 2702 read1 <cycle 5> [368]
0.00 0.00 1001/48000 make_specified_string [225]
0.00 0.00 328/954743 Fcons [30]
0.00 0.00 328/1694 list2 [359]
0.00 0.00 867/1952 Fintern [422]
0.00 0.00 21760/28173 readchar [490]
0.00 0.00 1788/1788 read_escape [566]
0.00 0.00 6/545 Fmake_symbol [397]
0.00 0.00 1537/1537 char_string [921]
0.00 0.00 1133/1315 unreadchar [932]
0.00 0.00 1089/1089 string_to_number [960]
0.00 0.00 873/1962 multibyte_chars_in_text [906]
0.00 0.00 172/539 intern_sym [1071]
0.00 0.00 48/48 str_as_unibyte [1190]
0.00 0.00 39/1389 make_byte_code [927]
0.00 0.00 35/634690 unblock_input_to [697]
0.00 0.00 35/634655 unblock_input [698]
0.00 0.00 6/132 make_float [1125]
449 read_list <cycle 5> [363]
328 read0 <cycle 5> [1070]
90 read_vector <cycle 5> [478]
-----------------------------------------------
0.00 0.00 1/82 realize_basic_faces [242]
0.00 0.00 14/82 realize_named_face [248]
0.00 0.00 67/82 Finternal_set_lisp_face_attribute <cycle 4> [232]
[369] 0.0 0.00 0.00 82 Finternal_make_lisp_face [369]
0.00 0.00 164/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 164/1747 lface_from_face_name [332]
0.00 0.00 164/954743 Fcons [30]
0.00 0.00 82/292896 Fplist_get [63]
0.00 0.00 82/7479 Fmake_vector [371]
0.00 0.00 82/121605 Fget [713]
0.00 0.00 81/292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 1/2863 make_save_ptr [667]
0.00 0.00 72/2863 make_save_funcptr_ptr_obj [532]
0.00 0.00 79/2863 Fmake_marker [528]
0.00 0.00 551/2863 make_save_ptr_int [433]
0.00 0.00 1075/2863 make_save_obj_obj_obj_obj [404]
0.00 0.00 1085/2863 build_marker [402]
[370] 0.0 0.00 0.00 2863 allocate_misc [370]
0.00 0.00 61/1276 lisp_malloc [208]
-----------------------------------------------
0.00 0.00 1/7479 Fframe_or_buffer_changed_p [674]
0.00 0.00 1/7479 format_mode_line_unwind_data [673]
0.00 0.00 1/7479 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 1/7479 init_menu_items [675]
0.00 0.00 1/7479 modify_event_symbol [273]
0.00 0.00 1/7479 menu_bar_items <cycle 4> [451]
0.00 0.00 1/7479 tool_bar_items <cycle 4> [485]
0.00 0.00 2/7479 Fcurrent_window_configuration [663]
0.00 0.00 2/7479 process_tool_bar_item <cycle 4> [322]
0.00 0.00 10/7479 fontset_find_font [76]
0.00 0.00 12/7479 make_hash_table [632]
0.00 0.00 16/7479 hash_put [580]
0.00 0.00 37/7479 Fset_fontset_font <cycle 4> [28]
0.00 0.00 70/7479 Fmake_char_table [465]
0.00 0.00 82/7479 Finternal_make_lisp_face [369]
0.00 0.00 90/7479 read_vector <cycle 5> [478]
0.00 0.00 123/7479 Ffuncall <cycle 4> [18]
0.00 0.00 1306/7479 fontset_add [73]
0.00 0.00 5722/7479 concat [47]
[371] 0.0 0.00 0.00 7479 Fmake_vector [371]
0.00 0.00 7479/12539 allocate_vector [354]
-----------------------------------------------
0.00 0.00 59/1325 Ffuncall <cycle 4> [18]
0.00 0.00 1266/1325 update_compositions <cycle 4> [185]
[372] 0.0 0.00 0.00 1325 Fremove_list_of_text_properties [372]
0.00 0.00 1059/723140 find_interval [59]
0.00 0.00 1325/755118 validate_interval_range [114]
0.00 0.00 2037/2037 call_mod_hooks [893]
0.00 0.00 978/491439 next_interval [703]
-----------------------------------------------
0.00 0.00 4/1007 create_root_interval [610]
0.00 0.00 4/1007 split_interval_left [611]
0.00 0.00 999/1007 split_interval_right [374]
[373] 0.0 0.00 0.00 1007 make_interval [373]
0.00 0.00 56/1276 lisp_malloc [208]
-----------------------------------------------
0.00 0.00 999/999 set_text_properties_1 [262]
[374] 0.0 0.00 0.00 999 split_interval_right [374]
0.00 0.00 999/1007 make_interval [373]
0.00 0.00 999/709113 balance_possible_root_interval [696]
0.00 0.00 997/730824 balance_an_interval [695]
-----------------------------------------------
0.00 0.00 1/2356 set_frame_cursor_types [666]
0.00 0.00 5/2356 display_and_set_cursor <cycle 4> [633]
0.00 0.00 11/2356 xfont_list [299]
0.00 0.00 13/2356 fs_query_fontset [292]
0.00 0.00 21/2356 Fdefine_key <cycle 4> [418]
0.00 0.00 60/2356 eval_sub <cycle 4> [139]
0.00 0.00 1089/2356 Ffuncall <cycle 4> [18]
0.00 0.00 1156/2356 display_mode_element <cycle 4> [85]
[375] 0.0 0.00 0.00 2356 Fassoc [375]
0.00 0.00 2065/38465 internal_equal [234]
0.00 0.00 3/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 3/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 30173/30173 map_sub_char_table <cycle 4> [91]
[376] 0.0 0.00 0.00 30173 accumulate_script_ranges [376]
0.00 0.00 1076/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 145/1186 Ffuncall <cycle 4> [18]
0.00 0.00 1041/1186 unbind_to <cycle 4> [340]
[377] 0.0 0.00 0.00 1186 Fset_match_data [377]
0.00 0.00 1186/139293 Flength [142]
0.00 0.00 4/3023 unchain_marker [847]
-----------------------------------------------
0.00 0.00 1064/1064 Ffuncall <cycle 4> [18]
[378] 0.0 0.00 0.00 1064 Fwindow_parameter [378]
0.00 0.00 1064/1407350 Fassq [24]
0.00 0.00 1064/2237 Frun_window_scroll_functions [869]
-----------------------------------------------
3 Ffuncall <cycle 4> [18]
[379] 0.0 0.00 0.00 3 Finsert_file_contents <cycle 4> [379]
0.00 0.00 2/2 Ffind_operation_coding_system [391]
0.00 0.00 3/2890 Ffind_file_name_handler [82]
0.00 0.00 10/954743 Fcons [30]
0.00 0.00 6/102249 set_internal [140]
0.00 0.00 3/1694 list2 [359]
0.00 0.00 3/1030 setup_coding_system [383]
0.00 0.00 3/505158 hash_lookup [58]
0.00 0.00 1/1 raw_text_coding_system [652]
0.00 0.00 3/1788 buf_bytepos_to_charpos [625]
0.00 0.00 1/725 insert_from_gap [654]
0.00 0.00 6/310341 grow_specpdl [706]
0.00 0.00 6/30 move_gap_both [1223]
0.00 0.00 4/9 emacs_read [1354]
0.00 0.00 3/6751 Ffboundp [793]
0.00 0.00 3/307 encode_file_name [1090]
0.00 0.00 3/174 emacs_open [1113]
0.00 0.00 3/2047 record_unwind_protect_int [891]
0.00 0.00 3/1126 invalidate_region_cache [950]
0.00 0.00 3/58 gap_left [1166]
0.00 0.00 3/2734 invalidate_buffer_caches [853]
0.00 0.00 3/60449 Fcurrent_buffer [719]
0.00 0.00 3/8014 record_unwind_protect [785]
0.00 0.00 3/6 emacs_close [1382]
0.00 0.00 3/7 clear_unwind_protect [1371]
0.00 0.00 3/48 make_gap [1189]
11 unbind_to <cycle 4> [340]
6 store_symval_forwarding <cycle 4> [276]
6 specbind <cycle 4> [104]
6 call2 <cycle 4> [913]
3 Fexpand_file_name <cycle 4> [133]
3 call3 <cycle 4> [1220]
3 signal_after_change <cycle 4> [159]
3 update_compositions <cycle 4> [185]
3 decode_coding_gap <cycle 4> [653]
3 prepare_to_modify_buffer <cycle 4> [347]
3 Fset <cycle 4> [320]
1 code_convert_string <cycle 4> [352]
-----------------------------------------------
0.00 0.00 1/1051 x_set_font <cycle 4> [350]
0.00 0.00 6/1051 font_load_for_lface [241]
0.00 0.00 7/1051 fontset_find_font [76]
0.00 0.00 1037/1051 font_clear_prop [264]
[380] 0.0 0.00 0.00 1051 Ffont_get [380]
0.00 0.00 1051/1407350 Fassq [24]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [653]
301 encode_coding_object <cycle 4> [474]
722 decode_coding_object <cycle 4> [361]
[381] 0.0 0.00 0.00 1025 code_conversion_save <cycle 4> [381]
0.00 0.00 1025/954743 Fcons [30]
0.00 0.00 1025/60449 Fcurrent_buffer [719]
0.00 0.00 1025/310341 grow_specpdl [706]
0.00 0.00 1025/8014 record_unwind_protect [785]
0.00 0.00 722/737 Fbuffer_live_p [1058]
1442 set_buffer_internal_1 <cycle 4> [805]
722 Fmake_local_variable <cycle 4> [362]
722 Fset <cycle 4> [320]
722 Ferase_buffer <cycle 4> [1062]
-----------------------------------------------
0.00 0.00 1034/1034 display_mode_element <cycle 4> [85]
[382] 0.0 0.00 0.00 1034 decode_mode_spec_coding [382]
0.00 0.00 1034/10077 Fgethash [265]
-----------------------------------------------
0.00 0.00 1/1030 Fset_keyboard_coding_system_internal [621]
0.00 0.00 1/1030 Fset_terminal_coding_system_internal [622]
0.00 0.00 2/1030 create_terminal <cycle 4> [618]
0.00 0.00 3/1030 Finsert_file_contents <cycle 4> [379]
0.00 0.00 1023/1030 code_convert_string <cycle 4> [352]
[383] 0.0 0.00 0.00 1030 setup_coding_system [383]
0.00 0.00 1030/505158 hash_lookup [58]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [56]
[384] 0.0 0.00 0.00 2 Fbuffer_substring [384]
0.00 0.00 2/636 validate_region [109]
0.00 0.00 2/3 make_buffer_string [499]
0.00 0.00 2/725 make_buffer_string_both [360]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[385] 0.0 0.00 0.00 3 Ftry_completion [385]
0.00 0.00 89/801 Fcompare_strings [281]
0.00 0.00 1/34146 Fequal [239]
-----------------------------------------------
1 x_new_font <cycle 4> [1634]
[386] 0.0 0.00 0.00 1 fontset_from_font <cycle 4> [386]
0.00 0.00 1/881 find_font_encoding [43]
0.00 0.00 2/1054 copy_font_spec [310]
0.00 0.00 1/3759 casify_object [212]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 1/885 Ffont_spec [356]
0.00 0.00 1/68 make_fontset [469]
0.00 0.00 1/505158 hash_lookup [58]
0.00 0.00 1/23 assoc_no_quit [581]
0.00 0.00 1/816 Ffont_xlfd_name [425]
0.00 0.00 1/2067 intern_1 [644]
0.00 0.00 1/1 font_get_name [1594]
0.00 0.00 1/2527 Fdowncase [859]
0.00 0.00 1/539 intern_sym [1071]
2 Fset_fontset_font <cycle 4> [28]
-----------------------------------------------
0.00 0.00 2/233 font_update_drivers [589]
0.00 0.00 4/233 Ffont_put [567]
0.00 0.00 227/233 Ffont_spec [356]
[387] 0.0 0.00 0.00 233 Ffontp [387]
0.00 0.00 204/204 font_prop_validate_symbol [390]
0.00 0.00 118/1952 Fintern [422]
0.00 0.00 4/954743 Fcons [30]
0.00 0.00 2/1694 list2 [359]
0.00 0.00 27/27 font_prop_validate_otf [1230]
0.00 0.00 2/24 xfont_get_cache [1250]
0.00 0.00 1/539 intern_sym [1071]
-----------------------------------------------
0.00 0.00 16/16 clear_image_caches [389]
[388] 0.0 0.00 0.00 16 clear_image_cache [388]
0.00 0.00 10/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 16/634690 unblock_input_to [697]
0.00 0.00 16/634655 unblock_input [698]
0.00 0.00 16/12453 gettime [758]
0.00 0.00 16/16 dtotimespec [1291]
0.00 0.00 16/20490 timespec_sub [740]
0.00 0.00 10/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 4/16 recompute_basic_faces [261]
0.00 0.00 12/16 redisplay_internal [10]
[389] 0.0 0.00 0.00 16 clear_image_caches [389]
0.00 0.00 16/16 clear_image_cache [388]
-----------------------------------------------
0.00 0.00 204/204 Ffontp [387]
[390] 0.0 0.00 0.00 204 font_prop_validate_symbol [390]
0.00 0.00 118/3759 casify_object [212]
0.00 0.00 120/1952 Fintern [422]
0.00 0.00 118/2527 Fdowncase [859]
0.00 0.00 4/539 intern_sym [1071]
-----------------------------------------------
0.00 0.00 2/2 Finsert_file_contents <cycle 4> [379]
[391] 0.0 0.00 0.00 2 Ffind_operation_coding_system [391]
0.00 0.00 31/43413 fast_string_match_internal [31]
0.00 0.00 2/292896 Fplist_get [63]
0.00 0.00 1/10 Fcoding_system_p [587]
0.00 0.00 2/121605 Fget [713]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [18]
[392] 0.0 0.00 0.00 20 Fsearch_forward [392]
0.00 0.00 20/692 search_command [210]
-----------------------------------------------
0.00 0.00 1/213 x_set_tool_bar_position [575]
0.00 0.00 1/213 Ffuncall <cycle 4> [18]
0.00 0.00 2/213 save_menu_items [595]
0.00 0.00 4/213 adjust_frame_size <cycle 4> [468]
0.00 0.00 6/213 file_attributes [531]
0.00 0.00 7/213 Fcurrent_time [533]
0.00 0.00 192/213 Fgarbage_collect <cycle 4> [57]
[393] 0.0 0.00 0.00 213 list4 [393]
0.00 0.00 639/954743 Fcons [30]
-----------------------------------------------
2 message3 <cycle 4> [1524]
13 Fcommand_error_default_function <cycle 4> [1296]
28 strout <cycle 4> [1227]
28 print_error_message <cycle 4> [462]
[394] 0.0 0.00 0.00 71 message_dolog <cycle 4> [394]
0.00 0.00 41/41 scan_newline [395]
0.00 0.00 210/210 set_marker_restricted_both [1102]
0.00 0.00 210/3023 unchain_marker [847]
0.00 0.00 152/2323 temp_set_point_both [863]
0.00 0.00 147/147 insert_1_both [1121]
0.00 0.00 70/1362857 Fcdr [690]
0.00 0.00 70/4672 Fget_buffer [813]
0.00 0.00 70/6618 marker_position [794]
0.00 0.00 70/4543 marker_byte_position [814]
0.00 0.00 70/3140 bset_redisplay [837]
0.00 0.00 28/1962 multibyte_chars_in_text [906]
0.00 0.00 28/299 chars_in_text [1095]
147 prepare_to_modify_buffer <cycle 4> [347]
70 Fset_buffer <cycle 4> [860]
70 Fget_buffer_create <cycle 4> [452]
70 set_buffer_internal_1 <cycle 4> [805]
26 del_range_both <cycle 4> [508]
-----------------------------------------------
0.00 0.00 41/41 message_dolog <cycle 4> [394]
[395] 0.0 0.00 0.00 41 scan_newline [395]
0.00 0.00 41/7983 find_newline [152]
0.00 0.00 41/2323 temp_set_point_both [863]
-----------------------------------------------
543 Ffuncall <cycle 4> [18]
[396] 0.0 0.00 0.00 543 Fmacroexpand <cycle 4> [396]
0.00 0.00 543/1407350 Fassq [24]
543 Fautoload_do_load <cycle 4> [607]
-----------------------------------------------
0.00 0.00 1/545 intern_1 [644]
0.00 0.00 6/545 read1 <cycle 5> [368]
0.00 0.00 188/545 intern_driver [449]
0.00 0.00 350/545 Fintern [422]
[397] 0.0 0.00 0.00 545 Fmake_symbol [397]
0.00 0.00 26/1276 lisp_malloc [208]
-----------------------------------------------
0.00 0.00 2/1672 eval_sub <cycle 4> [139]
0.00 0.00 261/1672 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 1409/1672 exec_byte_code <cycle 4> [56]
[398] 0.0 0.00 0.00 1672 Fmember [398]
0.00 0.00 1180/38465 internal_equal [234]
-----------------------------------------------
2 x_default_scroll_bar_color_parameter <cycle 4> [617]
4 Fmodify_frame_parameters <cycle 4> [1419]
30 x_default_parameter <cycle 4> [511]
[399] 0.0 0.00 0.00 36 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 36/52 store_frame_param [466]
0.00 0.00 1/1 x_set_mouse_color [486]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 72/1407350 Fassq [24]
0.00 0.00 35/292896 Fplist_get [63]
0.00 0.00 36/54 get_frame_param [513]
0.00 0.00 1/1 x_set_screen_gamma [547]
0.00 0.00 1/1 x_set_tool_bar_position [575]
0.00 0.00 1/1 x_set_font_backend [602]
0.00 0.00 1/1 x_set_cursor_color [623]
0.00 0.00 1/3 update_face_from_frame_parameter [601]
0.00 0.00 3/34146 Fequal [239]
0.00 0.00 1/2 x_set_background_color [635]
0.00 0.00 1/1 x_set_foreground_color [648]
0.00 0.00 1/1 x_set_border_color [647]
0.00 0.00 1/954743 Fcons [30]
0.00 0.00 1/1694 list2 [359]
0.00 0.00 1/1 set_frame_cursor_types [666]
0.00 0.00 108/1362857 Fcdr [690]
0.00 0.00 36/72024 Fcar [717]
0.00 0.00 35/121605 Fget [713]
0.00 0.00 1/7 unload_color [1375]
0.00 0.00 1/33 frame_size_history_add [1217]
0.00 0.00 1/1 x_set_cursor_type [1640]
0.00 0.00 1/1 x_set_autolower [1636]
0.00 0.00 1/1 x_set_autoraise [1637]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/1 x_set_wait_for_wm [1658]
0.00 0.00 1/1 x_set_title [1655]
0.00 0.00 1/1 x_change_tool_bar_height [1626]
0.00 0.00 1/1 x_set_tool_bar_lines [1656]
0.00 0.00 1/1 x_set_scroll_bar_background [1649]
0.00 0.00 1/1 x_set_scroll_bar_foreground [1652]
0.00 0.00 1/1 x_set_right_fringe [1648]
0.00 0.00 1/1 x_set_left_fringe [1644]
0.00 0.00 1/1 x_set_line_spacing [1645]
0.00 0.00 1/292 fset_redisplay [1096]
0.00 0.00 1/1 x_set_horizontal_scroll_bars [1641]
0.00 0.00 1/1 x_set_vertical_scroll_bars [1657]
0.00 0.00 1/1 x_set_bottom_divider_width [1639]
0.00 0.00 1/1 x_set_right_divider_width [1647]
0.00 0.00 1/1 x_set_internal_border_width [1643]
0.00 0.00 1/1 x_set_border_width [1638]
1 do_pending_window_change <cycle 4> [803]
1 x_set_font <cycle 4> [350]
1 x_set_alpha <cycle 4> [1635]
1 x_set_scroll_bar_height <cycle 4> [1653]
1 x_set_scroll_bar_width <cycle 4> [1654]
1 x_set_icon_type <cycle 4> [1642]
1 update_frame_tool_bar <cycle 4> [470]
1 run_window_configuration_change_hook <cycle 4> [539]
1 x_set_menu_bar_lines <cycle 4> [1646]
-----------------------------------------------
0.00 0.00 891/891 fs_query_fontset [292]
[400] 0.0 0.00 0.00 891 Frassoc [400]
0.00 0.00 928/38465 internal_equal [234]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [18]
[401] 0.0 0.00 0.00 6 Fx_register_dnd_atom [401]
0.00 0.00 6/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 6/119 decode_window_system_frame [1134]
0.00 0.00 6/9956 do_pending_atimers [769]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1/1085 save_window_save [503]
0.00 0.00 1/1085 buf_charpos_to_bytepos [93]
0.00 0.00 8/1085 buf_bytepos_to_charpos [625]
0.00 0.00 1075/1085 save_excursion_save [403]
[402] 0.0 0.00 0.00 1085 build_marker [402]
0.00 0.00 1085/2863 allocate_misc [370]
-----------------------------------------------
0.00 0.00 2/1075 Feval_buffer <cycle 4> [525]
0.00 0.00 3/1075 Fkill_buffer <cycle 4> [530]
0.00 0.00 1070/1075 exec_byte_code <cycle 4> [56]
[403] 0.0 0.00 0.00 1075 save_excursion_save [403]
0.00 0.00 1075/1085 build_marker [402]
0.00 0.00 1075/60449 Fcurrent_buffer [719]
0.00 0.00 1075/1075 Fpoint_marker [969]
-----------------------------------------------
0.00 0.00 2/1075 Feval_buffer <cycle 4> [525]
0.00 0.00 3/1075 Fkill_buffer <cycle 4> [530]
0.00 0.00 1070/1075 exec_byte_code <cycle 4> [56]
[404] 0.0 0.00 0.00 1075 make_save_obj_obj_obj_obj [404]
0.00 0.00 1075/2863 allocate_misc [370]
-----------------------------------------------
1 Fredraw_frame <cycle 4> [1565]
2 show_hourglass <cycle 4> [296]
[405] 0.0 0.00 0.00 3 redraw_frame <cycle 4> [405]
0.00 0.00 2/1090 x_update_begin [108]
0.00 0.00 3/3 clear_frame [1469]
0.00 0.00 3/1091 update_begin [958]
0.00 0.00 3/1091 update_end [959]
0.00 0.00 3/1041 clear_window_matrices [988]
0.00 0.00 3/9 clear_current_matrices [1352]
0.00 0.00 3/292 fset_redisplay [1096]
0.00 0.00 3/6 mark_window_display_accurate [1388]
0.00 0.00 3/1035 set_window_update_flags [991]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
0.00 0.00 2/2 x_clear_frame [1539]
0.00 0.00 2/1088 x_update_end [961]
3 update_overlay_arrows <cycle 4> [316]
-----------------------------------------------
500 eval_sub <cycle 4> [139]
[406] 0.0 0.00 0.00 500 Fsetq <cycle 4> [406]
0.00 0.00 500/139293 Flength [142]
0.00 0.00 500/1362857 Fcdr [690]
0.00 0.00 500/72024 Fcar [717]
500 Fset <cycle 4> [320]
500 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 1/93881 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 93880/93881 lface_equal_p [408]
[407] 0.0 0.00 0.00 93881 face_attr_equal_p [407]
0.00 0.00 1034/34146 Fequal [239]
-----------------------------------------------
0.00 0.00 5216/5216 Finternal_merge_in_global_face [349]
[408] 0.0 0.00 0.00 5216 lface_equal_p [408]
0.00 0.00 93880/93881 face_attr_equal_p [407]
-----------------------------------------------
0.00 0.00 3/9 fontset_find_font [76]
0.00 0.00 6/9 font_load_for_lface [241]
[409] 0.0 0.00 0.00 9 font_open_entity [409]
0.00 0.00 7/7 xftfont_open [410]
0.00 0.00 7/954743 Fcons [30]
0.00 0.00 7/94 normal_char_ascent_descent [1146]
0.00 0.00 7/8 get_font_ascent_descent [1363]
0.00 0.00 2/2 xftfont_cached_font_ok [1544]
-----------------------------------------------
0.00 0.00 7/7 font_open_entity [409]
[410] 0.0 0.00 0.00 7 xftfont_open [410]
0.00 0.00 7/7 font_build_object [417]
0.00 0.00 7/59982 assq_no_quit [116]
0.00 0.00 7/28 ftfont_get_fc_charset [477]
0.00 0.00 14/634690 unblock_input_to [697]
0.00 0.00 14/634655 unblock_input [698]
0.00 0.00 7/9 xftfont_add_rendering_parameters [1356]
-----------------------------------------------
0.00 0.00 1/215 Ffuncall <cycle 4> [18]
0.00 0.00 214/215 Fwhere_is_internal <cycle 4> [336]
[411] 0.0 0.00 0.00 215 Fsafe_length [411]
0.00 0.00 401/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[412] 0.0 0.00 0.00 5 Fx_selection_exists_p [412]
0.00 0.00 5/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 5/59982 assq_no_quit [116]
0.00 0.00 5/5 frame_for_x_selection [1405]
0.00 0.00 5/5 symbol_to_x_atom [1412]
0.00 0.00 5/9956 do_pending_atimers [769]
0.00 0.00 5/634690 unblock_input_to [697]
0.00 0.00 5/634655 unblock_input [698]
-----------------------------------------------
46 map_keymap_internal <cycle 4> [527]
[413] 0.0 0.00 0.00 46 menu_bar_item <cycle 4> [413]
0.00 0.00 46/18640 Fmemq [147]
0.00 0.00 86/954743 Fcons [30]
0.00 0.00 40/17991 list1 [747]
40 process_tool_bar_item <cycle 4> [322]
-----------------------------------------------
50 resize_mini_window <cycle 4> [364]
56 redisplay_window <cycle 4> [84]
1014 move_it_to <cycle 4> [164]
1014 Fvertical_motion <cycle 4> [163]
3108 start_display <cycle 4> [132]
[414] 0.0 0.00 0.00 5242 reseat <cycle 4> [414]
0.00 0.00 11/18573 compute_stop_pos [42]
5242 reseat_1 <cycle 4> [797]
11 handle_stop <cycle 4> [68]
-----------------------------------------------
0.00 0.00 1/4333 modify_event_symbol [273]
0.00 0.00 2/4333 Fdefvar <cycle 4> [463]
0.00 0.00 4/4333 eval_sub <cycle 4> [139]
0.00 0.00 11/4333 apply_modifiers [135]
0.00 0.00 24/4333 parse_modifiers [205]
0.00 0.00 27/4333 Ffset [507]
0.00 0.00 129/4333 Ffuncall <cycle 4> [18]
0.00 0.00 4135/4333 update_overlay_arrows <cycle 4> [316]
[415] 0.0 0.00 0.00 4333 Fput [415]
0.00 0.00 4335/4355 Fplist_put [439]
0.00 0.00 159/954743 Fcons [30]
-----------------------------------------------
2121 update_window <cycle 4> [86]
[416] 0.0 0.00 0.00 2121 update_window_line <cycle 4> [416]
0.00 0.00 556/96367 x_get_glyph_overhangs [171]
0.00 0.00 2121/2288 Finternal_show_cursor_p [866]
0.00 0.00 1087/634690 unblock_input_to [697]
0.00 0.00 1087/634655 unblock_input [698]
0.00 0.00 1087/1087 x_after_update_window_line [962]
1646 x_write_glyphs <cycle 4> [914]
1091 x_clear_end_of_line <cycle 4> [211]
-----------------------------------------------
0.00 0.00 7/7 xftfont_open [410]
[417] 0.0 0.00 0.00 7 font_build_object [417]
0.00 0.00 7/7 font_make_object [419]
0.00 0.00 14/17795 make_string [295]
0.00 0.00 21/2538 font_style_symbolic [858]
0.00 0.00 7/835 font_unparse_xlfd [1052]
-----------------------------------------------
21 Ffuncall <cycle 4> [18]
[418] 0.0 0.00 0.00 21 Fdefine_key <cycle 4> [418]
0.00 0.00 22/22 store_in_keymap [429]
0.00 0.00 6/16026 apply_modifiers [135]
0.00 0.00 21/15184 parse_modifiers [205]
0.00 0.00 21/2356 Fassoc [375]
0.00 0.00 1/954743 Fcons [30]
0.00 0.00 23/672387 get_keymap [518]
0.00 0.00 23/11312 Faref [762]
0.00 0.00 21/102 Fsymbol_name [1144]
0.00 0.00 6/6 lucid_event_type_list_p [1385]
0.00 0.00 6/6 Fevent_convert_list [1377]
0.00 0.00 1/17991 list1 [747]
2 access_keymap_1 <cycle 4> [130]
1 get_keyelt <cycle 4> [569]
-----------------------------------------------
0.00 0.00 7/7 font_build_object [417]
[419] 0.0 0.00 0.00 7 font_make_object [419]
0.00 0.00 7/7154 Fcopy_alist [79]
0.00 0.00 7/1471 allocate_pseudovector [435]
-----------------------------------------------
3 get_keyelt <cycle 4> [569]
281 process_tool_bar_item <cycle 4> [322]
[420] 0.0 0.00 0.00 284 menu_item_eval_property <cycle 4> [420]
0.00 0.00 284/102249 set_internal [140]
284 store_symval_forwarding <cycle 4> [276]
284 specbind <cycle 4> [104]
284 internal_condition_case_1 <cycle 4> [928]
-----------------------------------------------
1 eval_sub <cycle 4> [139]
2 Ffuncall <cycle 4> [18]
[421] 0.0 0.00 0.00 3 Ffile_exists_p <cycle 4> [421]
0.00 0.00 3/2890 Ffind_file_name_handler [82]
0.00 0.00 3/307 encode_file_name [1090]
3 Fexpand_file_name <cycle 4> [133]
2 code_convert_string <cycle 4> [352]
-----------------------------------------------
0.00 0.00 4/1952 text_quoting_style <cycle 4> [588]
0.00 0.00 5/1952 ftfont_list [249]
0.00 0.00 11/1952 apply_modifiers [135]
0.00 0.00 12/1952 parse_modifiers [205]
0.00 0.00 118/1952 Ffontp [387]
0.00 0.00 120/1952 font_prop_validate_symbol [390]
0.00 0.00 124/1952 Ffuncall <cycle 4> [18]
0.00 0.00 691/1952 font_parse_family_registry [308]
0.00 0.00 867/1952 read1 <cycle 5> [368]
[422] 0.0 0.00 0.00 1952 Fintern [422]
0.00 0.00 350/545 Fmake_symbol [397]
0.00 0.00 1952/10562 check_obarray [764]
0.00 0.00 1952/5281 oblookup [808]
-----------------------------------------------
2 x_set_window_size <cycle 4> [1543]
[423] 0.0 0.00 0.00 2 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 1/1 x_wait_for_event [434]
0.00 0.00 2/5 x_wm_set_size_hint [440]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 2/1694 list2 [359]
0.00 0.00 2/54 get_frame_param [513]
0.00 0.00 2/33 frame_size_history_add [1217]
0.00 0.00 2/292 fset_redisplay [1096]
0.00 0.00 2/9 cancel_mouse_face [1351]
0.00 0.00 1/1362857 Fcdr [690]
0.00 0.00 1/12 xg_get_gdk_scale [1325]
1 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
1052 redisplay_window <cycle 4> [84]
[424] 0.0 0.00 0.00 1052 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 2/2 x_scroll_bar_create [453]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1110/634690 unblock_input_to [697]
0.00 0.00 1110/634655 unblock_input [698]
0.00 0.00 1052/1052 xg_set_toolkit_scroll_bar_thumb [983]
0.00 0.00 4/1094 x_clear_area [957]
0.00 0.00 2/4 xg_update_scrollbar_pos [1452]
0.00 0.00 2/9956 do_pending_atimers [769]
1052 window_box <cycle 4> [828]
-----------------------------------------------
0.00 0.00 1/816 fontset_from_font <cycle 4> [386]
0.00 0.00 9/816 font_rescale_ratio [446]
0.00 0.00 806/816 Fset_fontset_font <cycle 4> [28]
[425] 0.0 0.00 0.00 816 Ffont_xlfd_name [425]
0.00 0.00 816/17795 make_string [295]
0.00 0.00 816/835 font_unparse_xlfd [1052]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[426] 0.0 0.00 0.00 2 Fnew_fontset <cycle 4> [426]
0.00 0.00 1/37 Fset_char_table_range [267]
0.00 0.00 2/891 fs_query_fontset [292]
0.00 0.00 2/3759 casify_object [212]
0.00 0.00 1/18 font_parse_xlfd [523]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/885 Ffont_spec [356]
0.00 0.00 1/68 make_fontset [469]
0.00 0.00 1/19176 make_unibyte_string [284]
0.00 0.00 52/72024 Fcar [717]
0.00 0.00 52/1362857 Fcdr [690]
0.00 0.00 2/2527 Fdowncase [859]
0.00 0.00 1/880 free_realized_fontsets [1051]
0.00 0.00 1/835 font_unparse_xlfd [1052]
147 Fset_fontset_font <cycle 4> [28]
-----------------------------------------------
28 Ffuncall <cycle 4> [18]
[427] 0.0 0.00 0.00 28 Fsignal <cycle 4> [427]
0.00 0.00 28/18640 Fmemq [147]
0.00 0.00 28/292896 Fplist_get [63]
0.00 0.00 42/954743 Fcons [30]
0.00 0.00 28/121605 Fget [713]
28 unwind_to_catch <cycle 4> [1219]
-----------------------------------------------
2 Fautoload_do_load <cycle 4> [607]
24 Ffuncall <cycle 4> [18]
[428] 0.0 0.00 0.00 26 Fload <cycle 4> [428]
0.00 0.00 3/4 Fget_load_suffixes [448]
0.00 0.00 4/4 safe_to_load_version [481]
0.00 0.00 14/102249 set_internal [140]
0.00 0.00 1/55795 concat [47]
0.00 0.00 4/954743 Fcons [30]
0.00 0.00 2/4 lisp_file_lexically_bound_p [671]
0.00 0.00 3/5628 Fnreverse [458]
0.00 0.00 12/310341 grow_specpdl [706]
0.00 0.00 8/8 suffix_p [1365]
0.00 0.00 8/8014 record_unwind_protect [785]
0.00 0.00 4/2047 record_unwind_protect_int [891]
0.00 0.00 4/32168 xfree [728]
0.00 0.00 2/307 encode_file_name [1090]
0.00 0.00 2/4 set_unwind_protect_ptr [1448]
0.00 0.00 2/6751 Ffboundp [793]
0.00 0.00 2/6 emacs_close [1382]
0.00 0.00 2/7 clear_unwind_protect [1371]
0.00 0.00 1/147 Fappend [1120]
26 openp <cycle 4> [220]
23 internal_condition_case_1 <cycle 4> [928]
14 store_symval_forwarding <cycle 4> [276]
14 specbind <cycle 4> [104]
6 unbind_to <cycle 4> [340]
3 Fsubstitute_in_file_name <cycle 4> [333]
2 readevalloop <cycle 4> [441]
2 Ffile_name_directory <cycle 4> [300]
2 call1 <cycle 4> [851]
2 call4 <cycle 4> [1229]
-----------------------------------------------
0.00 0.00 22/22 Fdefine_key <cycle 4> [418]
[429] 0.0 0.00 0.00 22 store_in_keymap [429]
0.00 0.00 21/16026 apply_modifiers [135]
0.00 0.00 44/954743 Fcons [30]
0.00 0.00 21/15005 reorder_modifiers [207]
-----------------------------------------------
0.00 0.00 3/37 Ffuncall <cycle 4> [18]
0.00 0.00 34/37 eval_sub <cycle 4> [139]
[430] 0.0 0.00 0.00 37 Fdefalias [430]
0.00 0.00 128/954743 Fcons [30]
0.00 0.00 37/37 Ffset [507]
0.00 0.00 37/292896 Fplist_get [63]
0.00 0.00 37/121605 Fget [713]
-----------------------------------------------
0.00 0.00 4/1398 font_parse_family_registry [308]
0.00 0.00 15/1398 font_find_for_lface [224]
0.00 0.00 57/1398 font_parse_name [517]
0.00 0.00 220/1398 font_parse_xlfd [523]
0.00 0.00 1102/1398 ftfont_pattern_entity [254]
[431] 0.0 0.00 0.00 1398 font_intern_prop [431]
0.00 0.00 188/188 intern_driver [449]
0.00 0.00 188/48000 make_specified_string [225]
0.00 0.00 1258/10562 check_obarray [764]
0.00 0.00 1258/19053 parse_str_as_multibyte [744]
0.00 0.00 1258/5281 oblookup [808]
0.00 0.00 188/539 intern_sym [1071]
-----------------------------------------------
0.00 0.00 3/1513 read_char <cycle 2> [9]
0.00 0.00 123/1513 Fsubstring [473]
0.00 0.00 1387/1513 Ffuncall <cycle 4> [18]
[432] 0.0 0.00 0.00 1513 Fvector [432]
0.00 0.00 1513/12539 allocate_vector [354]
-----------------------------------------------
0.00 0.00 551/551 ftfont_lookup_cache [351]
[433] 0.0 0.00 0.00 551 make_save_ptr_int [433]
0.00 0.00 551/2863 allocate_misc [370]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_set_char_size <cycle 4> [423]
[434] 0.0 0.00 0.00 1 x_wait_for_event [434]
0.00 0.00 3/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 4/12453 gettime [758]
0.00 0.00 3/9956 do_pending_atimers [769]
0.00 0.00 3/634690 unblock_input_to [697]
0.00 0.00 3/3 totally_unblock_input [1488]
0.00 0.00 3/20490 timespec_sub [740]
0.00 0.00 1/4347 timespec_add [817]
-----------------------------------------------
0.00 0.00 1/1471 make_frame <cycle 4> [616]
0.00 0.00 1/1471 Fcurrent_window_configuration [663]
0.00 0.00 1/1471 create_terminal <cycle 4> [618]
0.00 0.00 2/1471 make_window [629]
0.00 0.00 2/1471 x_scroll_bar_create [453]
0.00 0.00 3/1471 make_hash_table [632]
0.00 0.00 7/1471 font_make_object [419]
0.00 0.00 569/1471 font_make_entity [480]
0.00 0.00 885/1471 Ffont_spec [356]
[435] 0.0 0.00 0.00 1471 allocate_pseudovector [435]
0.00 0.00 1471/14509 Fmake_string [343]
-----------------------------------------------
1 echo_area_display <cycle 4> [1222]
[436] 0.0 0.00 0.00 1 update_single_window <cycle 4> [436]
0.00 0.00 1/1090 x_update_begin [108]
0.00 0.00 1/1091 update_begin [958]
0.00 0.00 1/1088 x_update_end [961]
0.00 0.00 1/1091 update_end [959]
1 update_window <cycle 4> [86]
-----------------------------------------------
2 eval_sub <cycle 4> [139]
[437] 0.0 0.00 0.00 2 Fdirectory_files <cycle 4> [437]
0.00 0.00 2/2890 Ffind_file_name_handler [82]
2 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[438] 0.0 0.00 0.00 2 Ffile_attributes <cycle 4> [438]
0.00 0.00 2/2890 Ffind_file_name_handler [82]
0.00 0.00 2/307 encode_file_name [1090]
2 internal_condition_case_2 <cycle 4> [1523]
2 code_convert_string <cycle 4> [352]
-----------------------------------------------
0.00 0.00 20/4355 Ffuncall <cycle 4> [18]
0.00 0.00 4335/4355 Fput [415]
[439] 0.0 0.00 0.00 4355 Fplist_put [439]
0.00 0.00 223/954743 Fcons [30]
0.00 0.00 4161/14099 Fsetcar [752]
0.00 0.00 32/75763 Fsetcdr [716]
-----------------------------------------------
0.00 0.00 1/5 x_set_offset [520]
0.00 0.00 1/5 Fx_wm_set_size_hint [519]
0.00 0.00 1/5 Fx_create_frame <cycle 4> [337]
0.00 0.00 2/5 xg_frame_set_char_size <cycle 4> [423]
[440] 0.0 0.00 0.00 5 x_wm_set_size_hint [440]
0.00 0.00 2/7219 Fframe_parameter [35]
0.00 0.00 5/12 xg_get_gdk_scale [1325]
0.00 0.00 2/1362857 Fcdr [690]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
-----------------------------------------------
2 Fload <cycle 4> [428]
2 Feval_buffer <cycle 4> [525]
[441] 0.0 0.00 0.00 4 readevalloop <cycle 4> [441]
0.00 0.00 462/34146 Fequal [239]
0.00 0.00 12/102249 set_internal [140]
0.00 0.00 8/954743 Fcons [30]
0.00 0.00 1460/28173 readchar [490]
0.00 0.00 4/5628 Fnreverse [458]
0.00 0.00 4/2067 intern_1 [644]
0.00 0.00 462/72024 Fcar [717]
0.00 0.00 182/1315 unreadchar [932]
0.00 0.00 8/6751 Ffboundp [793]
0.00 0.00 4/310341 grow_specpdl [706]
0.00 0.00 4/2047 record_unwind_protect_int [891]
0.00 0.00 4/122261 do_symval_forwarding [712]
0.00 0.00 4/119 Ffile_name_absolute_p [1133]
186 call1 <cycle 4> [851]
186 unbind_to <cycle 4> [340]
182 eval_sub <cycle 4> [139]
136 readevalloop_eager_expand_eval <cycle 4> [1123]
12 store_symval_forwarding <cycle 4> [276]
12 specbind <cycle 4> [104]
4 find_symbol_value <cycle 4> [87]
-----------------------------------------------
72 map_keymap_internal <cycle 4> [527]
143 Fset_fontset_font <cycle 4> [28]
[442] 0.0 0.00 0.00 215 map_char_table <cycle 4> [442]
0.00 0.00 215/954743 Fcons [30]
215 map_sub_char_table <cycle 4> [91]
-----------------------------------------------
0.00 0.00 1350/1350 Ffuncall <cycle 4> [18]
[443] 0.0 0.00 0.00 1350 Fmake_byte_code [443]
0.00 0.00 1350/12539 allocate_vector [354]
0.00 0.00 1350/1389 make_byte_code [927]
-----------------------------------------------
5 eval_sub <cycle 4> [139]
15 Fbuffer_list <cycle 4> [1294]
37 Ffuncall <cycle 4> [18]
[444] 0.0 0.00 0.00 57 Fmapcar <cycle 4> [444]
0.00 0.00 57/10077 Flist [199]
0.00 0.00 57/139293 Flength [142]
57 mapcar1 <cycle 4> [1167]
-----------------------------------------------
0.00 0.00 3/9 fontset_find_font [76]
0.00 0.00 6/9 font_load_for_lface [241]
[445] 0.0 0.00 0.00 9 font_open_for_lface [445]
0.00 0.00 9/9 font_rescale_ratio [446]
0.00 0.00 1/10 build_style_table [1332]
-----------------------------------------------
0.00 0.00 9/9 font_open_for_lface [445]
[446] 0.0 0.00 0.00 9 font_rescale_ratio [446]
0.00 0.00 9/43413 fast_string_match_internal [31]
0.00 0.00 9/816 Ffont_xlfd_name [425]
-----------------------------------------------
0.00 0.00 224/224 Fwhere_is_internal <cycle 4> [336]
[447] 0.0 0.00 0.00 224 preferred_sequence_p [447]
0.00 0.00 224/139293 Flength [142]
0.00 0.00 462/11312 Faref [762]
-----------------------------------------------
0.00 0.00 1/4 Ffuncall <cycle 4> [18]
0.00 0.00 3/4 Fload <cycle 4> [428]
[448] 0.0 0.00 0.00 4 Fget_load_suffixes [448]
0.00 0.00 16/241 concat2 [338]
0.00 0.00 16/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 188/188 font_intern_prop [431]
[449] 0.0 0.00 0.00 188 intern_driver [449]
0.00 0.00 188/545 Fmake_symbol [397]
-----------------------------------------------
438 Fkey_description <cycle 4> [341]
[450] 0.0 0.00 0.00 438 Fsingle_key_description <cycle 4> [450]
0.00 0.00 434/48000 make_specified_string [225]
0.00 0.00 4/17795 make_string [295]
0.00 0.00 434/434 push_key_description [1086]
4 esprintf <cycle 4> [1434]
-----------------------------------------------
1 initialize_frame_menubar <cycle 4> [1603]
2 set_frame_menubar <cycle 4> [546]
3 show_hourglass <cycle 4> [296]
[451] 0.0 0.00 0.00 6 menu_bar_items <cycle 4> [451]
0.00 0.00 12/10250 get_local_map [134]
0.00 0.00 1/63 larger_vector [582]
0.00 0.00 1/7479 Fmake_vector [371]
0.00 0.00 10/672387 get_keymap [518]
10 access_keymap <cycle 4> [821]
10 map_keymap_internal <cycle 4> [527]
10 map_keymap_canonical <cycle 4> [1137]
6 current_minor_maps <cycle 4> [810]
-----------------------------------------------
2 ensure_echo_area_buffers <cycle 4> [659]
3 Ffuncall <cycle 4> [18]
70 message_dolog <cycle 4> [394]
[452] 0.0 0.00 0.00 75 Fget_buffer_create <cycle 4> [452]
0.00 0.00 5/5 allocate_buffer [476]
0.00 0.00 5/48506 Fcopy_sequence [70]
0.00 0.00 10/954743 Fcons [30]
0.00 0.00 5/10 reset_buffer_local_variables [590]
0.00 0.00 5/79 Fmake_marker [528]
0.00 0.00 75/1362857 Fcdr [690]
0.00 0.00 75/4672 Fget_buffer [813]
0.00 0.00 10/634690 unblock_input_to [697]
0.00 0.00 10/634655 unblock_input [698]
0.00 0.00 5/42250 xmalloc [726]
0.00 0.00 5/5 reset_buffer [1408]
0.00 0.00 5/17991 list1 [747]
0.00 0.00 5/1817 nconc2 [909]
5 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 2/2 XTset_vertical_scroll_bar <cycle 4> [424]
[453] 0.0 0.00 0.00 2 x_scroll_bar_create [453]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 2/1471 allocate_pseudovector [435]
0.00 0.00 4/634690 unblock_input_to [697]
0.00 0.00 4/634655 unblock_input [698]
0.00 0.00 2/9956 do_pending_atimers [769]
0.00 0.00 2/4 xg_update_scrollbar_pos [1452]
0.00 0.00 2/2 xg_create_scroll_bar [1545]
-----------------------------------------------
0.00 0.00 2319/2319 wait_reading_process_output [15]
[454] 0.0 0.00 0.00 2319 xg_select [454]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 11/634690 unblock_input_to [697]
0.00 0.00 11/634655 unblock_input [698]
0.00 0.00 2/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 6/151 Fxw_color_values [545]
0.00 0.00 12/151 x_decode_color [568]
0.00 0.00 133/151 load_color2 [464]
[455] 0.0 0.00 0.00 151 x_defined_color [455]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 151/151 xg_check_special_colors [1118]
0.00 0.00 151/634690 unblock_input_to [697]
0.00 0.00 151/634655 unblock_input [698]
0.00 0.00 151/1073 x_parse_color [972]
0.00 0.00 145/151 x_alloc_nearest_color [1117]
0.00 0.00 2/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 1/8 x_set_screen_gamma [547]
0.00 0.00 1/8 Fclear_face_cache [550]
0.00 0.00 2/8 redisplay_internal [10]
0.00 0.00 4/8 recompute_basic_faces [261]
[456] 0.0 0.00 0.00 8 clear_face_cache [456]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 4/6 xftfont_done_face [1398]
0.00 0.00 4/6 font_done_for_face [1383]
0.00 0.00 4/634690 unblock_input_to [697]
0.00 0.00 4/634655 unblock_input [698]
0.00 0.00 2/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[457] 0.0 0.00 0.00 2 Fx_change_window_property [457]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 2/119 decode_window_system_frame [1134]
0.00 0.00 2/2 x_check_property_data [1538]
0.00 0.00 2/42250 xmalloc [726]
0.00 0.00 2/16 xnmalloc [1292]
0.00 0.00 2/2 x_fill_property_data [1540]
0.00 0.00 2/9956 do_pending_atimers [769]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
0.00 0.00 2/32168 xfree [728]
-----------------------------------------------
3121 Fnreverse [458]
0.00 0.00 1/5628 Ffuncall <cycle 4> [18]
0.00 0.00 3/5628 Fload <cycle 4> [428]
0.00 0.00 4/5628 window_list [657]
0.00 0.00 4/5628 readevalloop <cycle 4> [441]
0.00 0.00 6/5628 Fset_charset_priority [307]
0.00 0.00 6/5628 ftfont_list [249]
0.00 0.00 10/5628 lookup_image <cycle 4> [576]
0.00 0.00 11/5628 font_list_entities [231]
0.00 0.00 143/5628 Fset_fontset_font <cycle 4> [28]
0.00 0.00 377/5628 exec_byte_code <cycle 4> [56]
0.00 0.00 871/5628 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 999/5628 offset_intervals [246]
0.00 0.00 1183/5628 hash_lookup [58]
0.00 0.00 2010/5628 window_list_1 [227]
[458] 0.0 0.00 0.00 5628+3121 Fnreverse [458]
0.00 0.00 2/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 7994/75763 Fsetcdr [716]
0.00 0.00 2/9956 do_pending_atimers [769]
3121 Fnreverse [458]
-----------------------------------------------
0.00 0.00 3/7 ftfont_get_charset [505]
0.00 0.00 4/7 safe_to_load_version [481]
[459] 0.0 0.00 0.00 7 fast_c_string_match_ignore_case [459]
0.00 0.00 7/44280 re_search [54]
0.00 0.00 7/53020 compile_pattern [55]
0.00 0.00 7/7 string_make_unibyte [1374]
-----------------------------------------------
61 eval_sub <cycle 4> [139]
[460] 0.0 0.00 0.00 61 FletX <cycle 4> [460]
0.00 0.00 120/102249 set_internal [140]
0.00 0.00 375/1362857 Fcdr [690]
0.00 0.00 250/72024 Fcar [717]
125 specbind <cycle 4> [104]
125 eval_sub <cycle 4> [139]
120 store_symval_forwarding <cycle 4> [276]
61 Fprogn <cycle 4> [907]
-----------------------------------------------
1 current_message <cycle 4> [1197]
1 message3_nolog <cycle 4> [1525]
31 echo_area_display <cycle 4> [1222]
0.00 0.00 15/35497 resize_echo_area_exactly [266]
[461] 0.0 0.00 0.00 48 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 96/102249 set_internal [140]
0.00 0.00 1/1 current_message_1 [534]
0.00 0.00 1/7479 Fmake_vector [371]
0.00 0.00 138/6618 marker_position [794]
0.00 0.00 138/4543 marker_byte_position [814]
0.00 0.00 92/492 set_marker_both [1080]
0.00 0.00 48/310341 grow_specpdl [706]
0.00 0.00 48/8014 record_unwind_protect [785]
0.00 0.00 46/206 adjust_window_count [1105]
0.00 0.00 46/103 wset_buffer [1143]
0.00 0.00 15/15 resize_mini_window_1 [1295]
0.00 0.00 1/736 del_range [1059]
96 store_symval_forwarding <cycle 4> [276]
96 specbind <cycle 4> [104]
48 ensure_echo_area_buffers <cycle 4> [659]
48 set_buffer_internal_1 <cycle 4> [805]
48 unbind_to <cycle 4> [340]
31 display_echo_area_1 <cycle 4> [1221]
15 resize_mini_window <cycle 4> [364]
1 del_range_1 <cycle 4> [214]
1 set_message_1 <cycle 4> [1616]
-----------------------------------------------
14 Fcommand_error_default_function <cycle 4> [1296]
[462] 0.0 0.00 0.00 14 print_error_message <cycle 4> [462]
0.00 0.00 14/18640 Fmemq [147]
0.00 0.00 28/292896 Fplist_get [63]
0.00 0.00 28/121605 Fget [713]
0.00 0.00 14/72024 Fcar [717]
0.00 0.00 14/18 Fcdr_safe [1279]
0.00 0.00 14/588 Fsubstitute_command_keys [1066]
28 message_dolog <cycle 4> [394]
14 write_string_1 <cycle 4> [1311]
14 text_quoting_style <cycle 4> [588]
14 Fprinc <cycle 4> [1299]
-----------------------------------------------
137 eval_sub <cycle 4> [139]
[463] 0.0 0.00 0.00 137 Fdefvar <cycle 4> [463]
0.00 0.00 137/954743 Fcons [30]
0.00 0.00 2/4333 Fput [415]
0.00 0.00 137/208 Fdefault_boundp [1103]
0.00 0.00 137/72024 Fcar [717]
0.00 0.00 16/16 default_toplevel_binding [1290]
121 Fset_default <cycle 4> [187]
121 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 133/133 realize_face [247]
[464] 0.0 0.00 0.00 133 load_color2 [464]
0.00 0.00 133/151 x_defined_color [455]
0.00 0.00 133/133 defined_color [1124]
-----------------------------------------------
0.00 0.00 2/70 load_charset_map [252]
0.00 0.00 68/70 make_fontset [469]
[465] 0.0 0.00 0.00 70 Fmake_char_table [465]
0.00 0.00 70/292896 Fplist_get [63]
0.00 0.00 70/7479 Fmake_vector [371]
0.00 0.00 70/121605 Fget [713]
-----------------------------------------------
0.00 0.00 1/52 x_set_font_backend [602]
0.00 0.00 3/52 x_set_font <cycle 4> [350]
0.00 0.00 12/52 handle_one_xevent [180]
0.00 0.00 36/52 x_set_frame_parameters <cycle 4> [399]
[466] 0.0 0.00 0.00 52 store_frame_param [466]
0.00 0.00 76/954743 Fcons [30]
0.00 0.00 52/1407350 Fassq [24]
0.00 0.00 14/75763 Fsetcdr [716]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [18]
[467] 0.0 0.00 0.00 22 Finternal_get_lisp_face_attribute [467]
0.00 0.00 22/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 22/1747 lface_from_face_name [332]
0.00 0.00 22/3074 decode_live_frame [841]
-----------------------------------------------
1 x_set_scroll_bar_width <cycle 4> [1654]
1 x_set_scroll_bar_height <cycle 4> [1653]
1 Fset_window_configuration <cycle 4> [482]
1 xg_frame_set_char_size <cycle 4> [423]
1 xg_update_frame_menubar <cycle 4> [1451]
1 update_frame_tool_bar <cycle 4> [470]
2 do_pending_window_change <cycle 4> [803]
2 Fx_create_frame <cycle 4> [337]
[468] 0.0 0.00 0.00 10 adjust_frame_size <cycle 4> [468]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 17/954743 Fcons [30]
0.00 0.00 13/1694 list2 [359]
0.00 0.00 4/213 list4 [393]
0.00 0.00 8/8 frame_inhibit_resize [599]
0.00 0.00 18/18 sanitize_window_sizes [1283]
0.00 0.00 17/33 frame_size_history_add [1217]
0.00 0.00 9/292 fset_redisplay [1096]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
0.00 0.00 5/5 resize_frame_windows [1409]
0.00 0.00 4/4 calculate_costs [1428]
0.00 0.00 1/9956 do_pending_atimers [769]
22 call4 <cycle 4> [1229]
19 call2 <cycle 4> [913]
4 window_box <cycle 4> [828]
4 adjust_frame_glyphs <cycle 4> [1327]
4 run_window_configuration_change_hook <cycle 4> [539]
2 unbind_to <cycle 4> [340]
2 x_set_window_size <cycle 4> [1543]
-----------------------------------------------
0.00 0.00 1/68 fontset_font [75]
0.00 0.00 1/68 Fnew_fontset <cycle 4> [426]
0.00 0.00 1/68 fontset_from_font <cycle 4> [386]
0.00 0.00 65/68 make_fontset_for_ascii_face [471]
[469] 0.0 0.00 0.00 68 make_fontset [469]
0.00 0.00 68/70 Fmake_char_table [465]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
1 xg_create_frame_widgets <cycle 4> [497]
58 redisplay_window <cycle 4> [84]
[470] 0.0 0.00 0.00 60 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 114/34146 Fequal [239]
0.00 0.00 59/59 Ftool_bar_get_system_style [1164]
0.00 0.00 59/634690 unblock_input_to [697]
0.00 0.00 59/634655 unblock_input [698]
0.00 0.00 10/20 xpm_image_p [1272]
0.00 0.00 10/20 valid_image_p [1270]
0.00 0.00 10/10 file_for_image [1334]
0.00 0.00 10/6751 Ffboundp [793]
0.00 0.00 10/10 find_icon_from_name [1335]
0.00 0.00 10/38 xstrdup [1209]
0.00 0.00 1/9 xg_update_submenu [1357]
0.00 0.00 1/33 frame_size_history_add [1217]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/1 tb_size_cb [1619]
0.00 0.00 1/42250 xmalloc [726]
10 call1 <cycle 4> [851]
1 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
0.00 0.00 65/65 realize_face [247]
[471] 0.0 0.00 0.00 65 make_fontset_for_ascii_face [471]
0.00 0.00 65/68 make_fontset [469]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[472] 0.0 0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [472]
0.00 0.00 1/2890 Ffind_file_name_handler [82]
0.00 0.00 1/307 encode_file_name [1090]
0.00 0.00 1/1 file_accessible_directory_p [1593]
1 Fexpand_file_name <cycle 4> [133]
1 code_convert_string <cycle 4> [352]
-----------------------------------------------
0.00 0.00 99/246 shadow_lookup <cycle 4> [521]
0.00 0.00 147/246 exec_byte_code <cycle 4> [56]
[473] 0.0 0.00 0.00 246 Fsubstring [473]
0.00 0.00 123/48000 make_specified_string [225]
0.00 0.00 123/123 copy_text_properties [522]
0.00 0.00 123/1513 Fvector [432]
0.00 0.00 246/1849 validate_subarray [908]
0.00 0.00 55/13079 string_char_to_byte [756]
-----------------------------------------------
301 code_convert_string <cycle 4> [352]
[474] 0.0 0.00 0.00 301 encode_coding_object <cycle 4> [474]
0.00 0.00 301/19176 make_unibyte_string [284]
0.00 0.00 301/32168 xfree [728]
0.00 0.00 301/42250 xmalloc [726]
0.00 0.00 301/301 encode_coding [1093]
301 code_conversion_save <cycle 4> [381]
-----------------------------------------------
0.00 0.00 1/51 x_default_font_parameter <cycle 4> [344]
0.00 0.00 2/51 x_default_scroll_bar_color_parameter <cycle 4> [617]
0.00 0.00 4/51 x_frame_get_and_record_arg [600]
0.00 0.00 5/51 x_figure_window_size [583]
0.00 0.00 9/51 Fx_create_frame <cycle 4> [337]
0.00 0.00 30/51 x_default_parameter <cycle 4> [511]
[475] 0.0 0.00 0.00 51 x_get_arg [475]
0.00 0.00 101/1407350 Fassq [24]
0.00 0.00 31/49 xrdb_get_resource [1186]
0.00 0.00 1/1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [452]
[476] 0.0 0.00 0.00 5 allocate_buffer [476]
0.00 0.00 5/1276 lisp_malloc [208]
-----------------------------------------------
0.00 0.00 7/28 xftfont_open [410]
0.00 0.00 21/28 ftfont_has_char [502]
[477] 0.0 0.00 0.00 28 ftfont_get_fc_charset [477]
0.00 0.00 28/597 ftfont_lookup_cache [351]
-----------------------------------------------
90 read1 <cycle 5> [368]
[478] 0.0 0.00 0.00 90 read_vector <cycle 5> [478]
0.00 0.00 90/139293 Flength [142]
0.00 0.00 90/7479 Fmake_vector [371]
0.00 0.00 744/72024 Fcar [717]
0.00 0.00 744/1362857 Fcdr [690]
0.00 0.00 744/744 free_cons [1057]
90 read_list <cycle 5> [363]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [18]
[479] 0.0 0.00 0.00 10 Fframe_list [479]
0.00 0.00 10/48506 Fcopy_sequence [70]
-----------------------------------------------
0.00 0.00 569/569 ftfont_pattern_entity [254]
[480] 0.0 0.00 0.00 569 font_make_entity [480]
0.00 0.00 569/1471 allocate_pseudovector [435]
-----------------------------------------------
0.00 0.00 4/4 Fload <cycle 4> [428]
[481] 0.0 0.00 0.00 4 safe_to_load_version [481]
0.00 0.00 4/7 fast_c_string_match_ignore_case [459]
0.00 0.00 4/9 emacs_read [1354]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[482] 0.0 0.00 0.00 1 Fset_window_configuration <cycle 4> [482]
0.00 0.00 7/2140 set_marker_internal [202]
0.00 0.00 2/1407350 Fassq [24]
0.00 0.00 7/10 set_marker_restricted [1342]
0.00 0.00 4/206 adjust_window_count [1105]
0.00 0.00 4/103 wset_buffer [1143]
0.00 0.00 1/1 CHECK_WINDOW_CONFIGURATION [1549]
0.00 0.00 1/492 set_marker_both [1080]
0.00 0.00 1/292 fset_redisplay [1096]
0.00 0.00 1/2 Fset_window_new_pixel [1506]
0.00 0.00 1/1 get_leaf_windows [1598]
0.00 0.00 1/2 delete_all_child_windows [1513]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
2 select_window <cycle 4> [549]
1 adjust_frame_size <cycle 4> [468]
1 adjust_frame_glyphs <cycle 4> [1327]
1 unbind_to <cycle 4> [340]
1 run_window_configuration_change_hook <cycle 4> [539]
1 do_switch_frame <cycle 4> [1361]
1 Fredirect_frame_focus <cycle 4> [1564]
1 Fset_buffer <cycle 4> [860]
-----------------------------------------------
0.00 0.00 11/11 font_find_for_lface [224]
[483] 0.0 0.00 0.00 11 font_sort_entities [483]
0.00 0.00 21/21 ftfont_has_char [502]
0.00 0.00 21/765747 xftfont_has_char [99]
0.00 0.00 21/765747 font_has_char [119]
0.00 0.00 26/27 font_score [1231]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[484] 0.0 0.00 0.00 4 scan_lists [484]
0.00 0.00 4/19717 buf_charpos_to_bytepos [93]
0.00 0.00 50/50 char_quoted [529]
0.00 0.00 2/4987260 char_table_ref [16]
0.00 0.00 150/150 syntax_multibyte [1119]
0.00 0.00 4/1154 SETUP_SYNTAX_TABLE [948]
-----------------------------------------------
3 show_hourglass <cycle 4> [296]
[485] 0.0 0.00 0.00 3 tool_bar_items <cycle 4> [485]
0.00 0.00 6/10250 get_local_map [134]
0.00 0.00 1/7479 Fmake_vector [371]
0.00 0.00 6/672387 get_keymap [518]
6 access_keymap <cycle 4> [821]
3 map_keymap <cycle 4> [660]
3 current_minor_maps <cycle 4> [810]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[486] 0.0 0.00 0.00 1 x_set_mouse_color [486]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/3 update_face_from_frame_parameter [601]
0.00 0.00 1/12 x_decode_color [568]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
0.00 0.00 1/7 unload_color [1375]
0.00 0.00 1/20 x_catch_errors_with_handler [1271]
0.00 0.00 1/19 x_had_errors_p [1274]
0.00 0.00 1/1 x_uncatch_errors_after_check [1661]
0.00 0.00 1/19 x_query_colors [1275]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 30/195 casify_object [212]
0.00 0.00 165/195 string_to_multibyte [504]
[487] 0.0 0.00 0.00 195 make_multibyte_string [487]
0.00 0.00 195/52741 make_uninit_multibyte_string [221]
-----------------------------------------------
0.00 0.00 6/6 ftfont_list [249]
[488] 0.0 0.00 0.00 6 ftfont_spec_pattern [488]
0.00 0.00 3/3 ftfont_get_charset [505]
0.00 0.00 3/59982 assq_no_quit [116]
-----------------------------------------------
3 XTframe_up_to_date <cycle 4> [994]
0.00 0.00 22/35497 note_mouse_movement [238]
[489] 0.0 0.00 0.00 25 note_mouse_highlight <cycle 4> [489]
0.00 0.00 17/1232573 lookup_char_property [20]
0.00 0.00 17/91882 Fget_text_property [158]
0.00 0.00 2/122150 Fnext_single_property_change [37]
0.00 0.00 1/63075 face_at_string_position [53]
0.00 0.00 2/2 Fprevious_single_property_change [608]
0.00 0.00 25/45 window_from_coordinates [598]
0.00 0.00 3/485601 overlays_at [60]
0.00 0.00 3/479385 sort_overlays [115]
0.00 0.00 4/672387 get_keymap [518]
0.00 0.00 25/2070 popup_activated [886]
0.00 0.00 20/21 x_define_frame_cursor [1257]
0.00 0.00 19/19 define_frame_cursor1 [1273]
0.00 0.00 17/1178700 textget [691]
0.00 0.00 17/2076 window_outdated [883]
0.00 0.00 17/14350 window_box_left_offset [750]
0.00 0.00 17/18 window_box_right_offset [1285]
0.00 0.00 6/72024 Fcar [717]
0.00 0.00 3/3 coords_in_mouse_face_p [1470]
0.00 0.00 2/2 mode_line_string [1526]
36 clear_mouse_face <cycle 4> [1169]
1 show_mouse_face <cycle 4> [1534]
-----------------------------------------------
0.00 0.00 91/28173 lisp_file_lexically_bound_p [671]
0.00 0.00 1460/28173 readevalloop <cycle 4> [441]
0.00 0.00 4862/28173 read_escape [566]
0.00 0.00 21760/28173 read1 <cycle 5> [368]
[490] 0.0 0.00 0.00 28173 readchar [490]
0.00 0.00 18613/18613 readbyte_from_file [491]
-----------------------------------------------
0.00 0.00 18613/18613 readchar [490]
[491] 0.0 0.00 0.00 18613 readbyte_from_file [491]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 18613/634690 unblock_input_to [697]
0.00 0.00 18613/634655 unblock_input [698]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 3/9871 display_mode_element <cycle 4> [85]
0.00 0.00 3/9871 Fsort [584]
0.00 0.00 22/9871 exec_byte_code <cycle 4> [56]
0.00 0.00 9843/9871 Fnth [498]
[492] 0.0 0.00 0.00 9871 Fnthcdr [492]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 2/2126 record_buffer [560]
0.00 0.00 3/2126 Fkill_buffer <cycle 4> [530]
0.00 0.00 10/2126 Ffuncall <cycle 4> [18]
0.00 0.00 2111/2126 accessible_keymaps_1 <cycle 4> [206]
[493] 0.0 0.00 0.00 2126 Frassq [493]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[494] 0.0 0.00 0.00 1 Fx_backspace_delete_keys_p [494]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/119 decode_window_system_frame [1134]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [170]
[495] 0.0 0.00 0.00 1 other_visible_frames [495]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/52 x_sync [1181]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [337]
[496] 0.0 0.00 0.00 1 x_window <cycle 4> [496]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/1 create_frame_xic [1587]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
1 xg_create_frame_widgets <cycle 4> [497]
-----------------------------------------------
1 x_window <cycle 4> [496]
[497] 0.0 0.00 0.00 1 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 1/9669 process_pending_signals <cycle 3> [770]
0.00 0.00 1/60 xg_gtk_scroll_destroy [1161]
0.00 0.00 1/1 emacs_fixed_new [1592]
0.00 0.00 1/1 my_log_handler [1608]
0.00 0.00 1/9956 do_pending_atimers [769]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/216 code_convert_string_norecord [1101]
1 code_convert_string <cycle 4> [352]
1 update_frame_tool_bar <cycle 4> [470]
-----------------------------------------------
0.00 0.00 4128/9843 lookup_fringe_bitmap [236]
0.00 0.00 5715/9843 get_keymap [518]
[498] 0.0 0.00 0.00 9843 Fnth [498]
0.00 0.00 9843/9871 Fnthcdr [492]
-----------------------------------------------
0.00 0.00 1/3 current_message_1 [534]
0.00 0.00 2/3 Fbuffer_substring [384]
[499] 0.0 0.00 0.00 3 make_buffer_string [499]
0.00 0.00 6/19717 buf_charpos_to_bytepos [93]
-----------------------------------------------
0.00 0.00 24/4272 map_keymap_internal <cycle 4> [527]
0.00 0.00 4248/4272 map_sub_char_table <cycle 4> [91]
[500] 0.0 0.00 0.00 4272 map_keymap_char_table_item [500]
0.00 0.00 72/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 18/18 Ffuncall <cycle 4> [18]
[501] 0.0 0.00 0.00 18 time_arith [501]
0.00 0.00 72/954743 Fcons [30]
0.00 0.00 36/54 lisp_time_struct [1173]
0.00 0.00 18/18 time_add [1284]
-----------------------------------------------
0.00 0.00 21/21 font_sort_entities [483]
[502] 0.0 0.00 0.00 21 ftfont_has_char [502]
0.00 0.00 21/28 ftfont_get_fc_charset [477]
-----------------------------------------------
0.00 0.00 1/8454 Fcurrent_window_configuration [663]
0.00 0.00 2/8454 Fwindow_new_total [685]
0.00 0.00 2/8454 Fset_window_new_total [684]
0.00 0.00 18/8454 Fwindow_parent [676]
0.00 0.00 22/8454 Fwindow_next_sibling [672]
0.00 0.00 76/8454 Fwindow_minibuffer_p [664]
0.00 0.00 81/8454 Fwindow_top_child [662]
0.00 0.00 81/8454 Fwindow_left_child [661]
0.00 0.00 1011/8454 Fwindow_pixel_height [592]
0.00 0.00 1019/8454 Fwindow_pixel_width [591]
0.00 0.00 2000/8454 Fwindow_pixel_left [555]
0.00 0.00 2000/8454 Fwindow_pixel_top [556]
0.00 0.00 2141/8454 Fwindow_frame [552]
[503] 0.0 0.00 0.00 8454 save_window_save [503]
0.00 0.00 5/5 Fcopy_marker [510]
0.00 0.00 4/954743 Fcons [30]
0.00 0.00 2/1407350 Fassq [24]
0.00 0.00 1/1085 build_marker [402]
0.00 0.00 4/2070 buffer_local_value [885]
-----------------------------------------------
0.00 0.00 165/165 Fexpand_file_name <cycle 4> [133]
[504] 0.0 0.00 0.00 165 string_to_multibyte [504]
0.00 0.00 165/195 make_multibyte_string [487]
0.00 0.00 165/30997 count_size_as_multibyte [730]
-----------------------------------------------
0.00 0.00 3/3 ftfont_spec_pattern [488]
[505] 0.0 0.00 0.00 3 ftfont_get_charset [505]
0.00 0.00 3/7 fast_c_string_match_ignore_case [459]
0.00 0.00 3/19176 make_unibyte_string [284]
-----------------------------------------------
0.00 0.00 3/10 eval_sub <cycle 4> [139]
0.00 0.00 7/10 Ffuncall <cycle 4> [18]
[506] 0.0 0.00 0.00 10 Ffeaturep [506]
0.00 0.00 10/18640 Fmemq [147]
-----------------------------------------------
0.00 0.00 37/37 Fdefalias [430]
[507] 0.0 0.00 0.00 37 Ffset [507]
0.00 0.00 62/954743 Fcons [30]
0.00 0.00 27/4333 Fput [415]
0.00 0.00 37/37 valid_lisp_object_p [1211]
-----------------------------------------------
26 message_dolog <cycle 4> [394]
[508] 0.0 0.00 0.00 26 del_range_both <cycle 4> [508]
0.00 0.00 12/748 del_range_2 [312]
12 signal_after_change <cycle 4> [159]
12 update_compositions <cycle 4> [185]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[509] 0.0 0.00 0.00 4 looking_at_1 [509]
0.00 0.00 4/53020 compile_pattern [55]
0.00 0.00 4/57567 re_match_2_internal [80]
0.00 0.00 4/8548 re_match_2 [780]
-----------------------------------------------
0.00 0.00 5/5 save_window_save [503]
[510] 0.0 0.00 0.00 5 Fcopy_marker [510]
0.00 0.00 5/2140 set_marker_internal [202]
0.00 0.00 5/79 Fmake_marker [528]
0.00 0.00 5/9046 CHECK_MARKER [777]
-----------------------------------------------
1 x_default_font_parameter <cycle 4> [344]
29 Fx_create_frame <cycle 4> [337]
[511] 0.0 0.00 0.00 30 x_default_parameter <cycle 4> [511]
0.00 0.00 30/51 x_get_arg [475]
30 x_set_frame_parameters <cycle 4> [399]
-----------------------------------------------
65 eval_sub <cycle 4> [139]
[512] 0.0 0.00 0.00 65 Flet <cycle 4> [512]
0.00 0.00 65/139293 Flength [142]
0.00 0.00 378/1362857 Fcdr [690]
0.00 0.00 252/72024 Fcar [717]
126 eval_sub <cycle 4> [139]
126 specbind <cycle 4> [104]
65 Fprogn <cycle 4> [907]
65 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 2/54 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 8/54 frame_inhibit_resize [599]
0.00 0.00 8/54 handle_one_xevent [180]
0.00 0.00 36/54 x_set_frame_parameters <cycle 4> [399]
[513] 0.0 0.00 0.00 54 get_frame_param [513]
0.00 0.00 54/1407350 Fassq [24]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [18]
[514] 0.0 0.00 0.00 6 Finternal_char_font [514]
0.00 0.00 6/388970 face_for_char [17]
0.00 0.00 5/954743 Fcons [30]
0.00 0.00 6/2396 lookup_basic_face [861]
0.00 0.00 6/604523 xftfont_encode_char [700]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[515] 0.0 0.00 0.00 2 Fset_coding_system_priority <cycle 4> [515]
0.00 0.00 42/954743 Fcons [30]
0.00 0.00 8/10077 Fgethash [265]
8 Fset <cycle 4> [320]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1585]
2 make_frame <cycle 4> [616]
[516] 0.0 0.00 0.00 3 set_window_buffer <cycle 4> [516]
0.00 0.00 3/2140 set_marker_internal [202]
0.00 0.00 3/7 Fcurrent_time [533]
0.00 0.00 6/492 set_marker_both [1080]
0.00 0.00 3/206 adjust_window_count [1105]
0.00 0.00 3/103 wset_buffer [1143]
0.00 0.00 3/60449 Fcurrent_buffer [719]
0.00 0.00 3/3 wset_update_mode_line [1491]
0.00 0.00 3/8 wset_redisplay [1366]
0.00 0.00 3/310341 grow_specpdl [706]
0.00 0.00 3/8014 record_unwind_protect [785]
0.00 0.00 3/10 set_marker_restricted [1342]
0.00 0.00 3/3 set_window_fringes [1486]
0.00 0.00 3/3 set_window_scroll_bars [1487]
0.00 0.00 3/14539 set_window_margins [749]
0.00 0.00 3/3 apply_window_adjustment [1467]
3 Fset_buffer <cycle 4> [860]
3 adjust_frame_glyphs <cycle 4> [1327]
-----------------------------------------------
0.00 0.00 74/74 Ffont_spec [356]
[517] 0.0 0.00 0.00 74 font_parse_name [517]
0.00 0.00 17/18 font_parse_xlfd [523]
0.00 0.00 57/1398 font_intern_prop [431]
0.00 0.00 1/132 make_float [1125]
-----------------------------------------------
0.00 0.00 1/672387 Fcopy_keymap [551]
0.00 0.00 4/672387 note_mouse_highlight <cycle 4> [489]
0.00 0.00 5/672387 Fuse_local_map [687]
0.00 0.00 6/672387 tool_bar_items <cycle 4> [485]
0.00 0.00 10/672387 menu_bar_items <cycle 4> [451]
0.00 0.00 10/672387 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 13/672387 parse_single_submenu <cycle 4> [571]
0.00 0.00 23/672387 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 23/672387 where_is_internal <cycle 4> [309]
0.00 0.00 23/672387 Fdefine_key <cycle 4> [418]
0.00 0.00 26/672387 Fset_keymap_parent [682]
0.00 0.00 373/672387 Fkeymapp [683]
0.00 0.00 725/672387 keymap_parent [681]
0.00 0.00 1014/672387 follow_key [680]
0.00 0.00 1226/672387 process_tool_bar_item <cycle 4> [322]
0.00 0.00 1372/672387 Fkeymap_prompt [679]
0.00 0.00 3043/672387 read_key_sequence.constprop.44 <cycle 2> [11]
0.00 0.00 3063/672387 read_char <cycle 2> [9]
0.00 0.00 4056/672387 keyremap_step.constprop.45 [27]
0.00 0.00 7075/672387 Flookup_key <cycle 4> [665]
0.00 0.00 10250/672387 get_local_map [134]
0.00 0.00 10867/672387 map_keymap <cycle 4> [660]
0.00 0.00 22773/672387 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 45377/672387 map_keymap_internal <cycle 4> [527]
0.00 0.00 561029/672387 access_keymap_1 <cycle 4> [130]
[518] 0.0 0.00 0.00 672387 get_keymap [518]
0.00 0.00 5715/9843 Fnth [498]
0.00 0.00 614516/618605 indirect_function [699]
0.00 0.00 5715/72024 Fcar [717]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[519] 0.0 0.00 0.00 1 Fx_wm_set_size_hint [519]
0.00 0.00 1/5 x_wm_set_size_hint [440]
0.00 0.00 1/119 decode_window_system_frame [1134]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1/1 x_make_frame_visible <cycle 4> [319]
[520] 0.0 0.00 0.00 1 x_set_offset [520]
0.00 0.00 1/5 x_wm_set_size_hint [440]
0.00 0.00 1/1 x_sync_with_move [1659]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
263 Fwhere_is_internal <cycle 4> [336]
[521] 0.0 0.00 0.00 263 shadow_lookup <cycle 4> [521]
0.00 0.00 99/246 Fsubstring [473]
499 Flookup_key <cycle 4> [665]
-----------------------------------------------
0.00 0.00 123/123 Fsubstring [473]
[522] 0.0 0.00 0.00 123 copy_text_properties [522]
0.00 0.00 123/755118 validate_interval_range [114]
-----------------------------------------------
0.00 0.00 1/18 Fnew_fontset <cycle 4> [426]
0.00 0.00 17/18 font_parse_name [517]
[523] 0.0 0.00 0.00 18 font_parse_xlfd [523]
0.00 0.00 220/1398 font_intern_prop [431]
0.00 0.00 22/1763 font_style_to_value [911]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [362]
[524] 0.0 0.00 0.00 36 make_blv [524]
0.00 0.00 36/954743 Fcons [30]
0.00 0.00 36/42250 xmalloc [726]
0.00 0.00 7/122261 do_symval_forwarding [712]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[525] 0.0 0.00 0.00 2 Feval_buffer <cycle 4> [525]
0.00 0.00 2/2 temp_set_point [544]
0.00 0.00 6/102249 set_internal [140]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 2/1075 save_excursion_save [403]
0.00 0.00 2/1075 make_save_obj_obj_obj_obj [404]
0.00 0.00 2/4 lisp_file_lexically_bound_p [671]
0.00 0.00 2/310341 grow_specpdl [706]
0.00 0.00 2/8014 record_unwind_protect [785]
0.00 0.00 2/4672 Fget_buffer [813]
6 store_symval_forwarding <cycle 4> [276]
6 specbind <cycle 4> [104]
4 unbind_to <cycle 4> [340]
2 readevalloop <cycle 4> [441]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [18]
[526] 0.0 0.00 0.00 10 Fdelete [526]
0.00 0.00 84/38465 internal_equal [234]
0.00 0.00 2/75763 Fsetcdr [716]
-----------------------------------------------
10 menu_bar_items <cycle 4> [451]
106 single_keymap_panes <cycle 4> [678]
3625 map_keymap <cycle 4> [660]
[527] 0.0 0.00 0.00 3741 map_keymap_internal <cycle 4> [527]
0.00 0.00 72/72 make_save_funcptr_ptr_obj [532]
0.00 0.00 45377/672387 get_keymap [518]
0.00 0.00 24/4272 map_keymap_char_table_item [500]
0.00 0.00 1343/1343 map_keymap_call [930]
20649 accessible_keymaps_1 <cycle 4> [206]
19215 where_is_internal_1 <cycle 4> [229]
1343 call2 <cycle 4> [913]
1297 single_menu_item <cycle 4> [640]
72 map_char_table <cycle 4> [442]
46 menu_bar_item <cycle 4> [413]
39 process_tool_bar_item <cycle 4> [322]
-----------------------------------------------
0.00 0.00 4/79 Fmatch_data [324]
0.00 0.00 5/79 Fget_buffer_create <cycle 4> [452]
0.00 0.00 5/79 Fcopy_marker [510]
0.00 0.00 6/79 make_window [629]
0.00 0.00 59/79 Ffuncall <cycle 4> [18]
[528] 0.0 0.00 0.00 79 Fmake_marker [528]
0.00 0.00 79/2863 allocate_misc [370]
-----------------------------------------------
0.00 0.00 50/50 scan_lists [484]
[529] 0.0 0.00 0.00 50 char_quoted [529]
0.00 0.00 49/4987260 char_table_ref [16]
-----------------------------------------------
3 Ffuncall <cycle 4> [18]
[530] 0.0 0.00 0.00 3 Fkill_buffer <cycle 4> [530]
0.00 0.00 1/1 Fother_buffer [540]
0.00 0.00 3/10 reset_buffer_local_variables [590]
0.00 0.00 3/1075 save_excursion_save [403]
0.00 0.00 3/1075 make_save_obj_obj_obj_obj [404]
0.00 0.00 3/2126 Frassq [493]
0.00 0.00 6/32168 xfree [728]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
0.00 0.00 3/310341 grow_specpdl [706]
0.00 0.00 3/8014 record_unwind_protect [785]
0.00 0.00 3/4672 Fget_buffer [813]
0.00 0.00 3/3 replace_buffer_in_windows [1480]
0.00 0.00 3/3 unlock_buffer [1489]
0.00 0.00 3/4 kill_buffer_processes [1442]
0.00 0.00 3/3 frames_discard_buffer [1475]
0.00 0.00 3/6 clear_charpos_cache [1381]
0.00 0.00 3/1095 Fdelq [955]
0.00 0.00 3/3 replace_buffer_in_windows_safely [1481]
0.00 0.00 3/3 free_region_cache [1476]
6 call1 <cycle 4> [851]
3 Frun_hook_with_args_until_failure <cycle 4> [1421]
3 unbind_to <cycle 4> [340]
3 run_hook <cycle 4> [1390]
3 swap_out_buffer_local_variables <cycle 4> [1411]
2 set_buffer_internal_1 <cycle 4> [805]
1 Fset_buffer <cycle 4> [860]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[531] 0.0 0.00 0.00 2 file_attributes [531]
0.00 0.00 6/213 list4 [393]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 2/10077 Flist [199]
0.00 0.00 2/17795 make_string [295]
0.00 0.00 6/13 make_lisp_time [1316]
0.00 0.00 2/2 strmode [1535]
0.00 0.00 2/2 filemodestring [1518]
-----------------------------------------------
0.00 0.00 72/72 map_keymap_internal <cycle 4> [527]
[532] 0.0 0.00 0.00 72 make_save_funcptr_ptr_obj [532]
0.00 0.00 72/2863 allocate_misc [370]
-----------------------------------------------
0.00 0.00 2/7 make_frame_visible_1 [597]
0.00 0.00 2/7 Ffuncall <cycle 4> [18]
0.00 0.00 3/7 set_window_buffer <cycle 4> [516]
[533] 0.0 0.00 0.00 7 Fcurrent_time [533]
0.00 0.00 7/213 list4 [393]
0.00 0.00 7/954743 Fcons [30]
0.00 0.00 7/12453 gettime [758]
0.00 0.00 7/13 make_lisp_time [1316]
-----------------------------------------------
0.00 0.00 1/1 with_echo_area_buffer <cycle 4> [461]
[534] 0.0 0.00 0.00 1 current_message_1 [534]
0.00 0.00 1/3 make_buffer_string [499]
0.00 0.00 1/725 make_buffer_string_both [360]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [305]
[535] 0.0 0.00 0.00 4 copy_properties [535]
0.00 0.00 3/48506 Fcopy_sequence [70]
-----------------------------------------------
3 Fdo_auto_save <cycle 4> [645]
24 Fgarbage_collect <cycle 4> [57]
[536] 0.0 0.00 0.00 27 push_message <cycle 4> [536]
0.00 0.00 27/954743 Fcons [30]
27 current_message <cycle 4> [1197]
-----------------------------------------------
0.00 0.00 2/170 char_table_set [198]
0.00 0.00 10/170 char_table_set_range [74]
0.00 0.00 24/170 sub_char_table_set [619]
0.00 0.00 134/170 sub_char_table_set_range [548]
[537] 0.0 0.00 0.00 170 make_sub_char_table [537]
0.00 0.00 170/12539 allocate_vector [354]
-----------------------------------------------
1 eval_sub <cycle 4> [139]
1 Ffuncall <cycle 4> [18]
[538] 0.0 0.00 0.00 2 Fpropertize <cycle 4> [538]
0.00 0.00 2/48506 Fcopy_sequence [70]
0.00 0.00 8/954743 Fcons [30]
0.00 0.00 2/2 Fadd_text_properties [1497]
2 add_text_properties_1 <cycle 4> [305]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
1 Fset_window_configuration <cycle 4> [482]
4 adjust_frame_size <cycle 4> [468]
[539] 0.0 0.00 0.00 6 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 3/2010 window_list_1 [227]
0.00 0.00 6/6172 Fdefault_value [801]
0.00 0.00 6/1176 Fwindow_buffer [945]
0.00 0.00 3/3 Fwindow_list [1464]
0.00 0.00 3/2582 Flocal_variable_p [857]
3 run_funs <cycle 4> [1483]
-----------------------------------------------
0.00 0.00 1/1 Fkill_buffer <cycle 4> [530]
[540] 0.0 0.00 0.00 1 Fother_buffer [540]
0.00 0.00 3/2000 window_loop [228]
0.00 0.00 4/4 candidate_buffer [1429]
0.00 0.00 3/2000 Fget_buffer_window [905]
0.00 0.00 1/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 2/63 eval_sub <cycle 4> [139]
0.00 0.00 61/63 Ffuncall <cycle 4> [18]
[541] 0.0 0.00 0.00 63 Fregexp_quote [541]
0.00 0.00 63/48000 make_specified_string [225]
-----------------------------------------------
0.00 0.00 2/2 eval_sub <cycle 4> [139]
[542] 0.0 0.00 0.00 2 Fprovide [542]
0.00 0.00 2/18640 Fmemq [147]
0.00 0.00 10/954743 Fcons [30]
0.00 0.00 2/1407350 Fassq [24]
-----------------------------------------------
0.00 0.00 3/3 exec_byte_code <cycle 4> [56]
[543] 0.0 0.00 0.00 3 Fchar_after [543]
0.00 0.00 2/19717 buf_charpos_to_bytepos [93]
-----------------------------------------------
0.00 0.00 2/2 Feval_buffer <cycle 4> [525]
[544] 0.0 0.00 0.00 2 temp_set_point [544]
0.00 0.00 2/19717 buf_charpos_to_bytepos [93]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [18]
[545] 0.0 0.00 0.00 6 Fxw_color_values [545]
0.00 0.00 6/1099 list3 [348]
0.00 0.00 6/151 x_defined_color [455]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 6/119 decode_window_system_frame [1134]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [337]
3 show_hourglass <cycle 4> [296]
[546] 0.0 0.00 0.00 4 set_frame_menubar <cycle 4> [546]
0.00 0.00 8/102249 set_internal [140]
0.00 0.00 2/2 save_menu_items [595]
0.00 0.00 2/1041 record_unwind_save_match_data [334]
0.00 0.00 2/2 init_menu_items [675]
0.00 0.00 18/1309 make_widget_value [933]
0.00 0.00 13/13 update_submenu_strings [1317]
0.00 0.00 8/634690 unblock_input_to [697]
0.00 0.00 8/634655 unblock_input [698]
0.00 0.00 4/4 free_menubar_widget_value_tree [1439]
0.00 0.00 3/3 xg_modify_menubar_widgets [1496]
0.00 0.00 2/310341 grow_specpdl [706]
0.00 0.00 2/8014 record_unwind_protect [785]
0.00 0.00 1/42250 xmalloc [726]
0.00 0.00 1/1 xg_create_widget [1666]
13 parse_single_submenu <cycle 4> [571]
13 digest_single_submenu <cycle 4> [1315]
8 store_symval_forwarding <cycle 4> [276]
8 specbind <cycle 4> [104]
4 xg_update_frame_menubar <cycle 4> [1451]
4 set_buffer_internal_1 <cycle 4> [805]
4 safe_run_hooks <cycle 4> [318]
2 menu_bar_items <cycle 4> [451]
2 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[547] 0.0 0.00 0.00 1 x_set_screen_gamma [547]
0.00 0.00 1/8 clear_face_cache [456]
0.00 0.00 1/292896 Fplist_get [63]
0.00 0.00 1/2 x_set_background_color [635]
0.00 0.00 1/1407350 Fassq [24]
0.00 0.00 1/121605 Fget [713]
-----------------------------------------------
2020 sub_char_table_set_range [548]
0.00 0.00 1049/1049 char_table_set_range [74]
[548] 0.0 0.00 0.00 1049+2020 sub_char_table_set_range [548]
0.00 0.00 134/170 make_sub_char_table [537]
2020 sub_char_table_set_range [548]
-----------------------------------------------
2 Fset_window_configuration <cycle 4> [482]
5 do_switch_frame <cycle 4> [1361]
6 Ffuncall <cycle 4> [18]
61 unwind_format_mode_line <cycle 4> [956]
61 x_consider_frame_title <cycle 4> [291]
[549] 0.0 0.00 0.00 135 select_window <cycle 4> [549]
0.00 0.00 2/2 record_buffer [560]
0.00 0.00 6/6617 set_point_both [297]
0.00 0.00 6/1081 set_point_from_marker [966]
0.00 0.00 5/6 redisplay_other_windows [1389]
0.00 0.00 5/492 set_marker_both [1080]
0.00 0.00 2/8 wset_redisplay [1366]
135 Fset_buffer <cycle 4> [860]
2 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 1/1 Fset_fontset_font <cycle 4> [28]
[550] 0.0 0.00 0.00 1 Fclear_face_cache [550]
0.00 0.00 1/8 clear_face_cache [456]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[551] 0.0 0.00 0.00 1 Fcopy_keymap [551]
0.00 0.00 19/954743 Fcons [30]
0.00 0.00 1/672387 get_keymap [518]
0.00 0.00 10/17991 list1 [747]
-----------------------------------------------
0.00 0.00 2141/2141 Ffuncall <cycle 4> [18]
[552] 0.0 0.00 0.00 2141 Fwindow_frame [552]
0.00 0.00 2141/8454 save_window_save [503]
-----------------------------------------------
21 bidi_paragraph_init <cycle 4> [572]
[553] 0.0 0.00 0.00 21 find_first_strong_char <cycle 4> [553]
0.00 0.00 21/474012 bidi_find_paragraph_start [121]
0.00 0.00 21/885018 bidi_get_category [98]
21 bidi_fetch_char_skip_isolates <cycle 4> [573]
-----------------------------------------------
2 xg_set_icon <cycle 4> [1547]
10 xpm_load <cycle 4> [1347]
[554] 0.0 0.00 0.00 12 x_find_image_fd <cycle 4> [554]
0.00 0.00 12/954743 Fcons [30]
0.00 0.00 12/17795 make_string [295]
0.00 0.00 12/307 encode_file_name [1090]
12 Fexpand_file_name <cycle 4> [133]
12 openp <cycle 4> [220]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [18]
[555] 0.0 0.00 0.00 2000 Fwindow_pixel_left [555]
0.00 0.00 2000/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [18]
[556] 0.0 0.00 0.00 2000 Fwindow_pixel_top [556]
0.00 0.00 2000/8454 save_window_save [503]
-----------------------------------------------
14 write_string_1 <cycle 4> [1311]
14 Fprinc <cycle 4> [1299]
28 strout <cycle 4> [1227]
[557] 0.0 0.00 0.00 56 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 13/102249 set_internal [140]
0.00 0.00 14/2323 temp_set_point_both [863]
0.00 0.00 13/736 del_range [1059]
0.00 0.00 1/5 Fset_buffer_multibyte [1401]
56 ensure_echo_area_buffers <cycle 4> [659]
28 set_buffer_internal_1 <cycle 4> [805]
13 store_symval_forwarding <cycle 4> [276]
13 specbind <cycle 4> [104]
13 del_range_1 <cycle 4> [214]
13 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 8305/8305 x_draw_glyph_string <cycle 4> [178]
[558] 0.0 0.00 0.00 8305 x_set_glyph_string_gc [558]
0.00 0.00 2/2 x_set_mouse_face_gc [559]
0.00 0.00 8305/139429 prepare_face_for_display [709]
-----------------------------------------------
0.00 0.00 2/2 x_set_glyph_string_gc [558]
[559] 0.0 0.00 0.00 2 x_set_mouse_face_gc [559]
0.00 0.00 2/388970 face_for_char [17]
0.00 0.00 2/139429 prepare_face_for_display [709]
-----------------------------------------------
0.00 0.00 2/2 select_window <cycle 4> [549]
[560] 0.0 0.00 0.00 2 record_buffer [560]
0.00 0.00 2/18640 Fmemq [147]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 2/2126 Frassq [493]
0.00 0.00 6/1095 Fdelq [955]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [18]
[561] 0.0 0.00 0.00 16 Fcoding_system_base [561]
0.00 0.00 15/10077 Fgethash [265]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [56]
[562] 0.0 0.00 0.00 2 skip_chars.constprop.5 [562]
0.00 0.00 1/19717 buf_charpos_to_bytepos [93]
0.00 0.00 2/6617 set_point_both [297]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[563] 0.0 0.00 0.00 1 make_lispy_position <cycle 4> [563]
0.00 0.00 12/954743 Fcons [30]
0.00 0.00 1/1099 list3 [348]
0.00 0.00 1/45 window_from_coordinates [598]
0.00 0.00 1/14299 window_box_left [751]
1 buffer_posn_from_coords <cycle 4> [1581]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [56]
[564] 0.0 0.00 0.00 1 move_point [564]
0.00 0.00 1/2849 set_point [188]
0.00 0.00 1/6617 set_point_both [297]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[565] 0.0 0.00 0.00 2 next_window [565]
0.00 0.00 2/18640 Fmemq [147]
0.00 0.00 2/2017 window_list [657]
0.00 0.00 2/2012 decode_next_window_args [904]
0.00 0.00 2/4022 candidate_window_p [822]
-----------------------------------------------
0.00 0.00 1788/1788 read1 <cycle 5> [368]
[566] 0.0 0.00 0.00 1788 read_escape [566]
0.00 0.00 4862/28173 readchar [490]
-----------------------------------------------
0.00 0.00 4/4 font_parse_family_registry [308]
[567] 0.0 0.00 0.00 4 Ffont_put [567]
0.00 0.00 4/233 Ffontp [387]
-----------------------------------------------
0.00 0.00 1/12 x_set_mouse_color [486]
0.00 0.00 1/12 x_set_foreground_color [648]
0.00 0.00 1/12 x_set_cursor_color [623]
0.00 0.00 1/12 x_set_border_color [647]
0.00 0.00 2/12 x_set_background_color [635]
0.00 0.00 6/12 Fx_create_frame <cycle 4> [337]
[568] 0.0 0.00 0.00 12 x_decode_color [568]
0.00 0.00 12/151 x_defined_color [455]
-----------------------------------------------
1 Fdefine_key <cycle 4> [418]
3049 access_keymap <cycle 4> [821]
3319 Flookup_key <cycle 4> [665]
9405 access_keymap_1 <cycle 4> [130]
21339 where_is_internal_1 <cycle 4> [229]
22773 accessible_keymaps_1 <cycle 4> [206]
[569] 0.0 0.00 0.00 59886 get_keyelt <cycle 4> [569]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 6/1694 list2 [359]
3 unbind_to <cycle 4> [340]
3 menu_item_eval_property <cycle 4> [420]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [85]
[570] 0.0 0.00 0.00 3 set_text_properties [570]
0.00 0.00 1/1000 set_text_properties_1 [262]
0.00 0.00 1/4 create_root_interval [610]
0.00 0.00 2/755118 validate_interval_range [114]
0.00 0.00 3/3777 validate_plist [824]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [546]
[571] 0.0 0.00 0.00 13 parse_single_submenu <cycle 4> [571]
0.00 0.00 13/139293 Flength [142]
0.00 0.00 13/129 Fkeymap_prompt [679]
0.00 0.00 13/672387 get_keymap [518]
0.00 0.00 13/72024 Fcar [717]
0.00 0.00 13/1362857 Fcdr [690]
13 single_keymap_panes <cycle 4> [678]
-----------------------------------------------
12 set_iterator_to_next <cycle 4> [102]
25376 get_visually_first_element <cycle 4> [732]
[572] 0.0 0.00 0.00 25388 bidi_paragraph_init <cycle 4> [572]
0.00 0.00 21/474012 bidi_find_paragraph_start [121]
0.00 0.00 21/1788 buf_bytepos_to_charpos [625]
0.00 0.00 25388/30700 bidi_line_init [731]
21 find_first_strong_char <cycle 4> [553]
-----------------------------------------------
21 find_first_strong_char <cycle 4> [553]
[573] 0.0 0.00 0.00 21 bidi_fetch_char_skip_isolates <cycle 4> [573]
0.00 0.00 21/474012 bidi_find_paragraph_start [121]
21 bidi_fetch_char <cycle 4> [704]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [18]
[574] 0.0 0.00 0.00 11 Fcoding_system_plist [574]
0.00 0.00 11/10077 Fgethash [265]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[575] 0.0 0.00 0.00 1 x_set_tool_bar_position [575]
0.00 0.00 1/18640 Fmemq [147]
0.00 0.00 1/213 list4 [393]
0.00 0.00 1/954743 Fcons [30]
0.00 0.00 1/1 xg_change_toolbar_position [1664]
-----------------------------------------------
10 Fimage_mask_p <cycle 4> [1329]
[576] 0.0 0.00 0.00 10 lookup_image <cycle 4> [576]
0.00 0.00 10/954743 Fcons [30]
0.00 0.00 10/5628 Fnreverse [458]
0.00 0.00 50/100 image_spec_value [1145]
0.00 0.00 10/10 sxhash [1343]
0.00 0.00 10/10 search_image_cache [1341]
0.00 0.00 10/12453 gettime [758]
0.00 0.00 10/1357 xzalloc [929]
0.00 0.00 10/40 define_image_type [1205]
0.00 0.00 10/40 lookup_image_type [1206]
0.00 0.00 10/634690 unblock_input_to [697]
0.00 0.00 10/634655 unblock_input [698]
0.00 0.00 10/10 x_build_heuristic_mask [1344]
0.00 0.00 10/17991 list1 [747]
10 xpm_load <cycle 4> [1347]
-----------------------------------------------
0.00 0.00 1/4 Fset_keyboard_coding_system_internal [621]
0.00 0.00 1/4 Fset_terminal_coding_system_internal [622]
0.00 0.00 2/4 Ffuncall <cycle 4> [18]
[577] 0.0 0.00 0.00 4 Fcheck_coding_system [577]
0.00 0.00 4/292896 Fplist_get [63]
0.00 0.00 4/10 Fcoding_system_p [587]
0.00 0.00 4/121605 Fget [713]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[578] 0.0 0.00 0.00 2 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 2/5291 merge_face_ref <cycle 1> [605]
0.00 0.00 1/5291 merge_face_vectors <cycle 1> [290]
0.00 0.00 1/5300 Finternal_merge_in_global_face [349]
0.00 0.00 1/93881 face_attr_equal_p [407]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[579] 0.0 0.00 0.00 2 Fautoload [579]
0.00 0.00 2/2006 list5 [278]
0.00 0.00 2/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 1382/1382 Fputhash [317]
[580] 0.0 0.00 0.00 1382 hash_put [580]
0.00 0.00 48/63 larger_vector [582]
0.00 0.00 16/7479 Fmake_vector [371]
-----------------------------------------------
0.00 0.00 1/23 fontset_from_font <cycle 4> [386]
0.00 0.00 22/23 font_list_entities [231]
[581] 0.0 0.00 0.00 23 assoc_no_quit [581]
0.00 0.00 24/38465 internal_equal [234]
-----------------------------------------------
0.00 0.00 1/63 menu_bar_items <cycle 4> [451]
0.00 0.00 2/63 process_tool_bar_item <cycle 4> [322]
0.00 0.00 12/63 ensure_menu_items [639]
0.00 0.00 48/63 hash_put [580]
[582] 0.0 0.00 0.00 63 larger_vector [582]
0.00 0.00 63/12539 allocate_vector [354]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [337]
[583] 0.0 0.00 0.00 1 x_figure_window_size [583]
0.00 0.00 5/51 x_get_arg [475]
-----------------------------------------------
6 Fsort [584]
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[584] 0.0 0.00 0.00 5+6 Fsort [584]
0.00 0.00 11/139293 Flength [142]
0.00 0.00 3/9871 Fnthcdr [492]
0.00 0.00 3/1362857 Fcdr [690]
0.00 0.00 3/75763 Fsetcdr [716]
6 Fsort [584]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[585] 0.0 0.00 0.00 3 Fset_terminal_parameter [585]
0.00 0.00 6/954743 Fcons [30]
0.00 0.00 3/1407350 Fassq [24]
0.00 0.00 3/21 decode_live_terminal [1256]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [18]
[586] 0.0 0.00 0.00 9 Fterminal_parameter [586]
0.00 0.00 9/1407350 Fassq [24]
0.00 0.00 9/21 decode_live_terminal [1256]
-----------------------------------------------
0.00 0.00 1/10 Ffind_operation_coding_system [391]
0.00 0.00 2/10 create_terminal <cycle 4> [618]
0.00 0.00 3/10 Ffuncall <cycle 4> [18]
0.00 0.00 4/10 Fcheck_coding_system [577]
[587] 0.0 0.00 0.00 10 Fcoding_system_p [587]
0.00 0.00 9/505158 hash_lookup [58]
-----------------------------------------------
585 text_quoting_style <cycle 4> [588]
1 styled_format <cycle 4> [365]
2 Ffuncall <cycle 4> [18]
4 doprnt <cycle 4> [1432]
14 print_error_message <cycle 4> [462]
568 process_tool_bar_item <cycle 4> [322]
0.00 0.00 1/35497 show_help_echo [315]
[588] 0.0 0.00 0.00 590+585 text_quoting_style <cycle 4> [588]
0.00 0.00 16/16 make_string_from_bytes [606]
0.00 0.00 4/17795 make_string [295]
0.00 0.00 4/1952 Fintern [422]
0.00 0.00 585/42250 xmalloc [726]
0.00 0.00 585/32168 xfree [728]
0.00 0.00 18/1476 xrealloc [922]
4 Fwhere_is_internal <cycle 4> [336]
4 Fkey_description <cycle 4> [341]
585 text_quoting_style <cycle 4> [588]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [170]
0.00 0.00 1/2 x_set_font_backend [602]
[589] 0.0 0.00 0.00 2 font_update_drivers [589]
0.00 0.00 2/233 Ffontp [387]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 2/1817 nconc2 [909]
0.00 0.00 2/17991 list1 [747]
-----------------------------------------------
0.00 0.00 2/10 Fkill_all_local_variables <cycle 4> [641]
0.00 0.00 3/10 Fkill_buffer <cycle 4> [530]
0.00 0.00 5/10 Fget_buffer_create <cycle 4> [452]
[590] 0.0 0.00 0.00 10 reset_buffer_local_variables [590]
0.00 0.00 5/292896 Fplist_get [63]
0.00 0.00 5/121605 Fget [713]
-----------------------------------------------
0.00 0.00 1019/1019 Ffuncall <cycle 4> [18]
[591] 0.0 0.00 0.00 1019 Fwindow_pixel_width [591]
0.00 0.00 1019/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 1011/1011 Ffuncall <cycle 4> [18]
[592] 0.0 0.00 0.00 1011 Fwindow_pixel_height [592]
0.00 0.00 1011/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 4/49 window_list [657]
0.00 0.00 45/49 window_from_coordinates [598]
[593] 0.0 0.00 0.00 49 foreach_window_1 [593]
0.00 0.00 8/8 add_window_to_list [594]
0.00 0.00 52/52 check_window_containing [1179]
-----------------------------------------------
0.00 0.00 8/8 foreach_window_1 [593]
[594] 0.0 0.00 0.00 8 add_window_to_list [594]
0.00 0.00 8/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [546]
[595] 0.0 0.00 0.00 2 save_menu_items [595]
0.00 0.00 2/213 list4 [393]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 2/310341 grow_specpdl [706]
0.00 0.00 2/8014 record_unwind_protect [785]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[596] 0.0 0.00 0.00 1 Fmake_frame_visible <cycle 4> [596]
0.00 0.00 1/1 make_frame_visible_1 [597]
0.00 0.00 1/3074 decode_live_frame [841]
1 x_make_frame_visible <cycle 4> [319]
-----------------------------------------------
0.00 0.00 1/1 Fmake_frame_visible <cycle 4> [596]
[597] 0.0 0.00 0.00 1 make_frame_visible_1 [597]
0.00 0.00 2/7 Fcurrent_time [533]
-----------------------------------------------
0.00 0.00 1/45 make_lispy_position <cycle 4> [563]
0.00 0.00 19/45 remember_mouse_glyph [626]
0.00 0.00 25/45 note_mouse_highlight <cycle 4> [489]
[598] 0.0 0.00 0.00 45 window_from_coordinates [598]
0.00 0.00 45/49 foreach_window_1 [593]
0.00 0.00 45/50 Fcurrent_window_configuration [663]
-----------------------------------------------
0.00 0.00 8/8 adjust_frame_size <cycle 4> [468]
[599] 0.0 0.00 0.00 8 frame_inhibit_resize [599]
0.00 0.00 8/54 get_frame_param [513]
0.00 0.00 2/1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 4/4 Fx_create_frame <cycle 4> [337]
[600] 0.0 0.00 0.00 4 x_frame_get_and_record_arg [600]
0.00 0.00 4/51 x_get_arg [475]
-----------------------------------------------
0.00 0.00 1/3 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/3 x_set_mouse_color [486]
0.00 0.00 1/3 x_set_cursor_color [623]
[601] 0.0 0.00 0.00 3 update_face_from_frame_parameter [601]
0.00 0.00 1/7112 lface_from_face_name_no_resolve [197]
0.00 0.00 1/292896 Fplist_get [63]
0.00 0.00 1/1747 lface_from_face_name [332]
0.00 0.00 1/121605 Fget [713]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[602] 0.0 0.00 0.00 1 x_set_font_backend [602]
0.00 0.00 1/2 font_update_drivers [589]
0.00 0.00 1/52 store_frame_param [466]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [340]
[603] 0.0 0.00 0.00 1 unwind_create_frame [603]
0.00 0.00 1/18640 Fmemq [147]
-----------------------------------------------
0.00 0.00 1/1 xftfont_draw [191]
[604] 0.0 0.00 0.00 1 font_put_frame_data [604]
0.00 0.00 1/59982 assq_no_quit [116]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/1 make_save_ptr [667]
-----------------------------------------------
8 merge_face_vectors <cycle 1> [290]
0.00 0.00 2/5291 Fdisplay_supports_face_attributes_p [578]
0.00 0.00 1035/5291 face_at_string_position [53]
[605] 0.0 0.00 0.00 1045 merge_face_ref <cycle 1> [605]
0.00 0.00 1/1539 font_clear_prop [264]
0.00 0.00 1/1763 font_style_to_value [911]
1043 merge_named_face <cycle 1> [259]
-----------------------------------------------
0.00 0.00 16/16 text_quoting_style <cycle 4> [588]
[606] 0.0 0.00 0.00 16 make_string_from_bytes [606]
0.00 0.00 16/52741 make_uninit_multibyte_string [221]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
543 Fmacroexpand <cycle 4> [396]
[607] 0.0 0.00 0.00 545 Fautoload_do_load <cycle 4> [607]
0.00 0.00 2/1041 record_unwind_save_match_data [334]
0.00 0.00 2/34146 Fequal [239]
0.00 0.00 4/310341 grow_specpdl [706]
0.00 0.00 2/8014 record_unwind_protect [785]
0.00 0.00 2/1362857 Fcdr [690]
0.00 0.00 2/72024 Fcar [717]
0.00 0.00 2/11536 Findirect_function [760]
2 Fload <cycle 4> [428]
2 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 2/2 note_mouse_highlight <cycle 4> [489]
[608] 0.0 0.00 0.00 2 Fprevious_single_property_change [608]
0.00 0.00 2/1232573 lookup_char_property [20]
0.00 0.00 2/723140 find_interval [59]
0.00 0.00 2/755118 validate_interval_range [114]
0.00 0.00 2/72024 Fcar [717]
0.00 0.00 2/1178700 textget [691]
0.00 0.00 2/5636 previous_interval [804]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [653]
722 decode_coding_object <cycle 4> [361]
[609] 0.0 0.00 0.00 724 decode_coding <cycle 4> [609]
0.00 0.00 2/3 detect_coding_utf_16 [628]
0.00 0.00 2/3 record_first_change [637]
0.00 0.00 724/724 produce_chars [655]
0.00 0.00 724/2863 record_insert [620]
0.00 0.00 724/1027 get_translation_table [1008]
0.00 0.00 724/1030 coding_set_source [1006]
0.00 0.00 724/1327 coding_set_destination [931]
0.00 0.00 722/722 decode_coding_utf_8 [1063]
0.00 0.00 2/2 decode_coding_raw_text [1512]
0.00 0.00 1/3 record_xmalloc [1479]
721 set_buffer_internal_1 <cycle 4> [805]
1 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 1/4 set_text_properties [570]
0.00 0.00 3/4 add_text_properties_1 <cycle 4> [305]
[610] 0.0 0.00 0.00 4 create_root_interval [610]
0.00 0.00 4/1007 make_interval [373]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [305]
[611] 0.0 0.00 0.00 4 split_interval_left [611]
0.00 0.00 4/1007 make_interval [373]
0.00 0.00 4/730824 balance_an_interval [695]
0.00 0.00 4/709113 balance_possible_root_interval [696]
-----------------------------------------------
0.00 0.00 7/7 fontset_find_font [76]
[612] 0.0 0.00 0.00 7 font_match_p [612]
0.00 0.00 1/59982 assq_no_quit [116]
0.00 0.00 1/27 font_score [1231]
0.00 0.00 1/604523 xftfont_encode_char [700]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[613] 0.0 0.00 0.00 1 Fkill_emacs <cycle 4> [613]
0.00 0.00 1/1 x_clipboard_manager_save_all [614]
1 run_hook <cycle 4> [1390]
1 shut_down_emacs <cycle 4> [1617]
1 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
0.00 0.00 1/1 Fkill_emacs <cycle 4> [613]
[614] 0.0 0.00 0.00 1 x_clipboard_manager_save_all [614]
0.00 0.00 1/59982 assq_no_quit [116]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[615] 0.0 0.00 0.00 3 Fterminal_list [615]
0.00 0.00 4/954743 Fcons [30]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [337]
[616] 0.0 0.00 0.00 1 make_frame <cycle 4> [616]
0.00 0.00 2/2 make_window [629]
0.00 0.00 1/954743 Fcons [30]
0.00 0.00 1/1471 allocate_pseudovector [435]
0.00 0.00 1/60449 Fcurrent_buffer [719]
0.00 0.00 1/17991 list1 [747]
0.00 0.00 1/72024 Fcar [717]
2 unbind_to <cycle 4> [340]
2 set_window_buffer <cycle 4> [516]
-----------------------------------------------
2 Fx_create_frame <cycle 4> [337]
[617] 0.0 0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [617]
0.00 0.00 2/51 x_get_arg [475]
0.00 0.00 2/49 xrdb_get_resource [1186]
0.00 0.00 2/5 display_x_get_resource [1404]
2 x_set_frame_parameters <cycle 4> [399]
-----------------------------------------------
1 x_term_init <cycle 4> [634]
[618] 0.0 0.00 0.00 1 create_terminal <cycle 4> [618]
0.00 0.00 2/1030 setup_coding_system [383]
0.00 0.00 2/10 Fcoding_system_p [587]
0.00 0.00 1/1471 allocate_pseudovector [435]
0.00 0.00 2/2067 intern_1 [644]
0.00 0.00 2/42250 xmalloc [726]
2 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 1920/1920 char_table_set [198]
[619] 0.0 0.00 0.00 1920 sub_char_table_set [619]
0.00 0.00 24/170 make_sub_char_table [537]
-----------------------------------------------
0.00 0.00 413/2863 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 724/2863 decode_coding <cycle 4> [609]
0.00 0.00 725/2863 insert_from_gap [654]
0.00 0.00 1001/2863 insert_from_string_1 <cycle 4> [233]
[620] 0.0 0.00 0.00 2863 record_insert [620]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1000/1000 prepare_record [650]
0.00 0.00 1/3 record_first_change [637]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[621] 0.0 0.00 0.00 1 Fset_keyboard_coding_system_internal [621]
0.00 0.00 1/4 Fcheck_coding_system [577]
0.00 0.00 1/1030 setup_coding_system [383]
0.00 0.00 1/21 decode_live_terminal [1256]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[622] 0.0 0.00 0.00 1 Fset_terminal_coding_system_internal [622]
0.00 0.00 1/4 Fcheck_coding_system [577]
0.00 0.00 1/1030 setup_coding_system [383]
0.00 0.00 1/21 decode_live_terminal [1256]
0.00 0.00 1/1 coding_charset_list [1586]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[623] 0.0 0.00 0.00 1 x_set_cursor_color [623]
0.00 0.00 1/3 update_face_from_frame_parameter [601]
0.00 0.00 1/12 x_decode_color [568]
0.00 0.00 2/7 unload_color [1375]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/1 x_copy_color [1628]
-----------------------------------------------
0.00 0.00 11/11 fs_query_fontset [292]
[624] 0.0 0.00 0.00 11 fontset_pattern_regexp [624]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 4/17795 make_string [295]
-----------------------------------------------
0.00 0.00 3/1788 Finsert_file_contents <cycle 4> [379]
0.00 0.00 6/1788 unwind_set_match_data [686]
0.00 0.00 6/1788 search_buffer [237]
0.00 0.00 21/1788 bidi_paragraph_init <cycle 4> [572]
0.00 0.00 176/1788 display_mode_element <cycle 4> [85]
0.00 0.00 1576/1788 find_newline [152]
[625] 0.0 0.00 0.00 1788 buf_bytepos_to_charpos [625]
0.00 0.00 8/1085 build_marker [402]
-----------------------------------------------
0.00 0.00 19/19 note_mouse_movement [238]
[626] 0.0 0.00 0.00 19 remember_mouse_glyph [626]
0.00 0.00 19/45 window_from_coordinates [598]
0.00 0.00 17/17 window_relative_x_coord [1289]
0.00 0.00 15/14350 window_box_left_offset [750]
0.00 0.00 1/18 window_box_right_offset [1285]
-----------------------------------------------
5 Ffuncall <cycle 4> [18]
[627] 0.0 0.00 0.00 5 Fkill_local_variable <cycle 4> [627]
0.00 0.00 3/1407350 Fassq [24]
0.00 0.00 2/122261 do_symval_forwarding [712]
0.00 0.00 2/1095 Fdelq [955]
3 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 1/3 decode_coding_gap <cycle 4> [653]
0.00 0.00 2/3 decode_coding <cycle 4> [609]
[628] 0.0 0.00 0.00 3 detect_coding_utf_16 [628]
0.00 0.00 3/505158 hash_lookup [58]
-----------------------------------------------
0.00 0.00 2/2 make_frame <cycle 4> [616]
[629] 0.0 0.00 0.00 2 make_window [629]
0.00 0.00 6/79 Fmake_marker [528]
0.00 0.00 2/1471 allocate_pseudovector [435]
0.00 0.00 4/132 make_float [1125]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[630] 0.0 0.00 0.00 3 Fbackward_prefix_chars [630]
0.00 0.00 3/6617 set_point_both [297]
-----------------------------------------------
0.00 0.00 1/3 ftfont_lookup_cache [351]
0.00 0.00 2/3 where_is_internal <cycle 4> [309]
[631] 0.0 0.00 0.00 3 Fmake_hash_table [631]
0.00 0.00 3/3 make_hash_table [632]
0.00 0.00 6/132 make_float [1125]
-----------------------------------------------
0.00 0.00 3/3 Fmake_hash_table [631]
[632] 0.0 0.00 0.00 3 make_hash_table [632]
0.00 0.00 12/7479 Fmake_vector [371]
0.00 0.00 3/1471 allocate_pseudovector [435]
-----------------------------------------------
60 update_window_cursor <cycle 4> [1159]
1064 x_update_window_end <cycle 4> [953]
[633] 0.0 0.00 0.00 1124 display_and_set_cursor <cycle 4> [633]
0.00 0.00 5/2356 Fassoc [375]
1112 x_draw_window_cursor <cycle 4> [954]
1007 erase_phys_cursor <cycle 4> [222]
-----------------------------------------------
1 Fx_open_connection <cycle 4> [1578]
[634] 0.0 0.00 0.00 1 x_term_init <cycle 4> [634]
0.00 0.00 1/954743 Fcons [30]
0.00 0.00 1/1 allocate_kboard [669]
0.00 0.00 1/17795 make_string [295]
0.00 0.00 1/1 x_session_initialize [670]
0.00 0.00 3/634690 unblock_input_to [697]
0.00 0.00 3/634655 unblock_input [698]
0.00 0.00 3/42250 xmalloc [726]
0.00 0.00 2/19 x_had_errors_p [1274]
0.00 0.00 2/49 xrdb_get_resource [1186]
0.00 0.00 2/5 display_x_get_resource [1404]
0.00 0.00 2/2 fixup_locale [1519]
0.00 0.00 1/1 x_display_ok [1629]
0.00 0.00 1/1357 xzalloc [929]
0.00 0.00 1/1 xlispstrdup [1671]
0.00 0.00 1/4 Fsystem_name [1423]
0.00 0.00 1/1 x_find_modifier_meanings [1630]
0.00 0.00 1/1 xg_create_default_cursor [1665]
0.00 0.00 1/1 x_load_resources [1632]
0.00 0.00 1/1 select_visual [1615]
0.00 0.00 1/183 egetenv_internal [1110]
0.00 0.00 1/20 x_catch_errors_with_handler [1271]
0.00 0.00 1/19 x_uncatch_errors [1276]
0.00 0.00 1/38 xstrdup [1209]
0.00 0.00 1/1 xsettings_initialize [1674]
0.00 0.00 1/3 rpl_fcntl [1482]
0.00 0.00 1/1035 unrequest_sigio [992]
0.00 0.00 1/1032 request_sigio [1002]
0.00 0.00 1/1 xg_initialize [1669]
0.00 0.00 1/1 init_sigio [1601]
0.00 0.00 1/2 add_keyboard_wait_descriptor [1508]
0.00 0.00 1/1 Fset_input_interrupt_mode [1567]
1 create_terminal <cycle 4> [618]
1 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 1/2 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/2 x_set_screen_gamma [547]
[635] 0.0 0.00 0.00 2 x_set_background_color [635]
0.00 0.00 2/12 x_decode_color [568]
0.00 0.00 2/7 unload_color [1375]
-----------------------------------------------
0.00 0.00 1/5 allocate_kboard [669]
0.00 0.00 4/5 read_char <cycle 2> [9]
[636] 0.0 0.00 0.00 5 init_kboard [636]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/3 Fset_keymap_parent [682]
0.00 0.00 2/17991 list1 [747]
0.00 0.00 2/118 Fmake_sparse_keymap [1135]
-----------------------------------------------
0.00 0.00 1/3 record_insert [620]
0.00 0.00 2/3 decode_coding <cycle 4> [609]
[637] 0.0 0.00 0.00 3 record_first_change [637]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/1 Fvisited_file_modtime [1574]
-----------------------------------------------
1 Fposn_at_point <cycle 4> [1562]
[638] 0.0 0.00 0.00 1 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 2/954743 Fcons [30]
0.00 0.00 1/4543 marker_byte_position [814]
0.00 0.00 1/6618 marker_position [794]
0.00 0.00 1/14539 set_window_margins [749]
1 pos_visible_p <cycle 4> [1609]
-----------------------------------------------
0.00 0.00 106/1570 push_menu_pane [677]
0.00 0.00 186/1570 single_menu_item <cycle 4> [640]
0.00 0.00 1278/1570 push_menu_item [643]
[639] 0.0 0.00 0.00 1570 ensure_menu_items [639]
0.00 0.00 12/63 larger_vector [582]
-----------------------------------------------
1297 map_keymap_internal <cycle 4> [527]
[640] 0.0 0.00 0.00 1297 single_menu_item <cycle 4> [640]
0.00 0.00 1278/1278 push_menu_item [643]
0.00 0.00 186/1570 ensure_menu_items [639]
0.00 0.00 1297/1297 parse_menu_item [934]
1297 process_tool_bar_item <cycle 4> [322]
93 single_keymap_panes <cycle 4> [678]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[641] 0.0 0.00 0.00 2 Fkill_all_local_variables <cycle 4> [641]
0.00 0.00 2/10 reset_buffer_local_variables [590]
2 swap_out_buffer_local_variables <cycle 4> [1411]
2 run_hook <cycle 4> [1390]
-----------------------------------------------
4 Frun_hook_with_args_until_failure <cycle 4> [1421]
6 run_hook <cycle 4> [1390]
64 Frun_hooks <cycle 4> [1203]
1000 signal_after_change <cycle 4> [159]
3056 safe_run_hooks <cycle 4> [318]
3148 Ffuncall <cycle 4> [18]
[642] 0.0 0.00 0.00 7278 Fcommandp <cycle 4> [642]
0.00 0.00 1/292896 Fplist_get [63]
0.00 0.00 4054/122261 do_symval_forwarding [712]
0.00 0.00 2001/6172 Fdefault_value [801]
0.00 0.00 2/618605 indirect_function [699]
0.00 0.00 1/121605 Fget [713]
0.00 0.00 1/139 Fsymbol_function [1122]
7276 find_symbol_value <cycle 4> [87]
3051 funcall_nil <cycle 4> [844]
3050 safe_run_hook_funcall <cycle 4> [845]
1046 Ffuncall <cycle 4> [18]
59 run_hook_wrapped_funcall <cycle 4> [1165]
1 funcall_not <cycle 4> [1597]
-----------------------------------------------
0.00 0.00 1278/1278 single_menu_item <cycle 4> [640]
[643] 0.0 0.00 0.00 1278 push_menu_item [643]
0.00 0.00 1278/1570 ensure_menu_items [639]
-----------------------------------------------
0.00 0.00 1/2067 modify_event_symbol [273]
0.00 0.00 1/2067 fontset_from_font <cycle 4> [386]
0.00 0.00 2/2067 create_terminal <cycle 4> [618]
0.00 0.00 3/2067 bidi_initialize <cycle 4> [156]
0.00 0.00 4/2067 Fdo_auto_save <cycle 4> [645]
0.00 0.00 4/2067 readevalloop <cycle 4> [441]
0.00 0.00 1018/2067 top_level_1 <cycle 2> [40]
0.00 0.00 1034/2067 display_mode_element <cycle 4> [85]
[644] 0.0 0.00 0.00 2067 intern_1 [644]
0.00 0.00 1/545 Fmake_symbol [397]
0.00 0.00 1/19176 make_unibyte_string [284]
0.00 0.00 2067/10562 check_obarray [764]
0.00 0.00 2067/5281 oblookup [808]
-----------------------------------------------
1 shut_down_emacs <cycle 4> [1617]
0.00 0.00 3/35497 read_char <cycle 2> [9]
[645] 0.0 0.00 0.00 4 Fdo_auto_save <cycle 4> [645]
0.00 0.00 3/48000 make_specified_string [225]
0.00 0.00 4/2067 intern_1 [644]
0.00 0.00 7/310341 grow_specpdl [706]
0.00 0.00 4/1022 record_unwind_protect_ptr [1014]
0.00 0.00 4/4 record_auto_save [1446]
0.00 0.00 4/4 emacs_fopen [1433]
0.00 0.00 3/2072 record_unwind_protect_void [884]
4 safe_run_hooks <cycle 4> [318]
4 unbind_to <cycle 4> [340]
4 Fexpand_file_name <cycle 4> [133]
3 push_message <cycle 4> [536]
3 Ffile_name_directory <cycle 4> [300]
3 Ffile_directory_p <cycle 4> [303]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [18]
[646] 0.0 0.00 0.00 11 Fgetenv_internal [646]
0.00 0.00 3/17795 make_string [295]
0.00 0.00 11/194 getenv_internal [1106]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[647] 0.0 0.00 0.00 1 x_set_border_color [647]
0.00 0.00 1/12 x_decode_color [568]
0.00 0.00 1/7 unload_color [1375]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[648] 0.0 0.00 0.00 1 x_set_foreground_color [648]
0.00 0.00 1/12 x_decode_color [568]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[649] 0.0 0.00 0.00 1 Fremove_text_properties <cycle 4> [649]
0.00 0.00 1/723140 find_interval [59]
0.00 0.00 1/755118 validate_interval_range [114]
0.00 0.00 961/961 remove_properties [1048]
0.00 0.00 960/491439 next_interval [703]
0.00 0.00 2/3777 validate_plist [824]
1 modify_text_properties <cycle 4> [976]
1 signal_after_change <cycle 4> [159]
-----------------------------------------------
0.00 0.00 1000/1000 record_insert [620]
[650] 0.0 0.00 0.00 1000 prepare_record [650]
0.00 0.00 1/954743 Fcons [30]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[651] 0.0 0.00 0.00 1 Fcharsetp [651]
0.00 0.00 1/505158 hash_lookup [58]
-----------------------------------------------
0.00 0.00 1/1 Finsert_file_contents <cycle 4> [379]
[652] 0.0 0.00 0.00 1 raw_text_coding_system [652]
0.00 0.00 1/10077 Fgethash [265]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [379]
[653] 0.0 0.00 0.00 3 decode_coding_gap <cycle 4> [653]
0.00 0.00 1/3 detect_coding_utf_16 [628]
0.00 0.00 3/60449 Fcurrent_buffer [719]
0.00 0.00 3/3 detect_coding [1473]
0.00 0.00 2/1027 get_translation_table [1008]
0.00 0.00 2/2 check_ascii [1511]
2 code_conversion_save <cycle 4> [381]
2 decode_coding <cycle 4> [609]
-----------------------------------------------
0.00 0.00 1/725 Finsert_file_contents <cycle 4> [379]
0.00 0.00 724/725 produce_chars [655]
[654] 0.0 0.00 0.00 725 insert_from_gap [654]
0.00 0.00 725/2863 record_insert [620]
0.00 0.00 725/2734 invalidate_buffer_caches [853]
0.00 0.00 725/2139 adjust_overlays_for_insert [877]
0.00 0.00 725/2139 adjust_markers_for_insert [876]
-----------------------------------------------
0.00 0.00 724/724 decode_coding <cycle 4> [609]
[655] 0.0 0.00 0.00 724 produce_chars [655]
0.00 0.00 724/725 insert_from_gap [654]
0.00 0.00 1/302 alloc_destination [1091]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[656] 0.0 0.00 0.00 1 Fmapc <cycle 4> [656]
0.00 0.00 1/139293 Flength [142]
1 mapcar1 <cycle 4> [1167]
-----------------------------------------------
0.00 0.00 2/2017 redisplay_internal [10]
0.00 0.00 2/2017 next_window [565]
0.00 0.00 3/2017 propagate_buffer_redisplay [141]
0.00 0.00 2010/2017 window_list_1 [227]
[657] 0.0 0.00 0.00 2017 window_list [657]
0.00 0.00 4/49 foreach_window_1 [593]
0.00 0.00 4/5628 Fnreverse [458]
0.00 0.00 4/50 Fcurrent_window_configuration [663]
0.00 0.00 4/2124 Fnconc [880]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1609]
826 move_it_vertically_backward <cycle 4> [174]
1000 Fline_pixel_height <cycle 4> [1041]
[658] 0.0 0.00 0.00 1827 line_bottom_y <cycle 4> [658]
0.00 0.00 1/479841 x_produce_glyphs [81]
1000 move_it_by_lines <cycle 4> [823]
-----------------------------------------------
48 with_echo_area_buffer <cycle 4> [461]
56 setup_echo_area_for_printing <cycle 4> [557]
[659] 0.0 0.00 0.00 104 ensure_echo_area_buffers <cycle 4> [659]
0.00 0.00 2/14288 make_formatted_string [304]
2 Fget_buffer_create <cycle 4> [452]
-----------------------------------------------
3 tool_bar_items <cycle 4> [485]
116 Fmap_keymap <cycle 4> [1136]
1682 where_is_internal <cycle 4> [309]
1820 Faccessible_keymaps <cycle 4> [358]
[660] 0.0 0.00 0.00 3621 map_keymap <cycle 4> [660]
0.00 0.00 10867/672387 get_keymap [518]
3625 map_keymap_internal <cycle 4> [527]
-----------------------------------------------
0.00 0.00 81/81 Ffuncall <cycle 4> [18]
[661] 0.0 0.00 0.00 81 Fwindow_left_child [661]
0.00 0.00 81/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 81/81 Ffuncall <cycle 4> [18]
[662] 0.0 0.00 0.00 81 Fwindow_top_child [662]
0.00 0.00 81/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 1/50 Ffuncall <cycle 4> [18]
0.00 0.00 4/50 window_list [657]
0.00 0.00 45/50 window_from_coordinates [598]
[663] 0.0 0.00 0.00 50 Fcurrent_window_configuration [663]
0.00 0.00 2/7479 Fmake_vector [371]
0.00 0.00 1/1471 allocate_pseudovector [435]
0.00 0.00 1/12539 allocate_vector [354]
0.00 0.00 1/8454 save_window_save [503]
0.00 0.00 1/3074 decode_live_frame [841]
0.00 0.00 1/2 Fset_window_new_pixel [1506]
-----------------------------------------------
0.00 0.00 79/79 Ffuncall <cycle 4> [18]
[664] 0.0 0.00 0.00 79 Fwindow_minibuffer_p [664]
0.00 0.00 76/8454 save_window_save [503]
-----------------------------------------------
42 Ffuncall <cycle 4> [18]
499 shadow_lookup <cycle 4> [521]
3070 Fkey_binding <cycle 4> [328]
[665] 0.0 0.00 0.00 3611 Flookup_key <cycle 4> [665]
0.00 0.00 7075/672387 get_keymap [518]
0.00 0.00 3896/11312 Faref [762]
3896 access_keymap_1 <cycle 4> [130]
3319 get_keyelt <cycle 4> [569]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[666] 0.0 0.00 0.00 1 set_frame_cursor_types [666]
0.00 0.00 1/2356 Fassoc [375]
0.00 0.00 1/1 get_specified_cursor_type [1600]
-----------------------------------------------
0.00 0.00 1/1 font_put_frame_data [604]
[667] 0.0 0.00 0.00 1 make_save_ptr [667]
0.00 0.00 1/2863 allocate_misc [370]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[668] 0.0 0.00 0.00 1 Fequal_including_properties [668]
0.00 0.00 1/38465 internal_equal [234]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[669] 0.0 0.00 0.00 1 allocate_kboard [669]
0.00 0.00 1/5 init_kboard [636]
0.00 0.00 1/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[670] 0.0 0.00 0.00 1 x_session_initialize [670]
0.00 0.00 1/17795 make_string [295]
0.00 0.00 1/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 2/4 Fload <cycle 4> [428]
0.00 0.00 2/4 Feval_buffer <cycle 4> [525]
[671] 0.0 0.00 0.00 4 lisp_file_lexically_bound_p [671]
0.00 0.00 91/28173 readchar [490]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [18]
[672] 0.0 0.00 0.00 22 Fwindow_next_sibling [672]
0.00 0.00 22/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 61/1095 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1034/1095 display_mode_line <cycle 4> [335]
[673] 0.0 0.00 0.00 1095 format_mode_line_unwind_data [673]
0.00 0.00 1/7479 Fmake_vector [371]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[674] 0.0 0.00 0.00 5 Fframe_or_buffer_changed_p [674]
0.00 0.00 1/7479 Fmake_vector [371]
0.00 0.00 10/1214 Fbuffer_modified_p [941]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [546]
[675] 0.0 0.00 0.00 2 init_menu_items [675]
0.00 0.00 1/7479 Fmake_vector [371]
-----------------------------------------------
0.00 0.00 18/18 Ffuncall <cycle 4> [18]
[676] 0.0 0.00 0.00 18 Fwindow_parent [676]
0.00 0.00 18/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 106/106 single_keymap_panes <cycle 4> [678]
[677] 0.0 0.00 0.00 106 push_menu_pane [677]
0.00 0.00 106/1570 ensure_menu_items [639]
-----------------------------------------------
13 parse_single_submenu <cycle 4> [571]
93 single_menu_item <cycle 4> [640]
[678] 0.0 0.00 0.00 106 single_keymap_panes <cycle 4> [678]
0.00 0.00 106/106 push_menu_pane [677]
106 map_keymap_internal <cycle 4> [527]
106 map_keymap_canonical <cycle 4> [1137]
-----------------------------------------------
0.00 0.00 13/129 parse_single_submenu <cycle 4> [571]
0.00 0.00 116/129 Ffuncall <cycle 4> [18]
[679] 0.0 0.00 0.00 129 Fkeymap_prompt [679]
0.00 0.00 1372/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 1014/1014 read_key_sequence.constprop.44 <cycle 2> [11]
[680] 0.0 0.00 0.00 1014 follow_key [680]
0.00 0.00 1014/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 4/8 Fset_keymap_parent [682]
0.00 0.00 4/8 Ffuncall <cycle 4> [18]
[681] 0.0 0.00 0.00 8 keymap_parent [681]
0.00 0.00 725/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 1/3 init_kboard [636]
0.00 0.00 2/3 Ffuncall <cycle 4> [18]
[682] 0.0 0.00 0.00 3 Fset_keymap_parent [682]
0.00 0.00 4/8 keymap_parent [681]
0.00 0.00 26/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 373/373 Ffuncall <cycle 4> [18]
[683] 0.0 0.00 0.00 373 Fkeymapp [683]
0.00 0.00 373/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[684] 0.0 0.00 0.00 2 Fset_window_new_total [684]
0.00 0.00 2/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[685] 0.0 0.00 0.00 2 Fwindow_new_total [685]
0.00 0.00 2/8454 save_window_save [503]
-----------------------------------------------
0.00 0.00 3/1044 boyer_moore [688]
0.00 0.00 1041/1044 unbind_to <cycle 4> [340]
[686] 0.0 0.00 0.00 1044 unwind_set_match_data [686]
0.00 0.00 6/1788 buf_bytepos_to_charpos [625]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[687] 0.0 0.00 0.00 5 Fuse_local_map [687]
0.00 0.00 5/672387 get_keymap [518]
-----------------------------------------------
0.00 0.00 20/20 search_buffer [237]
[688] 0.0 0.00 0.00 20 boyer_moore [688]
0.00 0.00 3/1044 unwind_set_match_data [686]
0.00 0.00 456/11312 Faref [762]
-----------------------------------------------
0.00 0.00 943394/1905270 bidi_cache_find [97]
0.00 0.00 961876/1905270 bidi_cache_iterator_state [692]
[689] 0.0 0.00 0.00 1905270 bidi_cache_search.constprop.3 [689]
-----------------------------------------------
0.00 0.00 1/1362857 delete_frame <cycle 4> [170]
0.00 0.00 1/1362857 x_set_font <cycle 4> [350]
0.00 0.00 1/1362857 x_get_arg [475]
0.00 0.00 1/1362857 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 2/1362857 frame_inhibit_resize [599]
0.00 0.00 2/1362857 x_wm_set_size_hint [440]
0.00 0.00 2/1362857 Fautoload_do_load <cycle 4> [607]
0.00 0.00 3/1362857 Fgenerate_new_buffer_name [1456]
0.00 0.00 3/1362857 Fset_buffer <cycle 4> [860]
0.00 0.00 3/1362857 merge <cycle 4> [1478]
0.00 0.00 3/1362857 Fsort [584]
0.00 0.00 6/1362857 font_load_for_lface [241]
0.00 0.00 7/1362857 fontset_find_font [76]
0.00 0.00 8/1362857 handle_one_xevent [180]
0.00 0.00 13/1362857 parse_single_submenu <cycle 4> [571]
0.00 0.00 16/1362857 read_char <cycle 2> [9]
0.00 0.00 52/1362857 Fnew_fontset <cycle 4> [426]
0.00 0.00 61/1362857 x_consider_frame_title <cycle 4> [291]
0.00 0.00 70/1362857 message_dolog <cycle 4> [394]
0.00 0.00 75/1362857 Fget_buffer_create <cycle 4> [452]
0.00 0.00 108/1362857 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 333/1362857 Fset_fontset_font <cycle 4> [28]
0.00 0.00 375/1362857 FletX <cycle 4> [460]
0.00 0.00 378/1362857 Flet <cycle 4> [512]
0.00 0.00 430/1362857 apply_lambda <cycle 4> [313]
0.00 0.00 500/1362857 Fsetq <cycle 4> [406]
0.00 0.00 576/1362857 scan_sexps_forward [39]
0.00 0.00 576/1362857 validate_plist [824]
0.00 0.00 744/1362857 read_vector <cycle 5> [478]
0.00 0.00 999/1362857 offset_intervals [246]
0.00 0.00 1037/1362857 font_clear_prop [264]
0.00 0.00 1856/1362857 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 1856/1362857 where_is_internal <cycle 4> [309]
0.00 0.00 2044/1362857 add_properties [314]
0.00 0.00 6207/1362857 Ffuncall <cycle 4> [18]
0.00 0.00 9096/1362857 eval_sub <cycle 4> [139]
0.00 0.00 1335412/1362857 lookup_char_property [20]
[690] 0.0 0.00 0.00 1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 2/1178700 Fprevious_single_property_change [608]
0.00 0.00 17/1178700 note_mouse_highlight <cycle 4> [489]
0.00 0.00 1119/1178700 Ffuncall <cycle 4> [18]
0.00 0.00 1174/1178700 Ftext_property_any [353]
0.00 0.00 5572/1178700 verify_interval_modification [260]
0.00 0.00 8233/1178700 face_at_buffer_position [161]
0.00 0.00 9098/1178700 Fget_pos_property [155]
0.00 0.00 10340/1178700 handle_invisible_prop [168]
0.00 0.00 19348/1178700 text_property_stickiness [173]
0.00 0.00 63075/1178700 face_at_string_position [53]
0.00 0.00 157329/1178700 compute_stop_pos [42]
0.00 0.00 412547/1178700 Fnext_single_property_change [37]
0.00 0.00 490846/1178700 get_char_property_and_overlay [19]
[691] 0.0 0.00 0.00 1178700 textget [691]
-----------------------------------------------
0.00 0.00 1034/961876 bidi_find_bracket_pairs <cycle 4> [122]
0.00 0.00 462218/961876 bidi_level_of_next_char <cycle 4> [32]
0.00 0.00 498624/961876 bidi_move_to_visually_next <cycle 4> [44]
[692] 0.0 0.00 0.00 961876 bidi_cache_iterator_state [692]
0.00 0.00 961876/1905270 bidi_cache_search.constprop.3 [689]
0.00 0.00 498624/498624 bidi_cache_ensure_space [701]
-----------------------------------------------
0.00 0.00 20500/958764 Fget_pos_property [155]
0.00 0.00 938264/958764 get_char_property_and_overlay [19]
[693] 0.0 0.00 0.00 958764 set_buffer_temp [693]
-----------------------------------------------
0.00 0.00 755118/755118 validate_interval_range [114]
[694] 0.0 0.00 0.00 755118 CHECK_STRING_OR_BUFFER [694]
-----------------------------------------------
994 balance_an_interval [695]
0.00 0.00 4/730824 split_interval_left [611]
0.00 0.00 20/730824 sweep_buffers [854]
0.00 0.00 444/730824 sweep_strings [111]
0.00 0.00 997/730824 split_interval_right [374]
0.00 0.00 999/730824 graft_intervals_into_buffer [253]
0.00 0.00 7978/730824 offset_intervals [246]
0.00 0.00 20248/730824 balance_intervals_internal [1082]
0.00 0.00 700134/730824 balance_possible_root_interval [696]
[695] 0.0 0.00 0.00 730824+994 balance_an_interval [695]
994 balance_an_interval [695]
-----------------------------------------------
0.00 0.00 4/709113 split_interval_left [611]
0.00 0.00 999/709113 split_interval_right [374]
0.00 0.00 8977/709113 offset_intervals [246]
0.00 0.00 699133/709113 find_interval [59]
[696] 0.0 0.00 0.00 709113 balance_possible_root_interval [696]
0.00 0.00 700134/730824 balance_an_interval [695]
-----------------------------------------------
0.00 0.00 1/634690 check_glyph_memory [1583]
0.00 0.00 1/634690 other_visible_frames [495]
0.00 0.00 1/634690 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/634690 x_set_alpha <cycle 4> [1635]
0.00 0.00 1/634690 show_hourglass <cycle 4> [296]
0.00 0.00 1/634690 echo_area_display <cycle 4> [1222]
0.00 0.00 1/634690 Fwindow_resize_apply_total [1577]
0.00 0.00 1/634690 Fset_window_configuration <cycle 4> [482]
0.00 0.00 1/634690 free_frame_faces [1596]
0.00 0.00 1/634690 x_set_offset [520]
0.00 0.00 1/634690 Fx_wm_set_size_hint [519]
0.00 0.00 1/634690 x_make_gc [1633]
0.00 0.00 1/634690 Fx_backspace_delete_keys_p [494]
0.00 0.00 1/634690 x_set_cursor_color [623]
0.00 0.00 1/634690 x_window <cycle 4> [496]
0.00 0.00 1/634690 read_and_apply_settings [1610]
0.00 0.00 1/634690 xsettings_initialize [1674]
0.00 0.00 1/634690 xg_update_frame_menubar <cycle 4> [1451]
0.00 0.00 1/634690 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 1/634690 read_char <cycle 2> [9]
0.00 0.00 1/634690 xftfont_close [1663]
0.00 0.00 2/634690 redraw_frame <cycle 4> [405]
0.00 0.00 2/634690 delete_frame <cycle 4> [170]
0.00 0.00 2/634690 init_iterator <cycle 4> [160]
0.00 0.00 2/634690 x_wm_supports [1662]
0.00 0.00 2/634690 Fx_change_window_property [457]
0.00 0.00 2/634690 x_set_mouse_color [486]
0.00 0.00 2/634690 xg_set_icon <cycle 4> [1547]
0.00 0.00 2/634690 x_wm_set_size_hint [440]
0.00 0.00 2/634690 open_directory [1528]
0.00 0.00 2/634690 directory_files_internal <cycle 4> [293]
0.00 0.00 3/634690 redisplay_internal [10]
0.00 0.00 3/634690 x_wait_for_event [434]
0.00 0.00 3/634690 x_term_init <cycle 4> [634]
0.00 0.00 3/634690 Fx_create_frame <cycle 4> [337]
0.00 0.00 4/634690 clear_face_cache [456]
0.00 0.00 4/634690 x_scroll_bar_create [453]
0.00 0.00 4/634690 xg_update_scrollbar_pos [1452]
0.00 0.00 4/634690 unbind_to <cycle 4> [340]
0.00 0.00 5/634690 realize_basic_faces [242]
0.00 0.00 5/634690 Fx_selection_exists_p [412]
0.00 0.00 6/634690 adjust_frame_size <cycle 4> [468]
0.00 0.00 6/634690 update_cursor_in_window_tree <cycle 4> [1490]
0.00 0.00 6/634690 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 6/634690 x_real_pos_and_offsets [1395]
0.00 0.00 6/634690 Fx_register_dnd_atom [401]
0.00 0.00 6/634690 Fkill_buffer <cycle 4> [530]
0.00 0.00 7/634690 unload_color [1375]
0.00 0.00 8/634690 set_frame_menubar <cycle 4> [546]
0.00 0.00 8/634690 detect_input_pending_run_timers [125]
0.00 0.00 9/634690 get_current_wm_state [1355]
0.00 0.00 10/634690 Fget_buffer_create <cycle 4> [452]
0.00 0.00 10/634690 lookup_image <cycle 4> [576]
0.00 0.00 11/634690 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 11/634690 xg_select [454]
0.00 0.00 14/634690 XTring_bell <cycle 4> [874]
0.00 0.00 14/634690 xftfont_open [410]
0.00 0.00 16/634690 clear_image_cache [388]
0.00 0.00 24/634690 prepare_face_for_display [709]
0.00 0.00 24/634690 Fgarbage_collect <cycle 4> [57]
0.00 0.00 26/634690 xfont_list_pattern [301]
0.00 0.00 33/634690 unwind_to_catch <cycle 4> [1219]
0.00 0.00 35/634690 read1 <cycle 5> [368]
0.00 0.00 40/634690 define_image_type [1205]
0.00 0.00 48/634690 x_make_frame_visible <cycle 4> [319]
0.00 0.00 48/634690 make_gap [1189]
0.00 0.00 51/634690 free_realized_face [1406]
0.00 0.00 59/634690 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 108/634690 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 108/634690 x_scroll_run <cycle 4> [1177]
0.00 0.00 151/634690 x_defined_color [455]
0.00 0.00 1063/634690 update_window <cycle 4> [86]
0.00 0.00 1087/634690 update_window_line <cycle 4> [416]
0.00 0.00 1110/634690 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 1116/634690 x_update_window_end <cycle 4> [953]
0.00 0.00 1305/634690 free_menubar_widget_value_tree [1439]
0.00 0.00 1309/634690 make_widget_value [933]
0.00 0.00 1646/634690 x_write_glyphs <cycle 4> [914]
0.00 0.00 2061/634690 xftfont_get_colors [781]
0.00 0.00 3318/634690 event_handler_gdk [181]
0.00 0.00 4418/634690 xg_win_to_widget [815]
0.00 0.00 8305/634690 xftfont_draw [191]
0.00 0.00 9144/634690 XTread_socket <cycle 3> [64]
0.00 0.00 18613/634690 readbyte_from_file [491]
0.00 0.00 579207/634690 xftfont_text_extents [100]
[697] 0.0 0.00 0.00 634690 unblock_input_to [697]
-----------------------------------------------
0.00 0.00 1/634655 check_glyph_memory [1583]
0.00 0.00 1/634655 other_visible_frames [495]
0.00 0.00 1/634655 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/634655 x_set_alpha <cycle 4> [1635]
0.00 0.00 1/634655 show_hourglass <cycle 4> [296]
0.00 0.00 1/634655 echo_area_display <cycle 4> [1222]
0.00 0.00 1/634655 Fwindow_resize_apply_total [1577]
0.00 0.00 1/634655 Fset_window_configuration <cycle 4> [482]
0.00 0.00 1/634655 free_frame_faces [1596]
0.00 0.00 1/634655 x_set_offset [520]
0.00 0.00 1/634655 Fx_wm_set_size_hint [519]
0.00 0.00 1/634655 x_make_gc [1633]
0.00 0.00 1/634655 Fx_backspace_delete_keys_p [494]
0.00 0.00 1/634655 x_set_cursor_color [623]
0.00 0.00 1/634655 x_window <cycle 4> [496]
0.00 0.00 1/634655 read_and_apply_settings [1610]
0.00 0.00 1/634655 xsettings_initialize [1674]
0.00 0.00 1/634655 xg_update_frame_menubar <cycle 4> [1451]
0.00 0.00 1/634655 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 1/634655 read_char <cycle 2> [9]
0.00 0.00 1/634655 xftfont_close [1663]
0.00 0.00 2/634655 redraw_frame <cycle 4> [405]
0.00 0.00 2/634655 delete_frame <cycle 4> [170]
0.00 0.00 2/634655 init_iterator <cycle 4> [160]
0.00 0.00 2/634655 x_wm_supports [1662]
0.00 0.00 2/634655 Fx_change_window_property [457]
0.00 0.00 2/634655 x_set_mouse_color [486]
0.00 0.00 2/634655 xg_set_icon <cycle 4> [1547]
0.00 0.00 2/634655 x_wm_set_size_hint [440]
0.00 0.00 2/634655 open_directory [1528]
0.00 0.00 2/634655 directory_files_internal <cycle 4> [293]
0.00 0.00 3/634655 redisplay_internal [10]
0.00 0.00 3/634655 x_term_init <cycle 4> [634]
0.00 0.00 3/634655 Fx_create_frame <cycle 4> [337]
0.00 0.00 4/634655 clear_face_cache [456]
0.00 0.00 4/634655 x_scroll_bar_create [453]
0.00 0.00 4/634655 xg_update_scrollbar_pos [1452]
0.00 0.00 4/634655 unbind_to <cycle 4> [340]
0.00 0.00 5/634655 realize_basic_faces [242]
0.00 0.00 5/634655 Fx_selection_exists_p [412]
0.00 0.00 6/634655 adjust_frame_size <cycle 4> [468]
0.00 0.00 6/634655 update_cursor_in_window_tree <cycle 4> [1490]
0.00 0.00 6/634655 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 6/634655 x_real_pos_and_offsets [1395]
0.00 0.00 6/634655 Fx_register_dnd_atom [401]
0.00 0.00 6/634655 Fkill_buffer <cycle 4> [530]
0.00 0.00 7/634655 unload_color [1375]
0.00 0.00 8/634655 set_frame_menubar <cycle 4> [546]
0.00 0.00 8/634655 detect_input_pending_run_timers [125]
0.00 0.00 9/634655 get_current_wm_state [1355]
0.00 0.00 10/634655 Fget_buffer_create <cycle 4> [452]
0.00 0.00 10/634655 lookup_image <cycle 4> [576]
0.00 0.00 11/634655 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 11/634655 xg_select [454]
0.00 0.00 14/634655 XTring_bell <cycle 4> [874]
0.00 0.00 14/634655 xftfont_open [410]
0.00 0.00 16/634655 clear_image_cache [388]
0.00 0.00 24/634655 prepare_face_for_display [709]
0.00 0.00 24/634655 Fgarbage_collect <cycle 4> [57]
0.00 0.00 26/634655 xfont_list_pattern [301]
0.00 0.00 35/634655 read1 <cycle 5> [368]
0.00 0.00 40/634655 define_image_type [1205]
0.00 0.00 48/634655 x_make_frame_visible <cycle 4> [319]
0.00 0.00 48/634655 make_gap [1189]
0.00 0.00 51/634655 free_realized_face [1406]
0.00 0.00 59/634655 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 108/634655 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 108/634655 x_scroll_run <cycle 4> [1177]
0.00 0.00 151/634655 x_defined_color [455]
0.00 0.00 1063/634655 update_window <cycle 4> [86]
0.00 0.00 1087/634655 update_window_line <cycle 4> [416]
0.00 0.00 1110/634655 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 1117/634655 x_update_window_end <cycle 4> [953]
0.00 0.00 1305/634655 free_menubar_widget_value_tree [1439]
0.00 0.00 1309/634655 make_widget_value [933]
0.00 0.00 1646/634655 x_write_glyphs <cycle 4> [914]
0.00 0.00 2061/634655 xftfont_get_colors [781]
0.00 0.00 3318/634655 event_handler_gdk [181]
0.00 0.00 4418/634655 xg_win_to_widget [815]
0.00 0.00 8305/634655 xftfont_draw [191]
0.00 0.00 9144/634655 XTread_socket <cycle 3> [64]
0.00 0.00 18613/634655 readbyte_from_file [491]
0.00 0.00 579207/634655 xftfont_text_extents [100]
[698] 0.0 0.00 0.00 634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 2/618605 Fcommandp <cycle 4> [642]
0.00 0.00 55/618605 eval_sub <cycle 4> [139]
0.00 0.00 1017/618605 Finteractive_form [357]
0.00 0.00 3015/618605 Ffuncall <cycle 4> [18]
0.00 0.00 614516/618605 get_keymap [518]
[699] 0.0 0.00 0.00 618605 indirect_function [699]
-----------------------------------------------
0.00 0.00 1/604523 font_match_p [612]
0.00 0.00 6/604523 Finternal_char_font [514]
0.00 0.00 128954/604523 get_glyph_face_and_encoding [710]
0.00 0.00 475562/604523 get_char_glyph_code [705]
[700] 0.0 0.00 0.00 604523 xftfont_encode_char [700]
-----------------------------------------------
0.00 0.00 498624/498624 bidi_cache_iterator_state [692]
[701] 0.0 0.00 0.00 498624 bidi_cache_ensure_space [701]
0.00 0.00 1/25 xpalloc [1237]
-----------------------------------------------
0.00 0.00 495235/495235 hash_lookup [58]
[702] 0.0 0.00 0.00 495235 hashfn_eq [702]
-----------------------------------------------
0.00 0.00 960/491439 Fremove_text_properties <cycle 4> [649]
0.00 0.00 978/491439 Fremove_list_of_text_properties [372]
0.00 0.00 1121/491439 Ftext_property_any [353]
0.00 0.00 1550/491439 add_text_properties_1 <cycle 4> [305]
0.00 0.00 3574/491439 verify_interval_modification [260]
0.00 0.00 31465/491439 compute_stop_pos [42]
0.00 0.00 63523/491439 Fnext_property_change [283]
0.00 0.00 388268/491439 Fnext_single_property_change [37]
[703] 0.0 0.00 0.00 491439 next_interval [703]
-----------------------------------------------
21 bidi_fetch_char_skip_isolates <cycle 4> [573]
13657 bidi_level_of_next_char <cycle 4> [32]
466496 bidi_resolve_explicit <cycle 4> [33]
[704] 0.0 0.00 0.00 480174 bidi_fetch_char <cycle 4> [704]
25684 compute_display_string_pos <cycle 4> [124]
-----------------------------------------------
0.00 0.00 475562/475562 x_produce_glyphs [81]
[705] 0.0 0.00 0.00 475562 get_char_glyph_code [705]
0.00 0.00 475562/604523 xftfont_encode_char [700]
-----------------------------------------------
0.00 0.00 1/310341 Fx_create_frame <cycle 4> [337]
0.00 0.00 1/310341 Frecursive_edit [1]
0.00 0.00 2/310341 save_menu_items [595]
0.00 0.00 2/310341 set_frame_menubar <cycle 4> [546]
0.00 0.00 2/310341 load_charset <cycle 4> [251]
0.00 0.00 2/310341 directory_files_internal <cycle 4> [293]
0.00 0.00 2/310341 Feval_buffer <cycle 4> [525]
0.00 0.00 3/310341 show_hourglass <cycle 4> [296]
0.00 0.00 3/310341 set_window_buffer <cycle 4> [516]
0.00 0.00 3/310341 Fkill_buffer <cycle 4> [530]
0.00 0.00 3/310341 record_xmalloc [1479]
0.00 0.00 4/310341 Fautoload_do_load <cycle 4> [607]
0.00 0.00 4/310341 readevalloop <cycle 4> [441]
0.00 0.00 6/310341 Finsert_file_contents <cycle 4> [379]
0.00 0.00 7/310341 Fdo_auto_save <cycle 4> [645]
0.00 0.00 12/310341 Fload <cycle 4> [428]
0.00 0.00 13/310341 digest_single_submenu <cycle 4> [1315]
0.00 0.00 20/310341 truncate_undo_list <cycle 4> [1269]
0.00 0.00 24/310341 Fgarbage_collect <cycle 4> [57]
0.00 0.00 48/310341 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 61/310341 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1000/310341 signal_after_change <cycle 4> [159]
0.00 0.00 1014/310341 command_loop_1 <cycle 2> [12]
0.00 0.00 1017/310341 Ffuncall_interactively <cycle 4> [1023]
0.00 0.00 1019/310341 wait_reading_process_output [15]
0.00 0.00 1025/310341 code_conversion_save <cycle 4> [381]
0.00 0.00 1034/310341 redisplay_internal [10]
0.00 0.00 2068/310341 display_mode_line <cycle 4> [335]
0.00 0.00 4759/310341 exec_byte_code <cycle 4> [56]
0.00 0.00 102649/310341 specbind <cycle 4> [104]
0.00 0.00 194533/310341 record_in_backtrace [708]
[706] 0.0 0.00 0.00 310341 grow_specpdl [706]
-----------------------------------------------
0.00 0.00 2247/230461 Fsuspicious_object [1085]
0.00 0.00 228214/230461 sweep_vectors [1247]
[707] 0.0 0.00 0.00 230461 vector_nbytes [707]
-----------------------------------------------
0.00 0.00 24/194533 Fgarbage_collect <cycle 4> [57]
0.00 0.00 1031/194533 redisplay_internal [10]
0.00 0.00 15304/194533 eval_sub <cycle 4> [139]
0.00 0.00 178174/194533 Ffuncall <cycle 4> [18]
[708] 0.0 0.00 0.00 194533 record_in_backtrace [708]
0.00 0.00 194533/310341 grow_specpdl [706]
-----------------------------------------------
0.00 0.00 2/139429 x_set_mouse_face_gc [559]
0.00 0.00 2168/139429 draw_fringe_bitmap_1 <cycle 4> [196]
0.00 0.00 8305/139429 x_set_glyph_string_gc [558]
0.00 0.00 128954/139429 get_glyph_face_and_encoding [710]
[709] 0.0 0.00 0.00 139429 prepare_face_for_display [709]
0.00 0.00 24/634690 unblock_input_to [697]
0.00 0.00 24/634655 unblock_input [698]
0.00 0.00 12/12 xftfont_prepare_face [1324]
0.00 0.00 12/12 font_prepare_for_face [1321]
-----------------------------------------------
0.00 0.00 32587/128954 fill_glyph_string [786]
0.00 0.00 96367/128954 x_get_glyph_overhangs [171]
[710] 0.0 0.00 0.00 128954 get_glyph_face_and_encoding [710]
0.00 0.00 128954/139429 prepare_face_for_display [709]
0.00 0.00 128954/604523 xftfont_encode_char [700]
-----------------------------------------------
0.00 0.00 3/127843 Fgenerate_new_buffer_name [1456]
0.00 0.00 460/127843 Fget_buffer [813]
0.00 0.00 2145/127843 exec_byte_code <cycle 4> [56]
0.00 0.00 125235/127843 compile_pattern [55]
[711] 0.0 0.00 0.00 127843 Fstring_equal [711]
-----------------------------------------------
0.00 0.00 1/122261 swap_in_global_binding <cycle 4> [1392]
0.00 0.00 2/122261 Fkill_local_variable <cycle 4> [627]
0.00 0.00 4/122261 readevalloop <cycle 4> [441]
0.00 0.00 7/122261 make_blv [524]
0.00 0.00 14/122261 Fmake_local_variable <cycle 4> [362]
0.00 0.00 34/122261 Fdefault_boundp [1103]
0.00 0.00 1031/122261 update_overlay_arrows <cycle 4> [316]
0.00 0.00 1033/122261 overlay_arrows_changed_p <cycle 4> [143]
0.00 0.00 1195/122261 display_line <cycle 4> [200]
0.00 0.00 2087/122261 Fdefault_value [801]
0.00 0.00 4054/122261 Fcommandp <cycle 4> [642]
0.00 0.00 6136/122261 set_internal [140]
0.00 0.00 15345/122261 swap_in_symval_forwarding [167]
0.00 0.00 37447/122261 specbind <cycle 4> [104]
0.00 0.00 53871/122261 Fsymbol_value <cycle 4> [714]
[712] 0.0 0.00 0.00 122261 do_symval_forwarding [712]
-----------------------------------------------
0.00 0.00 1/121605 x_set_screen_gamma [547]
0.00 0.00 1/121605 update_face_from_frame_parameter [601]
0.00 0.00 1/121605 Fcommandp <cycle 4> [642]
0.00 0.00 2/121605 Ffind_operation_coding_system [391]
0.00 0.00 4/121605 Fcheck_coding_system [577]
0.00 0.00 5/121605 reset_buffer_local_variables [590]
0.00 0.00 28/121605 Fsignal <cycle 4> [427]
0.00 0.00 28/121605 print_error_message <cycle 4> [462]
0.00 0.00 35/121605 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 37/121605 Fdefalias [430]
0.00 0.00 70/121605 Fmake_char_table [465]
0.00 0.00 82/121605 Finternal_make_lisp_face [369]
0.00 0.00 625/121605 process_tool_bar_item <cycle 4> [322]
0.00 0.00 1017/121605 Finteractive_form [357]
0.00 0.00 1017/121605 Fcall_interactively <cycle 4> [90]
0.00 0.00 1032/121605 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 1321/121605 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 2064/121605 update_overlay_arrows <cycle 4> [316]
0.00 0.00 2582/121605 exec_byte_code <cycle 4> [56]
0.00 0.00 4056/121605 x_x_to_emacs_modifiers [289]
0.00 0.00 4056/121605 handle_one_xevent [180]
0.00 0.00 4128/121605 lookup_fringe_bitmap [236]
0.00 0.00 4858/121605 store_symval_forwarding <cycle 4> [276]
0.00 0.00 8293/121605 resolve_face_name [240]
0.00 0.00 13435/121605 Ffind_file_name_handler [82]
0.00 0.00 15184/121605 parse_modifiers [205]
0.00 0.00 16666/121605 display_mode_element <cycle 4> [85]
0.00 0.00 40977/121605 apply_modifiers [135]
[713] 0.0 0.00 0.00 121605 Fget [713]
-----------------------------------------------
2 bidi_initialize <cycle 4> [156]
4 Fmake_local_variable <cycle 4> [362]
4610 eval_sub <cycle 4> [139]
17020 set_buffer_internal_1 <cycle 4> [805]
32237 display_mode_element <cycle 4> [85]
40498 exec_byte_code <cycle 4> [56]
[714] 0.0 0.00 0.00 94371 Fsymbol_value <cycle 4> [714]
0.00 0.00 53871/122261 do_symval_forwarding [712]
94371 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 160/83902 sweep_buffers [854]
0.00 0.00 83742/83902 sweep_strings [111]
[715] 0.0 0.00 0.00 83902 balance_intervals [715]
-----------------------------------------------
0.00 0.00 2/75763 Fdelete [526]
0.00 0.00 3/75763 merge <cycle 4> [1478]
0.00 0.00 3/75763 Fsort [584]
0.00 0.00 11/75763 Fdelq [955]
0.00 0.00 14/75763 store_frame_param [466]
0.00 0.00 32/75763 Fplist_put [439]
0.00 0.00 102/75763 exec_byte_code <cycle 4> [56]
0.00 0.00 1332/75763 display_mode_element <cycle 4> [85]
0.00 0.00 1983/75763 Fnconc [880]
0.00 0.00 7994/75763 Fnreverse [458]
0.00 0.00 64287/75763 Fframe_parameters [36]
[716] 0.0 0.00 0.00 75763 Fsetcdr [716]
-----------------------------------------------
0.00 0.00 1/72024 make_frame <cycle 4> [616]
0.00 0.00 1/72024 Fundo_boundary <cycle 4> [1572]
0.00 0.00 2/72024 Fautoload_do_load <cycle 4> [607]
0.00 0.00 2/72024 Fprevious_single_property_change [608]
0.00 0.00 4/72024 Fcar_less_than_car [1500]
0.00 0.00 6/72024 note_mouse_highlight <cycle 4> [489]
0.00 0.00 6/72024 merge <cycle 4> [1478]
0.00 0.00 13/72024 parse_single_submenu <cycle 4> [571]
0.00 0.00 14/72024 print_error_message <cycle 4> [462]
0.00 0.00 16/72024 read_char <cycle 2> [9]
0.00 0.00 34/72024 Fcond <cycle 4> [1319]
0.00 0.00 36/72024 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 52/72024 Fnew_fontset <cycle 4> [426]
0.00 0.00 82/72024 Ffuncall <cycle 4> [18]
0.00 0.00 137/72024 Fdefvar <cycle 4> [463]
0.00 0.00 214/72024 Ftext_property_any [353]
0.00 0.00 250/72024 FletX <cycle 4> [460]
0.00 0.00 252/72024 Flet <cycle 4> [512]
0.00 0.00 333/72024 Fset_fontset_font <cycle 4> [28]
0.00 0.00 430/72024 apply_lambda <cycle 4> [313]
0.00 0.00 448/72024 scan_sexps_forward [39]
0.00 0.00 460/72024 Fget_buffer [813]
0.00 0.00 462/72024 readevalloop <cycle 4> [441]
0.00 0.00 500/72024 Fsetq <cycle 4> [406]
0.00 0.00 744/72024 read_vector <cycle 5> [478]
0.00 0.00 861/72024 process_tool_bar_item <cycle 4> [322]
0.00 0.00 999/72024 offset_intervals [246]
0.00 0.00 1017/72024 Fcall_interactively <cycle 4> [90]
0.00 0.00 1035/72024 face_at_string_position [53]
0.00 0.00 1037/72024 Fnext_single_property_change [37]
0.00 0.00 1180/72024 validate_plist [824]
0.00 0.00 1856/72024 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 1856/72024 where_is_internal <cycle 4> [309]
0.00 0.00 2075/72024 Fif <cycle 4> [835]
0.00 0.00 2191/72024 add_properties [314]
0.00 0.00 4128/72024 lookup_fringe_bitmap [236]
0.00 0.00 5715/72024 get_keymap [518]
0.00 0.00 6997/72024 eval_sub <cycle 4> [139]
0.00 0.00 8213/72024 get_char_property_and_overlay [19]
0.00 0.00 28365/72024 compute_stop_pos [42]
[717] 0.0 0.00 0.00 72024 Fcar [717]
-----------------------------------------------
0.00 0.00 999/64462 offset_intervals [246]
0.00 0.00 63463/64462 Fnext_property_change [283]
[718] 0.0 0.00 0.00 64462 intervals_equal [718]
-----------------------------------------------
0.00 0.00 1/60449 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1/60449 make_frame <cycle 4> [616]
0.00 0.00 2/60449 eval_sub <cycle 4> [139]
0.00 0.00 3/60449 set_window_buffer <cycle 4> [516]
0.00 0.00 3/60449 decode_coding_gap <cycle 4> [653]
0.00 0.00 3/60449 Finsert_file_contents <cycle 4> [379]
0.00 0.00 20/60449 truncate_undo_list <cycle 4> [1269]
0.00 0.00 90/60449 let_shadows_buffer_binding_p [1149]
0.00 0.00 1025/60449 code_conversion_save <cycle 4> [381]
0.00 0.00 1075/60449 save_excursion_save [403]
0.00 0.00 1997/60449 find_automatic_composition [151]
0.00 0.00 3355/60449 exec_byte_code <cycle 4> [56]
0.00 0.00 15422/60449 swap_in_symval_forwarding [167]
0.00 0.00 37452/60449 specbind <cycle 4> [104]
[719] 0.0 0.00 0.00 60449 Fcurrent_buffer [719]
-----------------------------------------------
0.00 0.00 1/55915 sweep_vectors [1247]
0.00 0.00 37/55915 valid_lisp_object_p [1211]
0.00 0.00 1070/55915 lisp_free [974]
0.00 0.00 8807/55915 lisp_align_free [778]
0.00 0.00 19656/55915 Fgarbage_collect <cycle 4> [57]
0.00 0.00 26344/55915 mark_maybe_object [734]
[720] 0.0 0.00 0.00 55915 mem_find [720]
-----------------------------------------------
0.00 0.00 55320/55320 compile_pattern [55]
[721] 0.0 0.00 0.00 55320 re_set_syntax [721]
-----------------------------------------------
0.00 0.00 55320/55320 compile_pattern [55]
[722] 0.0 0.00 0.00 55320 re_set_whitespace_regexp [722]
-----------------------------------------------
54802 get_next_display_element <cycle 4> [14]
[723] 0.0 0.00 0.00 54802 next_element_from_c_string <cycle 4> [723]
12408 get_visually_first_element <cycle 4> [732]
-----------------------------------------------
80490 mark_vectorlike <cycle 4> [724]
9 mark_specpdl <cycle 4> [1240]
20 mark_localized_symbol <cycle 4> [106]
100 mark_face_cache <cycle 4> [1131]
208 mark_buffer <cycle 4> [1104]
1149 Fgarbage_collect <cycle 4> [57]
13174 mark_char_table <cycle 4> [61]
39274 mark_object <cycle 4> [21]
[724] 0.0 0.00 0.00 53934+80490 mark_vectorlike <cycle 4> [724]
0.00 0.00 11595/11595 mark_save_value [759]
2519161 mark_object <cycle 4> [21]
547 mark_char_table <cycle 4> [61]
42 mark_buffer <cycle 4> [1104]
80490 mark_vectorlike <cycle 4> [724]
-----------------------------------------------
0.00 0.00 8548/53500 re_match_2 [780]
0.00 0.00 44952/53500 re_search_2 [52]
[725] 0.0 0.00 0.00 53500 SETUP_SYNTAX_TABLE_FOR_OBJECT [725]
-----------------------------------------------
0.00 0.00 1/42250 set_frame_menubar <cycle 4> [546]
0.00 0.00 1/42250 x_session_initialize [670]
0.00 0.00 1/42250 create_menus [1353]
0.00 0.00 1/42250 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 1/42250 allocate_kboard [669]
0.00 0.00 1/42250 xlispstrdup [1671]
0.00 0.00 1/42250 start_atimer [1036]
0.00 0.00 1/42250 define_image_type [1205]
0.00 0.00 2/42250 create_terminal <cycle 4> [618]
0.00 0.00 2/42250 make_face_cache [1604]
0.00 0.00 2/42250 face_for_font [1516]
0.00 0.00 2/42250 Fx_change_window_property [457]
0.00 0.00 2/42250 gethomedir [1522]
0.00 0.00 2/42250 register_font_driver [1532]
0.00 0.00 2/42250 make_image_cache [1605]
0.00 0.00 3/42250 x_term_init <cycle 4> [634]
0.00 0.00 3/42250 smc_save_yourself_CB [3631]
0.00 0.00 3/42250 record_xmalloc [1479]
0.00 0.00 5/42250 Fget_buffer_create <cycle 4> [452]
0.00 0.00 10/42250 new_region_cache [1407]
0.00 0.00 12/42250 xftfont_prepare_face [1324]
0.00 0.00 13/42250 digest_single_submenu <cycle 4> [1315]
0.00 0.00 14/42250 magic_db [1303]
0.00 0.00 18/42250 process_tool_bar_item <cycle 4> [322]
0.00 0.00 20/42250 x_catch_errors_with_handler [1271]
0.00 0.00 36/42250 make_blv [524]
0.00 0.00 38/42250 xstrdup [1209]
0.00 0.00 46/42250 Fmake_string [343]
0.00 0.00 80/42250 make_realized_face [1152]
0.00 0.00 301/42250 encode_coding_object <cycle 4> [474]
0.00 0.00 551/42250 ftfont_lookup_cache [351]
0.00 0.00 585/42250 text_quoting_style <cycle 4> [588]
0.00 0.00 642/42250 xg_item_label_same_p [1064]
0.00 0.00 922/42250 xbm_image_p [1050]
0.00 0.00 1034/42250 push_kboard [999]
0.00 0.00 10232/42250 mem_insert [96]
0.00 0.00 27660/42250 re_compile_pattern [94]
[726] 0.0 0.00 0.00 42250 xmalloc [726]
-----------------------------------------------
2203 init_iterator <cycle 4> [160]
6301 reseat_1 <cycle 4> [797]
23782 display_string <cycle 4> [127]
[727] 0.0 0.00 0.00 32286 bidi_init_it <cycle 4> [727]
1 bidi_initialize <cycle 4> [156]
-----------------------------------------------
0.00 0.00 1/32168 realize_face [247]
0.00 0.00 1/32168 x_uncatch_errors_after_check [1661]
0.00 0.00 2/32168 Fx_change_window_property [457]
0.00 0.00 2/32168 read_and_apply_settings [1610]
0.00 0.00 3/32168 delete_terminal [1589]
0.00 0.00 3/32168 free_frame_faces [1596]
0.00 0.00 3/32168 x_load_resources [1632]
0.00 0.00 3/32168 free_region_cache [1476]
0.00 0.00 4/32168 init_system_name [1441]
0.00 0.00 4/32168 Fload <cycle 4> [428]
0.00 0.00 4/32168 doprnt <cycle 4> [1432]
0.00 0.00 5/32168 delete_frame <cycle 4> [170]
0.00 0.00 6/32168 free_glyphs [1520]
0.00 0.00 6/32168 Fkill_buffer <cycle 4> [530]
0.00 0.00 6/32168 xftfont_done_face [1398]
0.00 0.00 8/32168 free_window_matrices [1521]
0.00 0.00 10/32168 free_color_table [1336]
0.00 0.00 14/32168 magic_db [1303]
0.00 0.00 14/32168 smc_save_yourself_CB [3631]
0.00 0.00 16/32168 unbind_to <cycle 4> [340]
0.00 0.00 18/32168 process_tool_bar_item <cycle 4> [322]
0.00 0.00 19/32168 x_uncatch_errors [1276]
0.00 0.00 63/32168 free_realized_face [1406]
0.00 0.00 130/32168 free_glyph_matrix [1337]
0.00 0.00 301/32168 encode_coding_object <cycle 4> [474]
0.00 0.00 585/32168 text_quoting_style <cycle 4> [588]
0.00 0.00 932/32168 xpm_free_color_cache [1346]
0.00 0.00 1034/32168 display_mode_line <cycle 4> [335]
0.00 0.00 1309/32168 free_menubar_widget_value_tree [1439]
0.00 0.00 27662/32168 re_compile_pattern [94]
[728] 0.0 0.00 0.00 32168 xfree [728]
-----------------------------------------------
0.00 0.00 18/32059 window_box_right_offset [1285]
0.00 0.00 99/32059 coordinates_in_window [1180]
0.00 0.00 1084/32059 window_box_right [965]
0.00 0.00 1087/32059 x_clear_end_of_line <cycle 4> [211]
0.00 0.00 2062/32059 hscroll_window_tree [203]
0.00 0.00 2261/32059 window_box <cycle 4> [828]
0.00 0.00 3114/32059 draw_glyphs <cycle 4> [50]
0.00 0.00 4550/32059 init_iterator <cycle 4> [160]
0.00 0.00 5655/32059 get_glyph_string_clip_rects [219]
0.00 0.00 12129/32059 window_box_left_offset [750]
[729] 0.0 0.00 0.00 32059 window_box_width [729]
-----------------------------------------------
0.00 0.00 14/30997 print_string <cycle 4> [1308]
0.00 0.00 165/30997 string_to_multibyte [504]
0.00 0.00 500/30997 insert_from_string_1 <cycle 4> [233]
0.00 0.00 30318/30997 concat [47]
[730] 0.0 0.00 0.00 30997 count_size_as_multibyte [730]
-----------------------------------------------
0.00 0.00 5312/30700 bidi_move_to_visually_next <cycle 4> [44]
0.00 0.00 25388/30700 bidi_paragraph_init <cycle 4> [572]
[731] 0.0 0.00 0.00 30700 bidi_line_init [731]
-----------------------------------------------
6766 next_element_from_buffer <cycle 4> [88]
11374 next_element_from_string <cycle 4> [45]
12408 next_element_from_c_string <cycle 4> [723]
[732] 0.0 0.00 0.00 30548 get_visually_first_element <cycle 4> [732]
25376 bidi_paragraph_init <cycle 4> [572]
25376 bidi_move_to_visually_next <cycle 4> [44]
-----------------------------------------------
0.00 0.00 3/28572 make_buffer_string_both [360]
0.00 0.00 28569/28572 concat [47]
[733] 0.0 0.00 0.00 28572 make_uninit_string [733]
-----------------------------------------------
0.00 0.00 28052/28052 Fgarbage_collect <cycle 4> [57]
[734] 0.0 0.00 0.00 28052 mark_maybe_object [734]
0.00 0.00 26344/55915 mem_find [720]
0.00 0.00 2524/2706 sweep_buffers [854]
0.00 0.00 231/440 Fsuspicious_object [1085]
-----------------------------------------------
130 analyze_first [735]
0.00 0.00 16/27670 re_compile_pattern [94]
0.00 0.00 27654/27670 re_compile_fastmap [736]
[735] 0.0 0.00 0.00 27670+130 analyze_first [735]
130 analyze_first [735]
-----------------------------------------------
0.00 0.00 27654/27654 re_search_2 [52]
[736] 0.0 0.00 0.00 27654 re_compile_fastmap [736]
0.00 0.00 27654/27670 analyze_first [735]
-----------------------------------------------
0.00 0.00 1/22925 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 2/22925 pos_visible_p <cycle 4> [1609]
0.00 0.00 1014/22925 Fvertical_motion <cycle 4> [163]
0.00 0.00 1514/22925 move_it_to <cycle 4> [164]
0.00 0.00 2140/22925 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 2203/22925 init_iterator <cycle 4> [160]
0.00 0.00 6301/22925 reseat_1 <cycle 4> [797]
0.00 0.00 9750/22925 back_to_previous_visible_line_start [129]
[737] 0.0 0.00 0.00 22925 bidi_unshelve_cache [737]
-----------------------------------------------
0.00 0.00 22235/22235 sweep_vectors [1247]
[738] 0.0 0.00 0.00 22235 cleanup_vector [738]
-----------------------------------------------
0.00 0.00 20712/20712 traverse_intervals_noorder <cycle 4> [1084]
[739] 0.0 0.00 0.00 20712 mark_interval [739]
-----------------------------------------------
0.00 0.00 3/20490 x_wait_for_event [434]
0.00 0.00 16/20490 clear_image_cache [388]
0.00 0.00 24/20490 Fgarbage_collect <cycle 4> [57]
0.00 0.00 2301/20490 wait_reading_process_output [15]
0.00 0.00 18146/20490 timer_check [72]
[740] 0.0 0.00 0.00 20490 timespec_sub [740]
-----------------------------------------------
0.00 0.00 140/20302 show_hourglass <cycle 4> [296]
0.00 0.00 8558/20302 x_produce_glyphs [81]
0.00 0.00 11604/20302 handle_line_prefix [175]
[741] 0.0 0.00 0.00 20302 get_it_property [741]
-----------------------------------------------
0.00 0.00 1/19504 Fredirect_frame_focus <cycle 4> [1564]
0.00 0.00 1/19504 delete_frame <cycle 4> [170]
0.00 0.00 1000/19504 Fborder_width [1040]
0.00 0.00 1056/19504 Fframe_char_width [980]
0.00 0.00 3081/19504 Fframe_char_height [840]
0.00 0.00 7146/19504 Fframe_parameters [36]
0.00 0.00 7219/19504 Fframe_parameter [35]
[742] 0.0 0.00 0.00 19504 decode_any_frame [742]
-----------------------------------------------
0.00 0.00 4269/19297 Ffuncall <cycle 4> [18]
0.00 0.00 15028/19297 exec_byte_code <cycle 4> [56]
[743] 0.0 0.00 0.00 19297 arith_driver [743]
-----------------------------------------------
0.00 0.00 1258/19053 font_intern_prop [431]
0.00 0.00 17795/19053 make_string [295]
[744] 0.0 0.00 0.00 19053 parse_str_as_multibyte [744]
-----------------------------------------------
0.00 0.00 260/18872 string_match_1 [275]
0.00 0.00 18612/18872 display_mode_element <cycle 4> [85]
[745] 0.0 0.00 0.00 18872 string_byte_to_char [745]
-----------------------------------------------
0.00 0.00 513/18194 arithcompare_driver [1076]
0.00 0.00 17681/18194 exec_byte_code <cycle 4> [56]
[746] 0.0 0.00 0.00 18194 arithcompare [746]
-----------------------------------------------
0.00 0.00 1/17991 make_frame <cycle 4> [616]
0.00 0.00 1/17991 read_char <cycle 2> [9]
0.00 0.00 1/17991 Fdefine_key <cycle 4> [418]
0.00 0.00 2/17991 init_kboard [636]
0.00 0.00 2/17991 font_registry_charsets [306]
0.00 0.00 2/17991 font_update_drivers [589]
0.00 0.00 5/17991 Fget_buffer_create <cycle 4> [452]
0.00 0.00 9/17991 process_tool_bar_item <cycle 4> [322]
0.00 0.00 10/17991 Fcopy_keymap [551]
0.00 0.00 10/17991 Ffuncall <cycle 4> [18]
0.00 0.00 10/17991 lookup_image <cycle 4> [576]
0.00 0.00 23/17991 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 35/17991 openp <cycle 4> [220]
0.00 0.00 40/17991 menu_bar_item <cycle 4> [413]
0.00 0.00 852/17991 Fset_fontset_font <cycle 4> [28]
0.00 0.00 1266/17991 update_compositions <cycle 4> [185]
0.00 0.00 1576/17991 read_list <cycle 5> [363]
0.00 0.00 1785/17991 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 5116/17991 Fcurrent_active_maps <cycle 4> [131]
0.00 0.00 7245/17991 exec_byte_code <cycle 4> [56]
[747] 0.0 0.00 0.00 17991 list1 [747]
-----------------------------------------------
0.00 0.00 167/15901 lisp_string_width [366]
0.00 0.00 15734/15901 c_string_width [774]
[748] 0.0 0.00 0.00 15901 char_width [748]
-----------------------------------------------
0.00 0.00 1/14539 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 1/14539 Fposn_at_x_y [1563]
0.00 0.00 3/14539 Fwindow_prev_buffers [1466]
0.00 0.00 3/14539 Fset_window_prev_buffers [1461]
0.00 0.00 3/14539 Fwindow_next_buffers [1465]
0.00 0.00 3/14539 Fset_window_next_buffers [1460]
0.00 0.00 3/14539 set_window_buffer <cycle 4> [516]
0.00 0.00 20/14539 Fwindow_right_divider_width [1262]
0.00 0.00 40/14539 Fwindow_bottom_divider_width [1260]
0.00 0.00 60/14539 Fwindow_scroll_bar_height [1263]
0.00 0.00 80/14539 Fwindow_mode_line_height <cycle 4> [1261]
0.00 0.00 113/14539 Fwindow_scroll_bar_width [1264]
0.00 0.00 1000/14539 Fwindow_body_height [1042]
0.00 0.00 1000/14539 Fwindow_body_width [1043]
0.00 0.00 1020/14539 Fwindow_margins [1018]
0.00 0.00 1020/14539 Fwindow_fringes [1016]
0.00 0.00 2000/14539 Fwindow_scroll_bars [263]
0.00 0.00 2005/14539 decode_next_window_args [904]
0.00 0.00 2040/14539 Fwindow_header_line_height [1017]
0.00 0.00 2062/14539 Fwindow_point [890]
0.00 0.00 2062/14539 Fwindow_old_point [889]
[749] 0.0 0.00 0.00 14539 set_window_margins [749]
0.00 0.00 6/18 extract_dimension [1282]
-----------------------------------------------
0.00 0.00 1/14350 Fposn_at_x_y [1563]
0.00 0.00 15/14350 remember_mouse_glyph [626]
0.00 0.00 17/14350 note_mouse_highlight <cycle 4> [489]
0.00 0.00 18/14350 window_box_right_offset [1285]
0.00 0.00 14299/14350 window_box_left [751]
[750] 0.0 0.00 0.00 14350 window_box_left_offset [750]
0.00 0.00 12129/32059 window_box_width [729]
-----------------------------------------------
0.00 0.00 1/14299 make_lispy_position <cycle 4> [563]
0.00 0.00 15/14299 window_relative_x_coord [1289]
0.00 0.00 33/14299 coordinates_in_window [1180]
0.00 0.00 1084/14299 window_box_right [965]
0.00 0.00 1084/14299 draw_fringe_bitmap_1 <cycle 4> [196]
0.00 0.00 1087/14299 x_clear_end_of_line <cycle 4> [211]
0.00 0.00 2226/14299 window_box <cycle 4> [828]
0.00 0.00 3114/14299 draw_glyphs <cycle 4> [50]
0.00 0.00 5655/14299 get_glyph_string_clip_rects [219]
[751] 0.0 0.00 0.00 14299 window_box_left [751]
0.00 0.00 14299/14350 window_box_left_offset [750]
-----------------------------------------------
0.00 0.00 75/14099 add_properties [314]
0.00 0.00 4161/14099 Fplist_put [439]
0.00 0.00 9863/14099 exec_byte_code <cycle 4> [56]
[752] 0.0 0.00 0.00 14099 Fsetcar [752]
-----------------------------------------------
0.00 0.00 3897/13974 Fputhash [317]
0.00 0.00 10077/13974 Fgethash [265]
[753] 0.0 0.00 0.00 13974 CHECK_HASH_TABLE [753]
-----------------------------------------------
0.00 0.00 2/13510 internal_catch [5]
0.00 0.00 2/13510 internal_condition_case_2 <cycle 4> [1523]
0.00 0.00 16/13510 internal_condition_case <cycle 2> [257]
0.00 0.00 1359/13510 internal_condition_case_1 <cycle 4> [928]
0.00 0.00 2702/13510 exec_byte_code <cycle 4> [56]
0.00 0.00 9429/13510 internal_condition_case_n <cycle 4> [776]
[754] 0.0 0.00 0.00 13510 push_handler [754]
0.00 0.00 13510/13510 push_handler_nosignal [755]
-----------------------------------------------
0.00 0.00 13510/13510 push_handler [754]
[755] 0.0 0.00 0.00 13510 push_handler_nosignal [755]
-----------------------------------------------
0.00 0.00 1/13079 read_internal_start [331]
0.00 0.00 8/13079 Faref [762]
0.00 0.00 12/13079 unreadchar [932]
0.00 0.00 27/13079 string_match_1 [275]
0.00 0.00 55/13079 Fsubstring [473]
0.00 0.00 1602/13079 Fcompare_strings [281]
0.00 0.00 11374/13079 display_string <cycle 4> [127]
[756] 0.0 0.00 0.00 13079 string_char_to_byte [756]
-----------------------------------------------
0.00 0.00 3/12951 decide_coding_unwind [1471]
0.00 0.00 736/12951 del_range_2 [312]
0.00 0.00 1195/12951 display_line <cycle 4> [200]
0.00 0.00 11017/12951 move_it_to <cycle 4> [164]
[757] 0.0 0.00 0.00 12951 recenter_overlay_lists [757]
-----------------------------------------------
0.00 0.00 4/12453 x_wait_for_event [434]
0.00 0.00 7/12453 Fcurrent_time [533]
0.00 0.00 9/12453 decode_time_components [765]
0.00 0.00 10/12453 lookup_image <cycle 4> [576]
0.00 0.00 16/12453 clear_image_cache [388]
0.00 0.00 48/12453 Fgarbage_collect <cycle 4> [57]
0.00 0.00 1014/12453 start_atimer [1036]
0.00 0.00 1018/12453 top_level_1 <cycle 2> [40]
0.00 0.00 2319/12453 wait_reading_process_output [15]
0.00 0.00 8008/12453 timer_check [72]
[758] 0.0 0.00 0.00 12453 gettime [758]
-----------------------------------------------
0.00 0.00 11595/11595 mark_vectorlike <cycle 4> [724]
[759] 0.0 0.00 0.00 11595 mark_save_value [759]
-----------------------------------------------
0.00 0.00 2/11536 Fautoload_do_load <cycle 4> [607]
0.00 0.00 58/11536 store_symval_forwarding <cycle 4> [276]
0.00 0.00 3108/11536 Ffuncall <cycle 4> [18]
0.00 0.00 8368/11536 get_backtrace_frame [881]
[760] 0.0 0.00 0.00 11536 Findirect_function [760]
-----------------------------------------------
0.00 0.00 1041/11490 region_cache_forward [990]
0.00 0.00 4050/11490 delete_cache_boundaries [775]
0.00 0.00 6399/11490 region_cache_backward [795]
[761] 0.0 0.00 0.00 11490 find_cache_boundary [761]
-----------------------------------------------
0.00 0.00 23/11312 Fdefine_key <cycle 4> [418]
0.00 0.00 192/11312 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 261/11312 Fwhere_is_internal <cycle 4> [336]
0.00 0.00 347/11312 access_keymap_1 <cycle 4> [130]
0.00 0.00 456/11312 boyer_moore [688]
0.00 0.00 462/11312 preferred_sequence_p [447]
0.00 0.00 703/11312 search_buffer [237]
0.00 0.00 1093/11312 exec_byte_code <cycle 4> [56]
0.00 0.00 1833/11312 Faccessible_keymaps <cycle 4> [358]
0.00 0.00 2046/11312 where_is_internal <cycle 4> [309]
0.00 0.00 3896/11312 Flookup_key <cycle 4> [665]
[762] 0.0 0.00 0.00 11312 Faref [762]
0.00 0.00 8/13079 string_char_to_byte [756]
-----------------------------------------------
0.00 0.00 10702/10702 timer_check [72]
[763] 0.0 0.00 0.00 10702 decode_timer [763]
0.00 0.00 10435/10499 decode_time_components [765]
0.00 0.00 10435/10435 lisp_to_timespec [766]
-----------------------------------------------
0.00 0.00 4/10562 Fintern_soft [1416]
0.00 0.00 1258/10562 font_intern_prop [431]
0.00 0.00 1952/10562 Fintern [422]
0.00 0.00 2067/10562 intern_1 [644]
0.00 0.00 5281/10562 oblookup [808]
[764] 0.0 0.00 0.00 10562 check_obarray [764]
-----------------------------------------------
0.00 0.00 10/10499 Ffloat_time [1328]
0.00 0.00 54/10499 lisp_time_struct [1173]
0.00 0.00 10435/10499 decode_timer [763]
[765] 0.0 0.00 0.00 10499 decode_time_components [765]
0.00 0.00 9/12453 gettime [758]
-----------------------------------------------
0.00 0.00 10435/10435 decode_timer [763]
[766] 0.0 0.00 0.00 10435 lisp_to_timespec [766]
-----------------------------------------------
0.00 0.00 10250/10250 Fget_pos_property [155]
[767] 0.0 0.00 0.00 10250 overlays_around [767]
-----------------------------------------------
0.00 0.00 2044/10222 Ffuncall <cycle 4> [18]
0.00 0.00 8178/10222 exec_byte_code <cycle 4> [56]
[768] 0.0 0.00 0.00 10222 Fplus [768]
-----------------------------------------------
0.00 0.00 1/9956 other_visible_frames [495]
0.00 0.00 1/9956 adjust_frame_size <cycle 4> [468]
0.00 0.00 1/9956 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/9956 Fx_backspace_delete_keys_p [494]
0.00 0.00 1/9956 x_set_mouse_color [486]
0.00 0.00 1/9956 x_window <cycle 4> [496]
0.00 0.00 1/9956 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 1/9956 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 1/9956 read_char <cycle 2> [9]
0.00 0.00 1/9956 access_keymap_1 <cycle 4> [130]
0.00 0.00 1/9956 Fnthcdr [492]
0.00 0.00 1/9956 Frassq [493]
0.00 0.00 1/9956 Frassoc [400]
0.00 0.00 1/9956 readbyte_from_file [491]
0.00 0.00 1/9956 timerfd_callback [1620]
0.00 0.00 2/9956 realize_basic_faces [242]
0.00 0.00 2/9956 clear_face_cache [456]
0.00 0.00 2/9956 x_scroll_bar_create [453]
0.00 0.00 2/9956 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 2/9956 Fx_change_window_property [457]
0.00 0.00 2/9956 x_defined_color [455]
0.00 0.00 2/9956 Fnreverse [458]
0.00 0.00 2/9956 xg_select [454]
0.00 0.00 3/9956 x_wait_for_event [434]
0.00 0.00 3/9956 Fassoc [375]
0.00 0.00 5/9956 Fx_selection_exists_p [412]
0.00 0.00 6/9956 Fx_register_dnd_atom [401]
0.00 0.00 7/9956 detect_input_pending_run_timers [125]
0.00 0.00 10/9956 clear_image_cache [388]
0.00 0.00 11/9956 xfont_list_pattern [301]
0.00 0.00 48/9956 x_make_frame_visible <cycle 4> [319]
0.00 0.00 54/9956 Fassoc_string [258]
0.00 0.00 135/9956 Ffind_file_name_handler [82]
0.00 0.00 208/9956 internal_equal [234]
0.00 0.00 333/9956 exec_byte_code <cycle 4> [56]
0.00 0.00 406/9956 Fassq [24]
0.00 0.00 580/9956 funcall_lambda <cycle 4> [182]
0.00 0.00 1300/9956 wait_reading_process_output [15]
0.00 0.00 1305/9956 XTread_socket <cycle 3> [64]
0.00 0.00 1404/9956 re_match_2_internal [80]
0.00 0.00 1769/9956 Ffuncall <cycle 4> [18]
0.00 0.00 2338/9956 Fmake_list [66]
[769] 0.0 0.00 0.00 9956 do_pending_atimers [769]
-----------------------------------------------
1305 XTread_socket <cycle 3> [64]
0.00 0.00 1/9669 Frassoc [400]
0.00 0.00 1/9669 other_visible_frames [495]
0.00 0.00 1/9669 adjust_frame_size <cycle 4> [468]
0.00 0.00 1/9669 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/9669 Fx_backspace_delete_keys_p [494]
0.00 0.00 1/9669 x_set_mouse_color [486]
0.00 0.00 1/9669 x_window <cycle 4> [496]
0.00 0.00 1/9669 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 1/9669 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 1/9669 read_char <cycle 2> [9]
0.00 0.00 1/9669 access_keymap_1 <cycle 4> [130]
0.00 0.00 1/9669 Fnthcdr [492]
0.00 0.00 1/9669 Frassq [493]
0.00 0.00 1/9669 readbyte_from_file [491]
0.00 0.00 2/9669 Fnreverse [458]
0.00 0.00 2/9669 realize_basic_faces [242]
0.00 0.00 2/9669 clear_face_cache [456]
0.00 0.00 2/9669 x_scroll_bar_create [453]
0.00 0.00 2/9669 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 2/9669 Fx_change_window_property [457]
0.00 0.00 2/9669 x_defined_color [455]
0.00 0.00 2/9669 xg_select [454]
0.00 0.00 3/9669 x_wait_for_event [434]
0.00 0.00 3/9669 Fassoc [375]
0.00 0.00 5/9669 Fx_selection_exists_p [412]
0.00 0.00 6/9669 Fx_register_dnd_atom [401]
0.00 0.00 7/9669 detect_input_pending_run_timers [125]
0.00 0.00 10/9669 clear_image_cache [388]
0.00 0.00 11/9669 xfont_list_pattern [301]
0.00 0.00 48/9669 x_make_frame_visible <cycle 4> [319]
0.00 0.00 54/9669 Fassoc_string [258]
0.00 0.00 135/9669 Ffind_file_name_handler [82]
0.00 0.00 208/9669 internal_equal [234]
0.00 0.00 333/9669 exec_byte_code <cycle 4> [56]
0.00 0.00 406/9669 Fassq [24]
0.00 0.00 580/9669 funcall_lambda <cycle 4> [182]
0.00 0.00 1300/9669 wait_reading_process_output [15]
0.00 0.00 1404/9669 re_match_2_internal [80]
0.00 0.00 1769/9669 Ffuncall <cycle 4> [18]
0.00 0.00 2338/9669 Fmake_list [66]
[770] 0.0 0.00 0.00 9955 process_pending_signals <cycle 3> [770]
10975 gobble_input <cycle 3> [117]
-----------------------------------------------
0.00 0.00 3/9878 sweep_buffers [854]
0.00 0.00 37/9878 sweep_misc [1245]
0.00 0.00 38/9878 sweep_vectors [1247]
0.00 0.00 993/9878 sweep_strings [111]
0.00 0.00 8807/9878 lisp_align_free [778]
[771] 0.0 0.00 0.00 9878 mem_delete [771]
0.00 0.00 1466/5808 mem_rotate_right [802]
0.00 0.00 1060/5185 mem_rotate_left [809]
-----------------------------------------------
0.00 0.00 1/9593 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 2/9593 pos_visible_p <cycle 4> [1609]
0.00 0.00 15/9593 move_it_in_display_line_to <cycle 4> [49]
0.00 0.00 1014/9593 Fvertical_motion <cycle 4> [163]
0.00 0.00 1546/9593 move_it_to <cycle 4> [164]
0.00 0.00 2140/9593 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 4875/9593 back_to_previous_visible_line_start [129]
[772] 0.0 0.00 0.00 9593 bidi_shelve_cache [772]
-----------------------------------------------
0.00 0.00 16/9570 lisp_string_width [366]
0.00 0.00 9554/9570 c_string_width [774]
[773] 0.0 0.00 0.00 9570 buffer_display_table [773]
-----------------------------------------------
0.00 0.00 4/9554 doprnt <cycle 4> [1432]
0.00 0.00 183/9554 store_mode_line_noprop [1111]
0.00 0.00 9367/9554 display_mode_element <cycle 4> [85]
[774] 0.0 0.00 0.00 9554 c_string_width [774]
0.00 0.00 15734/15901 char_width [748]
0.00 0.00 9554/9570 buffer_display_table [773]
-----------------------------------------------
2530 delete_cache_boundaries [775]
0.00 0.00 510/9464 find_newline [152]
0.00 0.00 531/9464 know_region_cache [1072]
0.00 0.00 983/9464 invalidate_region_cache [950]
0.00 0.00 1041/9464 region_cache_forward [990]
0.00 0.00 6399/9464 region_cache_backward [795]
[775] 0.0 0.00 0.00 9464+2530 delete_cache_boundaries [775]
0.00 0.00 4050/11490 find_cache_boundary [761]
0.00 0.00 2027/2027 move_cache_gap [901]
2530 delete_cache_boundaries [775]
-----------------------------------------------
3050 safe_run_hook_funcall <cycle 4> [845]
6379 safe__call <cycle 4> [235]
[776] 0.0 0.00 0.00 9429 internal_condition_case_n <cycle 4> [776]
0.00 0.00 9429/13510 push_handler [754]
0.00 0.00 3050/3050 safe_run_hooks_1 [846]
6379 Ffuncall <cycle 4> [18]
3050 call0 <cycle 4> [784]
-----------------------------------------------
0.00 0.00 5/9046 Fcopy_marker [510]
0.00 0.00 210/9046 set_marker_restricted_both [1102]
0.00 0.00 492/9046 set_marker_both [1080]
0.00 0.00 1075/9046 Fmarker_buffer [968]
0.00 0.00 2140/9046 set_marker_internal [202]
0.00 0.00 5124/9046 Fmarker_position [811]
[777] 0.0 0.00 0.00 9046 CHECK_MARKER [777]
-----------------------------------------------
0.00 0.00 8807/8807 sweep_conses [110]
[778] 0.0 0.00 0.00 8807 lisp_align_free [778]
0.00 0.00 8807/9878 mem_delete [771]
0.00 0.00 8807/55915 mem_find [720]
-----------------------------------------------
0.00 0.00 8741/8741 hash_lookup [58]
[779] 0.0 0.00 0.00 8741 hashfn_eql [779]
-----------------------------------------------
0.00 0.00 4/8548 looking_at_1 [509]
0.00 0.00 8544/8548 fast_looking_at [136]
[780] 0.0 0.00 0.00 8548 re_match_2 [780]
0.00 0.00 8548/53500 SETUP_SYNTAX_TABLE_FOR_OBJECT [725]
-----------------------------------------------
0.00 0.00 12/8316 xftfont_prepare_face [1324]
0.00 0.00 8304/8316 xftfont_draw [191]
[781] 0.0 0.00 0.00 8316 xftfont_get_colors [781]
0.00 0.00 2061/634690 unblock_input_to [697]
0.00 0.00 2061/634655 unblock_input [698]
0.00 0.00 12/19 x_query_colors [1275]
-----------------------------------------------
0.00 0.00 81/8314 next_element_from_buffer <cycle 4> [88]
0.00 0.00 8233/8314 handle_stop <cycle 4> [68]
[782] 0.0 0.00 0.00 8314 get_overlay_strings_1 [782]
0.00 0.00 8314/8314 load_overlay_strings [783]
-----------------------------------------------
0.00 0.00 8314/8314 get_overlay_strings_1 [782]
[783] 0.0 0.00 0.00 8314 load_overlay_strings [783]
-----------------------------------------------
3 run_funs <cycle 4> [1483]
1000 prepare_to_modify_buffer_1 <cycle 4> [245]
1014 Fcall_interactively <cycle 4> [90]
3050 internal_condition_case_n <cycle 4> [776]
0.01 0.02 1014/35497 command_loop_1 <cycle 2> [12]
0.01 0.02 1018/35497 top_level_1 <cycle 2> [40]
0.01 0.02 1021/35497 read_char <cycle 2> [9]
[784] 0.0 0.00 0.00 8120 call0 <cycle 4> [784]
8120 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 1/8014 Fx_create_frame <cycle 4> [337]
0.00 0.00 1/8014 Frecursive_edit [1]
0.00 0.00 2/8014 save_menu_items [595]
0.00 0.00 2/8014 set_frame_menubar <cycle 4> [546]
0.00 0.00 2/8014 Fautoload_do_load <cycle 4> [607]
0.00 0.00 2/8014 Feval_buffer <cycle 4> [525]
0.00 0.00 3/8014 show_hourglass <cycle 4> [296]
0.00 0.00 3/8014 redisplay_internal [10]
0.00 0.00 3/8014 set_window_buffer <cycle 4> [516]
0.00 0.00 3/8014 Fkill_buffer <cycle 4> [530]
0.00 0.00 3/8014 Finsert_file_contents <cycle 4> [379]
0.00 0.00 8/8014 Fload <cycle 4> [428]
0.00 0.00 20/8014 truncate_undo_list <cycle 4> [1269]
0.00 0.00 48/8014 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 61/8014 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1025/8014 code_conversion_save <cycle 4> [381]
0.00 0.00 2068/8014 display_mode_line <cycle 4> [335]
0.00 0.00 4759/8014 exec_byte_code <cycle 4> [56]
[785] 0.0 0.00 0.00 8014 record_unwind_protect [785]
-----------------------------------------------
0.00 0.00 7278/7278 draw_glyphs <cycle 4> [50]
[786] 0.0 0.00 0.00 7278 fill_glyph_string [786]
0.00 0.00 32587/128954 get_glyph_face_and_encoding [710]
-----------------------------------------------
0.00 0.00 7278/7278 draw_glyphs <cycle 4> [50]
[787] 0.0 0.00 0.00 7278 init_glyph_string [787]
-----------------------------------------------
0.00 0.00 7278/7278 draw_glyphs <cycle 4> [50]
[788] 0.0 0.00 0.00 7278 set_glyph_string_background_width [788]
-----------------------------------------------
0.00 0.00 7076/7076 Fnext_single_char_property_change <cycle 4> [150]
[789] 0.0 0.00 0.00 7076 Fnext_char_property_change [789]
0.00 0.00 7076/7076 Fnext_overlay_change [790]
-----------------------------------------------
0.00 0.00 7076/7076 Fnext_char_property_change [789]
[790] 0.0 0.00 0.00 7076 Fnext_overlay_change [790]
-----------------------------------------------
0.00 0.00 1300/7069 wait_reading_process_output [15]
0.00 0.00 5769/7069 deliver_process_signal [2887]
[791] 0.0 0.00 0.00 7069 handle_input_available_signal [791]
-----------------------------------------------
0.00 0.00 6876/6876 sweep_weak_table <cycle 4> [1088]
[792] 0.0 0.00 0.00 6876 survives_gc_p [792]
-----------------------------------------------
0.00 0.00 2/6751 Fload <cycle 4> [428]
0.00 0.00 3/6751 Finsert_file_contents <cycle 4> [379]
0.00 0.00 8/6751 readevalloop <cycle 4> [441]
0.00 0.00 9/6751 eval_sub <cycle 4> [139]
0.00 0.00 10/6751 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 14/6751 Ffunctionp [923]
0.00 0.00 26/6751 Fsubstitute_in_file_name <cycle 4> [333]
0.00 0.00 194/6751 Ffuncall <cycle 4> [18]
0.00 0.00 2429/6751 store_symval_forwarding <cycle 4> [276]
0.00 0.00 4056/6751 keyremap_step.constprop.45 [27]
[793] 0.0 0.00 0.00 6751 Ffboundp [793]
-----------------------------------------------
0.00 0.00 1/6618 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1/6618 redisplay_mode_lines <cycle 4> [1612]
0.00 0.00 1/6618 pos_visible_p <cycle 4> [1609]
0.00 0.00 1/6618 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 3/6618 mark_window_display_accurate_1 [989]
0.00 0.00 4/6618 compute_window_start_on_continuation_line [1430]
0.00 0.00 6/6618 unshow_buffer [1450]
0.00 0.00 31/6618 display_echo_area_1 <cycle 4> [1221]
0.00 0.00 54/6618 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 70/6618 message_dolog <cycle 4> [394]
0.00 0.00 138/6618 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 1034/6618 set_vertical_scroll_bar [982]
0.00 0.00 1081/6618 set_point_from_marker [966]
0.00 0.00 2068/6618 display_mode_element <cycle 4> [85]
0.00 0.00 2125/6618 redisplay_window <cycle 4> [84]
[794] 0.0 0.00 0.00 6618 marker_position [794]
-----------------------------------------------
0.00 0.00 6399/6399 find_newline [152]
[795] 0.0 0.00 0.00 6399 region_cache_backward [795]
0.00 0.00 6399/9464 delete_cache_boundaries [775]
0.00 0.00 6399/11490 find_cache_boundary [761]
-----------------------------------------------
0.00 0.00 208/6380 Fdefault_boundp [1103]
0.00 0.00 6172/6380 Fdefault_value [801]
[796] 0.0 0.00 0.00 6380 default_value [796]
0.00 0.00 2/6 indirect_variable [1384]
-----------------------------------------------
1070 move_it_vertically_backward <cycle 4> [174]
5242 reseat <cycle 4> [414]
[797] 0.0 0.00 0.00 6312 reseat_1 <cycle 4> [797]
0.00 0.00 6301/22925 bidi_unshelve_cache [737]
6301 bidi_init_it <cycle 4> [727]
-----------------------------------------------
0.00 0.00 1/6223 Fdelete_terminal <cycle 4> [172]
0.00 0.00 21/6223 decode_live_terminal [1256]
0.00 0.00 6201/6223 Fterminal_live_p [800]
[798] 0.0 0.00 0.00 6223 decode_terminal [798]
-----------------------------------------------
0.00 0.00 922/6203 xpm_alloc_color [4082]
0.00 0.00 5281/6203 oblookup [808]
[799] 0.0 0.00 0.00 6203 hash_string [799]
-----------------------------------------------
0.00 0.00 6201/6201 Ffuncall <cycle 4> [18]
[800] 0.0 0.00 0.00 6201 Fterminal_live_p [800]
0.00 0.00 6201/6223 decode_terminal [798]
-----------------------------------------------
0.00 0.00 6/6172 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 38/6172 eval_sub <cycle 4> [139]
0.00 0.00 2001/6172 Fcommandp <cycle 4> [642]
0.00 0.00 2062/6172 Fbuffer_local_value [887]
0.00 0.00 2065/6172 Ffuncall <cycle 4> [18]
[801] 0.0 0.00 0.00 6172 Fdefault_value [801]
0.00 0.00 6172/6380 default_value [796]
0.00 0.00 2087/122261 do_symval_forwarding [712]
-----------------------------------------------
0.00 0.00 1466/5808 mem_delete [771]
0.00 0.00 4342/5808 mem_insert [96]
[802] 0.0 0.00 0.00 5808 mem_rotate_right [802]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
4 message3_nolog <cycle 4> [1525]
0.02 0.04 2064/35497 redisplay_internal [10]
0.03 0.06 3621/35497 wait_reading_process_output [15]
[803] 0.0 0.00 0.00 5690 do_pending_window_change <cycle 4> [803]
0.00 0.00 2/3 change_frame_size_1 [1468]
2 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
0.00 0.00 2/5636 Fprevious_single_property_change [608]
0.00 0.00 5634/5636 set_point_both [297]
[804] 0.0 0.00 0.00 5636 previous_interval [804]
-----------------------------------------------
2 Fkill_buffer <cycle 4> [530]
4 redisplay_mode_lines <cycle 4> [1612]
4 set_frame_menubar <cycle 4> [546]
8 resize_mini_window <cycle 4> [364]
12 show_hourglass <cycle 4> [296]
14 write_string_1 <cycle 4> [1311]
14 Fprinc <cycle 4> [1299]
28 setup_echo_area_for_printing <cycle 4> [557]
48 unwind_with_echo_area_buffer <cycle 4> [1191]
48 with_echo_area_buffer <cycle 4> [461]
61 unwind_format_mode_line <cycle 4> [956]
61 x_consider_frame_title <cycle 4> [291]
70 message_dolog <cycle 4> [394]
122 Fset_buffer <cycle 4> [860]
721 decode_coding <cycle 4> [609]
761 unbind_to <cycle 4> [340]
1442 code_conversion_save <cycle 4> [381]
2085 redisplay_window <cycle 4> [84]
[805] 0.0 0.00 0.00 5505 set_buffer_internal_1 <cycle 4> [805]
0.00 0.00 3280/3280 record_buffer_markers [831]
0.00 0.00 3280/3280 fetch_buffer_markers [830]
17020 Fsymbol_value <cycle 4> [714]
-----------------------------------------------
0.00 0.00 6/5455 font_list_entities [231]
0.00 0.00 1090/5455 where_is_internal_1 <cycle 4> [229]
0.00 0.00 1222/5455 fontset_add [73]
0.00 0.00 1352/5455 Ffuncall <cycle 4> [18]
0.00 0.00 1785/5455 accessible_keymaps_1 <cycle 4> [206]
[806] 0.0 0.00 0.00 5455 Fvconcat [806]
-----------------------------------------------
0.00 0.00 2/5300 face_for_font [1516]
0.00 0.00 80/5300 realize_face [247]
0.00 0.00 5218/5300 Finternal_merge_in_global_face [349]
[807] 0.0 0.00 0.00 5300 lface_hash [807]
-----------------------------------------------
0.00 0.00 4/5281 Fintern_soft [1416]
0.00 0.00 1258/5281 font_intern_prop [431]
0.00 0.00 1952/5281 Fintern [422]
0.00 0.00 2067/5281 intern_1 [644]
[808] 0.0 0.00 0.00 5281 oblookup [808]
0.00 0.00 5281/10562 check_obarray [764]
0.00 0.00 5281/6203 hash_string [799]
-----------------------------------------------
0.00 0.00 1060/5185 mem_delete [771]
0.00 0.00 4125/5185 mem_insert [96]
[809] 0.0 0.00 0.00 5185 mem_rotate_left [809]
-----------------------------------------------
3 tool_bar_items <cycle 4> [485]
6 menu_bar_items <cycle 4> [451]
5116 Fcurrent_active_maps <cycle 4> [131]
[810] 0.0 0.00 0.00 5125 current_minor_maps <cycle 4> [810]
5125 find_symbol_value <cycle 4> [87]
-----------------------------------------------
0.00 0.00 1000/5124 Ffuncall <cycle 4> [18]
0.00 0.00 4124/5124 hscroll_window_tree [203]
[811] 0.0 0.00 0.00 5124 Fmarker_position [811]
0.00 0.00 5124/9046 CHECK_MARKER [777]
-----------------------------------------------
0.00 0.00 4696/4696 x_draw_glyph_string <cycle 4> [178]
[812] 0.0 0.00 0.00 4696 x_draw_stretch_glyph_string [812]
0.00 0.00 3099/3099 x_clear_glyph_string_rect [839]
-----------------------------------------------
0.00 0.00 2/4672 Ffuncall <cycle 4> [18]
0.00 0.00 2/4672 Feval_buffer <cycle 4> [525]
0.00 0.00 3/4672 Fgenerate_new_buffer_name [1456]
0.00 0.00 3/4672 Fkill_buffer <cycle 4> [530]
0.00 0.00 6/4672 make_process [1387]
0.00 0.00 70/4672 message_dolog <cycle 4> [394]
0.00 0.00 75/4672 Fget_buffer_create <cycle 4> [452]
0.00 0.00 2000/4672 Fget_buffer_window [905]
0.00 0.00 2511/4672 Fset_buffer <cycle 4> [860]
[813] 0.0 0.00 0.00 4672 Fget_buffer [813]
0.00 0.00 460/72024 Fcar [717]
0.00 0.00 460/127843 Fstring_equal [711]
-----------------------------------------------
0.00 0.00 1/4543 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1/4543 redisplay_mode_lines <cycle 4> [1612]
0.00 0.00 1/4543 pos_visible_p <cycle 4> [1609]
0.00 0.00 1/4543 Fpos_visible_in_window_p <cycle 4> [638]
0.00 0.00 2/4543 unshow_buffer [1450]
0.00 0.00 4/4543 compute_window_start_on_continuation_line [1430]
0.00 0.00 31/4543 display_echo_area_1 <cycle 4> [1221]
0.00 0.00 54/4543 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 70/4543 message_dolog <cycle 4> [394]
0.00 0.00 138/4543 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 1034/4543 display_mode_element <cycle 4> [85]
0.00 0.00 1081/4543 set_point_from_marker [966]
0.00 0.00 2125/4543 redisplay_window <cycle 4> [84]
[814] 0.0 0.00 0.00 4543 marker_byte_position [814]
-----------------------------------------------
0.00 0.00 42/4418 x_window_to_frame [1198]
0.00 0.00 51/4418 x_top_window_to_frame [1158]
0.00 0.00 4325/4418 x_any_window_to_frame [818]
[815] 0.0 0.00 0.00 4418 xg_win_to_widget [815]
0.00 0.00 4418/634690 unblock_input_to [697]
0.00 0.00 4418/634655 unblock_input [698]
-----------------------------------------------
4352 mark_object <cycle 4> [21]
[816] 0.0 0.00 0.00 4352 mark_compiled <cycle 4> [816]
16780 mark_object <cycle 4> [21]
-----------------------------------------------
0.00 0.00 1/4347 x_wait_for_event [434]
0.00 0.00 1014/4347 start_atimer [1036]
0.00 0.00 3332/4347 wait_reading_process_output [15]
[817] 0.0 0.00 0.00 4347 timespec_add [817]
-----------------------------------------------
0.00 0.00 2030/4333 event_handler_gdk [181]
0.00 0.00 2303/4333 handle_one_xevent [180]
[818] 0.0 0.00 0.00 4333 x_any_window_to_frame [818]
0.00 0.00 4325/4418 xg_win_to_widget [815]
-----------------------------------------------
4278 reseat_at_next_visible_line_start <cycle 4> [820]
[819] 0.0 0.00 0.00 4278 forward_to_next_line_start <cycle 4> [819]
4278 set_iterator_to_next <cycle 4> [102]
-----------------------------------------------
547 display_line <cycle 4> [200]
3731 move_it_to <cycle 4> [164]
[820] 0.0 0.00 0.00 4278 reseat_at_next_visible_line_start <cycle 4> [820]
4278 forward_to_next_line_start <cycle 4> [819]
-----------------------------------------------
6 tool_bar_items <cycle 4> [485]
10 menu_bar_items <cycle 4> [451]
0.01 0.02 1014/35497 read_key_sequence.constprop.44 <cycle 2> [11]
0.01 0.02 1021/35497 read_char <cycle 2> [9]
0.02 0.04 2028/35497 keyremap_step.constprop.45 [27]
[821] 0.0 0.00 0.00 4079 access_keymap <cycle 4> [821]
4079 access_keymap_1 <cycle 4> [130]
3049 get_keyelt <cycle 4> [569]
-----------------------------------------------
0.00 0.00 2/4022 next_window [565]
0.00 0.00 4020/4022 window_list_1 [227]
[822] 0.0 0.00 0.00 4022 candidate_window_p [822]
-----------------------------------------------
1000 line_bottom_y <cycle 4> [658]
1014 Fvertical_motion <cycle 4> [163]
1770 move_it_vertically_backward <cycle 4> [174]
[823] 0.0 0.00 0.00 3784 move_it_by_lines <cycle 4> [823]
2770 move_it_to <cycle 4> [164]
-----------------------------------------------
0.00 0.00 2/3777 Fremove_text_properties <cycle 4> [649]
0.00 0.00 3/3777 set_text_properties [570]
0.00 0.00 3772/3777 add_text_properties_1 <cycle 4> [305]
[824] 0.0 0.00 0.00 3777 validate_plist [824]
0.00 0.00 1180/72024 Fcar [717]
0.00 0.00 576/1362857 Fcdr [690]
-----------------------------------------------
0.00 0.00 3621/3621 wait_reading_process_output [15]
[825] 0.0 0.00 0.00 3621 requeued_events_pending_p [825]
-----------------------------------------------
0.00 0.00 48/3429 accessible_keymaps_1 <cycle 4> [206]
0.00 0.00 206/3429 where_is_internal_1 <cycle 4> [229]
0.00 0.00 3175/3429 exec_byte_code <cycle 4> [56]
[826] 0.0 0.00 0.00 3429 Faset [826]
-----------------------------------------------
0.00 0.00 1015/3335 sit_for [13]
0.00 0.00 2320/3335 wait_reading_process_output [15]
[827] 0.0 0.00 0.00 3335 detect_input_pending [827]
-----------------------------------------------
4 adjust_frame_size <cycle 4> [468]
36 adjust_glyph_matrix <cycle 4> [1207]
54 x_scroll_run <cycle 4> [1177]
1052 XTset_vertical_scroll_bar <cycle 4> [424]
2168 XTring_bell <cycle 4> [874]
[828] 0.0 0.00 0.00 3314 window_box <cycle 4> [828]
0.00 0.00 2261/32059 window_box_width [729]
0.00 0.00 2226/14299 window_box_left [751]
1146 window_box_height <cycle 4> [936]
-----------------------------------------------
0.00 0.00 3309/3309 init_iterator <cycle 4> [160]
[829] 0.0 0.00 0.00 3309 window_display_table [829]
-----------------------------------------------
0.00 0.00 3280/3280 set_buffer_internal_1 <cycle 4> [805]
[830] 0.0 0.00 0.00 3280 fetch_buffer_markers [830]
-----------------------------------------------
0.00 0.00 3280/3280 set_buffer_internal_1 <cycle 4> [805]
[831] 0.0 0.00 0.00 3280 record_buffer_markers [831]
-----------------------------------------------
0.00 0.00 3241/3241 exec_byte_code <cycle 4> [56]
[832] 0.0 0.00 0.00 3241 Fmin [832]
-----------------------------------------------
0.00 0.00 3200/3200 re_compile_pattern [94]
[833] 0.0 0.00 0.00 3200 re_iswctype [833]
-----------------------------------------------
1026 x_draw_glyph_string <cycle 4> [178]
2167 draw_fringe_bitmap_1 <cycle 4> [196]
[834] 0.0 0.00 0.00 3193 x_draw_fringe_bitmap <cycle 4> [834]
2168 XTring_bell <cycle 4> [874]
-----------------------------------------------
3174 eval_sub <cycle 4> [139]
[835] 0.0 0.00 0.00 3174 Fif <cycle 4> [835]
0.00 0.00 2075/72024 Fcar [717]
3174 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 3174/3174 Ffuncall <cycle 4> [18]
[836] 0.0 0.00 0.00 3174 Fvectorp [836]
-----------------------------------------------
0.00 0.00 70/3140 message_dolog <cycle 4> [394]
0.00 0.00 3070/3140 prepare_to_modify_buffer_1 <cycle 4> [245]
[837] 0.0 0.00 0.00 3140 bset_redisplay [837]
-----------------------------------------------
0.00 0.00 38/3133 try_window <cycle 4> [1208]
0.00 0.00 1070/3133 move_it_vertically_backward <cycle 4> [174]
0.00 0.00 2025/3133 redisplay_window <cycle 4> [84]
[838] 0.0 0.00 0.00 3133 default_line_pixel_height [838]
-----------------------------------------------
0.00 0.00 3099/3099 x_draw_stretch_glyph_string [812]
[839] 0.0 0.00 0.00 3099 x_clear_glyph_string_rect [839]
-----------------------------------------------
0.00 0.00 3081/3081 Ffuncall <cycle 4> [18]
[840] 0.0 0.00 0.00 3081 Fframe_char_height [840]
0.00 0.00 3081/19504 decode_any_frame [742]
-----------------------------------------------
0.00 0.00 1/3074 Fredraw_frame <cycle 4> [1565]
0.00 0.00 1/3074 check_minibuf_window <cycle 4> [1585]
0.00 0.00 1/3074 Fmake_frame_visible <cycle 4> [596]
0.00 0.00 1/3074 Fframe_after_make_frame [1557]
0.00 0.00 1/3074 Fwindow_resize_apply_total [1577]
0.00 0.00 1/3074 Fcurrent_window_configuration [663]
0.00 0.00 1/3074 Fother_buffer [540]
0.00 0.00 4/3074 Fmodify_frame_parameters <cycle 4> [1419]
0.00 0.00 7/3074 Fframe_terminal [1369]
0.00 0.00 22/3074 Fminibuffer_window [1253]
0.00 0.00 22/3074 Finternal_get_lisp_face_attribute [467]
0.00 0.00 119/3074 decode_window_system_frame [1134]
0.00 0.00 879/3074 check_fontset_name [294]
0.00 0.00 2014/3074 Fface_font [201]
[841] 0.0 0.00 0.00 3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 3068/3068 Ffuncall <cycle 4> [18]
[842] 0.0 0.00 0.00 3068 Fselected_window [842]
-----------------------------------------------
0.00 0.00 3057/3057 safe_run_hooks <cycle 4> [318]
[843] 0.0 0.00 0.00 3057 run_hook_with_args [843]
-----------------------------------------------
3051 Fcommandp <cycle 4> [642]
[844] 0.0 0.00 0.00 3051 funcall_nil <cycle 4> [844]
3051 Ffuncall <cycle 4> [18]
-----------------------------------------------
3050 Fcommandp <cycle 4> [642]
[845] 0.0 0.00 0.00 3050 safe_run_hook_funcall <cycle 4> [845]
3050 internal_condition_case_n <cycle 4> [776]
-----------------------------------------------
0.00 0.00 3050/3050 internal_condition_case_n <cycle 4> [776]
[846] 0.0 0.00 0.00 3050 safe_run_hooks_1 [846]
-----------------------------------------------
0.00 0.00 4/3023 Fset_match_data [377]
0.00 0.00 12/3023 delete_all_child_windows [1513]
0.00 0.00 76/3023 set_marker_internal [202]
0.00 0.00 210/3023 message_dolog <cycle 4> [394]
0.00 0.00 210/3023 set_marker_restricted_both [1102]
0.00 0.00 280/3023 set_marker_both [1080]
0.00 0.00 1075/3023 save_excursion_restore <cycle 4> [255]
0.00 0.00 1156/3023 sweep_misc [1245]
[847] 0.0 0.00 0.00 3023 unchain_marker [847]
-----------------------------------------------
0.00 0.00 961/2998 remove_properties [1048]
0.00 0.00 2037/2998 add_properties [314]
[848] 0.0 0.00 0.00 2998 record_property_change [848]
-----------------------------------------------
0.00 0.00 751/2890 adjust_markers_for_delete [1053]
0.00 0.00 2139/2890 adjust_markers_for_insert [876]
[849] 0.0 0.00 0.00 2890 adjust_suspend_auto_hscroll [849]
-----------------------------------------------
0.00 0.00 1062/2846 save_restriction_restore [977]
0.00 0.00 1784/2846 Fwiden [910]
[850] 0.0 0.00 0.00 2846 invalidate_current_column [850]
-----------------------------------------------
1 x_term_init <cycle 4> [634]
2 select_window <cycle 4> [549]
2 Fload <cycle 4> [428]
5 Fget_buffer_create <cycle 4> [452]
6 Fkill_buffer <cycle 4> [530]
10 update_frame_tool_bar <cycle 4> [470]
26 Fsubstitute_in_file_name <cycle 4> [333]
58 store_symval_forwarding <cycle 4> [276]
186 readevalloop <cycle 4> [441]
481 mapcar1 <cycle 4> [1167]
1034 display_mode_element <cycle 4> [85]
0.00 0.00 5/35497 show_help_echo [315]
0.00 0.00 12/35497 timer_check [72]
0.01 0.02 1014/35497 command_loop_1 <cycle 2> [12]
[851] 0.0 0.00 0.00 2842 call1 <cycle 4> [851]
2842 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 210/2842 set_marker_restricted_both [1102]
0.00 0.00 492/2842 set_marker_both [1080]
0.00 0.00 2140/2842 set_marker_internal [202]
[852] 0.0 0.00 0.00 2842 live_buffer [852]
-----------------------------------------------
0.00 0.00 3/2734 Fset_buffer_multibyte [1401]
0.00 0.00 3/2734 Finsert_file_contents <cycle 4> [379]
0.00 0.00 266/2734 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 725/2734 insert_from_gap [654]
0.00 0.00 736/2734 del_range_1 <cycle 4> [214]
0.00 0.00 1001/2734 insert_from_string_1 <cycle 4> [233]
[853] 0.0 0.00 0.00 2734 invalidate_buffer_caches [853]
0.00 0.00 1123/1126 invalidate_region_cache [950]
-----------------------------------------------
0.00 0.00 6/2706 valid_lisp_object_p [1211]
0.00 0.00 176/2706 Fgarbage_collect <cycle 4> [57]
0.00 0.00 2524/2706 mark_maybe_object [734]
[854] 0.0 0.00 0.00 2706 sweep_buffers [854]
0.00 0.00 160/83902 balance_intervals [715]
0.00 0.00 20/730824 balance_an_interval [695]
0.00 0.00 20/464 balance_intervals_internal [1082]
0.00 0.00 3/9878 mem_delete [771]
0.00 0.00 3/1070 lisp_free [974]
-----------------------------------------------
0.00 0.00 11/2657 re_match_2_internal [80]
0.00 0.00 2646/2657 re_compile_pattern [94]
[855] 0.0 0.00 0.00 2657 skip_one_char [855]
-----------------------------------------------
0.00 0.00 239/2602 display_line <cycle 4> [200]
0.00 0.00 2363/2602 redisplay_window <cycle 4> [84]
[856] 0.0 0.00 0.00 2602 row_for_charpos_p [856]
-----------------------------------------------
0.00 0.00 3/2582 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 27/2582 Ffuncall <cycle 4> [18]
0.00 0.00 1267/2582 unbind_to <cycle 4> [340]
0.00 0.00 1285/2582 specbind <cycle 4> [104]
[857] 0.0 0.00 0.00 2582 Flocal_variable_p [857]
0.00 0.00 1/6 indirect_variable [1384]
-----------------------------------------------
0.00 0.00 12/2538 face_boolean_x_resource_value [1435]
0.00 0.00 21/2538 font_build_object [417]
0.00 0.00 2505/2538 font_unparse_xlfd [1052]
[858] 0.0 0.00 0.00 2538 font_style_symbolic [858]
-----------------------------------------------
0.00 0.00 1/2527 fontset_from_font <cycle 4> [386]
0.00 0.00 2/2527 exec_byte_code <cycle 4> [56]
0.00 0.00 2/2527 Fnew_fontset <cycle 4> [426]
0.00 0.00 5/2527 ftfont_list [249]
0.00 0.00 118/2527 font_prop_validate_symbol [390]
0.00 0.00 686/2527 font_parse_family_registry [308]
0.00 0.00 822/2527 Fset_fontset_font <cycle 4> [28]
0.00 0.00 891/2527 fs_query_fontset [292]
[859] 0.0 0.00 0.00 2527 Fdowncase [859]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [482]
1 Fkill_buffer <cycle 4> [530]
2 buffer_posn_from_coords <cycle 4> [1581]
3 set_window_buffer <cycle 4> [516]
70 message_dolog <cycle 4> [394]
135 select_window <cycle 4> [549]
1075 save_excursion_restore <cycle 4> [255]
1224 exec_byte_code <cycle 4> [56]
[860] 0.0 0.00 0.00 2511 Fset_buffer <cycle 4> [860]
0.00 0.00 2511/4672 Fget_buffer [813]
0.00 0.00 3/1362857 Fcdr [690]
122 set_buffer_internal_1 <cycle 4> [805]
-----------------------------------------------
0.00 0.00 6/2396 Finternal_char_font [514]
0.00 0.00 99/2396 show_hourglass <cycle 4> [296]
0.00 0.00 99/2396 display_line <cycle 4> [200]
0.00 0.00 2192/2396 extend_face_to_end_of_line [878]
[861] 0.0 0.00 0.00 2396 lookup_basic_face [861]
-----------------------------------------------
0.00 0.00 1042/2378 xg_update_menubar [1073]
0.00 0.00 1336/2378 xg_item_label_same_p [1064]
[862] 0.0 0.00 0.00 2378 get_utf8_string [862]
-----------------------------------------------
0.00 0.00 1/2323 set_message_1 <cycle 4> [1616]
0.00 0.00 2/2323 unshow_buffer [1450]
0.00 0.00 3/2323 redisplay_mode_lines <cycle 4> [1612]
0.00 0.00 3/2323 Fset_buffer_multibyte [1401]
0.00 0.00 3/2323 decide_coding_unwind [1471]
0.00 0.00 14/2323 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 41/2323 scan_newline [395]
0.00 0.00 152/2323 message_dolog <cycle 4> [394]
0.00 0.00 2104/2323 redisplay_window <cycle 4> [84]
[863] 0.0 0.00 0.00 2323 temp_set_point_both [863]
-----------------------------------------------
0.00 0.00 2320/2320 wait_reading_process_output [15]
[864] 0.0 0.00 0.00 2320 clear_waiting_for_input [864]
-----------------------------------------------
0.00 0.00 2320/2320 wait_reading_process_output [15]
[865] 0.0 0.00 0.00 2320 set_waiting_for_input [865]
-----------------------------------------------
0.00 0.00 5/2288 Ffuncall <cycle 4> [18]
0.00 0.00 54/2288 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 108/2288 rotate_matrix [1174]
0.00 0.00 2121/2288 update_window_line <cycle 4> [416]
[866] 0.0 0.00 0.00 2288 Finternal_show_cursor_p [866]
0.00 0.00 2121/2193 assign_row [873]
0.00 0.00 5/14 decode_any_window [1301]
-----------------------------------------------
0.00 0.00 2253/2253 exec_byte_code <cycle 4> [56]
[867] 0.0 0.00 0.00 2253 Fmax [867]
-----------------------------------------------
0.00 0.00 2244/2244 display_mode_element <cycle 4> [85]
[868] 0.0 0.00 0.00 2244 display_count_lines [868]
-----------------------------------------------
0.00 0.00 1064/2237 Fwindow_parameter [378]
0.00 0.00 1173/2237 Fwindow_buffer [945]
[869] 0.0 0.00 0.00 2237 Frun_window_scroll_functions [869]
-----------------------------------------------
0.00 0.00 1034/2229 display_mode_line <cycle 4> [335]
0.00 0.00 1195/2229 display_line <cycle 4> [200]
[870] 0.0 0.00 0.00 2229 compute_line_metrics [870]
0.00 0.00 2229/2229 row_hash [872]
-----------------------------------------------
0.00 0.00 1034/2229 display_mode_line <cycle 4> [335]
0.00 0.00 1195/2229 display_line <cycle 4> [200]
[871] 0.0 0.00 0.00 2229 prepare_desired_row [871]
-----------------------------------------------
0.00 0.00 2229/2229 compute_line_metrics [870]
[872] 0.0 0.00 0.00 2229 row_hash [872]
-----------------------------------------------
0.00 0.00 72/2193 update_window <cycle 4> [86]
0.00 0.00 2121/2193 Finternal_show_cursor_p [866]
[873] 0.0 0.00 0.00 2193 assign_row [873]
-----------------------------------------------
14 Fcommand_error_default_function <cycle 4> [1296]
2168 x_draw_fringe_bitmap <cycle 4> [834]
[874] 0.0 0.00 0.00 2182 XTring_bell <cycle 4> [874]
0.00 0.00 14/634690 unblock_input_to [697]
0.00 0.00 14/634655 unblock_input [698]
2168 window_box <cycle 4> [828]
-----------------------------------------------
1084 draw_row_fringe_bitmaps <cycle 4> [964]
1084 draw_window_fringes <cycle 4> [209]
[875] 0.0 0.00 0.00 2168 draw_fringe_bitmap <cycle 4> [875]
2168 draw_fringe_bitmap_1 <cycle 4> [196]
-----------------------------------------------
0.00 0.00 413/2139 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 725/2139 insert_from_gap [654]
0.00 0.00 1001/2139 insert_from_string_1 <cycle 4> [233]
[876] 0.0 0.00 0.00 2139 adjust_markers_for_insert [876]
0.00 0.00 2139/2890 adjust_suspend_auto_hscroll [849]
-----------------------------------------------
0.00 0.00 413/2139 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 725/2139 insert_from_gap [654]
0.00 0.00 1001/2139 insert_from_string_1 <cycle 4> [233]
[877] 0.0 0.00 0.00 2139 adjust_overlays_for_insert [877]
-----------------------------------------------
0.00 0.00 1034/2130 display_mode_line <cycle 4> [335]
0.00 0.00 1096/2130 display_line <cycle 4> [200]
[878] 0.0 0.00 0.00 2130 extend_face_to_end_of_line [878]
0.00 0.00 2192/2396 lookup_basic_face [861]
-----------------------------------------------
0.00 0.00 4/2125 Fmatch_data [324]
0.00 0.00 59/2125 exec_byte_code <cycle 4> [56]
0.00 0.00 2062/2125 hscroll_window_tree [203]
[879] 0.0 0.00 0.00 2125 Fset_marker [879]
-----------------------------------------------
0.00 0.00 1/2124 eval_sub <cycle 4> [139]
0.00 0.00 2/2124 Fset_charset_priority [307]
0.00 0.00 4/2124 window_list [657]
0.00 0.00 6/2124 Ffuncall <cycle 4> [18]
0.00 0.00 294/2124 exec_byte_code <cycle 4> [56]
0.00 0.00 1817/2124 nconc2 [909]
[880] 0.0 0.00 0.00 2124 Fnconc [880]
0.00 0.00 1983/75763 Fsetcdr [716]
-----------------------------------------------
0.00 0.00 2092/2092 Fbacktrace_frame [280]
[881] 0.0 0.00 0.00 2092 get_backtrace_frame [881]
0.00 0.00 8368/11536 Findirect_function [760]
-----------------------------------------------
0.00 0.00 50/2078 resize_mini_window <cycle 4> [364]
0.00 0.00 1014/2078 Fset_window_vscroll [1030]
0.00 0.00 1014/2078 Fvertical_motion <cycle 4> [163]
[882] 0.0 0.00 0.00 2078 extract_float [882]
-----------------------------------------------
0.00 0.00 1/2076 redisplay_internal [10]
0.00 0.00 17/2076 note_mouse_highlight <cycle 4> [489]
0.00 0.00 2058/2076 redisplay_window <cycle 4> [84]
[883] 0.0 0.00 0.00 2076 window_outdated [883]
-----------------------------------------------
0.00 0.00 3/2072 Fdo_auto_save <cycle 4> [645]
0.00 0.00 24/2072 Fgarbage_collect <cycle 4> [57]
0.00 0.00 1014/2072 command_loop_1 <cycle 2> [12]
0.00 0.00 1031/2072 redisplay_internal [10]
[884] 0.0 0.00 0.00 2072 record_unwind_protect_void [884]
-----------------------------------------------
0.00 0.00 4/2070 save_window_save [503]
0.00 0.00 2066/2070 Fbuffer_local_value [887]
[885] 0.0 0.00 0.00 2070 buffer_local_value [885]
-----------------------------------------------
0.00 0.00 25/2070 note_mouse_highlight <cycle 4> [489]
0.00 0.00 1014/2070 handle_one_xevent [180]
0.00 0.00 1031/2070 redisplay_internal [10]
[886] 0.0 0.00 0.00 2070 popup_activated [886]
-----------------------------------------------
0.00 0.00 4/2066 Ffuncall <cycle 4> [18]
0.00 0.00 2062/2066 hscroll_window_tree [203]
[887] 0.0 0.00 0.00 2066 Fbuffer_local_value [887]
0.00 0.00 2066/2070 buffer_local_value [885]
0.00 0.00 2062/6172 Fdefault_value [801]
-----------------------------------------------
0.00 0.00 1032/2065 redisplay_internal [10]
0.00 0.00 1033/2065 redisplay_window <cycle 4> [84]
[888] 0.0 0.00 0.00 2065 mode_line_update_needed [888]
-----------------------------------------------
0.00 0.00 2062/2062 hscroll_window_tree [203]
[889] 0.0 0.00 0.00 2062 Fwindow_old_point [889]
0.00 0.00 2062/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 2062/2062 hscroll_window_tree [203]
[890] 0.0 0.00 0.00 2062 Fwindow_point [890]
0.00 0.00 2062/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/2047 Finsert_file_contents <cycle 4> [379]
0.00 0.00 4/2047 readevalloop <cycle 4> [441]
0.00 0.00 4/2047 Fload <cycle 4> [428]
0.00 0.00 1017/2047 Ffuncall_interactively <cycle 4> [1023]
0.00 0.00 1019/2047 wait_reading_process_output [15]
[891] 0.0 0.00 0.00 2047 record_unwind_protect_int [891]
-----------------------------------------------
0.00 0.00 1/2043 recursive_edit_1 [2]
0.00 0.00 14/2043 cmd_error [269]
0.00 0.00 1014/2043 start_hourglass [1037]
0.00 0.00 1014/2043 unbind_to <cycle 4> [340]
[892] 0.0 0.00 0.00 2043 cancel_hourglass [892]
0.00 0.00 1014/1014 cancel_atimer [1033]
-----------------------------------------------
0.00 0.00 2037/2037 Fremove_list_of_text_properties [372]
[893] 0.0 0.00 0.00 2037 call_mod_hooks [893]
-----------------------------------------------
0.00 0.00 2037/2037 swallow_events [165]
[894] 0.0 0.00 0.00 2037 process_special_events [894]
-----------------------------------------------
0.00 0.00 1014/2028 test_undefined [41]
0.00 0.00 1014/2028 read_key_sequence.constprop.44 <cycle 2> [11]
[895] 0.0 0.00 0.00 2028 Fcommand_remapping [895]
-----------------------------------------------
0.00 0.00 2028/2028 Ffuncall <cycle 4> [18]
[896] 0.0 0.00 0.00 2028 Fwindow_hscroll [896]
-----------------------------------------------
0.00 0.00 2028/2028 Ffuncall <cycle 4> [18]
[897] 0.0 0.00 0.00 2028 Fwindow_vscroll [897]
-----------------------------------------------
0.00 0.00 1014/2028 start_atimer [1036]
0.00 0.00 1014/2028 cancel_atimer [1033]
[898] 0.0 0.00 0.00 2028 block_atimers [898]
-----------------------------------------------
1003 erase_phys_cursor <cycle 4> [222]
1025 x_draw_window_cursor <cycle 4> [954]
[899] 0.0 0.00 0.00 2028 draw_phys_cursor_glyph <cycle 4> [899]
2028 draw_glyphs <cycle 4> [50]
-----------------------------------------------
0.00 0.00 1014/2028 read_char <cycle 2> [9]
0.00 0.00 1014/2028 read_key_sequence.constprop.44 <cycle 2> [11]
[900] 0.0 0.00 0.00 2028 echo_update [900]
-----------------------------------------------
0.00 0.00 2027/2027 delete_cache_boundaries [775]
[901] 0.0 0.00 0.00 2027 move_cache_gap [901]
0.00 0.00 8/25 xpalloc [1237]
-----------------------------------------------
0.00 0.00 2014/2014 Ffuncall <cycle 4> [18]
[902] 0.0 0.00 0.00 2014 Ffloatp [902]
-----------------------------------------------
0.00 0.00 999/2014 read_char <cycle 2> [9]
0.00 0.00 1015/2014 read_key_sequence.constprop.44 <cycle 2> [11]
[903] 0.0 0.00 0.00 2014 echo_dash [903]
-----------------------------------------------
0.00 0.00 2/2012 next_window [565]
0.00 0.00 2010/2012 window_list_1 [227]
[904] 0.0 0.00 0.00 2012 decode_next_window_args [904]
0.00 0.00 2005/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/2000 Fother_buffer [540]
0.00 0.00 1997/2000 find_automatic_composition [151]
[905] 0.0 0.00 0.00 2000 Fget_buffer_window [905]
0.00 0.00 2000/4672 Fget_buffer [813]
-----------------------------------------------
0.00 0.00 5/1962 Fset_buffer_multibyte [1401]
0.00 0.00 28/1962 message_dolog <cycle 4> [394]
0.00 0.00 266/1962 signal_after_change <cycle 4> [159]
0.00 0.00 790/1962 make_specified_string [225]
0.00 0.00 873/1962 read1 <cycle 5> [368]
[906] 0.0 0.00 0.00 1962 multibyte_chars_in_text [906]
-----------------------------------------------
61 FletX <cycle 4> [460]
65 Flet <cycle 4> [512]
164 funcall_lambda <cycle 4> [182]
500 Fwhile <cycle 4> [1576]
1112 eval_sub <cycle 4> [139]
[907] 0.0 0.00 0.00 1902 Fprogn <cycle 4> [907]
2523 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 1/1849 read_internal_start [331]
0.00 0.00 246/1849 Fsubstring [473]
0.00 0.00 1602/1849 Fcompare_strings [281]
[908] 0.0 0.00 0.00 1849 validate_subarray [908]
-----------------------------------------------
0.00 0.00 2/1817 font_registry_charsets [306]
0.00 0.00 2/1817 font_update_drivers [589]
0.00 0.00 5/1817 Fget_buffer_create <cycle 4> [452]
0.00 0.00 23/1817 where_is_internal <cycle 4> [309]
0.00 0.00 1785/1817 accessible_keymaps_1 <cycle 4> [206]
[909] 0.0 0.00 0.00 1817 nconc2 [909]
0.00 0.00 1817/2124 Fnconc [880]
-----------------------------------------------
0.00 0.00 722/1784 Ferase_buffer <cycle 4> [1062]
0.00 0.00 1062/1784 exec_byte_code <cycle 4> [56]
[910] 0.0 0.00 0.00 1784 Fwiden [910]
0.00 0.00 1784/2846 invalidate_current_column [850]
-----------------------------------------------
0.00 0.00 1/1763 merge_face_ref <cycle 1> [605]
0.00 0.00 2/1763 face_for_font [1516]
0.00 0.00 8/1763 font_find_for_lface [224]
0.00 0.00 12/1763 Finternal_set_lisp_face_attribute <cycle 4> [232]
0.00 0.00 22/1763 font_parse_xlfd [523]
0.00 0.00 65/1763 realize_face [247]
0.00 0.00 1653/1763 ftfont_pattern_entity [254]
[911] 0.0 0.00 0.00 1763 font_style_to_value [911]
-----------------------------------------------
0.00 0.00 1735/1735 eval_sub <cycle 4> [139]
[912] 0.0 0.00 0.00 1735 Fquote [912]
-----------------------------------------------
3 merge <cycle 4> [1478]
5 Ffile_name_directory <cycle 4> [300]
5 Fdirectory_file_name <cycle 4> [279]
6 Ffile_name_as_directory <cycle 4> [298]
6 Finsert_file_contents <cycle 4> [379]
9 Ffuncall <cycle 4> [18]
15 Ffile_name_nondirectory <cycle 4> [256]
19 adjust_frame_size <cycle 4> [468]
272 readevalloop_eager_expand_eval <cycle 4> [1123]
1343 map_keymap_internal <cycle 4> [527]
[913] 0.0 0.00 0.00 1683 call2 <cycle 4> [913]
1683 Ffuncall <cycle 4> [18]
-----------------------------------------------
1646 update_window_line <cycle 4> [416]
[914] 0.0 0.00 0.00 1646 x_write_glyphs <cycle 4> [914]
0.00 0.00 1646/634690 unblock_input_to [697]
0.00 0.00 1646/634655 unblock_input [698]
1646 draw_glyphs <cycle 4> [50]
-----------------------------------------------
0.00 0.00 1623/1623 x_draw_glyph_string_box [323]
[915] 0.0 0.00 0.00 1623 get_glyph_string_clip_rect [915]
-----------------------------------------------
0.00 0.00 1623/1623 x_draw_glyph_string_box [323]
[916] 0.0 0.00 0.00 1623 x_draw_relief_rect [916]
-----------------------------------------------
0.00 0.00 1623/1623 x_draw_glyph_string_box [323]
[917] 0.0 0.00 0.00 1623 x_setup_relief_colors [917]
0.00 0.00 6/6 x_setup_relief_color [1397]
-----------------------------------------------
0.00 0.00 120/1572 realize_face [247]
0.00 0.00 566/1572 x_parse_color [972]
0.00 0.00 886/1572 fs_query_fontset [292]
[918] 0.0 0.00 0.00 1572 c_strcasecmp [918]
-----------------------------------------------
0.00 0.00 1571/1571 Ffuncall <cycle 4> [18]
[919] 0.0 0.00 0.00 1571 Fpurecopy [919]
-----------------------------------------------
0.00 0.00 16/1553 styled_format <cycle 4> [365]
0.00 0.00 536/1553 concat [47]
0.00 0.00 1001/1553 insert_from_string_1 <cycle 4> [233]
[920] 0.0 0.00 0.00 1553 copy_text [920]
-----------------------------------------------
0.00 0.00 1537/1537 read1 <cycle 5> [368]
[921] 0.0 0.00 0.00 1537 char_string [921]
-----------------------------------------------
0.00 0.00 1/1476 x_load_resources [1632]
0.00 0.00 1/1476 xg_store_widget_in_map [1548]
0.00 0.00 2/1476 Fgarbage_collect <cycle 4> [57]
0.00 0.00 6/1476 update_window <cycle 4> [86]
0.00 0.00 11/1476 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 18/1476 text_quoting_style <cycle 4> [588]
0.00 0.00 25/1476 xpalloc [1237]
0.00 0.00 48/1476 enlarge_buffer_text [1187]
0.00 0.00 271/1476 re_compile_pattern [94]
0.00 0.00 301/1476 alloc_destination [1091]
0.00 0.00 312/1476 adjust_glyph_matrix <cycle 4> [1207]
0.00 0.00 480/1476 shrink_regexp_cache [1242]
[922] 0.0 0.00 0.00 1476 xrealloc [922]
-----------------------------------------------
0.00 0.00 44/1445 Ffuncall <cycle 4> [18]
0.00 0.00 1401/1445 exec_byte_code <cycle 4> [56]
[923] 0.0 0.00 0.00 1445 Ffunctionp [923]
0.00 0.00 14/6751 Ffboundp [793]
-----------------------------------------------
0.00 0.00 3/1409 fontset_find_font [76]
0.00 0.00 1406/1409 fontset_add [73]
[924] 0.0 0.00 0.00 1409 char_table_ref_and_range [924]
0.00 0.00 1403/1403 sub_char_table_ref_and_range [925]
-----------------------------------------------
2630 sub_char_table_ref_and_range [925]
0.00 0.00 1403/1403 char_table_ref_and_range [924]
[925] 0.0 0.00 0.00 1403+2630 sub_char_table_ref_and_range [925]
2630 sub_char_table_ref_and_range [925]
-----------------------------------------------
1401 unbind_to <cycle 4> [340]
[926] 0.0 0.00 0.00 1401 bcall0 <cycle 4> [926]
1401 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 39/1389 read1 <cycle 5> [368]
0.00 0.00 1350/1389 Fmake_byte_code [443]
[927] 0.0 0.00 0.00 1389 make_byte_code [927]
-----------------------------------------------
23 Fload <cycle 4> [428]
284 menu_item_eval_property <cycle 4> [420]
0.00 0.00 8/35497 redisplay_windows [302]
0.01 0.02 1044/35497 redisplay_internal [10]
[928] 0.0 0.00 0.00 1359 internal_condition_case_1 <cycle 4> [928]
0.00 0.00 1359/13510 push_handler [754]
0.00 0.00 284/284 eval_dyn [1097]
1044 redisplay_window_1 <cycle 4> [987]
284 unbind_to <cycle 4> [340]
284 Feval <cycle 4> [286]
23 Fsubstitute_in_file_name <cycle 4> [333]
8 redisplay_window_0 <cycle 4> [1364]
-----------------------------------------------
0.00 0.00 1/1357 make_face_cache [1604]
0.00 0.00 1/1357 x_term_init <cycle 4> [634]
0.00 0.00 1/1357 Fx_create_frame <cycle 4> [337]
0.00 0.00 1/1357 make_image_cache [1605]
0.00 0.00 4/1357 allocate_matrices_for_window_redisplay <cycle 4> [1360]
0.00 0.00 10/1357 x_parse_color [972]
0.00 0.00 10/1357 lookup_image <cycle 4> [576]
0.00 0.00 20/1357 xpm_load <cycle 4> [1347]
0.00 0.00 1309/1357 make_widget_value [933]
[929] 0.0 0.00 0.00 1357 xzalloc [929]
-----------------------------------------------
0.00 0.00 1343/1343 map_keymap_internal <cycle 4> [527]
[930] 0.0 0.00 0.00 1343 map_keymap_call [930]
-----------------------------------------------
0.00 0.00 301/1327 encode_coding [1093]
0.00 0.00 302/1327 alloc_destination [1091]
0.00 0.00 724/1327 decode_coding <cycle 4> [609]
[931] 0.0 0.00 0.00 1327 coding_set_destination [931]
-----------------------------------------------
0.00 0.00 182/1315 readevalloop <cycle 4> [441]
0.00 0.00 1133/1315 read1 <cycle 5> [368]
[932] 0.0 0.00 0.00 1315 unreadchar [932]
0.00 0.00 12/13079 string_char_to_byte [756]
-----------------------------------------------
0.00 0.00 18/1309 set_frame_menubar <cycle 4> [546]
0.00 0.00 1291/1309 digest_single_submenu <cycle 4> [1315]
[933] 0.0 0.00 0.00 1309 make_widget_value [933]
0.00 0.00 1309/1357 xzalloc [929]
0.00 0.00 1309/634690 unblock_input_to [697]
0.00 0.00 1309/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1297/1297 single_menu_item <cycle 4> [640]
[934] 0.0 0.00 0.00 1297 parse_menu_item [934]
-----------------------------------------------
0.00 0.00 9/1282 process_tool_bar_item <cycle 4> [322]
0.00 0.00 564/1282 xg_update_submenu [1357]
0.00 0.00 709/1282 create_menus [1353]
[935] 0.0 0.00 0.00 1282 menu_separator_name_p [935]
-----------------------------------------------
1 move_it_vertically_backward <cycle 4> [174]
16 required_matrix_height <cycle 4> [1267]
115 redisplay_window <cycle 4> [84]
1146 window_box <cycle 4> [828]
[936] 0.0 0.00 0.00 1278 window_box_height <cycle 4> [936]
15 show_hourglass <cycle 4> [296]
-----------------------------------------------
0.00 0.00 1269/1269 signal_after_change <cycle 4> [159]
[937] 0.0 0.00 0.00 1269 report_interval_modification [937]
-----------------------------------------------
0.00 0.00 1249/1249 unbind_to <cycle 4> [340]
[938] 0.0 0.00 0.00 1249 set_buffer_if_live [938]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [18]
[939] 0.0 0.00 0.00 1225 Flogand [939]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [18]
[940] 0.0 0.00 0.00 1225 Flsh [940]
-----------------------------------------------
0.00 0.00 5/1214 eval_sub <cycle 4> [139]
0.00 0.00 7/1214 Fset_buffer_multibyte [1401]
0.00 0.00 10/1214 Fframe_or_buffer_changed_p [674]
0.00 0.00 1192/1214 Ffuncall <cycle 4> [18]
[941] 0.0 0.00 0.00 1214 Fbuffer_modified_p [941]
-----------------------------------------------
0.00 0.00 1210/1210 Fcompare_strings [281]
[942] 0.0 0.00 0.00 1210 Fupcase [942]
-----------------------------------------------
0.00 0.00 1183/1183 hash_lookup [58]
[943] 0.0 0.00 0.00 1183 hashfn_equal [943]
-----------------------------------------------
0.00 0.00 1176/1176 exec_byte_code <cycle 4> [56]
[944] 0.0 0.00 0.00 1176 Ftimes [944]
-----------------------------------------------
0.00 0.00 6/1176 run_window_configuration_change_hook <cycle 4> [539]
0.00 0.00 1170/1176 Ffuncall <cycle 4> [18]
[945] 0.0 0.00 0.00 1176 Fwindow_buffer [945]
0.00 0.00 1173/2237 Frun_window_scroll_functions [869]
-----------------------------------------------
0.00 0.00 171/1171 exec_byte_code <cycle 4> [56]
0.00 0.00 1000/1171 Ffuncall <cycle 4> [18]
[946] 0.0 0.00 0.00 1171 Fminus [946]
-----------------------------------------------
0.00 0.00 1159/1159 store_mode_line_noprop [1111]
[947] 0.0 0.00 0.00 1159 store_mode_line_noprop_char [947]
-----------------------------------------------
0.00 0.00 4/1154 scan_lists [484]
0.00 0.00 516/1154 skip_syntaxes [285]
0.00 0.00 634/1154 scan_sexps_forward [39]
[948] 0.0 0.00 0.00 1154 SETUP_SYNTAX_TABLE [948]
-----------------------------------------------
0.00 0.00 35/1129 Fwindow_system [1215]
0.00 0.00 1094/1129 Ffuncall <cycle 4> [18]
[949] 0.0 0.00 0.00 1129 Fframep [949]
-----------------------------------------------
0.00 0.00 3/1126 Finsert_file_contents <cycle 4> [379]
0.00 0.00 1123/1126 invalidate_buffer_caches [853]
[950] 0.0 0.00 0.00 1126 invalidate_region_cache [950]
0.00 0.00 983/9464 delete_cache_boundaries [775]
-----------------------------------------------
0.00 0.00 1118/1118 exec_byte_code <cycle 4> [56]
[951] 0.0 0.00 0.00 1118 Fbolp [951]
-----------------------------------------------
0.00 0.00 54/1118 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 1064/1118 update_window <cycle 4> [86]
[952] 0.0 0.00 0.00 1118 x_update_window_begin [952]
-----------------------------------------------
54 try_window_reusing_current_matrix <cycle 4> [244]
1064 update_window <cycle 4> [86]
[953] 0.0 0.00 0.00 1118 x_update_window_end <cycle 4> [953]
0.00 0.00 1117/634655 unblock_input [698]
0.00 0.00 1116/634690 unblock_input_to [697]
0.00 0.00 60/60 x_draw_vertical_border [1160]
1117 draw_window_fringes <cycle 4> [209]
1064 display_and_set_cursor <cycle 4> [633]
-----------------------------------------------
1112 display_and_set_cursor <cycle 4> [633]
[954] 0.0 0.00 0.00 1112 x_draw_window_cursor <cycle 4> [954]
0.00 0.00 1030/1030 xic_set_preeditarea [1007]
1025 draw_phys_cursor_glyph <cycle 4> [899]
-----------------------------------------------
0.00 0.00 1/1095 delete_frame <cycle 4> [170]
0.00 0.00 2/1095 Fset_charset_priority [307]
0.00 0.00 2/1095 Fkill_local_variable <cycle 4> [627]
0.00 0.00 3/1095 Fkill_buffer <cycle 4> [530]
0.00 0.00 6/1095 frames_discard_buffer [1475]
0.00 0.00 6/1095 record_buffer [560]
0.00 0.00 38/1095 Ffuncall <cycle 4> [18]
0.00 0.00 1037/1095 font_put_extra [277]
[955] 0.0 0.00 0.00 1095 Fdelq [955]
0.00 0.00 11/75763 Fsetcdr [716]
-----------------------------------------------
1095 unbind_to <cycle 4> [340]
[956] 0.0 0.00 0.00 1095 unwind_format_mode_line <cycle 4> [956]
0.00 0.00 61/130 Fselect_window [1126]
61 select_window <cycle 4> [549]
61 set_buffer_internal_1 <cycle 4> [805]
-----------------------------------------------
0.00 0.00 1/1094 xg_update_scrollbar_pos [1452]
0.00 0.00 2/1094 handle_one_xevent [180]
0.00 0.00 4/1094 XTset_vertical_scroll_bar <cycle 4> [424]
0.00 0.00 1087/1094 x_clear_frame_area [963]
[957] 0.0 0.00 0.00 1094 x_clear_area [957]
-----------------------------------------------
0.00 0.00 1/1091 update_single_window <cycle 4> [436]
0.00 0.00 3/1091 redraw_frame <cycle 4> [405]
0.00 0.00 54/1091 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 1033/1091 update_frame <cycle 4> [123]
[958] 0.0 0.00 0.00 1091 update_begin [958]
-----------------------------------------------
0.00 0.00 1/1091 update_single_window <cycle 4> [436]
0.00 0.00 3/1091 redraw_frame <cycle 4> [405]
0.00 0.00 54/1091 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 1033/1091 update_frame <cycle 4> [123]
[959] 0.0 0.00 0.00 1091 update_end [959]
-----------------------------------------------
0.00 0.00 1089/1089 read1 <cycle 5> [368]
[960] 0.0 0.00 0.00 1089 string_to_number [960]
-----------------------------------------------
0.00 0.00 1/1088 update_single_window <cycle 4> [436]
0.00 0.00 2/1088 redraw_frame <cycle 4> [405]
0.00 0.00 54/1088 try_window_reusing_current_matrix <cycle 4> [244]
0.00 0.00 1031/1088 update_frame <cycle 4> [123]
[961] 0.0 0.00 0.00 1088 x_update_end [961]
-----------------------------------------------
0.00 0.00 1087/1087 update_window_line <cycle 4> [416]
[962] 0.0 0.00 0.00 1087 x_after_update_window_line [962]
-----------------------------------------------
0.00 0.00 1087/1087 x_clear_end_of_line <cycle 4> [211]
[963] 0.0 0.00 0.00 1087 x_clear_frame_area [963]
0.00 0.00 1087/1094 x_clear_area [957]
-----------------------------------------------
1084 draw_window_fringes <cycle 4> [209]
[964] 0.0 0.00 0.00 1084 draw_row_fringe_bitmaps <cycle 4> [964]
1084 draw_fringe_bitmap <cycle 4> [875]
-----------------------------------------------
0.00 0.00 1084/1084 draw_fringe_bitmap_1 <cycle 4> [196]
[965] 0.0 0.00 0.00 1084 window_box_right [965]
0.00 0.00 1084/14299 window_box_left [751]
0.00 0.00 1084/32059 window_box_width [729]
-----------------------------------------------
0.00 0.00 6/1081 select_window <cycle 4> [549]
0.00 0.00 1075/1081 Fgoto_char [186]
[966] 0.0 0.00 0.00 1081 set_point_from_marker [966]
0.00 0.00 1081/4543 marker_byte_position [814]
0.00 0.00 1081/6618 marker_position [794]
-----------------------------------------------
0.00 0.00 1075/1075 Ffuncall <cycle 4> [18]
[967] 0.0 0.00 0.00 1075 Fframe_live_p [967]
-----------------------------------------------
0.00 0.00 1075/1075 save_excursion_restore <cycle 4> [255]
[968] 0.0 0.00 0.00 1075 Fmarker_buffer [968]
0.00 0.00 1075/9046 CHECK_MARKER [777]
-----------------------------------------------
0.00 0.00 1075/1075 save_excursion_save [403]
[969] 0.0 0.00 0.00 1075 Fpoint_marker [969]
-----------------------------------------------
0.00 0.00 1075/1075 unbind_to <cycle 4> [340]
[970] 0.0 0.00 0.00 1075 free_misc [970]
-----------------------------------------------
0.00 0.00 4/1073 Fevent_convert_list [1377]
0.00 0.00 1069/1073 Fwhere_is_internal <cycle 4> [336]
[971] 0.0 0.00 0.00 1073 parse_solitary_modifier [971]
-----------------------------------------------
0.00 0.00 151/1073 x_defined_color [455]
0.00 0.00 922/1073 xpm_alloc_color [4082]
[972] 0.0 0.00 0.00 1073 x_parse_color [972]
0.00 0.00 566/1572 c_strcasecmp [918]
0.00 0.00 10/1357 xzalloc [929]
0.00 0.00 10/38 xstrdup [1209]
-----------------------------------------------
0.00 0.00 4/1071 Ffuncall <cycle 4> [18]
0.00 0.00 1067/1071 Fwhere_is_internal <cycle 4> [336]
[973] 0.0 0.00 0.00 1071 Freverse [973]
-----------------------------------------------
0.00 0.00 3/1070 sweep_buffers [854]
0.00 0.00 37/1070 sweep_misc [1245]
0.00 0.00 37/1070 sweep_vectors [1247]
0.00 0.00 993/1070 sweep_strings [111]
[974] 0.0 0.00 0.00 1070 lisp_free [974]
0.00 0.00 1070/55915 mem_find [720]
-----------------------------------------------
1064 Ffuncall <cycle 4> [18]
[975] 0.0 0.00 0.00 1064 Fput_text_property <cycle 4> [975]
1064 add_text_properties_1 <cycle 4> [305]
-----------------------------------------------
1 Fremove_text_properties <cycle 4> [649]
1063 add_text_properties_1 <cycle 4> [305]
[976] 0.0 0.00 0.00 1064 modify_text_properties <cycle 4> [976]
1064 prepare_to_modify_buffer_1 <cycle 4> [245]
-----------------------------------------------
0.00 0.00 1062/1062 unbind_to <cycle 4> [340]
[977] 0.0 0.00 0.00 1062 save_restriction_restore [977]
0.00 0.00 1062/2846 invalidate_current_column [850]
-----------------------------------------------
0.00 0.00 1062/1062 exec_byte_code <cycle 4> [56]
[978] 0.0 0.00 0.00 1062 save_restriction_save [978]
-----------------------------------------------
0.00 0.00 1057/1057 Ffuncall <cycle 4> [18]
[979] 0.0 0.00 0.00 1057 Fwindow_live_p [979]
-----------------------------------------------
0.00 0.00 1056/1056 Ffuncall <cycle 4> [18]
[980] 0.0 0.00 0.00 1056 Fframe_char_width [980]
0.00 0.00 1056/19504 decode_any_frame [742]
-----------------------------------------------
0.00 0.00 1052/1052 redisplay_window <cycle 4> [84]
[981] 0.0 0.00 0.00 1052 XTredeem_scroll_bar [981]
-----------------------------------------------
0.00 0.00 1052/1052 redisplay_window <cycle 4> [84]
[982] 0.0 0.00 0.00 1052 set_vertical_scroll_bar [982]
0.00 0.00 1034/6618 marker_position [794]
-----------------------------------------------
0.00 0.00 1052/1052 XTset_vertical_scroll_bar <cycle 4> [424]
[983] 0.0 0.00 0.00 1052 xg_set_toolkit_scroll_bar_thumb [983]
-----------------------------------------------
0.00 0.00 1048/1048 Ffuncall <cycle 4> [18]
[984] 0.0 0.00 0.00 1048 Fsubrp [984]
-----------------------------------------------
0.00 0.00 1046/1046 Ffuncall <cycle 4> [18]
[985] 0.0 0.00 0.00 1046 Frun_hook_with_args_until_success [985]
-----------------------------------------------
1046 eval_sub <cycle 4> [139]
[986] 0.0 0.00 0.00 1046 apply1 <cycle 4> [986]
1046 Fapply <cycle 4> [326]
-----------------------------------------------
1044 internal_condition_case_1 <cycle 4> [928]
[987] 0.0 0.00 0.00 1044 redisplay_window_1 <cycle 4> [987]
1044 redisplay_window <cycle 4> [84]
-----------------------------------------------
0.00 0.00 1/1041 x_set_font <cycle 4> [350]
0.00 0.00 2/1041 show_hourglass <cycle 4> [296]
0.00 0.00 3/1041 redraw_frame <cycle 4> [405]
0.00 0.00 3/1041 free_realized_face [1406]
0.00 0.00 1032/1041 redisplay_internal [10]
[988] 0.0 0.00 0.00 1041 clear_window_matrices [988]
-----------------------------------------------
0.00 0.00 12/1041 mark_window_display_accurate [1388]
0.00 0.00 1029/1041 redisplay_internal [10]
[989] 0.0 0.00 0.00 1041 mark_window_display_accurate_1 [989]
0.00 0.00 3/6618 marker_position [794]
-----------------------------------------------
0.00 0.00 1041/1041 find_newline [152]
[990] 0.0 0.00 0.00 1041 region_cache_forward [990]
0.00 0.00 1041/9464 delete_cache_boundaries [775]
0.00 0.00 1041/11490 find_cache_boundary [761]
-----------------------------------------------
0.00 0.00 3/1035 redraw_frame <cycle 4> [405]
0.00 0.00 1032/1035 update_frame <cycle 4> [123]
[991] 0.0 0.00 0.00 1035 set_window_update_flags [991]
-----------------------------------------------
0.00 0.00 1/1035 x_display_ok [1629]
0.00 0.00 1/1035 x_term_init <cycle 4> [634]
0.00 0.00 1/1035 shut_down_emacs <cycle 4> [1617]
0.00 0.00 1032/1035 redisplay_internal [10]
[992] 0.0 0.00 0.00 1035 unrequest_sigio [992]
-----------------------------------------------
0.00 0.00 1034/1034 Ffuncall <cycle 4> [18]
[993] 0.0 0.00 0.00 1034 Foverlayp [993]
-----------------------------------------------
2 message3 <cycle 4> [1524]
0.01 0.02 1032/35497 redisplay_internal [10]
[994] 0.0 0.00 0.00 1034 XTframe_up_to_date <cycle 4> [994]
3 note_mouse_highlight <cycle 4> [489]
-----------------------------------------------
0.00 0.00 1034/1034 bidi_find_bracket_pairs <cycle 4> [122]
[995] 0.0 0.00 0.00 1034 bidi_mirror_char [995]
-----------------------------------------------
2 redisplay_mode_lines <cycle 4> [1612]
1032 redisplay_window <cycle 4> [84]
[996] 0.0 0.00 0.00 1034 display_mode_lines <cycle 4> [996]
1033 display_mode_line <cycle 4> [335]
-----------------------------------------------
0.00 0.00 1034/1034 display_mode_element <cycle 4> [85]
[997] 0.0 0.00 0.00 1034 pint2str [997]
-----------------------------------------------
0.00 0.00 1034/1034 display_mode_line <cycle 4> [335]
[998] 0.0 0.00 0.00 1034 pop_kboard [998]
-----------------------------------------------
0.00 0.00 1034/1034 display_mode_line <cycle 4> [335]
[999] 0.0 0.00 0.00 1034 push_kboard [999]
0.00 0.00 1034/42250 xmalloc [726]
-----------------------------------------------
1033 update_frame <cycle 4> [123]
[1000] 0.0 0.00 0.00 1033 update_window_tree <cycle 4> [1000]
1063 update_window <cycle 4> [86]
-----------------------------------------------
0.00 0.00 1032/1032 redisplay_internal [10]
[1001] 0.0 0.00 0.00 1032 clear_desired_matrices [1001]
-----------------------------------------------
0.00 0.00 1/1032 x_display_ok [1629]
0.00 0.00 1/1032 x_term_init <cycle 4> [634]
0.00 0.00 1030/1032 redisplay_internal [10]
[1002] 0.0 0.00 0.00 1032 request_sigio [1002]
-----------------------------------------------
0.00 0.00 1032/1032 redisplay_internal [10]
[1003] 0.0 0.00 0.00 1032 start_polling [1003]
-----------------------------------------------
0.00 0.00 1032/1032 redisplay_internal [10]
[1004] 0.0 0.00 0.00 1032 stop_polling [1004]
-----------------------------------------------
0.00 0.00 1031/1031 unbind_to <cycle 4> [340]
[1005] 0.0 0.00 0.00 1031 unwind_redisplay [1005]
-----------------------------------------------
0.00 0.00 2/1030 check_ascii [1511]
0.00 0.00 3/1030 detect_coding [1473]
0.00 0.00 301/1030 encode_coding [1093]
0.00 0.00 724/1030 decode_coding <cycle 4> [609]
[1006] 0.0 0.00 0.00 1030 coding_set_source [1006]
-----------------------------------------------
0.00 0.00 1030/1030 x_draw_window_cursor <cycle 4> [954]
[1007] 0.0 0.00 0.00 1030 xic_set_preeditarea [1007]
-----------------------------------------------
0.00 0.00 2/1027 decode_coding_gap <cycle 4> [653]
0.00 0.00 301/1027 encode_coding [1093]
0.00 0.00 724/1027 decode_coding <cycle 4> [609]
[1008] 0.0 0.00 0.00 1027 get_translation_table [1008]
-----------------------------------------------
0.00 0.00 1025/1025 unbind_to <cycle 4> [340]
[1009] 0.0 0.00 0.00 1025 code_conversion_restore [1009]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [9]
[1010] 0.0 0.00 0.00 1022 event_to_kboard [1010]
-----------------------------------------------
0.00 0.00 1022/1022 kbd_buffer_store_buffered_event [1012]
[1011] 0.0 0.00 0.00 1022 kbd_buffer_nr_stored [1011]
-----------------------------------------------
0.00 0.00 4/1022 gen_help_event [1440]
0.00 0.00 1018/1022 handle_one_xevent [180]
[1012] 0.0 0.00 0.00 1022 kbd_buffer_store_buffered_event [1012]
0.00 0.00 1022/1022 kbd_buffer_nr_stored [1011]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [9]
[1013] 0.0 0.00 0.00 1022 kbd_on_hold_p [1013]
-----------------------------------------------
0.00 0.00 2/1022 directory_files_internal <cycle 4> [293]
0.00 0.00 3/1022 record_xmalloc [1479]
0.00 0.00 4/1022 Fdo_auto_save <cycle 4> [645]
0.00 0.00 13/1022 digest_single_submenu <cycle 4> [1315]
0.00 0.00 1000/1022 signal_after_change <cycle 4> [159]
[1014] 0.0 0.00 0.00 1022 record_unwind_protect_ptr [1014]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [9]
[1015] 0.0 0.00 0.00 1022 redisplay [1015]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [18]
[1016] 0.0 0.00 0.00 1020 Fwindow_fringes [1016]
0.00 0.00 1020/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [18]
[1017] 0.0 0.00 0.00 1020 Fwindow_header_line_height [1017]
0.00 0.00 2040/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [18]
[1018] 0.0 0.00 0.00 1020 Fwindow_margins [1018]
0.00 0.00 1020/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1019/1019 unbind_to <cycle 4> [340]
[1019] 0.0 0.00 0.00 1019 wait_reading_process_output_unwind [1019]
-----------------------------------------------
0.00 0.00 1018/1018 Ffuncall <cycle 4> [18]
[1020] 0.0 0.00 0.00 1018 Fx_hide_tip [1020]
-----------------------------------------------
0.00 0.00 1018/1018 read_char <cycle 2> [9]
[1021] 0.0 0.00 0.00 1018 record_char [1021]
0.00 0.00 1014/1014 store_kbd_macro_char [1038]
0.00 0.00 4/18 Fcdr_safe [1279]
0.00 0.00 4/8 Fcar_safe [1358]
-----------------------------------------------
0.00 0.00 1017/1017 Ffuncall <cycle 4> [18]
[1022] 0.0 0.00 0.00 1017 Farrayp [1022]
-----------------------------------------------
1017 Ffuncall <cycle 4> [18]
[1023] 0.0 0.00 0.00 1017 Ffuncall_interactively <cycle 4> [1023]
0.00 0.00 1017/310341 grow_specpdl [706]
0.00 0.00 1017/2047 record_unwind_protect_int [891]
0.00 0.00 1017/1017 temporarily_switch_to_single_kboard [1024]
1017 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 1017/1017 Ffuncall_interactively <cycle 4> [1023]
[1024] 0.0 0.00 0.00 1017 temporarily_switch_to_single_kboard [1024]
-----------------------------------------------
0.00 0.00 1016/1016 unbind_to <cycle 4> [340]
[1025] 0.0 0.00 0.00 1016 restore_kboard_configuration [1025]
-----------------------------------------------
0.00 0.00 1/1015 Fposn_at_x_y [1563]
0.00 0.00 1014/1015 Fvertical_motion <cycle 4> [163]
[1026] 0.0 0.00 0.00 1015 decode_live_window [1026]
-----------------------------------------------
0.00 0.00 1015/1015 read_key_sequence.constprop.44 <cycle 2> [11]
[1027] 0.0 0.00 0.00 1015 echo_keystrokes_p [1027]
-----------------------------------------------
0.00 0.00 1/1015 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1014/1015 Fvertical_motion <cycle 4> [163]
[1028] 0.0 0.00 0.00 1015 move_it_in_display_line [1028]
-----------------------------------------------
0.00 0.00 1014/1014 Ffuncall <cycle 4> [18]
[1029] 0.0 0.00 0.00 1014 Fabs [1029]
-----------------------------------------------
0.00 0.00 1014/1014 Ffuncall <cycle 4> [18]
[1030] 0.0 0.00 0.00 1014 Fset_window_vscroll [1030]
0.00 0.00 1014/2078 extract_float [882]
-----------------------------------------------
0.00 0.00 1014/1014 read_char <cycle 2> [9]
[1031] 0.0 0.00 0.00 1014 add_command_key [1031]
-----------------------------------------------
0.00 0.00 1014/1014 set_alarm [1035]
[1032] 0.0 0.00 0.00 1014 add_timer_wait_descriptor [1032]
-----------------------------------------------
0.00 0.00 1014/1014 cancel_hourglass [892]
[1033] 0.0 0.00 0.00 1014 cancel_atimer [1033]
0.00 0.00 1014/2028 block_atimers [898]
-----------------------------------------------
0.00 0.00 1014/1014 start_atimer [1036]
[1034] 0.0 0.00 0.00 1014 schedule_atimer [1034]
-----------------------------------------------
0.00 0.00 1014/1014 start_atimer [1036]
[1035] 0.0 0.00 0.00 1014 set_alarm [1035]
0.00 0.00 1014/1014 add_timer_wait_descriptor [1032]
-----------------------------------------------
0.00 0.00 1014/1014 start_hourglass [1037]
[1036] 0.0 0.00 0.00 1014 start_atimer [1036]
0.00 0.00 1014/2028 block_atimers [898]
0.00 0.00 1014/1014 schedule_atimer [1034]
0.00 0.00 1014/1014 set_alarm [1035]
0.00 0.00 1014/12453 gettime [758]
0.00 0.00 1014/4347 timespec_add [817]
0.00 0.00 1/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 1014/1014 command_loop_1 <cycle 2> [12]
[1037] 0.0 0.00 0.00 1014 start_hourglass [1037]
0.00 0.00 1014/2043 cancel_hourglass [892]
0.00 0.00 1014/1014 start_atimer [1036]
-----------------------------------------------
0.00 0.00 1014/1014 record_char [1021]
[1038] 0.0 0.00 0.00 1014 store_kbd_macro_char [1038]
-----------------------------------------------
1 set_message_1 <cycle 4> [1616]
1000 general_insert_function <cycle 4> [1079]
[1039] 0.0 0.00 0.00 1001 insert_from_string <cycle 4> [1039]
1001 insert_from_string_1 <cycle 4> [233]
1001 signal_after_change <cycle 4> [159]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [18]
[1040] 0.0 0.00 0.00 1000 Fborder_width [1040]
0.00 0.00 1000/19504 decode_any_frame [742]
-----------------------------------------------
1000 Ffuncall <cycle 4> [18]
[1041] 0.0 0.00 0.00 1000 Fline_pixel_height <cycle 4> [1041]
1000 start_display <cycle 4> [132]
1000 line_bottom_y <cycle 4> [658]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [18]
[1042] 0.0 0.00 0.00 1000 Fwindow_body_height [1042]
0.00 0.00 1000/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [18]
[1043] 0.0 0.00 0.00 1000 Fwindow_body_width [1043]
0.00 0.00 1000/1000 window_body_width [1046]
0.00 0.00 1000/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [18]
[1044] 0.0 0.00 0.00 1000 Fwindow_start [1044]
-----------------------------------------------
0.00 0.00 1000/1000 unbind_to <cycle 4> [340]
[1045] 0.0 0.00 0.00 1000 reset_var_on_error [1045]
-----------------------------------------------
0.00 0.00 1000/1000 Fwindow_body_width [1043]
[1046] 0.0 0.00 0.00 1000 window_body_width [1046]
-----------------------------------------------
0.00 0.00 981/981 compile_pattern [55]
[1047] 0.0 0.00 0.00 981 re_set_registers [1047]
-----------------------------------------------
0.00 0.00 961/961 Fremove_text_properties <cycle 4> [649]
[1048] 0.0 0.00 0.00 961 remove_properties [1048]
0.00 0.00 961/2998 record_property_change [848]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [4082]
[1049] 0.0 0.00 0.00 922 lookup_rgb_color [1049]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [4082]
[1050] 0.0 0.00 0.00 922 xbm_image_p [1050]
0.00 0.00 922/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 1/880 Fnew_fontset <cycle 4> [426]
0.00 0.00 879/880 Fset_fontset_font <cycle 4> [28]
[1051] 0.0 0.00 0.00 880 free_realized_fontsets [1051]
-----------------------------------------------
0.00 0.00 1/835 Fnew_fontset <cycle 4> [426]
0.00 0.00 7/835 font_build_object [417]
0.00 0.00 11/835 xfont_list [299]
0.00 0.00 816/835 Ffont_xlfd_name [425]
[1052] 0.0 0.00 0.00 835 font_unparse_xlfd [1052]
0.00 0.00 2505/2538 font_style_symbolic [858]
-----------------------------------------------
0.00 0.00 3/751 decide_coding_unwind [1471]
0.00 0.00 748/751 del_range_2 [312]
[1053] 0.0 0.00 0.00 751 adjust_markers_for_delete [1053]
0.00 0.00 751/2890 adjust_suspend_auto_hscroll [849]
-----------------------------------------------
0.00 0.00 3/751 decide_coding_unwind [1471]
0.00 0.00 748/751 del_range_2 [312]
[1054] 0.0 0.00 0.00 751 adjust_overlays_for_delete [1054]
-----------------------------------------------
0.00 0.00 748/748 del_range_2 [312]
[1055] 0.0 0.00 0.00 748 evaporate_overlays [1055]
-----------------------------------------------
0.00 0.00 748/748 del_range_2 [312]
[1056] 0.0 0.00 0.00 748 record_delete [1056]
-----------------------------------------------
0.00 0.00 744/744 read_vector <cycle 5> [478]
[1057] 0.0 0.00 0.00 744 free_cons [1057]
-----------------------------------------------
0.00 0.00 15/737 Ffuncall <cycle 4> [18]
0.00 0.00 722/737 code_conversion_save <cycle 4> [381]
[1058] 0.0 0.00 0.00 737 Fbuffer_live_p [1058]
-----------------------------------------------
0.00 0.00 1/736 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 13/736 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 722/736 Ferase_buffer <cycle 4> [1062]
[1059] 0.0 0.00 0.00 736 del_range [1059]
-----------------------------------------------
0.00 0.00 725/725 make_buffer_string_both [360]
[1060] 0.0 0.00 0.00 725 update_buffer_properties [1060]
-----------------------------------------------
0.00 0.00 722/722 decode_coding_object <cycle 4> [361]
[1061] 0.0 0.00 0.00 722 Fbuffer_string [1061]
-----------------------------------------------
722 code_conversion_save <cycle 4> [381]
[1062] 0.0 0.00 0.00 722 Ferase_buffer <cycle 4> [1062]
0.00 0.00 722/1784 Fwiden [910]
0.00 0.00 722/736 del_range [1059]
722 del_range_1 <cycle 4> [214]
-----------------------------------------------
0.00 0.00 722/722 decode_coding <cycle 4> [609]
[1063] 0.0 0.00 0.00 722 decode_coding_utf_8 [1063]
-----------------------------------------------
0.00 0.00 25/694 xg_update_menubar [1073]
0.00 0.00 28/694 xg_modify_menubar_widgets [1496]
0.00 0.00 641/694 create_menus [1353]
[1064] 0.0 0.00 0.00 694 xg_item_label_same_p [1064]
0.00 0.00 1336/2378 get_utf8_string [862]
0.00 0.00 642/42250 xmalloc [726]
0.00 0.00 112/113 make_widget_for_menu_item [1140]
-----------------------------------------------
0.00 0.00 182/664 Fexpand_file_name <cycle 4> [133]
0.00 0.00 482/664 directory_files_internal <cycle 4> [293]
[1065] 0.0 0.00 0.00 664 decode_file_name [1065]
-----------------------------------------------
0.00 0.00 2/588 Ffuncall <cycle 4> [18]
0.00 0.00 4/588 show_help_echo [315]
0.00 0.00 14/588 print_error_message <cycle 4> [462]
0.00 0.00 568/588 process_tool_bar_item <cycle 4> [322]
[1066] 0.0 0.00 0.00 588 Fsubstitute_command_keys [1066]
-----------------------------------------------
0.00 0.00 567/567 font_put_extra [277]
[1067] 0.0 0.00 0.00 567 Fstring_lessp [1067]
-----------------------------------------------
0.00 0.00 34/557 eval_sub <cycle 4> [139]
0.00 0.00 59/557 Ffuncall <cycle 4> [18]
0.00 0.00 206/557 Fkey_description <cycle 4> [341]
0.00 0.00 258/557 exec_byte_code <cycle 4> [56]
[1068] 0.0 0.00 0.00 557 Fconcat [1068]
-----------------------------------------------
0.00 0.00 556/556 load_charset <cycle 4> [251]
[1069] 0.0 0.00 0.00 556 read_hex [1069]
-----------------------------------------------
38 read_list <cycle 5> [363]
328 read1 <cycle 5> [368]
0.00 0.00 183/183 read_internal_start [331]
[1070] 0.0 0.00 0.00 549 read0 <cycle 5> [1070]
549 read1 <cycle 5> [368]
-----------------------------------------------
0.00 0.00 1/539 Ffontp [387]
0.00 0.00 1/539 fontset_from_font <cycle 4> [386]
0.00 0.00 2/539 ftfont_list [249]
0.00 0.00 4/539 apply_modifiers [135]
0.00 0.00 4/539 font_prop_validate_symbol [390]
0.00 0.00 47/539 font_parse_family_registry [308]
0.00 0.00 120/539 Ffuncall <cycle 4> [18]
0.00 0.00 172/539 read1 <cycle 5> [368]
0.00 0.00 188/539 font_intern_prop [431]
[1071] 0.0 0.00 0.00 539 intern_sym [1071]
-----------------------------------------------
0.00 0.00 21/531 bidi_find_paragraph_start [121]
0.00 0.00 510/531 find_newline [152]
[1072] 0.0 0.00 0.00 531 know_region_cache [1072]
0.00 0.00 531/9464 delete_cache_boundaries [775]
-----------------------------------------------
21 xg_update_menubar [1073]
0.00 0.00 3/524 xg_modify_menubar_widgets [1496]
0.00 0.00 521/524 xg_update_submenu [1357]
[1073] 0.0 0.00 0.00 524+21 xg_update_menubar [1073]
0.00 0.00 1042/2378 get_utf8_string [862]
0.00 0.00 25/694 xg_item_label_same_p [1064]
0.00 0.00 1/9 create_menus [1353]
0.00 0.00 1/113 make_widget_for_menu_item [1140]
21 xg_update_menubar [1073]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [18]
[1074] 0.0 0.00 0.00 516 Fskip_syntax_forward [1074]
-----------------------------------------------
0.00 0.00 2/513 Fcar_less_than_car [1500]
0.00 0.00 511/513 eval_sub <cycle 4> [139]
[1075] 0.0 0.00 0.00 513 Flss [1075]
-----------------------------------------------
0.00 0.00 2/513 Fcar_less_than_car [1500]
0.00 0.00 511/513 eval_sub <cycle 4> [139]
[1076] 0.0 0.00 0.00 513 arithcompare_driver [1076]
0.00 0.00 513/18194 arithcompare [746]
-----------------------------------------------
0.00 0.00 500/500 eval_sub <cycle 4> [139]
[1077] 0.0 0.00 0.00 500 Fadd1 [1077]
-----------------------------------------------
500 eval_sub <cycle 4> [139]
[1078] 0.0 0.00 0.00 500 Finsert <cycle 4> [1078]
500 general_insert_function <cycle 4> [1079]
-----------------------------------------------
500 Finsert <cycle 4> [1078]
[1079] 0.0 0.00 0.00 500 general_insert_function <cycle 4> [1079]
1000 update_compositions <cycle 4> [185]
1000 insert_from_string <cycle 4> [1039]
-----------------------------------------------
0.00 0.00 1/492 Fset_window_configuration <cycle 4> [482]
0.00 0.00 5/492 select_window <cycle 4> [549]
0.00 0.00 6/492 set_window_buffer <cycle 4> [516]
0.00 0.00 38/492 try_window <cycle 4> [1208]
0.00 0.00 56/492 run_window_scroll_functions [1170]
0.00 0.00 56/492 redisplay_window <cycle 4> [84]
0.00 0.00 92/492 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 100/492 resize_mini_window <cycle 4> [364]
0.00 0.00 138/492 unwind_with_echo_area_buffer <cycle 4> [1191]
[1080] 0.0 0.00 0.00 492 set_marker_both [1080]
0.00 0.00 492/2842 live_buffer [852]
0.00 0.00 492/9046 CHECK_MARKER [777]
0.00 0.00 280/3023 unchain_marker [847]
-----------------------------------------------
0.00 0.00 484/484 directory_files_internal <cycle 4> [293]
[1081] 0.0 0.00 0.00 484 read_dirent [1081]
-----------------------------------------------
20248 balance_intervals_internal [1082]
0.00 0.00 20/464 sweep_buffers [854]
0.00 0.00 444/464 sweep_strings [111]
[1082] 0.0 0.00 0.00 464+20248 balance_intervals_internal [1082]
0.00 0.00 20248/730824 balance_an_interval [695]
20248 balance_intervals_internal [1082]
-----------------------------------------------
48 mark_object <cycle 4> [21]
416 mark_buffer <cycle 4> [1104]
[1083] 0.0 0.00 0.00 464 mark_overlay <cycle 4> [1083]
48 mark_object <cycle 4> [21]
-----------------------------------------------
10148 traverse_intervals_noorder <cycle 4> [1084]
20 mark_buffer <cycle 4> [1104]
54 mark_face_cache <cycle 4> [1131]
68 mark_localized_symbol <cycle 4> [106]
322 mark_object <cycle 4> [21]
[1084] 0.0 0.00 0.00 464+10148 traverse_intervals_noorder <cycle 4> [1084]
0.00 0.00 20712/20712 mark_interval [739]
20712 mark_object <cycle 4> [21]
10148 traverse_intervals_noorder <cycle 4> [1084]
-----------------------------------------------
0.00 0.00 31/440 valid_lisp_object_p [1211]
0.00 0.00 178/440 Fgarbage_collect <cycle 4> [57]
0.00 0.00 231/440 mark_maybe_object [734]
[1085] 0.0 0.00 0.00 440 Fsuspicious_object [1085]
0.00 0.00 2247/230461 vector_nbytes [707]
-----------------------------------------------
0.00 0.00 434/434 Fsingle_key_description <cycle 4> [450]
[1086] 0.0 0.00 0.00 434 push_key_description [1086]
-----------------------------------------------
0.00 0.00 378/378 Ffuncall <cycle 4> [18]
[1087] 0.0 0.00 0.00 378 Fstring_match [1087]
-----------------------------------------------
356 sweep_weak_hash_tables <cycle 4> [1248]
[1088] 0.0 0.00 0.00 356 sweep_weak_table <cycle 4> [1088]
0.00 0.00 6876/6876 survives_gc_p [792]
931 mark_object <cycle 4> [21]
-----------------------------------------------
0.00 0.00 1/319 xg_store_widget_in_map [1548]
0.00 0.00 6/319 update_window <cycle 4> [86]
0.00 0.00 312/319 adjust_glyph_matrix <cycle 4> [1207]
[1089] 0.0 0.00 0.00 319 xnrealloc [1089]
-----------------------------------------------
0.00 0.00 1/307 Ffile_accessible_directory_p <cycle 4> [472]
0.00 0.00 2/307 xg_set_icon <cycle 4> [1547]
0.00 0.00 2/307 Ffile_attributes <cycle 4> [438]
0.00 0.00 2/307 Fload <cycle 4> [428]
0.00 0.00 3/307 Ffile_exists_p <cycle 4> [421]
0.00 0.00 3/307 Finsert_file_contents <cycle 4> [379]
0.00 0.00 4/307 directory_files_internal <cycle 4> [293]
0.00 0.00 10/307 xpm_load <cycle 4> [1347]
0.00 0.00 12/307 x_find_image_fd <cycle 4> [554]
0.00 0.00 16/307 Ffile_readable_p <cycle 4> [355]
0.00 0.00 22/307 Ffile_symlink_p <cycle 4> [329]
0.00 0.00 42/307 Ffile_directory_p <cycle 4> [303]
0.00 0.00 188/307 openp <cycle 4> [220]
[1090] 0.0 0.00 0.00 307 encode_file_name [1090]
-----------------------------------------------
0.00 0.00 1/302 produce_chars [655]
0.00 0.00 301/302 encode_coding_utf_8 [1094]
[1091] 0.0 0.00 0.00 302 alloc_destination [1091]
0.00 0.00 302/1327 coding_set_destination [931]
0.00 0.00 301/1476 xrealloc [922]
0.00 0.00 1/6 make_gap_1 [1386]
-----------------------------------------------
0.00 0.00 301/301 encode_coding [1093]
[1092] 0.0 0.00 0.00 301 consume_chars [1092]
-----------------------------------------------
0.00 0.00 301/301 encode_coding_object <cycle 4> [474]
[1093] 0.0 0.00 0.00 301 encode_coding [1093]
0.00 0.00 301/1027 get_translation_table [1008]
0.00 0.00 301/1030 coding_set_source [1006]
0.00 0.00 301/301 consume_chars [1092]
0.00 0.00 301/301 encode_coding_utf_8 [1094]
0.00 0.00 301/1327 coding_set_destination [931]
-----------------------------------------------
0.00 0.00 301/301 encode_coding [1093]
[1094] 0.0 0.00 0.00 301 encode_coding_utf_8 [1094]
0.00 0.00 301/302 alloc_destination [1091]
-----------------------------------------------
0.00 0.00 5/299 Fset_buffer_multibyte [1401]
0.00 0.00 28/299 message_dolog <cycle 4> [394]
0.00 0.00 266/299 signal_after_change <cycle 4> [159]
[1095] 0.0 0.00 0.00 299 chars_in_text [1095]
-----------------------------------------------
0.00 0.00 1/292 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 1/292 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/292 x_set_font <cycle 4> [350]
0.00 0.00 1/292 x_set_left_fringe [1644]
0.00 0.00 1/292 x_set_right_fringe [1648]
0.00 0.00 1/292 x_set_vertical_scroll_bars [1657]
0.00 0.00 1/292 x_set_scroll_bar_width <cycle 4> [1654]
0.00 0.00 1/292 x_set_scroll_bar_height <cycle 4> [1653]
0.00 0.00 1/292 Fset_window_configuration <cycle 4> [482]
0.00 0.00 1/292 realize_face [247]
0.00 0.00 1/292 x_set_menu_bar_lines <cycle 4> [1646]
0.00 0.00 1/292 xg_frame_resized [1495]
0.00 0.00 2/292 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 3/292 redraw_frame <cycle 4> [405]
0.00 0.00 3/292 free_realized_face [1406]
0.00 0.00 4/292 xg_update_scrollbar_pos [1452]
0.00 0.00 9/292 adjust_frame_size <cycle 4> [468]
0.00 0.00 81/292 Finternal_make_lisp_face [369]
0.00 0.00 178/292 Finternal_set_lisp_face_attribute <cycle 4> [232]
[1096] 0.0 0.00 0.00 292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 284/284 internal_condition_case_1 <cycle 4> [928]
[1097] 0.0 0.00 0.00 284 eval_dyn [1097]
-----------------------------------------------
266 strout <cycle 4> [1227]
[1098] 0.0 0.00 0.00 266 insert_char <cycle 4> [1098]
266 update_compositions <cycle 4> [185]
266 signal_after_change <cycle 4> [159]
-----------------------------------------------
0.00 0.00 237/237 Ffuncall <cycle 4> [18]
[1099] 0.0 0.00 0.00 237 Fwindow_valid_p [1099]
-----------------------------------------------
223 eval_sub <cycle 4> [139]
[1100] 0.0 0.00 0.00 223 Fand <cycle 4> [1100]
293 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 1/216 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 215/216 digest_single_submenu <cycle 4> [1315]
[1101] 0.0 0.00 0.00 216 code_convert_string_norecord [1101]
-----------------------------------------------
0.00 0.00 210/210 message_dolog <cycle 4> [394]
[1102] 0.0 0.00 0.00 210 set_marker_restricted_both [1102]
0.00 0.00 210/2842 live_buffer [852]
0.00 0.00 210/9046 CHECK_MARKER [777]
0.00 0.00 210/3023 unchain_marker [847]
-----------------------------------------------
0.00 0.00 31/208 eval_sub <cycle 4> [139]
0.00 0.00 40/208 Ffuncall <cycle 4> [18]
0.00 0.00 137/208 Fdefvar <cycle 4> [463]
[1103] 0.0 0.00 0.00 208 Fdefault_boundp [1103]
0.00 0.00 208/6380 default_value [796]
0.00 0.00 34/122261 do_symval_forwarding [712]
-----------------------------------------------
20 mark_object <cycle 4> [21]
30 mark_localized_symbol <cycle 4> [106]
42 mark_vectorlike <cycle 4> [724]
116 Fgarbage_collect <cycle 4> [57]
[1104] 0.0 0.00 0.00 208 mark_buffer <cycle 4> [1104]
416 mark_overlay <cycle 4> [1083]
208 mark_vectorlike <cycle 4> [724]
20 traverse_intervals_noorder <cycle 4> [1084]
-----------------------------------------------
0.00 0.00 3/206 set_window_buffer <cycle 4> [516]
0.00 0.00 4/206 delete_all_child_windows [1513]
0.00 0.00 4/206 Fset_window_configuration <cycle 4> [482]
0.00 0.00 46/206 unwind_with_echo_area_buffer <cycle 4> [1191]
0.00 0.00 46/206 with_echo_area_buffer <cycle 4> [461]
0.00 0.00 103/206 wset_buffer [1143]
[1105] 0.0 0.00 0.00 206 adjust_window_count [1105]
-----------------------------------------------
0.00 0.00 11/194 Fgetenv_internal [646]
0.00 0.00 183/194 egetenv_internal [1110]
[1106] 0.0 0.00 0.00 194 getenv_internal [1106]
0.00 0.00 194/194 getenv_internal_1 [1107]
-----------------------------------------------
0.00 0.00 194/194 getenv_internal [1106]
[1107] 0.0 0.00 0.00 194 getenv_internal_1 [1107]
-----------------------------------------------
0.00 0.00 75/191 update_window <cycle 4> [86]
0.00 0.00 116/191 add_row_entry [1127]
[1108] 0.0 0.00 0.00 191 row_equal_p.constprop.18 [1108]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [18]
[1109] 0.0 0.00 0.00 183 Fread [1109]
-----------------------------------------------
0.00 0.00 1/183 x_term_init <cycle 4> [634]
0.00 0.00 182/183 Fexpand_file_name <cycle 4> [133]
[1110] 0.0 0.00 0.00 183 egetenv_internal [1110]
0.00 0.00 183/194 getenv_internal [1106]
-----------------------------------------------
0.00 0.00 183/183 display_mode_element <cycle 4> [85]
[1111] 0.0 0.00 0.00 183 store_mode_line_noprop [1111]
0.00 0.00 1159/1159 store_mode_line_noprop_char [947]
0.00 0.00 183/9554 c_string_width [774]
-----------------------------------------------
1 delete_frame <cycle 4> [170]
1 Fdelete_terminal <cycle 4> [172]
59 handle_fontified_prop <cycle 4> [184]
116 map_keymap_canonical <cycle 4> [1137]
[1112] 0.0 0.00 0.00 177 safe_call <cycle 4> [1112]
177 safe__call <cycle 4> [235]
-----------------------------------------------
0.00 0.00 2/174 open_directory [1528]
0.00 0.00 3/174 Finsert_file_contents <cycle 4> [379]
0.00 0.00 4/174 emacs_fopen [1433]
0.00 0.00 165/174 openp <cycle 4> [220]
[1113] 0.0 0.00 0.00 174 emacs_open [1113]
-----------------------------------------------
0.00 0.00 46/171 Ffile_name_as_directory <cycle 4> [298]
0.00 0.00 125/171 Fexpand_file_name <cycle 4> [133]
[1114] 0.0 0.00 0.00 171 Fnext_read_file_uses_dialog_p [1114]
-----------------------------------------------
163 Fgarbage_collect <cycle 4> [57]
[1115] 0.0 0.00 0.00 163 compact_buffer <cycle 4> [1115]
0.00 0.00 5/6 make_gap_1 [1386]
20 unbind_to <cycle 4> [340]
20 truncate_undo_list <cycle 4> [1269]
-----------------------------------------------
0.00 0.00 151/151 x_alloc_nearest_color [1117]
[1116] 0.0 0.00 0.00 151 gamma_correct [1116]
-----------------------------------------------
0.00 0.00 6/151 x_setup_relief_color [1397]
0.00 0.00 145/151 x_defined_color [455]
[1117] 0.0 0.00 0.00 151 x_alloc_nearest_color [1117]
0.00 0.00 151/151 gamma_correct [1116]
-----------------------------------------------
0.00 0.00 151/151 x_defined_color [455]
[1118] 0.0 0.00 0.00 151 xg_check_special_colors [1118]
-----------------------------------------------
0.00 0.00 150/150 scan_lists [484]
[1119] 0.0 0.00 0.00 150 syntax_multibyte [1119]
-----------------------------------------------
0.00 0.00 1/147 Fload <cycle 4> [428]
0.00 0.00 146/147 Ffuncall <cycle 4> [18]
[1120] 0.0 0.00 0.00 147 Fappend [1120]
-----------------------------------------------
0.00 0.00 147/147 message_dolog <cycle 4> [394]
[1121] 0.0 0.00 0.00 147 insert_1_both [1121]
-----------------------------------------------
0.00 0.00 1/139 Fcommandp <cycle 4> [642]
0.00 0.00 138/139 exec_byte_code <cycle 4> [56]
[1122] 0.0 0.00 0.00 139 Fsymbol_function [1122]
-----------------------------------------------
136 readevalloop <cycle 4> [441]
[1123] 0.0 0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1123]
272 call2 <cycle 4> [913]
-----------------------------------------------
0.00 0.00 133/133 load_color2 [464]
[1124] 0.0 0.00 0.00 133 defined_color [1124]
-----------------------------------------------
0.00 0.00 1/132 Ffuncall <cycle 4> [18]
0.00 0.00 1/132 font_parse_name [517]
0.00 0.00 4/132 make_window [629]
0.00 0.00 6/132 Fmake_hash_table [631]
0.00 0.00 6/132 read1 <cycle 5> [368]
0.00 0.00 10/132 Ffloat_time [1328]
0.00 0.00 24/132 Fgarbage_collect <cycle 4> [57]
0.00 0.00 80/132 exec_byte_code <cycle 4> [56]
[1125] 0.0 0.00 0.00 132 make_float [1125]
-----------------------------------------------
0.00 0.00 3/130 Ffuncall <cycle 4> [18]
0.00 0.00 5/130 do_switch_frame <cycle 4> [1361]
0.00 0.00 61/130 unwind_format_mode_line <cycle 4> [956]
0.00 0.00 61/130 x_consider_frame_title <cycle 4> [291]
[1126] 0.0 0.00 0.00 130 Fselect_window [1126]
-----------------------------------------------
0.00 0.00 128/128 update_window <cycle 4> [86]
[1127] 0.0 0.00 0.00 128 add_row_entry [1127]
0.00 0.00 116/191 row_equal_p.constprop.18 [1108]
-----------------------------------------------
0.00 0.00 127/127 Ffuncall <cycle 4> [18]
[1128] 0.0 0.00 0.00 127 Fset_syntax_table [1128]
0.00 0.00 127/127 check_syntax_table [1129]
-----------------------------------------------
0.00 0.00 127/127 Fset_syntax_table [1128]
[1129] 0.0 0.00 0.00 127 check_syntax_table [1129]
-----------------------------------------------
0.00 0.00 1/127 Fx_create_frame <cycle 4> [337]
0.00 0.00 13/127 Fx_get_resource [1313]
0.00 0.00 36/127 Fx_display_color_cells [1213]
0.00 0.00 77/127 Fxw_display_color_p [1153]
[1130] 0.0 0.00 0.00 127 check_x_display_info [1130]
0.00 0.00 93/119 decode_window_system_frame [1134]
-----------------------------------------------
127 mark_object <cycle 4> [21]
[1131] 0.0 0.00 0.00 127 mark_face_cache <cycle 4> [1131]
7143 mark_object <cycle 4> [21]
100 mark_vectorlike <cycle 4> [724]
54 traverse_intervals_noorder <cycle 4> [1084]
-----------------------------------------------
0.00 0.00 122/122 Ffuncall <cycle 4> [18]
[1132] 0.0 0.00 0.00 122 Fsyntax_table [1132]
-----------------------------------------------
0.00 0.00 4/119 readevalloop <cycle 4> [441]
0.00 0.00 115/119 Ffuncall <cycle 4> [18]
[1133] 0.0 0.00 0.00 119 Ffile_name_absolute_p [1133]
-----------------------------------------------
0.00 0.00 1/119 Fx_wm_set_size_hint [519]
0.00 0.00 1/119 Fx_backspace_delete_keys_p [494]
0.00 0.00 2/119 Fx_change_window_property [457]
0.00 0.00 6/119 Fxw_color_values [545]
0.00 0.00 6/119 Fx_register_dnd_atom [401]
0.00 0.00 10/119 Fimage_mask_p <cycle 4> [1329]
0.00 0.00 93/119 check_x_display_info [1130]
[1134] 0.0 0.00 0.00 119 decode_window_system_frame [1134]
0.00 0.00 119/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 2/118 init_kboard [636]
0.00 0.00 116/118 Ffuncall <cycle 4> [18]
[1135] 0.0 0.00 0.00 118 Fmake_sparse_keymap [1135]
-----------------------------------------------
116 Ffuncall <cycle 4> [18]
[1136] 0.0 0.00 0.00 116 Fmap_keymap <cycle 4> [1136]
116 map_keymap <cycle 4> [660]
-----------------------------------------------
10 menu_bar_items <cycle 4> [451]
106 single_keymap_panes <cycle 4> [678]
[1137] 0.0 0.00 0.00 116 map_keymap_canonical <cycle 4> [1137]
0.00 0.00 116/116 safe_call1 [1138]
116 safe_call <cycle 4> [1112]
-----------------------------------------------
0.00 0.00 116/116 map_keymap_canonical <cycle 4> [1137]
[1138] 0.0 0.00 0.00 116 safe_call1 [1138]
-----------------------------------------------
0.00 0.00 115/115 eval_sub <cycle 4> [139]
[1139] 0.0 0.00 0.00 115 Feq [1139]
-----------------------------------------------
0.00 0.00 1/113 xg_update_menubar [1073]
0.00 0.00 112/113 xg_item_label_same_p [1064]
[1140] 0.0 0.00 0.00 113 make_widget_for_menu_item [1140]
-----------------------------------------------
108 mark_object <cycle 4> [21]
[1141] 0.0 0.00 0.00 108 mark_discard_killed_buffers <cycle 4> [1141]
108 mark_object <cycle 4> [21]
-----------------------------------------------
0.00 0.00 4/107 x_setup_relief_color [1397]
0.00 0.00 7/107 unload_color [1375]
0.00 0.00 96/107 free_realized_face [1406]
[1142] 0.0 0.00 0.00 107 x_free_colors [1142]
-----------------------------------------------
0.00 0.00 3/103 set_window_buffer <cycle 4> [516]
0.00 0.00 4/103 delete_all_child_windows [1513]
0.00 0.00 4/103 Fset_window_configuration <cycle 4> [482]
0.00 0.00 46/103 unwind_with_echo_area_buffer <cycle 4> [1191]
0.00 0.00 46/103 with_echo_area_buffer <cycle 4> [461]
[1143] 0.0 0.00 0.00 103 wset_buffer [1143]
0.00 0.00 103/206 adjust_window_count [1105]
-----------------------------------------------
0.00 0.00 5/102 Ffuncall <cycle 4> [18]
0.00 0.00 21/102 Fdefine_key <cycle 4> [418]
0.00 0.00 76/102 Fassoc_string [258]
[1144] 0.0 0.00 0.00 102 Fsymbol_name [1144]
-----------------------------------------------
0.00 0.00 20/100 xpm_load <cycle 4> [1347]
0.00 0.00 30/100 x_build_heuristic_mask [1344]
0.00 0.00 50/100 lookup_image <cycle 4> [576]
[1145] 0.0 0.00 0.00 100 image_spec_value [1145]
-----------------------------------------------
0.00 0.00 1/94 x_new_font <cycle 4> [1634]
0.00 0.00 7/94 font_open_entity [409]
0.00 0.00 86/94 show_hourglass <cycle 4> [296]
[1146] 0.0 0.00 0.00 94 normal_char_ascent_descent [1146]
-----------------------------------------------
0.00 0.00 92/92 Ffuncall <cycle 4> [18]
[1147] 0.0 0.00 0.00 92 Fbuffer_name [1147]
-----------------------------------------------
0.00 0.00 1/91 redisplay_window <cycle 4> [84]
0.00 0.00 2/91 redisplay_mode_lines <cycle 4> [1612]
0.00 0.00 3/91 apply_window_adjustment [1467]
0.00 0.00 31/91 display_echo_area_1 <cycle 4> [1221]
0.00 0.00 54/91 try_window_reusing_current_matrix <cycle 4> [244]
[1148] 0.0 0.00 0.00 91 clear_glyph_matrix [1148]
-----------------------------------------------
0.00 0.00 45/90 set_internal [140]
0.00 0.00 45/90 Fmake_local_variable <cycle 4> [362]
[1149] 0.0 0.00 0.00 90 let_shadows_buffer_binding_p [1149]
0.00 0.00 90/60449 Fcurrent_buffer [719]
-----------------------------------------------
0.00 0.00 2/82 face_for_font [1516]
0.00 0.00 80/82 realize_face [247]
[1150] 0.0 0.00 0.00 82 cache_face [1150]
-----------------------------------------------
0.00 0.00 80/80 exec_byte_code <cycle 4> [56]
[1151] 0.0 0.00 0.00 80 float_arith_driver [1151]
-----------------------------------------------
0.00 0.00 80/80 realize_face [247]
[1152] 0.0 0.00 0.00 80 make_realized_face [1152]
0.00 0.00 80/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 12/77 Ffuncall <cycle 4> [18]
0.00 0.00 65/77 face_color_supported_p [1156]
[1153] 0.0 0.00 0.00 77 Fxw_display_color_p [1153]
0.00 0.00 77/127 check_x_display_info [1130]
-----------------------------------------------
0.00 0.00 70/70 Ffuncall <cycle 4> [18]
[1154] 0.0 0.00 0.00 70 Fwindowp [1154]
-----------------------------------------------
0.00 0.00 70/70 exec_byte_code <cycle 4> [56]
[1155] 0.0 0.00 0.00 70 match_limit [1155]
-----------------------------------------------
0.00 0.00 65/65 realize_face [247]
[1156] 0.0 0.00 0.00 65 face_color_supported_p [1156]
0.00 0.00 65/77 Fxw_display_color_p [1153]
-----------------------------------------------
0.00 0.00 10/64 Ffloat_time [1328]
0.00 0.00 54/64 lisp_time_struct [1173]
[1157] 0.0 0.00 0.00 64 disassemble_lisp_time [1157]
-----------------------------------------------
0.00 0.00 7/61 XSetWMSizeHints [2622]
0.00 0.00 54/61 handle_one_xevent [180]
[1158] 0.0 0.00 0.00 61 x_top_window_to_frame [1158]
0.00 0.00 51/4418 xg_win_to_widget [815]
-----------------------------------------------
6 update_cursor_in_window_tree <cycle 4> [1490]
54 x_scroll_run <cycle 4> [1177]
[1159] 0.0 0.00 0.00 60 update_window_cursor <cycle 4> [1159]
60 display_and_set_cursor <cycle 4> [633]
-----------------------------------------------
0.00 0.00 60/60 x_update_window_end <cycle 4> [953]
[1160] 0.0 0.00 0.00 60 x_draw_vertical_border [1160]
-----------------------------------------------
0.00 0.00 1/60 xg_create_frame_widgets <cycle 4> [497]
0.00 0.00 59/60 create_menus [1353]
[1161] 0.0 0.00 0.00 60 xg_gtk_scroll_destroy [1161]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [18]
[1162] 0.0 0.00 0.00 59 Fdecode_coding_string [1162]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [18]
[1163] 0.0 0.00 0.00 59 Frun_hook_wrapped [1163]
-----------------------------------------------
0.00 0.00 59/59 update_frame_tool_bar <cycle 4> [470]
[1164] 0.0 0.00 0.00 59 Ftool_bar_get_system_style [1164]
-----------------------------------------------
59 Fcommandp <cycle 4> [642]
[1165] 0.0 0.00 0.00 59 run_hook_wrapped_funcall <cycle 4> [1165]
59 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 3/58 Finsert_file_contents <cycle 4> [379]
0.00 0.00 12/58 del_range_2 [312]
0.00 0.00 43/58 make_gap [1189]
[1166] 0.0 0.00 0.00 58 gap_left [1166]
-----------------------------------------------
1 Fmapc <cycle 4> [656]
57 Fmapcar <cycle 4> [444]
[1167] 0.0 0.00 0.00 58 mapcar1 <cycle 4> [1167]
481 call1 <cycle 4> [851]
-----------------------------------------------
0.00 0.00 57/57 eval_sub <cycle 4> [139]
[1168] 0.0 0.00 0.00 57 Fnull [1168]
-----------------------------------------------
36 note_mouse_highlight <cycle 4> [489]
0.00 0.00 20/35497 handle_one_xevent [180]
[1169] 0.0 0.00 0.00 56 clear_mouse_face <cycle 4> [1169]
0.00 0.00 1/21 x_define_frame_cursor [1257]
1 show_mouse_face <cycle 4> [1534]
-----------------------------------------------
0.00 0.00 56/56 redisplay_window <cycle 4> [84]
[1170] 0.0 0.00 0.00 56 run_window_scroll_functions [1170]
0.00 0.00 56/492 set_marker_both [1080]
-----------------------------------------------
0.00 0.00 13/55 openp <cycle 4> [220]
0.00 0.00 42/55 Ffile_directory_p <cycle 4> [303]
[1171] 0.0 0.00 0.00 55 file_directory_p [1171]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [244]
[1172] 0.0 0.00 0.00 54 in_ellipses_for_invisible_text_p [1172]
-----------------------------------------------
0.00 0.00 18/54 Ftime_less_p [1350]
0.00 0.00 36/54 time_arith [501]
[1173] 0.0 0.00 0.00 54 lisp_time_struct [1173]
0.00 0.00 54/64 disassemble_lisp_time [1157]
0.00 0.00 54/10499 decode_time_components [765]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [244]
[1174] 0.0 0.00 0.00 54 rotate_matrix [1174]
0.00 0.00 108/2288 Finternal_show_cursor_p [866]
-----------------------------------------------
0.00 0.00 54/54 x_scroll_run <cycle 4> [1177]
[1175] 0.0 0.00 0.00 54 x_clear_cursor [1175]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [244]
[1176] 0.0 0.00 0.00 54 x_clear_window_mouse_face [1176]
-----------------------------------------------
54 try_window_reusing_current_matrix <cycle 4> [244]
[1177] 0.0 0.00 0.00 54 x_scroll_run <cycle 4> [1177]
0.00 0.00 108/634690 unblock_input_to [697]
0.00 0.00 108/634655 unblock_input [698]
0.00 0.00 54/54 x_clear_cursor [1175]
54 window_box <cycle 4> [828]
54 update_window_cursor <cycle 4> [1159]
-----------------------------------------------
0.00 0.00 53/53 Ffuncall <cycle 4> [18]
[1178] 0.0 0.00 0.00 53 Fstringp [1178]
-----------------------------------------------
0.00 0.00 52/52 foreach_window_1 [593]
[1179] 0.0 0.00 0.00 52 check_window_containing [1179]
0.00 0.00 52/52 coordinates_in_window [1180]
-----------------------------------------------
0.00 0.00 52/52 check_window_containing [1179]
[1180] 0.0 0.00 0.00 52 coordinates_in_window [1180]
0.00 0.00 99/32059 window_box_width [729]
0.00 0.00 33/14299 window_box_left [751]
-----------------------------------------------
0.00 0.00 1/52 other_visible_frames [495]
0.00 0.00 4/52 xg_update_scrollbar_pos [1452]
0.00 0.00 47/52 x_make_frame_visible <cycle 4> [319]
[1181] 0.0 0.00 0.00 52 x_sync [1181]
-----------------------------------------------
0.00 0.00 50/50 exec_byte_code <cycle 4> [56]
[1182] 0.0 0.00 0.00 50 Fmatch_beginning [1182]
-----------------------------------------------
0.00 0.00 1/50 Fx_open_connection <cycle 4> [1578]
0.00 0.00 49/50 xrdb_get_resource [1186]
[1183] 0.0 0.00 0.00 50 validate_x_resource_name [1183]
-----------------------------------------------
0.00 0.00 1/50 x_get_customization_string [1631]
0.00 0.00 49/50 xrdb_get_resource [1186]
[1184] 0.0 0.00 0.00 50 x_get_string_resource [1184]
-----------------------------------------------
0.00 0.00 49/49 free_realized_face [1406]
[1185] 0.0 0.00 0.00 49 x_destroy_bitmap [1185]
-----------------------------------------------
0.00 0.00 1/49 select_visual [1615]
0.00 0.00 2/49 x_term_init <cycle 4> [634]
0.00 0.00 2/49 x_default_scroll_bar_color_parameter <cycle 4> [617]
0.00 0.00 13/49 Ffuncall <cycle 4> [18]
0.00 0.00 31/49 x_get_arg [475]
[1186] 0.0 0.00 0.00 49 xrdb_get_resource [1186]
0.00 0.00 49/50 validate_x_resource_name [1183]
0.00 0.00 49/50 x_get_string_resource [1184]
-----------------------------------------------
0.00 0.00 48/48 make_gap [1189]
[1187] 0.0 0.00 0.00 48 enlarge_buffer_text [1187]
0.00 0.00 48/1476 xrealloc [922]
-----------------------------------------------
0.00 0.00 48/48 free_realized_face [1406]
[1188] 0.0 0.00 0.00 48 free_face_fontset [1188]
-----------------------------------------------
0.00 0.00 2/48 prepare_to_modify_buffer <cycle 4> [347]
0.00 0.00 3/48 Finsert_file_contents <cycle 4> [379]
0.00 0.00 6/48 make_gap_1 [1386]
0.00 0.00 37/48 insert_from_string_1 <cycle 4> [233]
[1189] 0.0 0.00 0.00 48 make_gap [1189]
0.00 0.00 48/634690 unblock_input_to [697]
0.00 0.00 48/634655 unblock_input [698]
0.00 0.00 48/48 enlarge_buffer_text [1187]
0.00 0.00 43/58 gap_left [1166]
0.00 0.00 5/29 gap_right [1224]
-----------------------------------------------
0.00 0.00 48/48 read1 <cycle 5> [368]
[1190] 0.0 0.00 0.00 48 str_as_unibyte [1190]
-----------------------------------------------
48 unbind_to <cycle 4> [340]
[1191] 0.0 0.00 0.00 48 unwind_with_echo_area_buffer <cycle 4> [1191]
0.00 0.00 138/492 set_marker_both [1080]
0.00 0.00 46/206 adjust_window_count [1105]
0.00 0.00 46/103 wset_buffer [1143]
48 set_buffer_internal_1 <cycle 4> [805]
-----------------------------------------------
0.00 0.00 47/47 x_make_frame_visible <cycle 4> [319]
[1192] 0.0 0.00 0.00 47 input_polling_used [1192]
-----------------------------------------------
0.00 0.00 47/47 handle_one_xevent [180]
[1193] 0.0 0.00 0.00 47 xft_settings_event [1193]
-----------------------------------------------
0.00 0.00 46/46 Ffuncall <cycle 4> [18]
[1194] 0.0 0.00 0.00 46 Fframe_root_window [1194]
-----------------------------------------------
46 Ffile_directory_p <cycle 4> [303]
[1195] 0.0 0.00 0.00 46 expand_and_dir_to_file <cycle 4> [1195]
46 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
0.00 0.00 3/44 Fchar_table_parent [1454]
0.00 0.00 4/44 Fset_char_table_parent [1505]
0.00 0.00 37/44 Fset_char_table_range [267]
[1196] 0.0 0.00 0.00 44 CHECK_CHAR_TABLE [1196]
-----------------------------------------------
17 Ffuncall <cycle 4> [18]
27 push_message <cycle 4> [536]
[1197] 0.0 0.00 0.00 44 current_message <cycle 4> [1197]
1 with_echo_area_buffer <cycle 4> [461]
-----------------------------------------------
0.00 0.00 42/42 handle_one_xevent [180]
[1198] 0.0 0.00 0.00 42 x_window_to_frame [1198]
0.00 0.00 42/4418 xg_win_to_widget [815]
-----------------------------------------------
0.00 0.00 41/41 Ffuncall <cycle 4> [18]
[1199] 0.0 0.00 0.00 41 rounding_driver [1199]
0.00 0.00 40/40 ceiling2 [1204]
0.00 0.00 1/1 round2 [1614]
-----------------------------------------------
0.00 0.00 41/41 handle_one_xevent [180]
[1200] 0.0 0.00 0.00 41 x_handle_property_notify [1200]
-----------------------------------------------
0.00 0.00 41/41 menuitem_destroy_callback [3355]
[1201] 0.0 0.00 0.00 41 xg_tool_bar_help_callback [1201]
-----------------------------------------------
0.00 0.00 40/40 Ffuncall <cycle 4> [18]
[1202] 0.0 0.00 0.00 40 Fceiling [1202]
-----------------------------------------------
40 Ffuncall <cycle 4> [18]
[1203] 0.0 0.00 0.00 40 Frun_hooks <cycle 4> [1203]
64 Fcommandp <cycle 4> [642]
-----------------------------------------------
0.00 0.00 40/40 rounding_driver [1199]
[1204] 0.0 0.00 0.00 40 ceiling2 [1204]
-----------------------------------------------
0.00 0.00 10/40 Finit_image_library [1330]
0.00 0.00 10/40 lookup_image <cycle 4> [576]
0.00 0.00 20/40 valid_image_p [1270]
[1205] 0.0 0.00 0.00 40 define_image_type [1205]
0.00 0.00 40/634690 unblock_input_to [697]
0.00 0.00 40/634655 unblock_input [698]
0.00 0.00 1/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 10/40 Finit_image_library [1330]
0.00 0.00 10/40 lookup_image <cycle 4> [576]
0.00 0.00 20/40 valid_image_p [1270]
[1206] 0.0 0.00 0.00 40 lookup_image_type [1206]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [1327]
4 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
32 allocate_matrices_for_window_redisplay <cycle 4> [1360]
[1207] 0.0 0.00 0.00 38 adjust_glyph_matrix <cycle 4> [1207]
0.00 0.00 312/1476 xrealloc [922]
0.00 0.00 312/319 xnrealloc [1089]
0.00 0.00 10/25 xpalloc [1237]
36 window_box <cycle 4> [828]
-----------------------------------------------
7 redisplay_window <cycle 4> [84]
31 display_echo_area_1 <cycle 4> [1221]
[1208] 0.0 0.00 0.00 38 try_window <cycle 4> [1208]
0.00 0.00 38/3133 default_line_pixel_height [838]
0.00 0.00 38/492 set_marker_both [1080]
229 display_line <cycle 4> [200]
38 start_display <cycle 4> [132]
-----------------------------------------------
0.00 0.00 1/38 x_term_init <cycle 4> [634]
0.00 0.00 7/38 dupstring [1373]
0.00 0.00 10/38 x_parse_color [972]
0.00 0.00 10/38 smc_save_yourself_CB [3631]
0.00 0.00 10/38 update_frame_tool_bar <cycle 4> [470]
[1209] 0.0 0.00 0.00 38 xstrdup [1209]
0.00 0.00 38/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 37/37 hash_lookup [58]
[1210] 0.0 0.00 0.00 37 cmpfn_equal [1210]
-----------------------------------------------
0.00 0.00 37/37 Ffset [507]
[1211] 0.0 0.00 0.00 37 valid_lisp_object_p [1211]
0.00 0.00 37/55915 mem_find [720]
0.00 0.00 31/440 Fsuspicious_object [1085]
0.00 0.00 6/2706 sweep_buffers [854]
-----------------------------------------------
0.00 0.00 37/37 handle_one_xevent [180]
[1212] 0.0 0.00 0.00 37 x_mouse_grabbed [1212]
-----------------------------------------------
0.00 0.00 36/36 Ffuncall <cycle 4> [18]
[1213] 0.0 0.00 0.00 36 Fx_display_color_cells [1213]
0.00 0.00 36/127 check_x_display_info [1130]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [362]
[1214] 0.0 0.00 0.00 36 let_shadows_global_binding_p [1214]
-----------------------------------------------
0.00 0.00 7/35 eval_sub <cycle 4> [139]
0.00 0.00 28/35 Ffuncall <cycle 4> [18]
[1215] 0.0 0.00 0.00 35 Fwindow_system [1215]
0.00 0.00 35/1129 Fframep [949]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [18]
[1216] 0.0 0.00 0.00 33 Fforce_mode_line_update [1216]
0.00 0.00 25/25 bset_update_mode_line [1235]
-----------------------------------------------
0.00 0.00 1/33 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/33 tb_size_cb [1619]
0.00 0.00 1/33 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 2/33 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 3/33 xg_frame_resized [1495]
0.00 0.00 8/33 handle_one_xevent [180]
0.00 0.00 17/33 adjust_frame_size <cycle 4> [468]
[1217] 0.0 0.00 0.00 33 frame_size_history_add [1217]
-----------------------------------------------
0.00 0.00 33/33 unwind_to_catch <cycle 4> [1219]
[1218] 0.0 0.00 0.00 33 set_poll_suppress_count [1218]
-----------------------------------------------
5 Fthrow <cycle 4> [1403]
28 Fsignal <cycle 4> [427]
[1219] 0.0 0.00 0.00 33 unwind_to_catch <cycle 4> [1219]
0.00 0.00 33/634690 unblock_input_to [697]
0.00 0.00 33/33 set_poll_suppress_count [1218]
33 unbind_to <cycle 4> [340]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [379]
15 Fexpand_file_name <cycle 4> [133]
0.00 0.00 14/35497 cmd_error_internal [270]
[1220] 0.0 0.00 0.00 32 call3 <cycle 4> [1220]
32 Ffuncall <cycle 4> [18]
-----------------------------------------------
31 with_echo_area_buffer <cycle 4> [461]
[1221] 0.0 0.00 0.00 31 display_echo_area_1 <cycle 4> [1221]
0.00 0.00 31/4543 marker_byte_position [814]
0.00 0.00 31/6618 marker_position [794]
0.00 0.00 31/91 clear_glyph_matrix [1148]
31 resize_mini_window <cycle 4> [364]
31 try_window <cycle 4> [1208]
-----------------------------------------------
2 message3_nolog <cycle 4> [1525]
0.00 0.00 29/35497 redisplay_internal [10]
[1222] 0.0 0.00 0.00 31 echo_area_display <cycle 4> [1222]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/10 my_log_handler [1340]
0.00 0.00 1/10 x_flush [1345]
31 inhibit_garbage_collection <cycle 4> [367]
31 with_echo_area_buffer <cycle 4> [461]
31 unbind_to <cycle 4> [340]
1 update_frame <cycle 4> [123]
1 show_hourglass <cycle 4> [296]
1 redisplay_mode_lines <cycle 4> [1612]
1 update_single_window <cycle 4> [436]
-----------------------------------------------
0.00 0.00 6/30 Finsert_file_contents <cycle 4> [379]
0.00 0.00 24/30 prepare_to_modify_buffer <cycle 4> [347]
[1223] 0.0 0.00 0.00 30 move_gap_both [1223]
-----------------------------------------------
0.00 0.00 5/29 make_gap [1189]
0.00 0.00 24/29 prepare_to_modify_buffer <cycle 4> [347]
[1224] 0.0 0.00 0.00 29 gap_right [1224]
-----------------------------------------------
0.00 0.00 28/28 Ffuncall <cycle 4> [18]
[1225] 0.0 0.00 0.00 28 Fframe_selected_window [1225]
-----------------------------------------------
0.00 0.00 14/28 Fcommand_error_default_function <cycle 4> [1296]
0.00 0.00 14/28 read_char <cycle 2> [9]
[1226] 0.0 0.00 0.00 28 clear_message [1226]
-----------------------------------------------
14 write_string_1 <cycle 4> [1311]
14 print_string <cycle 4> [1308]
[1227] 0.0 0.00 0.00 28 strout <cycle 4> [1227]
266 insert_char <cycle 4> [1098]
28 setup_echo_area_for_printing <cycle 4> [557]
28 message_dolog <cycle 4> [394]
-----------------------------------------------
0.00 0.00 27/27 Ffuncall <cycle 4> [18]
[1228] 0.0 0.00 0.00 27 Fselected_frame [1228]
-----------------------------------------------
2 Fload <cycle 4> [428]
22 adjust_frame_size <cycle 4> [468]
0.00 0.00 3/35497 read_char <cycle 2> [9]
[1229] 0.0 0.00 0.00 27 call4 <cycle 4> [1229]
27 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 27/27 Ffontp [387]
[1230] 0.0 0.00 0.00 27 font_prop_validate_otf [1230]
-----------------------------------------------
0.00 0.00 1/27 font_match_p [612]
0.00 0.00 26/27 font_sort_entities [483]
[1231] 0.0 0.00 0.00 27 font_score [1231]
-----------------------------------------------
27 Fgarbage_collect <cycle 4> [57]
[1232] 0.0 0.00 0.00 27 mark_image_cache <cycle 4> [1232]
380 mark_object <cycle 4> [21]
-----------------------------------------------
0.00 0.00 27/27 unbind_to <cycle 4> [340]
[1233] 0.0 0.00 0.00 27 pop_message_unwind [1233]
-----------------------------------------------
0.00 0.00 26/26 Fsubstitute_in_file_name <cycle 4> [333]
[1234] 0.0 0.00 0.00 26 search_embedded_absfilename [1234]
-----------------------------------------------
0.00 0.00 25/25 Fforce_mode_line_update [1216]
[1235] 0.0 0.00 0.00 25 bset_update_mode_line [1235]
-----------------------------------------------
0.00 0.00 25/25 re_compile_pattern [94]
[1236] 0.0 0.00 0.00 25 re_wctype [1236]
-----------------------------------------------
0.00 0.00 1/25 bidi_cache_ensure_space [701]
0.00 0.00 6/25 update_window <cycle 4> [86]
0.00 0.00 8/25 move_cache_gap [901]
0.00 0.00 10/25 adjust_glyph_matrix <cycle 4> [1207]
[1237] 0.0 0.00 0.00 25 xpalloc [1237]
0.00 0.00 25/1476 xrealloc [922]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1238] 0.0 0.00 0.00 24 mark_fringe_data [1238]
-----------------------------------------------
24 Fgarbage_collect <cycle 4> [57]
[1239] 0.0 0.00 0.00 24 mark_kboards <cycle 4> [1239]
888 mark_object <cycle 4> [21]
-----------------------------------------------
24 Fgarbage_collect <cycle 4> [57]
[1240] 0.0 0.00 0.00 24 mark_specpdl <cycle 4> [1240]
742 mark_object <cycle 4> [21]
9 mark_vectorlike <cycle 4> [724]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1241] 0.0 0.00 0.00 24 relocate_byte_stack [1241]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1242] 0.0 0.00 0.00 24 shrink_regexp_cache [1242]
0.00 0.00 480/1476 xrealloc [922]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1243] 0.0 0.00 0.00 24 sweep_floats [1243]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1244] 0.0 0.00 0.00 24 sweep_intervals [1244]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1245] 0.0 0.00 0.00 24 sweep_misc [1245]
0.00 0.00 1156/3023 unchain_marker [847]
0.00 0.00 37/9878 mem_delete [771]
0.00 0.00 37/1070 lisp_free [974]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1246] 0.0 0.00 0.00 24 sweep_symbols [1246]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1247] 0.0 0.00 0.00 24 sweep_vectors [1247]
0.00 0.00 228214/230461 vector_nbytes [707]
0.00 0.00 22235/22235 cleanup_vector [738]
0.00 0.00 38/9878 mem_delete [771]
0.00 0.00 37/1070 lisp_free [974]
0.00 0.00 1/1 xftfont_close [1663]
0.00 0.00 1/55915 mem_find [720]
-----------------------------------------------
24 Fgarbage_collect <cycle 4> [57]
[1248] 0.0 0.00 0.00 24 sweep_weak_hash_tables <cycle 4> [1248]
356 sweep_weak_table <cycle 4> [1088]
-----------------------------------------------
0.00 0.00 24/24 Fgarbage_collect <cycle 4> [57]
[1249] 0.0 0.00 0.00 24 total_bytes_of_live_objects [1249]
-----------------------------------------------
0.00 0.00 2/24 Ffontp [387]
0.00 0.00 22/24 font_list_entities [231]
[1250] 0.0 0.00 0.00 24 xfont_get_cache [1250]
-----------------------------------------------
24 Fgarbage_collect <cycle 4> [57]
[1251] 0.0 0.00 0.00 24 xg_mark_data <cycle 4> [1251]
6287 mark_object <cycle 4> [21]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [18]
[1252] 0.0 0.00 0.00 22 Fframe_visible_p [1252]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [18]
[1253] 0.0 0.00 0.00 22 Fminibuffer_window [1253]
0.00 0.00 22/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 22/22 emacs_readlinkat [1255]
[1254] 0.0 0.00 0.00 22 careadlinkat [1254]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [18]
[1255] 0.0 0.00 0.00 22 emacs_readlinkat [1255]
0.00 0.00 22/22 careadlinkat [1254]
-----------------------------------------------
0.00 0.00 1/21 Fset_keyboard_coding_system_internal [621]
0.00 0.00 1/21 Fset_terminal_coding_system_internal [622]
0.00 0.00 3/21 Fset_terminal_parameter [585]
0.00 0.00 3/21 decode_tty_terminal [1472]
0.00 0.00 4/21 Ftty_top_frame [1424]
0.00 0.00 9/21 Fterminal_parameter [586]
[1256] 0.0 0.00 0.00 21 decode_live_terminal [1256]
0.00 0.00 21/6223 decode_terminal [798]
-----------------------------------------------
0.00 0.00 1/21 clear_mouse_face <cycle 4> [1169]
0.00 0.00 20/21 note_mouse_highlight <cycle 4> [489]
[1257] 0.0 0.00 0.00 21 x_define_frame_cursor [1257]
-----------------------------------------------
0.00 0.00 20/20 eval_sub <cycle 4> [139]
[1258] 0.0 0.00 0.00 20 Ffunction [1258]
-----------------------------------------------
0.00 0.00 20/20 exec_byte_code <cycle 4> [56]
[1259] 0.0 0.00 0.00 20 Fmatch_end [1259]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [18]
[1260] 0.0 0.00 0.00 20 Fwindow_bottom_divider_width [1260]
0.00 0.00 40/14539 set_window_margins [749]
-----------------------------------------------
20 Ffuncall <cycle 4> [18]
[1261] 0.0 0.00 0.00 20 Fwindow_mode_line_height <cycle 4> [1261]
0.00 0.00 80/14539 set_window_margins [749]
0.00 0.00 2/2 estimate_mode_line_height [1514]
1 show_hourglass <cycle 4> [296]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [18]
[1262] 0.0 0.00 0.00 20 Fwindow_right_divider_width [1262]
0.00 0.00 20/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [18]
[1263] 0.0 0.00 0.00 20 Fwindow_scroll_bar_height [1263]
0.00 0.00 60/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [18]
[1264] 0.0 0.00 0.00 20 Fwindow_scroll_bar_width [1264]
0.00 0.00 113/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 10/20 image_background [1338]
0.00 0.00 10/20 image_background_transparent [1339]
[1265] 0.0 0.00 0.00 20 four_corners_best [1265]
-----------------------------------------------
0.00 0.00 20/20 xpm_image_p [1272]
[1266] 0.0 0.00 0.00 20 parse_image_spec [1266]
-----------------------------------------------
4 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
16 allocate_matrices_for_window_redisplay <cycle 4> [1360]
[1267] 0.0 0.00 0.00 20 required_matrix_height <cycle 4> [1267]
16 window_box_height <cycle 4> [936]
-----------------------------------------------
0.00 0.00 4/20 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
0.00 0.00 16/20 allocate_matrices_for_window_redisplay <cycle 4> [1360]
[1268] 0.0 0.00 0.00 20 required_matrix_width [1268]
-----------------------------------------------
20 compact_buffer <cycle 4> [1115]
[1269] 0.0 0.00 0.00 20 truncate_undo_list <cycle 4> [1269]
0.00 0.00 20/60449 Fcurrent_buffer [719]
0.00 0.00 20/310341 grow_specpdl [706]
0.00 0.00 20/8014 record_unwind_protect [785]
20 inhibit_garbage_collection <cycle 4> [367]
-----------------------------------------------
0.00 0.00 10/20 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 10/20 Fimage_mask_p <cycle 4> [1329]
[1270] 0.0 0.00 0.00 20 valid_image_p [1270]
0.00 0.00 20/40 define_image_type [1205]
0.00 0.00 20/40 lookup_image_type [1206]
-----------------------------------------------
0.00 0.00 1/20 x_wm_supports [1662]
0.00 0.00 1/20 x_term_init <cycle 4> [634]
0.00 0.00 1/20 x_set_mouse_color [486]
0.00 0.00 1/20 read_and_apply_settings [1610]
0.00 0.00 3/20 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 13/20 xfont_list_pattern [301]
[1271] 0.0 0.00 0.00 20 x_catch_errors_with_handler [1271]
0.00 0.00 20/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 10/20 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 10/20 Fimage_mask_p <cycle 4> [1329]
[1272] 0.0 0.00 0.00 20 xpm_image_p [1272]
0.00 0.00 20/20 parse_image_spec [1266]
-----------------------------------------------
0.00 0.00 19/19 note_mouse_highlight <cycle 4> [489]
[1273] 0.0 0.00 0.00 19 define_frame_cursor1 [1273]
-----------------------------------------------
0.00 0.00 1/19 x_set_mouse_color [486]
0.00 0.00 2/19 x_term_init <cycle 4> [634]
0.00 0.00 3/19 x_wm_supports [1662]
0.00 0.00 13/19 xfont_list_pattern [301]
[1274] 0.0 0.00 0.00 19 x_had_errors_p [1274]
-----------------------------------------------
0.00 0.00 1/19 x_set_mouse_color [486]
0.00 0.00 6/19 x_setup_relief_color [1397]
0.00 0.00 12/19 xftfont_get_colors [781]
[1275] 0.0 0.00 0.00 19 x_query_colors [1275]
-----------------------------------------------
0.00 0.00 1/19 x_wm_supports [1662]
0.00 0.00 1/19 x_term_init <cycle 4> [634]
0.00 0.00 1/19 read_and_apply_settings [1610]
0.00 0.00 3/19 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 13/19 xfont_list_pattern [301]
[1276] 0.0 0.00 0.00 19 x_uncatch_errors [1276]
0.00 0.00 19/32168 xfree [728]
-----------------------------------------------
0.00 0.00 19/19 handle_one_xevent [180]
[1277] 0.0 0.00 0.00 19 xg_event_is_for_scrollbar [1277]
-----------------------------------------------
0.00 0.00 18/18 Ffuncall <cycle 4> [18]
[1278] 0.0 0.00 0.00 18 Factive_minibuffer_window [1278]
-----------------------------------------------
0.00 0.00 4/18 record_char [1021]
0.00 0.00 14/18 print_error_message <cycle 4> [462]
[1279] 0.0 0.00 0.00 18 Fcdr_safe [1279]
-----------------------------------------------
0.00 0.00 18/18 Ffuncall <cycle 4> [18]
[1280] 0.0 0.00 0.00 18 Ftime_add [1280]
-----------------------------------------------
0.00 0.00 18/18 process_tool_bar_item <cycle 4> [322]
[1281] 0.0 0.00 0.00 18 Fupcase_initials [1281]
-----------------------------------------------
0.00 0.00 6/18 set_window_fringes [1486]
0.00 0.00 6/18 set_window_scroll_bars [1487]
0.00 0.00 6/18 set_window_margins [749]
[1282] 0.0 0.00 0.00 18 extract_dimension [1282]
-----------------------------------------------
0.00 0.00 18/18 adjust_frame_size <cycle 4> [468]
[1283] 0.0 0.00 0.00 18 sanitize_window_sizes [1283]
-----------------------------------------------
0.00 0.00 18/18 time_arith [501]
[1284] 0.0 0.00 0.00 18 time_add [1284]
-----------------------------------------------
0.00 0.00 1/18 remember_mouse_glyph [626]
0.00 0.00 17/18 note_mouse_highlight <cycle 4> [489]
[1285] 0.0 0.00 0.00 18 window_box_right_offset [1285]
0.00 0.00 18/14350 window_box_left_offset [750]
0.00 0.00 18/32059 window_box_width [729]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [18]
[1286] 0.0 0.00 0.00 17 Fcurrent_message [1286]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [18]
[1287] 0.0 0.00 0.00 17 Fprefix_numeric_value [1287]
-----------------------------------------------
0.00 0.00 17/17 x_fill_property_data [1540]
[1288] 0.0 0.00 0.00 17 cons_to_signed [1288]
-----------------------------------------------
0.00 0.00 17/17 remember_mouse_glyph [626]
[1289] 0.0 0.00 0.00 17 window_relative_x_coord [1289]
0.00 0.00 15/14299 window_box_left [751]
-----------------------------------------------
0.00 0.00 16/16 Fdefvar <cycle 4> [463]
[1290] 0.0 0.00 0.00 16 default_toplevel_binding [1290]
-----------------------------------------------
0.00 0.00 16/16 clear_image_cache [388]
[1291] 0.0 0.00 0.00 16 dtotimespec [1291]
-----------------------------------------------
0.00 0.00 1/16 smc_save_yourself_CB [3631]
0.00 0.00 2/16 Fx_change_window_property [457]
0.00 0.00 13/16 digest_single_submenu <cycle 4> [1315]
[1292] 0.0 0.00 0.00 16 xnmalloc [1292]
-----------------------------------------------
0.00 0.00 4/15 eval_sub <cycle 4> [139]
0.00 0.00 11/15 Ffuncall <cycle 4> [18]
[1293] 0.0 0.00 0.00 15 Fbuffer_file_name [1293]
-----------------------------------------------
15 Ffuncall <cycle 4> [18]
[1294] 0.0 0.00 0.00 15 Fbuffer_list <cycle 4> [1294]
15 Fmapcar <cycle 4> [444]
-----------------------------------------------
0.00 0.00 15/15 with_echo_area_buffer <cycle 4> [461]
[1295] 0.0 0.00 0.00 15 resize_mini_window_1 [1295]
-----------------------------------------------
14 Ffuncall <cycle 4> [18]
[1296] 0.0 0.00 0.00 14 Fcommand_error_default_function <cycle 4> [1296]
0.00 0.00 14/14 message_log_maybe_newline [1304]
0.00 0.00 14/14 Fdiscard_input [1297]
0.00 0.00 14/28 clear_message [1226]
0.00 0.00 14/14 ring_bell [1309]
0.00 0.00 14/14 bitch_at_user [1300]
0.00 0.00 13/14 safe_eval_handler [1310]
14 XTring_bell <cycle 4> [874]
14 print_error_message <cycle 4> [462]
13 message_dolog <cycle 4> [394]
-----------------------------------------------
0.00 0.00 14/14 Fcommand_error_default_function <cycle 4> [1296]
[1297] 0.0 0.00 0.00 14 Fdiscard_input [1297]
0.00 0.00 14/14 discard_tty_input [1302]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [18]
[1298] 0.0 0.00 0.00 14 Fmultibyte_string_p [1298]
-----------------------------------------------
14 print_error_message <cycle 4> [462]
[1299] 0.0 0.00 0.00 14 Fprinc <cycle 4> [1299]
0.00 0.00 14/14 print [1305]
14 print_object <cycle 4> [1307]
14 unbind_to <cycle 4> [340]
14 set_buffer_internal_1 <cycle 4> [805]
14 setup_echo_area_for_printing <cycle 4> [557]
-----------------------------------------------
0.00 0.00 14/14 Fcommand_error_default_function <cycle 4> [1296]
[1300] 0.0 0.00 0.00 14 bitch_at_user [1300]
-----------------------------------------------
0.00 0.00 5/14 Finternal_show_cursor_p [866]
0.00 0.00 9/14 Finternal_show_cursor [1348]
[1301] 0.0 0.00 0.00 14 decode_any_window [1301]
-----------------------------------------------
0.00 0.00 14/14 Fdiscard_input [1297]
[1302] 0.0 0.00 0.00 14 discard_tty_input [1302]
-----------------------------------------------
0.00 0.00 14/14 search_magic_path [1484]
[1303] 0.0 0.00 0.00 14 magic_db [1303]
0.00 0.00 14/42250 xmalloc [726]
0.00 0.00 14/32168 xfree [728]
-----------------------------------------------
0.00 0.00 14/14 Fcommand_error_default_function <cycle 4> [1296]
[1304] 0.0 0.00 0.00 14 message_log_maybe_newline [1304]
-----------------------------------------------
0.00 0.00 14/14 Fprinc <cycle 4> [1299]
[1305] 0.0 0.00 0.00 14 print [1305]
-----------------------------------------------
0.00 0.00 14/14 write_string_1 <cycle 4> [1311]
[1306] 0.0 0.00 0.00 14 print_c_string [1306]
-----------------------------------------------
14 Fprinc <cycle 4> [1299]
[1307] 0.0 0.00 0.00 14 print_object <cycle 4> [1307]
14 print_string <cycle 4> [1308]
-----------------------------------------------
14 print_object <cycle 4> [1307]
[1308] 0.0 0.00 0.00 14 print_string <cycle 4> [1308]
0.00 0.00 14/30997 count_size_as_multibyte [730]
14 strout <cycle 4> [1227]
-----------------------------------------------
0.00 0.00 14/14 Fcommand_error_default_function <cycle 4> [1296]
[1309] 0.0 0.00 0.00 14 ring_bell [1309]
-----------------------------------------------
0.00 0.00 1/14 message3 <cycle 4> [1524]
0.00 0.00 13/14 Fcommand_error_default_function <cycle 4> [1296]
[1310] 0.0 0.00 0.00 14 safe_eval_handler [1310]
-----------------------------------------------
14 print_error_message <cycle 4> [462]
[1311] 0.0 0.00 0.00 14 write_string_1 <cycle 4> [1311]
0.00 0.00 14/14 print_c_string [1306]
14 strout <cycle 4> [1227]
14 unbind_to <cycle 4> [340]
14 set_buffer_internal_1 <cycle 4> [805]
14 setup_echo_area_for_printing <cycle 4> [557]
-----------------------------------------------
0.00 0.00 1/14 read_and_apply_settings [1610]
0.00 0.00 13/14 xfont_list_pattern [301]
[1312] 0.0 0.00 0.00 14 x_catch_errors [1312]
-----------------------------------------------
0.00 0.00 13/13 Ffuncall <cycle 4> [18]
[1313] 0.0 0.00 0.00 13 Fx_get_resource [1313]
0.00 0.00 13/127 check_x_display_info [1130]
0.00 0.00 13/13 check_window_system [1314]
-----------------------------------------------
0.00 0.00 13/13 Fx_get_resource [1313]
[1314] 0.0 0.00 0.00 13 check_window_system [1314]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [546]
[1315] 0.0 0.00 0.00 13 digest_single_submenu <cycle 4> [1315]
0.00 0.00 1291/1309 make_widget_value [933]
0.00 0.00 215/216 code_convert_string_norecord [1101]
0.00 0.00 13/42250 xmalloc [726]
0.00 0.00 13/16 xnmalloc [1292]
0.00 0.00 13/310341 grow_specpdl [706]
0.00 0.00 13/1022 record_unwind_protect_ptr [1014]
215 code_convert_string <cycle 4> [352]
13 unbind_to <cycle 4> [340]
-----------------------------------------------
0.00 0.00 6/13 file_attributes [531]
0.00 0.00 7/13 Fcurrent_time [533]
[1316] 0.0 0.00 0.00 13 make_lisp_time [1316]
-----------------------------------------------
92 update_submenu_strings [1317]
0.00 0.00 13/13 set_frame_menubar <cycle 4> [546]
[1317] 0.0 0.00 0.00 13+92 update_submenu_strings [1317]
92 update_submenu_strings [1317]
-----------------------------------------------
0.00 0.00 13/13 xfont_list [299]
[1318] 0.0 0.00 0.00 13 xfont_encode_coding_xlfd [1318]
-----------------------------------------------
12 eval_sub <cycle 4> [139]
[1319] 0.0 0.00 0.00 12 Fcond <cycle 4> [1319]
0.00 0.00 34/72024 Fcar [717]
34 eval_sub <cycle 4> [139]
-----------------------------------------------
12 eval_sub <cycle 4> [139]
[1320] 0.0 0.00 0.00 12 For <cycle 4> [1320]
26 eval_sub <cycle 4> [139]
-----------------------------------------------
0.00 0.00 12/12 prepare_face_for_display [709]
[1321] 0.0 0.00 0.00 12 font_prepare_for_face [1321]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [18]
[1322] 0.0 0.00 0.00 12 read_file_name [1322]
-----------------------------------------------
0.00 0.00 12/12 handle_one_xevent [180]
[1323] 0.0 0.00 0.00 12 x_detect_focus_change [1323]
-----------------------------------------------
0.00 0.00 12/12 prepare_face_for_display [709]
[1324] 0.0 0.00 0.00 12 xftfont_prepare_face [1324]
0.00 0.00 12/42250 xmalloc [726]
0.00 0.00 12/8316 xftfont_get_colors [781]
-----------------------------------------------
0.00 0.00 1/12 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 1/12 xg_get_default_scrollbar_width [1668]
0.00 0.00 1/12 xg_get_default_scrollbar_height [1667]
0.00 0.00 4/12 xg_update_scrollbar_pos [1452]
0.00 0.00 5/12 x_wm_set_size_hint [440]
[1325] 0.0 0.00 0.00 12 xg_get_gdk_scale [1325]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [18]
[1326] 0.0 0.00 0.00 11 Fcurrent_global_map [1326]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [482]
1 x_set_menu_bar_lines <cycle 4> [1646]
3 set_window_buffer <cycle 4> [516]
4 adjust_frame_size <cycle 4> [468]
0.00 0.00 2/35497 redisplay_internal [10]
[1327] 0.0 0.00 0.00 11 adjust_frame_glyphs <cycle 4> [1327]
0.00 0.00 11/1476 xrealloc [922]
0.00 0.00 11/634690 unblock_input_to [697]
0.00 0.00 11/634655 unblock_input [698]
0.00 0.00 2/2 realloc_glyph_pool [1530]
0.00 0.00 1/292 fset_redisplay [1096]
8 allocate_matrices_for_window_redisplay <cycle 4> [1360]
2 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
2 adjust_glyph_matrix <cycle 4> [1207]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [18]
[1328] 0.0 0.00 0.00 10 Ffloat_time [1328]
0.00 0.00 10/64 disassemble_lisp_time [1157]
0.00 0.00 10/10499 decode_time_components [765]
0.00 0.00 10/132 make_float [1125]
-----------------------------------------------
10 Ffuncall <cycle 4> [18]
[1329] 0.0 0.00 0.00 10 Fimage_mask_p <cycle 4> [1329]
0.00 0.00 10/20 xpm_image_p [1272]
0.00 0.00 10/20 valid_image_p [1270]
0.00 0.00 10/119 decode_window_system_frame [1134]
10 lookup_image <cycle 4> [576]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [18]
[1330] 0.0 0.00 0.00 10 Finit_image_library [1330]
0.00 0.00 10/40 define_image_type [1205]
0.00 0.00 10/40 lookup_image_type [1206]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [18]
[1331] 0.0 0.00 0.00 10 Flocal_variable_if_set_p [1331]
-----------------------------------------------
0.00 0.00 1/10 font_open_for_lface [445]
0.00 0.00 9/10 font_find_for_lface [224]
[1332] 0.0 0.00 0.00 10 build_style_table [1332]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1347]
[1333] 0.0 0.00 0.00 10 colors_in_color_table [1333]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [470]
[1334] 0.0 0.00 0.00 10 file_for_image [1334]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [470]
[1335] 0.0 0.00 0.00 10 find_icon_from_name [1335]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1347]
[1336] 0.0 0.00 0.00 10 free_color_table [1336]
0.00 0.00 10/32168 xfree [728]
-----------------------------------------------
0.00 0.00 2/10 free_glyphs [1520]
0.00 0.00 8/10 free_window_matrices [1521]
[1337] 0.0 0.00 0.00 10 free_glyph_matrix [1337]
0.00 0.00 130/32168 xfree [728]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1347]
[1338] 0.0 0.00 0.00 10 image_background [1338]
0.00 0.00 10/20 four_corners_best [1265]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1347]
[1339] 0.0 0.00 0.00 10 image_background_transparent [1339]
0.00 0.00 10/20 four_corners_best [1265]
-----------------------------------------------
0.00 0.00 1/10 echo_area_display <cycle 4> [1222]
0.00 0.00 1/10 read_char <cycle 2> [9]
0.00 0.00 8/10 detect_input_pending_run_timers [125]
[1340] 0.0 0.00 0.00 10 my_log_handler [1340]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [576]
[1341] 0.0 0.00 0.00 10 search_image_cache [1341]
-----------------------------------------------
0.00 0.00 3/10 set_window_buffer <cycle 4> [516]
0.00 0.00 7/10 Fset_window_configuration <cycle 4> [482]
[1342] 0.0 0.00 0.00 10 set_marker_restricted [1342]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [576]
[1343] 0.0 0.00 0.00 10 sxhash [1343]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [576]
[1344] 0.0 0.00 0.00 10 x_build_heuristic_mask [1344]
0.00 0.00 30/100 image_spec_value [1145]
-----------------------------------------------
0.00 0.00 1/10 echo_area_display <cycle 4> [1222]
0.00 0.00 1/10 read_char <cycle 2> [9]
0.00 0.00 8/10 detect_input_pending_run_timers [125]
[1345] 0.0 0.00 0.00 10 x_flush [1345]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1347]
[1346] 0.0 0.00 0.00 10 xpm_free_color_cache [1346]
0.00 0.00 932/32168 xfree [728]
-----------------------------------------------
10 lookup_image <cycle 4> [576]
[1347] 0.0 0.00 0.00 10 xpm_load <cycle 4> [1347]
0.00 0.00 20/100 image_spec_value [1145]
0.00 0.00 20/1357 xzalloc [929]
0.00 0.00 10/10 colors_in_color_table [1333]
0.00 0.00 10/10 image_background [1338]
0.00 0.00 10/10 image_background_transparent [1339]
0.00 0.00 10/307 encode_file_name [1090]
0.00 0.00 10/10 free_color_table [1336]
0.00 0.00 10/10 xpm_free_color_cache [1346]
10 x_find_image_fd <cycle 4> [554]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [18]
[1348] 0.0 0.00 0.00 9 Finternal_show_cursor [1348]
0.00 0.00 9/14 decode_any_window [1301]
-----------------------------------------------
0.00 0.00 9/9 exec_byte_code <cycle 4> [56]
[1349] 0.0 0.00 0.00 9 Fquo [1349]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [18]
[1350] 0.0 0.00 0.00 9 Ftime_less_p [1350]
0.00 0.00 18/54 lisp_time_struct [1173]
-----------------------------------------------
0.00 0.00 1/9 xg_frame_resized [1495]
0.00 0.00 2/9 x_set_window_size <cycle 4> [1543]
0.00 0.00 2/9 xg_frame_set_char_size <cycle 4> [423]
0.00 0.00 4/9 xg_update_scrollbar_pos [1452]
[1351] 0.0 0.00 0.00 9 cancel_mouse_face [1351]
-----------------------------------------------
0.00 0.00 1/9 x_set_font <cycle 4> [350]
0.00 0.00 2/9 show_hourglass <cycle 4> [296]
0.00 0.00 3/9 redraw_frame <cycle 4> [405]
0.00 0.00 3/9 free_realized_face [1406]
[1352] 0.0 0.00 0.00 9 clear_current_matrices [1352]
-----------------------------------------------
57 create_menus [1353]
0.00 0.00 1/9 xg_update_menubar [1073]
0.00 0.00 1/9 xg_create_widget [1666]
0.00 0.00 7/9 xg_update_submenu [1357]
[1353] 0.0 0.00 0.00 9+57 create_menus [1353]
0.00 0.00 709/1282 menu_separator_name_p [935]
0.00 0.00 641/694 xg_item_label_same_p [1064]
0.00 0.00 59/60 xg_gtk_scroll_destroy [1161]
0.00 0.00 1/42250 xmalloc [726]
57 create_menus [1353]
-----------------------------------------------
0.00 0.00 1/9 timerfd_callback [1620]
0.00 0.00 4/9 Finsert_file_contents <cycle 4> [379]
0.00 0.00 4/9 safe_to_load_version [481]
[1354] 0.0 0.00 0.00 9 emacs_read [1354]
-----------------------------------------------
0.00 0.00 1/9 do_ewmh_fullscreen [1590]
0.00 0.00 8/9 handle_one_xevent [180]
[1355] 0.0 0.00 0.00 9 get_current_wm_state [1355]
0.00 0.00 9/634690 unblock_input_to [697]
0.00 0.00 9/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 2/9 xftfont_cached_font_ok [1544]
0.00 0.00 7/9 xftfont_open [410]
[1356] 0.0 0.00 0.00 9 xftfont_add_rendering_parameters [1356]
-----------------------------------------------
41 xg_update_submenu [1357]
0.00 0.00 1/9 tb_size_cb [1619]
0.00 0.00 1/9 update_frame_tool_bar <cycle 4> [470]
0.00 0.00 7/9 xg_modify_menubar_widgets [1496]
[1357] 0.0 0.00 0.00 9+41 xg_update_submenu [1357]
0.00 0.00 564/1282 menu_separator_name_p [935]
0.00 0.00 521/524 xg_update_menubar [1073]
0.00 0.00 7/9 create_menus [1353]
0.00 0.00 5/5 xg_destroy_widgets [1413]
41 xg_update_submenu [1357]
-----------------------------------------------
0.00 0.00 4/8 record_char [1021]
0.00 0.00 4/8 eval_sub <cycle 4> [139]
[1358] 0.0 0.00 0.00 8 Fcar_safe [1358]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [18]
[1359] 0.0 0.00 0.00 8 Fformat [1359]
-----------------------------------------------
8 adjust_frame_glyphs <cycle 4> [1327]
[1360] 0.0 0.00 0.00 8 allocate_matrices_for_window_redisplay <cycle 4> [1360]
0.00 0.00 16/20 required_matrix_width [1268]
0.00 0.00 4/1357 xzalloc [929]
32 adjust_glyph_matrix <cycle 4> [1207]
16 required_matrix_height <cycle 4> [1267]
-----------------------------------------------
1 delete_frame <cycle 4> [170]
1 Fset_window_configuration <cycle 4> [482]
6 Ffuncall <cycle 4> [18]
[1361] 0.0 0.00 0.00 8 do_switch_frame <cycle 4> [1361]
0.00 0.00 5/130 Fselect_window [1126]
0.00 0.00 2/2 x_get_focus_frame [1542]
5 select_window <cycle 4> [549]
4 resize_mini_window <cycle 4> [364]
-----------------------------------------------
0.00 0.00 1/8 emacs_fixed_init [2945]
0.00 0.00 1/8 emacs_fixed_new [1592]
0.00 0.00 3/8 emacs_fixed_get_preferred_height [2943]
0.00 0.00 3/8 emacs_fixed_get_preferred_width [2944]
[1362] 0.0 0.00 0.00 8 emacs_fixed_get_type [1362]
-----------------------------------------------
0.00 0.00 1/8 x_new_font <cycle 4> [1634]
0.00 0.00 7/8 font_open_entity [409]
[1363] 0.0 0.00 0.00 8 get_font_ascent_descent [1363]
-----------------------------------------------
8 internal_condition_case_1 <cycle 4> [928]
[1364] 0.0 0.00 0.00 8 redisplay_window_0 <cycle 4> [1364]
8 redisplay_window <cycle 4> [84]
-----------------------------------------------
0.00 0.00 8/8 Fload <cycle 4> [428]
[1365] 0.0 0.00 0.00 8 suffix_p [1365]
-----------------------------------------------
0.00 0.00 2/8 select_window <cycle 4> [549]
0.00 0.00 3/8 apply_window_adjustment [1467]
0.00 0.00 3/8 set_window_buffer <cycle 4> [516]
[1366] 0.0 0.00 0.00 8 wset_redisplay [1366]
-----------------------------------------------
0.00 0.00 1/8 xftfont_close [1663]
0.00 0.00 7/8 XSetWMSizeHints [2622]
[1367] 0.0 0.00 0.00 8 x_display_info_for_display [1367]
-----------------------------------------------
1 x_set_frame_alpha <cycle 4> [1368]
1 Fredirect_frame_focus <cycle 4> [1564]
1 x_set_alpha <cycle 4> [1635]
0.00 0.00 1/35497 handle_one_xevent [180]
0.00 0.00 5/35497 x_focus_changed [325]
[1368] 0.0 0.00 0.00 8+1 x_set_frame_alpha <cycle 4> [1368]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
0.00 0.00 3/20 x_catch_errors_with_handler [1271]
0.00 0.00 3/19 x_uncatch_errors [1276]
0.00 0.00 3/3 x_update_cursor [1494]
3 update_cursor_in_window_tree <cycle 4> [1490]
1 x_set_frame_alpha <cycle 4> [1368]
-----------------------------------------------
0.00 0.00 7/7 Ffuncall <cycle 4> [18]
[1369] 0.0 0.00 0.00 7 Fframe_terminal [1369]
0.00 0.00 7/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 7/7 Ffuncall <cycle 4> [18]
[1370] 0.0 0.00 0.00 7 Fwindow_list_1 [1370]
-----------------------------------------------
0.00 0.00 2/7 load_charset <cycle 4> [251]
0.00 0.00 2/7 Fload <cycle 4> [428]
0.00 0.00 3/7 Finsert_file_contents <cycle 4> [379]
[1371] 0.0 0.00 0.00 7 clear_unwind_protect [1371]
-----------------------------------------------
0.00 0.00 7/7 unbind_to <cycle 4> [340]
[1372] 0.0 0.00 0.00 7 do_nothing [1372]
-----------------------------------------------
0.00 0.00 3/7 read_and_apply_settings [1610]
0.00 0.00 4/7 xsettings_initialize [1674]
[1373] 0.0 0.00 0.00 7 dupstring [1373]
0.00 0.00 7/38 xstrdup [1209]
-----------------------------------------------
0.00 0.00 7/7 fast_c_string_match_ignore_case [459]
[1374] 0.0 0.00 0.00 7 string_make_unibyte [1374]
-----------------------------------------------
0.00 0.00 1/7 x_set_frame_parameters <cycle 4> [399]
0.00 0.00 1/7 x_set_mouse_color [486]
0.00 0.00 1/7 x_set_border_color [647]
0.00 0.00 2/7 x_set_cursor_color [623]
0.00 0.00 2/7 x_set_background_color [635]
[1375] 0.0 0.00 0.00 7 unload_color [1375]
0.00 0.00 7/634690 unblock_input_to [697]
0.00 0.00 7/634655 unblock_input [698]
0.00 0.00 7/107 x_free_colors [1142]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [18]
[1376] 0.0 0.00 0.00 6 Fbuffer_base_buffer [1376]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [418]
[1377] 0.0 0.00 0.00 6 Fevent_convert_list [1377]
0.00 0.00 4/1073 parse_solitary_modifier [971]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [18]
0.00 0.00 2/6 eval_sub <cycle 4> [139]
0.00 0.00 3/6 Fset_buffer_multibyte [1401]
[1378] 0.0 0.00 0.00 6 Fget_buffer_process [1378]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [18]
0.00 0.00 5/6 Fset_buffer_modified_p [1400]
[1379] 0.0 0.00 0.00 6 Frestore_buffer_modified_p [1379]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [18]
[1380] 0.0 0.00 0.00 6 Fselect_frame [1380]
-----------------------------------------------
0.00 0.00 3/6 Fset_buffer_multibyte [1401]
0.00 0.00 3/6 Fkill_buffer <cycle 4> [530]
[1381] 0.0 0.00 0.00 6 clear_charpos_cache [1381]
-----------------------------------------------
0.00 0.00 1/6 Flocate_file_internal <cycle 4> [1502]
0.00 0.00 2/6 Fload <cycle 4> [428]
0.00 0.00 3/6 Finsert_file_contents <cycle 4> [379]
[1382] 0.0 0.00 0.00 6 emacs_close [1382]
-----------------------------------------------
0.00 0.00 2/6 free_realized_face [1406]
0.00 0.00 4/6 clear_face_cache [456]
[1383] 0.0 0.00 0.00 6 font_done_for_face [1383]
-----------------------------------------------
0.00 0.00 1/6 Flocal_variable_p [857]
0.00 0.00 1/6 Fboundp [243]
0.00 0.00 1/6 set_internal [140]
0.00 0.00 1/6 Fset_default <cycle 4> [187]
0.00 0.00 2/6 default_value [796]
[1384] 0.0 0.00 0.00 6 indirect_variable [1384]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [418]
[1385] 0.0 0.00 0.00 6 lucid_event_type_list_p [1385]
-----------------------------------------------
0.00 0.00 1/6 alloc_destination [1091]
0.00 0.00 5/6 compact_buffer <cycle 4> [1115]
[1386] 0.0 0.00 0.00 6 make_gap_1 [1386]
0.00 0.00 6/48 make_gap [1189]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [18]
0.00 0.00 2/6 eval_sub <cycle 4> [139]
0.00 0.00 3/6 Fset_buffer_multibyte [1401]
[1387] 0.0 0.00 0.00 6 make_process [1387]
0.00 0.00 6/4672 Fget_buffer [813]
-----------------------------------------------
0.00 0.00 3/6 redraw_frame <cycle 4> [405]
0.00 0.00 3/6 redisplay_internal [10]
[1388] 0.0 0.00 0.00 6 mark_window_display_accurate [1388]
0.00 0.00 12/1041 mark_window_display_accurate_1 [989]
-----------------------------------------------
0.00 0.00 1/6 handle_one_xevent [180]
0.00 0.00 5/6 select_window <cycle 4> [549]
[1389] 0.0 0.00 0.00 6 redisplay_other_windows [1389]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [613]
2 Fkill_all_local_variables <cycle 4> [641]
3 Fkill_buffer <cycle 4> [530]
[1390] 0.0 0.00 0.00 6 run_hook <cycle 4> [1390]
6 Fcommandp <cycle 4> [642]
-----------------------------------------------
0.00 0.00 6/6 resize_mini_window <cycle 4> [364]
[1391] 0.0 0.00 0.00 6 shrink_mini_window [1391]
-----------------------------------------------
1 mark_localized_symbol <cycle 4> [106]
5 swap_out_buffer_local_variables <cycle 4> [1411]
[1392] 0.0 0.00 0.00 6 swap_in_global_binding <cycle 4> [1392]
0.00 0.00 1/122261 do_symval_forwarding [712]
1 store_symval_forwarding <cycle 4> [276]
-----------------------------------------------
0.00 0.00 6/6 Fframe_parameters [36]
[1393] 0.0 0.00 0.00 6 tty_color_name [1393]
-----------------------------------------------
0.00 0.00 6/6 handle_one_xevent [180]
[1394] 0.0 0.00 0.00 6 x_handle_dnd_message [1394]
-----------------------------------------------
0.00 0.00 6/6 x_real_positions [1396]
[1395] 0.0 0.00 0.00 6 x_real_pos_and_offsets [1395]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1/6 x_sync_with_move [1659]
0.00 0.00 5/6 handle_one_xevent [180]
[1396] 0.0 0.00 0.00 6 x_real_positions [1396]
0.00 0.00 6/6 x_real_pos_and_offsets [1395]
-----------------------------------------------
0.00 0.00 6/6 x_setup_relief_colors [917]
[1397] 0.0 0.00 0.00 6 x_setup_relief_color [1397]
0.00 0.00 6/19 x_query_colors [1275]
0.00 0.00 6/151 x_alloc_nearest_color [1117]
0.00 0.00 4/107 x_free_colors [1142]
-----------------------------------------------
0.00 0.00 2/6 free_realized_face [1406]
0.00 0.00 4/6 clear_face_cache [456]
[1398] 0.0 0.00 0.00 6 xftfont_done_face [1398]
0.00 0.00 6/32168 xfree [728]
-----------------------------------------------
0.00 0.00 5/5 eval_sub <cycle 4> [139]
[1399] 0.0 0.00 0.00 5 Fconsp [1399]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[1400] 0.0 0.00 0.00 5 Fset_buffer_modified_p [1400]
0.00 0.00 5/6 Frestore_buffer_modified_p [1379]
-----------------------------------------------
0.00 0.00 1/5 set_message_1 <cycle 4> [1616]
0.00 0.00 1/5 setup_echo_area_for_printing <cycle 4> [557]
0.00 0.00 3/5 Ffuncall <cycle 4> [18]
[1401] 0.0 0.00 0.00 5 Fset_buffer_multibyte [1401]
0.00 0.00 7/1214 Fbuffer_modified_p [941]
0.00 0.00 5/1962 multibyte_chars_in_text [906]
0.00 0.00 5/299 chars_in_text [1095]
0.00 0.00 4/4 advance_to_char_boundary [1427]
0.00 0.00 3/6 clear_charpos_cache [1381]
0.00 0.00 3/2734 invalidate_buffer_caches [853]
0.00 0.00 3/6 make_process [1387]
0.00 0.00 3/6 Fget_buffer_process [1378]
0.00 0.00 3/2323 temp_set_point_both [863]
0.00 0.00 3/3 set_intervals_multibyte [1485]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [18]
[1402] 0.0 0.00 0.00 5 Fsymbolp [1402]
-----------------------------------------------
5 Ffuncall <cycle 4> [18]
[1403] 0.0 0.00 0.00 5 Fthrow <cycle 4> [1403]
5 unwind_to_catch <cycle 4> [1219]
-----------------------------------------------
0.00 0.00 1/5 select_visual [1615]
0.00 0.00 2/5 x_term_init <cycle 4> [634]
0.00 0.00 2/5 x_default_scroll_bar_color_parameter <cycle 4> [617]
[1404] 0.0 0.00 0.00 5 display_x_get_resource [1404]
-----------------------------------------------
0.00 0.00 5/5 Fx_selection_exists_p [412]
[1405] 0.0 0.00 0.00 5 frame_for_x_selection [1405]
-----------------------------------------------
64 free_realized_face [1406]
0.00 0.00 1/5 realize_face [247]
0.00 0.00 1/5 free_frame_faces [1596]
0.00 0.00 3/5 init_iterator <cycle 4> [160]
[1406] 0.0 0.00 0.00 5+64 free_realized_face [1406]
0.00 0.00 96/107 x_free_colors [1142]
0.00 0.00 63/32168 xfree [728]
0.00 0.00 51/634690 unblock_input_to [697]
0.00 0.00 51/634655 unblock_input [698]
0.00 0.00 49/49 x_destroy_bitmap [1185]
0.00 0.00 48/48 free_face_fontset [1188]
0.00 0.00 4/4 forget_escape_and_glyphless_faces [1437]
0.00 0.00 3/292 fset_redisplay [1096]
0.00 0.00 3/1041 clear_window_matrices [988]
0.00 0.00 3/9 clear_current_matrices [1352]
0.00 0.00 2/6 xftfont_done_face [1398]
0.00 0.00 2/6 font_done_for_face [1383]
64 free_realized_face [1406]
-----------------------------------------------
0.00 0.00 1/5 bidi_find_paragraph_start [121]
0.00 0.00 4/5 find_newline [152]
[1407] 0.0 0.00 0.00 5 new_region_cache [1407]
0.00 0.00 10/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [452]
[1408] 0.0 0.00 0.00 5 reset_buffer [1408]
-----------------------------------------------
0.00 0.00 5/5 adjust_frame_size <cycle 4> [468]
[1409] 0.0 0.00 0.00 5 resize_frame_windows [1409]
-----------------------------------------------
0.00 0.00 5/5 bidi_initialize <cycle 4> [156]
[1410] 0.0 0.00 0.00 5 staticpro [1410]
-----------------------------------------------
2 Fkill_all_local_variables <cycle 4> [641]
3 Fkill_buffer <cycle 4> [530]
[1411] 0.0 0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1411]
5 swap_in_global_binding <cycle 4> [1392]
-----------------------------------------------
0.00 0.00 5/5 Fx_selection_exists_p [412]
[1412] 0.0 0.00 0.00 5 symbol_to_x_atom [1412]
-----------------------------------------------
0.00 0.00 5/5 xg_update_submenu [1357]
[1413] 0.0 0.00 0.00 5 xg_destroy_widgets [1413]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [139]
[1414] 0.0 0.00 0.00 4 Fbyte_code [1414]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1415] 0.0 0.00 0.00 4 Fcapitalize [1415]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1416] 0.0 0.00 0.00 4 Fintern_soft [1416]
0.00 0.00 4/10562 check_obarray [764]
0.00 0.00 4/5281 oblookup [808]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1417] 0.0 0.00 0.00 4 Fkeymap_parent [1417]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1418] 0.0 0.00 0.00 4 Flooking_at [1418]
-----------------------------------------------
1 Finternal_set_lisp_face_attribute <cycle 4> [232]
3 Ffuncall <cycle 4> [18]
[1419] 0.0 0.00 0.00 4 Fmodify_frame_parameters <cycle 4> [1419]
0.00 0.00 4/3074 decode_live_frame [841]
4 x_set_frame_parameters <cycle 4> [399]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1420] 0.0 0.00 0.00 4 Fprocess_list [1420]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
3 Fkill_buffer <cycle 4> [530]
[1421] 0.0 0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1421]
4 Fcommandp <cycle 4> [642]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1422] 0.0 0.00 0.00 4 Fscan_sexps [1422]
-----------------------------------------------
0.00 0.00 1/4 x_term_init <cycle 4> [634]
0.00 0.00 1/4 x_load_resources [1632]
0.00 0.00 2/4 Ffuncall <cycle 4> [18]
[1423] 0.0 0.00 0.00 4 Fsystem_name [1423]
0.00 0.00 4/4 init_system_name [1441]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [18]
[1424] 0.0 0.00 0.00 4 Ftty_top_frame [1424]
0.00 0.00 4/21 decode_live_terminal [1256]
-----------------------------------------------
0.00 0.00 4/4 redisplay_internal [10]
[1425] 0.0 0.00 0.00 4 XTcondemn_scroll_bars [1425]
-----------------------------------------------
0.00 0.00 4/4 redisplay_internal [10]
[1426] 0.0 0.00 0.00 4 XTjudge_scroll_bars [1426]
-----------------------------------------------
0.00 0.00 4/4 Fset_buffer_multibyte [1401]
[1427] 0.0 0.00 0.00 4 advance_to_char_boundary [1427]
-----------------------------------------------
0.00 0.00 4/4 adjust_frame_size <cycle 4> [468]
[1428] 0.0 0.00 0.00 4 calculate_costs [1428]
-----------------------------------------------
0.00 0.00 4/4 Fother_buffer [540]
[1429] 0.0 0.00 0.00 4 candidate_buffer [1429]
-----------------------------------------------
0.00 0.00 4/4 redisplay_window <cycle 4> [84]
[1430] 0.0 0.00 0.00 4 compute_window_start_on_continuation_line [1430]
0.00 0.00 4/6618 marker_position [794]
0.00 0.00 4/4543 marker_byte_position [814]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [340]
[1431] 0.0 0.00 0.00 4 do_auto_save_unwind [1431]
-----------------------------------------------
4 esprintf <cycle 4> [1434]
[1432] 0.0 0.00 0.00 4 doprnt <cycle 4> [1432]
0.00 0.00 4/32168 xfree [728]
0.00 0.00 4/9554 c_string_width [774]
0.00 0.00 4/4 strwidth [1449]
4 text_quoting_style <cycle 4> [588]
-----------------------------------------------
0.00 0.00 4/4 Fdo_auto_save <cycle 4> [645]
[1433] 0.0 0.00 0.00 4 emacs_fopen [1433]
0.00 0.00 4/174 emacs_open [1113]
-----------------------------------------------
4 Fsingle_key_description <cycle 4> [450]
[1434] 0.0 0.00 0.00 4 esprintf <cycle 4> [1434]
4 doprnt <cycle 4> [1432]
-----------------------------------------------
0.00 0.00 4/4 realize_basic_faces [242]
[1435] 0.0 0.00 0.00 4 face_boolean_x_resource_value [1435]
0.00 0.00 12/2538 font_style_symbolic [858]
-----------------------------------------------
0.00 0.00 4/4 realize_basic_faces [242]
[1436] 0.0 0.00 0.00 4 fontset_name [1436]
-----------------------------------------------
0.00 0.00 4/4 free_realized_face [1406]
[1437] 0.0 0.00 0.00 4 forget_escape_and_glyphless_faces [1437]
-----------------------------------------------
0.00 0.00 4/4 init_iterator <cycle 4> [160]
[1438] 0.0 0.00 0.00 4 free_all_realized_faces [1438]
-----------------------------------------------
1305 free_menubar_widget_value_tree [1439]
0.00 0.00 4/4 set_frame_menubar <cycle 4> [546]
[1439] 0.0 0.00 0.00 4+1305 free_menubar_widget_value_tree [1439]
0.00 0.00 1309/32168 xfree [728]
0.00 0.00 1305/634690 unblock_input_to [697]
0.00 0.00 1305/634655 unblock_input [698]
1305 free_menubar_widget_value_tree [1439]
-----------------------------------------------
0.00 0.00 4/4 handle_one_xevent [180]
[1440] 0.0 0.00 0.00 4 gen_help_event [1440]
0.00 0.00 4/1022 kbd_buffer_store_buffered_event [1012]
-----------------------------------------------
0.00 0.00 4/4 Fsystem_name [1423]
[1441] 0.0 0.00 0.00 4 init_system_name [1441]
0.00 0.00 4/32168 xfree [728]
-----------------------------------------------
0.00 0.00 1/4 shut_down_emacs <cycle 4> [1617]
0.00 0.00 3/4 Fkill_buffer <cycle 4> [530]
[1442] 0.0 0.00 0.00 4 kill_buffer_processes [1442]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [340]
[1443] 0.0 0.00 0.00 4 load_warn_old_style_backquotes [1443]
-----------------------------------------------
0.00 0.00 2/4 x_clear_frame [1539]
0.00 0.00 2/4 x_set_window_size <cycle 4> [1543]
[1444] 0.0 0.00 0.00 4 mark_window_cursors_off [1444]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [340]
[1445] 0.0 0.00 0.00 4 readevalloop_1 [1445]
-----------------------------------------------
0.00 0.00 4/4 Fdo_auto_save <cycle 4> [645]
[1446] 0.0 0.00 0.00 4 record_auto_save [1446]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [340]
[1447] 0.0 0.00 0.00 4 record_load_unwind [1447]
-----------------------------------------------
0.00 0.00 2/4 load_charset <cycle 4> [251]
0.00 0.00 2/4 Fload <cycle 4> [428]
[1448] 0.0 0.00 0.00 4 set_unwind_protect_ptr [1448]
-----------------------------------------------
0.00 0.00 4/4 doprnt <cycle 4> [1432]
[1449] 0.0 0.00 0.00 4 strwidth [1449]
-----------------------------------------------
0.00 0.00 4/4 delete_all_child_windows [1513]
[1450] 0.0 0.00 0.00 4 unshow_buffer [1450]
0.00 0.00 6/6618 marker_position [794]
0.00 0.00 2/4543 marker_byte_position [814]
0.00 0.00 2/2323 temp_set_point_both [863]
-----------------------------------------------
4 set_frame_menubar <cycle 4> [546]
[1451] 0.0 0.00 0.00 4 xg_update_frame_menubar <cycle 4> [1451]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
1 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
0.00 0.00 2/4 x_scroll_bar_create [453]
0.00 0.00 2/4 XTset_vertical_scroll_bar <cycle 4> [424]
[1452] 0.0 0.00 0.00 4 xg_update_scrollbar_pos [1452]
0.00 0.00 4/12 xg_get_gdk_scale [1325]
0.00 0.00 4/634690 unblock_input_to [697]
0.00 0.00 4/634655 unblock_input [698]
0.00 0.00 4/52 x_sync [1181]
0.00 0.00 4/292 fset_redisplay [1096]
0.00 0.00 4/9 cancel_mouse_face [1351]
0.00 0.00 1/1094 x_clear_area [957]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1453] 0.0 0.00 0.00 3 Fbufferp [1453]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1454] 0.0 0.00 0.00 3 Fchar_table_parent [1454]
0.00 0.00 3/44 CHECK_CHAR_TABLE [1196]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1455] 0.0 0.00 0.00 3 Fdaemonp [1455]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1456] 0.0 0.00 0.00 3 Fgenerate_new_buffer_name [1456]
0.00 0.00 3/127843 Fstring_equal [711]
0.00 0.00 3/1362857 Fcdr [690]
0.00 0.00 3/4672 Fget_buffer [813]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1457] 0.0 0.00 0.00 3 Fprocessp [1457]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1458] 0.0 0.00 0.00 3 Fset_frame_selected_window [1458]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [85]
[1459] 0.0 0.00 0.00 3 Fset_text_properties [1459]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1460] 0.0 0.00 0.00 3 Fset_window_next_buffers [1460]
0.00 0.00 3/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1461] 0.0 0.00 0.00 3 Fset_window_prev_buffers [1461]
0.00 0.00 3/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1462] 0.0 0.00 0.00 3 Fstandard_syntax_table [1462]
-----------------------------------------------
0.00 0.00 1/3 smc_save_yourself_CB [3631]
0.00 0.00 2/3 Ffuncall <cycle 4> [18]
[1463] 0.0 0.00 0.00 3 Fuser_login_name [1463]
-----------------------------------------------
0.00 0.00 3/3 run_window_configuration_change_hook <cycle 4> [539]
[1464] 0.0 0.00 0.00 3 Fwindow_list [1464]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1465] 0.0 0.00 0.00 3 Fwindow_next_buffers [1465]
0.00 0.00 3/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [18]
[1466] 0.0 0.00 0.00 3 Fwindow_prev_buffers [1466]
0.00 0.00 3/14539 set_window_margins [749]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [516]
[1467] 0.0 0.00 0.00 3 apply_window_adjustment [1467]
0.00 0.00 3/91 clear_glyph_matrix [1148]
0.00 0.00 3/8 wset_redisplay [1366]
-----------------------------------------------
0.00 0.00 1/3 xg_frame_resized [1495]
0.00 0.00 2/3 do_pending_window_change <cycle 4> [803]
[1468] 0.0 0.00 0.00 3 change_frame_size_1 [1468]
-----------------------------------------------
0.00 0.00 3/3 redraw_frame <cycle 4> [405]
[1469] 0.0 0.00 0.00 3 clear_frame [1469]
-----------------------------------------------
0.00 0.00 3/3 note_mouse_highlight <cycle 4> [489]
[1470] 0.0 0.00 0.00 3 coords_in_mouse_face_p [1470]
-----------------------------------------------
0.00 0.00 3/3 unbind_to <cycle 4> [340]
[1471] 0.0 0.00 0.00 3 decide_coding_unwind [1471]
0.00 0.00 3/751 adjust_markers_for_delete [1053]
0.00 0.00 3/12951 recenter_overlay_lists [757]
0.00 0.00 3/751 adjust_overlays_for_delete [1054]
0.00 0.00 3/2323 temp_set_point_both [863]
-----------------------------------------------
0.00 0.00 1/3 Fset_input_meta_mode [1568]
0.00 0.00 2/3 Ftty_type [1507]
[1472] 0.0 0.00 0.00 3 decode_tty_terminal [1472]
0.00 0.00 3/21 decode_live_terminal [1256]
-----------------------------------------------
0.00 0.00 3/3 decode_coding_gap <cycle 4> [653]
[1473] 0.0 0.00 0.00 3 detect_coding [1473]
0.00 0.00 3/1030 coding_set_source [1006]
-----------------------------------------------
0.00 0.00 3/3 unbind_to <cycle 4> [340]
[1474] 0.0 0.00 0.00 3 fast_set_selected_frame [1474]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [530]
[1475] 0.0 0.00 0.00 3 frames_discard_buffer [1475]
0.00 0.00 6/1095 Fdelq [955]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [530]
[1476] 0.0 0.00 0.00 3 free_region_cache [1476]
0.00 0.00 3/32168 xfree [728]
-----------------------------------------------
0.00 0.00 1/3 read_and_apply_settings [1610]
0.00 0.00 2/3 xsettings_initialize [1674]
[1477] 0.0 0.00 0.00 3 map_tool_bar_style [1477]
-----------------------------------------------
3 Ffuncall <cycle 4> [18]
[1478] 0.0 0.00 0.00 3 merge <cycle 4> [1478]
0.00 0.00 6/72024 Fcar [717]
0.00 0.00 3/1362857 Fcdr [690]
0.00 0.00 3/75763 Fsetcdr [716]
3 call2 <cycle 4> [913]
-----------------------------------------------
0.00 0.00 1/3 decode_coding <cycle 4> [609]
0.00 0.00 2/3 load_charset <cycle 4> [251]
[1479] 0.0 0.00 0.00 3 record_xmalloc [1479]
0.00 0.00 3/42250 xmalloc [726]
0.00 0.00 3/310341 grow_specpdl [706]
0.00 0.00 3/1022 record_unwind_protect_ptr [1014]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [530]
[1480] 0.0 0.00 0.00 3 replace_buffer_in_windows [1480]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [530]
[1481] 0.0 0.00 0.00 3 replace_buffer_in_windows_safely [1481]
-----------------------------------------------
0.00 0.00 1/3 x_term_init <cycle 4> [634]
0.00 0.00 2/3 init_sigio [1601]
[1482] 0.0 0.00 0.00 3 rpl_fcntl [1482]
-----------------------------------------------
3 run_window_configuration_change_hook <cycle 4> [539]
[1483] 0.0 0.00 0.00 3 run_funs <cycle 4> [1483]
3 call0 <cycle 4> [784]
-----------------------------------------------
0.00 0.00 3/3 x_load_resources [1632]
[1484] 0.0 0.00 0.00 3 search_magic_path [1484]
0.00 0.00 14/14 magic_db [1303]
-----------------------------------------------
0.00 0.00 3/3 Fset_buffer_multibyte [1401]
[1485] 0.0 0.00 0.00 3 set_intervals_multibyte [1485]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [516]
[1486] 0.0 0.00 0.00 3 set_window_fringes [1486]
0.00 0.00 6/18 extract_dimension [1282]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [516]
[1487] 0.0 0.00 0.00 3 set_window_scroll_bars [1487]
0.00 0.00 6/18 extract_dimension [1282]
-----------------------------------------------
0.00 0.00 3/3 x_wait_for_event [434]
[1488] 0.0 0.00 0.00 3 totally_unblock_input [1488]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [530]
[1489] 0.0 0.00 0.00 3 unlock_buffer [1489]
-----------------------------------------------
3 x_set_frame_alpha <cycle 4> [1368]
[1490] 0.0 0.00 0.00 3 update_cursor_in_window_tree <cycle 4> [1490]
0.00 0.00 6/634690 unblock_input_to [697]
0.00 0.00 6/634655 unblock_input [698]
6 update_window_cursor <cycle 4> [1159]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [516]
[1491] 0.0 0.00 0.00 3 wset_update_mode_line [1491]
-----------------------------------------------
0.00 0.00 3/3 x_focus_changed [325]
[1492] 0.0 0.00 0.00 3 x_new_focus_frame [1492]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [15]
[1493] 0.0 0.00 0.00 3 x_session_check_input [1493]
-----------------------------------------------
0.00 0.00 3/3 x_set_frame_alpha <cycle 4> [1368]
[1494] 0.0 0.00 0.00 3 x_update_cursor [1494]
-----------------------------------------------
0.00 0.00 3/3 handle_one_xevent [180]
[1495] 0.0 0.00 0.00 3 xg_frame_resized [1495]
0.00 0.00 3/33 frame_size_history_add [1217]
0.00 0.00 1/3 change_frame_size_1 [1468]
0.00 0.00 1/1 change_frame_size [1582]
0.00 0.00 1/292 fset_redisplay [1096]
0.00 0.00 1/9 cancel_mouse_face [1351]
-----------------------------------------------
0.00 0.00 3/3 set_frame_menubar <cycle 4> [546]
[1496] 0.0 0.00 0.00 3 xg_modify_menubar_widgets [1496]
0.00 0.00 28/694 xg_item_label_same_p [1064]
0.00 0.00 7/9 xg_update_submenu [1357]
0.00 0.00 3/524 xg_update_menubar [1073]
-----------------------------------------------
0.00 0.00 2/2 Fpropertize <cycle 4> [538]
[1497] 0.0 0.00 0.00 2 Fadd_text_properties [1497]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1498] 0.0 0.00 0.00 2 Fbyte_code_function_p [1498]
-----------------------------------------------
0.00 0.00 1/2 read_and_apply_settings [1610]
0.00 0.00 1/2 Ffuncall <cycle 4> [18]
[1499] 0.0 0.00 0.00 2 Fbyteorder [1499]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1500] 0.0 0.00 0.00 2 Fcar_less_than_car [1500]
0.00 0.00 4/72024 Fcar [717]
0.00 0.00 2/513 arithcompare_driver [1076]
0.00 0.00 2/513 Flss [1075]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1501] 0.0 0.00 0.00 2 Fkeywordp [1501]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[1502] 0.0 0.00 0.00 2 Flocate_file_internal <cycle 4> [1502]
0.00 0.00 1/6 emacs_close [1382]
2 openp <cycle 4> [220]
-----------------------------------------------
2 Ffuncall <cycle 4> [18]
[1503] 0.0 0.00 0.00 2 Fmessage <cycle 4> [1503]
0.00 0.00 1/1 message1 [1607]
2 message3 <cycle 4> [1524]
1 styled_format <cycle 4> [365]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1504] 0.0 0.00 0.00 2 Fnext_window [1504]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1505] 0.0 0.00 0.00 2 Fset_char_table_parent [1505]
0.00 0.00 4/44 CHECK_CHAR_TABLE [1196]
-----------------------------------------------
2 Fset_window_new_pixel [1506]
0.00 0.00 1/2 Fcurrent_window_configuration [663]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [482]
[1506] 0.0 0.00 0.00 2+2 Fset_window_new_pixel [1506]
2 Fset_window_new_pixel [1506]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [18]
[1507] 0.0 0.00 0.00 2 Ftty_type [1507]
0.00 0.00 2/3 decode_tty_terminal [1472]
-----------------------------------------------
0.00 0.00 1/2 x_term_init <cycle 4> [634]
0.00 0.00 1/2 add_read_fd [2641]
[1508] 0.0 0.00 0.00 2 add_keyboard_wait_descriptor [1508]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [1327]
[1509] 0.0 0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1509]
0.00 0.00 4/20 required_matrix_width [1268]
4 required_matrix_height <cycle 4> [1267]
4 adjust_glyph_matrix <cycle 4> [1207]
-----------------------------------------------
0.00 0.00 2/2 message3 <cycle 4> [1524]
[1510] 0.0 0.00 0.00 2 cancel_echoing [1510]
-----------------------------------------------
0.00 0.00 2/2 decode_coding_gap <cycle 4> [653]
[1511] 0.0 0.00 0.00 2 check_ascii [1511]
0.00 0.00 2/1030 coding_set_source [1006]
-----------------------------------------------
0.00 0.00 2/2 decode_coding <cycle 4> [609]
[1512] 0.0 0.00 0.00 2 decode_coding_raw_text [1512]
-----------------------------------------------
2 delete_all_child_windows [1513]
0.00 0.00 1/2 delete_frame <cycle 4> [170]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [482]
[1513] 0.0 0.00 0.00 2+2 delete_all_child_windows [1513]
0.00 0.00 12/3023 unchain_marker [847]
0.00 0.00 4/4 unshow_buffer [1450]
0.00 0.00 4/206 adjust_window_count [1105]
0.00 0.00 4/103 wset_buffer [1143]
2 delete_all_child_windows [1513]
-----------------------------------------------
0.00 0.00 2/2 Fwindow_mode_line_height <cycle 4> [1261]
[1514] 0.0 0.00 0.00 2 estimate_mode_line_height [1514]
-----------------------------------------------
0.00 0.00 2/2 handle_one_xevent [180]
[1515] 0.0 0.00 0.00 2 expose_frame [1515]
-----------------------------------------------
0.00 0.00 2/2 face_for_char [17]
[1516] 0.0 0.00 0.00 2 face_for_font [1516]
0.00 0.00 2/5300 lface_hash [807]
0.00 0.00 2/42250 xmalloc [726]
0.00 0.00 2/82 cache_face [1150]
0.00 0.00 2/1763 font_style_to_value [911]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [340]
[1517] 0.0 0.00 0.00 2 fclose_unwind [1517]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [531]
[1518] 0.0 0.00 0.00 2 filemodestring [1518]
-----------------------------------------------
0.00 0.00 2/2 x_term_init <cycle 4> [634]
[1519] 0.0 0.00 0.00 2 fixup_locale [1519]
-----------------------------------------------
0.00 0.00 1/2 check_glyph_memory [1583]
0.00 0.00 1/2 delete_frame <cycle 4> [170]
[1520] 0.0 0.00 0.00 2 free_glyphs [1520]
0.00 0.00 6/32168 xfree [728]
0.00 0.00 2/10 free_glyph_matrix [1337]
0.00 0.00 2/2 free_window_matrices [1521]
-----------------------------------------------
0.00 0.00 2/2 free_glyphs [1520]
[1521] 0.0 0.00 0.00 2 free_window_matrices [1521]
0.00 0.00 8/32168 xfree [728]
0.00 0.00 8/10 free_glyph_matrix [1337]
-----------------------------------------------
0.00 0.00 2/2 x_load_resources [1632]
[1522] 0.0 0.00 0.00 2 gethomedir [1522]
0.00 0.00 2/42250 xmalloc [726]
-----------------------------------------------
2 Ffile_attributes <cycle 4> [438]
[1523] 0.0 0.00 0.00 2 internal_condition_case_2 <cycle 4> [1523]
0.00 0.00 2/13510 push_handler [754]
2 Fexpand_file_name <cycle 4> [133]
-----------------------------------------------
2 Fmessage <cycle 4> [1503]
[1524] 0.0 0.00 0.00 2 message3 <cycle 4> [1524]
0.00 0.00 2/2 cancel_echoing [1510]
0.00 0.00 1/14 safe_eval_handler [1310]
2 XTframe_up_to_date <cycle 4> [994]
2 message3_nolog <cycle 4> [1525]
2 message_dolog <cycle 4> [394]
-----------------------------------------------
2 message3 <cycle 4> [1524]
[1525] 0.0 0.00 0.00 2 message3_nolog <cycle 4> [1525]
4 do_pending_window_change <cycle 4> [803]
2 echo_area_display <cycle 4> [1222]
1 with_echo_area_buffer <cycle 4> [461]
-----------------------------------------------
0.00 0.00 2/2 note_mouse_highlight <cycle 4> [489]
[1526] 0.0 0.00 0.00 2 mode_line_string [1526]
-----------------------------------------------
0.00 0.00 2/2 update_window <cycle 4> [86]
[1527] 0.0 0.00 0.00 2 next_almost_prime [1527]
-----------------------------------------------
0.00 0.00 2/2 directory_files_internal <cycle 4> [293]
[1528] 0.0 0.00 0.00 2 open_directory [1528]
0.00 0.00 2/174 emacs_open [1113]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 2/2 produce_special_glyphs [342]
[1529] 0.0 0.00 0.00 2 produce_glyphs [1529]
-----------------------------------------------
0.00 0.00 2/2 adjust_frame_glyphs <cycle 4> [1327]
[1530] 0.0 0.00 0.00 2 realloc_glyph_pool [1530]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [251]
[1531] 0.0 0.00 0.00 2 record_unwind_protect_nothing [1531]
-----------------------------------------------
0.00 0.00 2/2 Fx_create_frame <cycle 4> [337]
[1532] 0.0 0.00 0.00 2 register_font_driver [1532]
0.00 0.00 2/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [340]
[1533] 0.0 0.00 0.00 2 restore_menu_items [1533]
-----------------------------------------------
1 clear_mouse_face <cycle 4> [1169]
1 note_mouse_highlight <cycle 4> [489]
[1534] 0.0 0.00 0.00 2 show_mouse_face <cycle 4> [1534]
2 draw_glyphs <cycle 4> [50]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [531]
[1535] 0.0 0.00 0.00 2 strmode [1535]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [340]
[1536] 0.0 0.00 0.00 2 un_autoload [1536]
-----------------------------------------------
1 x_make_frame_visible <cycle 4> [319]
1 x_set_icon_type <cycle 4> [1642]
[1537] 0.0 0.00 0.00 2 x_bitmap_icon <cycle 4> [1537]
2 xg_set_icon <cycle 4> [1547]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [457]
[1538] 0.0 0.00 0.00 2 x_check_property_data [1538]
-----------------------------------------------
0.00 0.00 2/2 redraw_frame <cycle 4> [405]
[1539] 0.0 0.00 0.00 2 x_clear_frame [1539]
0.00 0.00 2/4 mark_window_cursors_off [1444]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [457]
[1540] 0.0 0.00 0.00 2 x_fill_property_data [1540]
0.00 0.00 17/17 cons_to_signed [1288]
-----------------------------------------------
0.00 0.00 2/2 xg_set_icon <cycle 4> [1547]
[1541] 0.0 0.00 0.00 2 x_find_image_file [1541]
-----------------------------------------------
0.00 0.00 2/2 do_switch_frame <cycle 4> [1361]
[1542] 0.0 0.00 0.00 2 x_get_focus_frame [1542]
-----------------------------------------------
2 adjust_frame_size <cycle 4> [468]
[1543] 0.0 0.00 0.00 2 x_set_window_size <cycle 4> [1543]
0.00 0.00 2/4 mark_window_cursors_off [1444]
0.00 0.00 2/9 cancel_mouse_face [1351]
2 xg_frame_set_char_size <cycle 4> [423]
-----------------------------------------------
0.00 0.00 2/2 font_open_entity [409]
[1544] 0.0 0.00 0.00 2 xftfont_cached_font_ok [1544]
0.00 0.00 2/9 xftfont_add_rendering_parameters [1356]
-----------------------------------------------
0.00 0.00 2/2 x_scroll_bar_create [453]
[1545] 0.0 0.00 0.00 2 xg_create_scroll_bar [1545]
0.00 0.00 2/2 xg_store_widget_in_map [1548]
0.00 0.00 2/2 xg_set_cursor [1546]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1545]
[1546] 0.0 0.00 0.00 2 xg_set_cursor [1546]
-----------------------------------------------
2 x_bitmap_icon <cycle 4> [1537]
[1547] 0.0 0.00 0.00 2 xg_set_icon <cycle 4> [1547]
0.00 0.00 2/2 x_find_image_file [1541]
0.00 0.00 2/307 encode_file_name [1090]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
2 x_find_image_fd <cycle 4> [554]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1545]
[1548] 0.0 0.00 0.00 2 xg_store_widget_in_map [1548]
0.00 0.00 1/1476 xrealloc [922]
0.00 0.00 1/319 xnrealloc [1089]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [482]
[1549] 0.0 0.00 0.00 1 CHECK_WINDOW_CONFIGURATION [1549]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1550] 0.0 0.00 0.00 1 Fbuffer_size [1550]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1551] 0.0 0.00 0.00 1 Fcurrent_bidi_paragraph_direction [1551]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1552] 0.0 0.00 0.00 1 Fcurrent_input_mode [1552]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1553] 0.0 0.00 0.00 1 Fdelete_frame [1553]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1554] 0.0 0.00 0.00 1 Femacs_pid [1554]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1555] 0.0 0.00 0.00 1 Ffloat [1555]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [56]
[1556] 0.0 0.00 0.00 1 Fforward_char [1556]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1557] 0.0 0.00 0.00 1 Fframe_after_make_frame [1557]
0.00 0.00 1/3074 decode_live_frame [841]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1558] 0.0 0.00 0.00 1 Ffunction_equal [1558]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1559] 0.0 0.00 0.00 1 Finvocation_name [1559]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1560] 0.0 0.00 0.00 1 Flocale_info [1560]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1561] 0.0 0.00 0.00 1 Fmax_char [1561]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[1562] 0.0 0.00 0.00 1 Fposn_at_point <cycle 4> [1562]
1 Fpos_visible_in_window_p <cycle 4> [638]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1563] 0.0 0.00 0.00 1 Fposn_at_x_y [1563]
0.00 0.00 1/14539 set_window_margins [749]
0.00 0.00 1/1015 decode_live_window [1026]
0.00 0.00 1/14350 window_box_left_offset [750]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [482]
[1564] 0.0 0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1564]
0.00 0.00 1/19504 decode_any_frame [742]
0.00 0.00 1/1 XTframe_rehighlight [1579]
1 x_set_frame_alpha <cycle 4> [1368]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[1565] 0.0 0.00 0.00 1 Fredraw_frame <cycle 4> [1565]
0.00 0.00 1/3074 decode_live_frame [841]
1 redraw_frame <cycle 4> [405]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1566] 0.0 0.00 0.00 1 Fround [1566]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1567] 0.0 0.00 0.00 1 Fset_input_interrupt_mode [1567]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1568] 0.0 0.00 0.00 1 Fset_input_meta_mode [1568]
0.00 0.00 1/3 decode_tty_terminal [1472]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [56]
[1569] 0.0 0.00 0.00 1 Fskip_chars_backward [1569]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [56]
[1570] 0.0 0.00 0.00 1 Fskip_chars_forward [1570]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1571] 0.0 0.00 0.00 1 Ftool_bar_height [1571]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[1572] 0.0 0.00 0.00 1 Fundo_boundary <cycle 4> [1572]
0.00 0.00 1/72024 Fcar [717]
1 Fset <cycle 4> [320]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1573] 0.0 0.00 0.00 1 Fuser_real_login_name [1573]
-----------------------------------------------
0.00 0.00 1/1 record_first_change [637]
[1574] 0.0 0.00 0.00 1 Fvisited_file_modtime [1574]
-----------------------------------------------
0.00 0.00 1/1 record_asynch_buffer_change [1611]
[1575] 0.0 0.00 0.00 1 Fwaiting_for_user_input_p [1575]
-----------------------------------------------
1 eval_sub <cycle 4> [139]
[1576] 0.0 0.00 0.00 1 Fwhile <cycle 4> [1576]
501 eval_sub <cycle 4> [139]
500 Fprogn <cycle 4> [907]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [18]
[1577] 0.0 0.00 0.00 1 Fwindow_resize_apply_total [1577]
0.00 0.00 1/3074 decode_live_frame [841]
0.00 0.00 1/1 window_resize_apply_total [1625]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
1 Ffuncall <cycle 4> [18]
[1578] 0.0 0.00 0.00 1 Fx_open_connection <cycle 4> [1578]
0.00 0.00 1/50 validate_x_resource_name [1183]
1 x_term_init <cycle 4> [634]
-----------------------------------------------
0.00 0.00 1/1 Fredirect_frame_focus <cycle 4> [1564]
[1579] 0.0 0.00 0.00 1 XTframe_rehighlight [1579]
-----------------------------------------------
0.00 0.00 1/1 redisplay_window <cycle 4> [84]
[1580] 0.0 0.00 0.00 1 blank_row [1580]
-----------------------------------------------
1 make_lispy_position <cycle 4> [563]
[1581] 0.0 0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1581]
0.00 0.00 1/60449 Fcurrent_buffer [719]
0.00 0.00 1/9593 bidi_shelve_cache [772]
0.00 0.00 1/6618 marker_position [794]
0.00 0.00 1/4543 marker_byte_position [814]
0.00 0.00 1/1015 move_it_in_display_line [1028]
0.00 0.00 1/22925 bidi_unshelve_cache [737]
2 Fset_buffer <cycle 4> [860]
1 start_display <cycle 4> [132]
1 move_it_to <cycle 4> [164]
1 move_it_in_display_line_to <cycle 4> [49]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_resized [1495]
[1582] 0.0 0.00 0.00 1 change_frame_size [1582]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1583] 0.0 0.00 0.00 1 check_glyph_memory [1583]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/2 free_glyphs [1520]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1584] 0.0 0.00 0.00 1 check_message_stack [1584]
-----------------------------------------------
1 delete_frame <cycle 4> [170]
[1585] 0.0 0.00 0.00 1 check_minibuf_window <cycle 4> [1585]
0.00 0.00 1/3074 decode_live_frame [841]
1 unbind_to <cycle 4> [340]
1 set_window_buffer <cycle 4> [516]
-----------------------------------------------
0.00 0.00 1/1 Fset_terminal_coding_system_internal [622]
[1586] 0.0 0.00 0.00 1 coding_charset_list [1586]
-----------------------------------------------
0.00 0.00 1/1 x_window <cycle 4> [496]
[1587] 0.0 0.00 0.00 1 create_frame_xic [1587]
0.00 0.00 1/1 xic_create_xfontset [1670]
-----------------------------------------------
0.00 0.00 1/1 Fdelete_terminal <cycle 4> [172]
[1588] 0.0 0.00 0.00 1 delete_initial_terminal [1588]
0.00 0.00 1/1 delete_terminal [1589]
-----------------------------------------------
0.00 0.00 1/1 delete_initial_terminal [1588]
[1589] 0.0 0.00 0.00 1 delete_terminal [1589]
0.00 0.00 3/32168 xfree [728]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [180]
[1590] 0.0 0.00 0.00 1 do_ewmh_fullscreen [1590]
0.00 0.00 1/1 x_wm_supports [1662]
0.00 0.00 1/9 get_current_wm_state [1355]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [340]
[1591] 0.0 0.00 0.00 1 do_unwind_create_frame [1591]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [497]
[1592] 0.0 0.00 0.00 1 emacs_fixed_new [1592]
0.00 0.00 1/8 emacs_fixed_get_type [1362]
-----------------------------------------------
0.00 0.00 1/1 Ffile_accessible_directory_p <cycle 4> [472]
[1593] 0.0 0.00 0.00 1 file_accessible_directory_p [1593]
-----------------------------------------------
0.00 0.00 1/1 fontset_from_font <cycle 4> [386]
[1594] 0.0 0.00 0.00 1 font_get_name [1594]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [170]
[1595] 0.0 0.00 0.00 1 free_font_driver_list [1595]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [170]
[1596] 0.0 0.00 0.00 1 free_frame_faces [1596]
0.00 0.00 3/32168 xfree [728]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/5 free_realized_face [1406]
-----------------------------------------------
1 Fcommandp <cycle 4> [642]
[1597] 0.0 0.00 0.00 1 funcall_not <cycle 4> [1597]
1 Ffuncall <cycle 4> [18]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [482]
[1598] 0.0 0.00 0.00 1 get_leaf_windows [1598]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [1674]
[1599] 0.0 0.00 0.00 1 get_prop_window [1599]
-----------------------------------------------
0.00 0.00 1/1 set_frame_cursor_types [666]
[1600] 0.0 0.00 0.00 1 get_specified_cursor_type [1600]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1601] 0.0 0.00 0.00 1 init_sigio [1601]
0.00 0.00 2/3 rpl_fcntl [1482]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [170]
[1602] 0.0 0.00 0.00 1 initial_free_frame_resources [1602]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [337]
[1603] 0.0 0.00 0.00 1 initialize_frame_menubar <cycle 4> [1603]
1 menu_bar_items <cycle 4> [451]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [339]
[1604] 0.0 0.00 0.00 1 make_face_cache [1604]
0.00 0.00 2/42250 xmalloc [726]
0.00 0.00 1/1357 xzalloc [929]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [339]
[1605] 0.0 0.00 0.00 1 make_image_cache [1605]
0.00 0.00 2/42250 xmalloc [726]
0.00 0.00 1/1357 xzalloc [929]
-----------------------------------------------
0.00 0.00 1/1 Finternal_set_lisp_face_attribute <cycle 4> [232]
[1606] 0.0 0.00 0.00 1 merge_face_heights [1606]
-----------------------------------------------
0.00 0.00 1/1 Fmessage <cycle 4> [1503]
[1607] 0.0 0.00 0.00 1 message1 [1607]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [497]
[1608] 0.0 0.00 0.00 1 my_log_handler [1608]
-----------------------------------------------
1 Fpos_visible_in_window_p <cycle 4> [638]
[1609] 0.0 0.00 0.00 1 pos_visible_p <cycle 4> [1609]
0.00 0.00 2/9593 bidi_shelve_cache [772]
0.00 0.00 2/22925 bidi_unshelve_cache [737]
0.00 0.00 1/6618 marker_position [794]
0.00 0.00 1/4543 marker_byte_position [814]
1 start_display <cycle 4> [132]
1 move_it_to <cycle 4> [164]
1 line_bottom_y <cycle 4> [658]
1 display_mode_line <cycle 4> [335]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [1674]
[1610] 0.0 0.00 0.00 1 read_and_apply_settings [1610]
0.00 0.00 3/7 dupstring [1373]
0.00 0.00 2/32168 xfree [728]
0.00 0.00 1/20 x_catch_errors_with_handler [1271]
0.00 0.00 1/14 x_catch_errors [1312]
0.00 0.00 1/2 Fbyteorder [1499]
0.00 0.00 1/3 map_tool_bar_style [1477]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/19 x_uncatch_errors [1276]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [180]
[1611] 0.0 0.00 0.00 1 record_asynch_buffer_change [1611]
0.00 0.00 1/1 Fwaiting_for_user_input_p [1575]
-----------------------------------------------
1 echo_area_display <cycle 4> [1222]
[1612] 0.0 0.00 0.00 1 redisplay_mode_lines <cycle 4> [1612]
0.00 0.00 3/2323 temp_set_point_both [863]
0.00 0.00 2/91 clear_glyph_matrix [1148]
0.00 0.00 1/6618 marker_position [794]
0.00 0.00 1/4543 marker_byte_position [814]
4 set_buffer_internal_1 <cycle 4> [805]
2 display_mode_lines <cycle 4> [996]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1613] 0.0 0.00 0.00 1 reset_all_sys_modes [1613]
-----------------------------------------------
0.00 0.00 1/1 rounding_driver [1199]
[1614] 0.0 0.00 0.00 1 round2 [1614]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1615] 0.0 0.00 0.00 1 select_visual [1615]
0.00 0.00 1/49 xrdb_get_resource [1186]
0.00 0.00 1/5 display_x_get_resource [1404]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [461]
[1616] 0.0 0.00 0.00 1 set_message_1 <cycle 4> [1616]
0.00 0.00 1/5 Fset_buffer_multibyte [1401]
0.00 0.00 1/2323 temp_set_point_both [863]
1 update_compositions <cycle 4> [185]
1 insert_from_string <cycle 4> [1039]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [613]
[1617] 0.0 0.00 0.00 1 shut_down_emacs <cycle 4> [1617]
0.00 0.00 1/1 stuff_buffered_input [1618]
0.00 0.00 1/4 kill_buffer_processes [1442]
0.00 0.00 1/1035 unrequest_sigio [992]
0.00 0.00 1/1 unlock_all_files [1622]
0.00 0.00 1/1 xml_cleanup_parser [1672]
0.00 0.00 1/1 check_message_stack [1584]
0.00 0.00 1/1 check_glyph_memory [1583]
0.00 0.00 1/1 reset_all_sys_modes [1613]
1 Fdo_auto_save <cycle 4> [645]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1618] 0.0 0.00 0.00 1 stuff_buffered_input [1618]
-----------------------------------------------
0.00 0.00 1/1 update_frame_tool_bar <cycle 4> [470]
[1619] 0.0 0.00 0.00 1 tb_size_cb [1619]
0.00 0.00 1/9 xg_update_submenu [1357]
0.00 0.00 1/33 frame_size_history_add [1217]
-----------------------------------------------
0.00 0.00 1/1 wait_reading_process_output [15]
[1620] 0.0 0.00 0.00 1 timerfd_callback [1620]
0.00 0.00 1/9 emacs_read [1354]
0.00 0.00 1/9956 do_pending_atimers [769]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [257]
[1621] 0.0 0.00 0.00 1 top_level_2 [1621]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1622] 0.0 0.00 0.00 1 unlock_all_files [1622]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1669]
[1623] 0.0 0.00 0.00 1 update_theme_scrollbar_height [1623]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1669]
[1624] 0.0 0.00 0.00 1 update_theme_scrollbar_width [1624]
-----------------------------------------------
0.00 0.00 1/1 Fwindow_resize_apply_total [1577]
[1625] 0.0 0.00 0.00 1 window_resize_apply_total [1625]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1626] 0.0 0.00 0.00 1 x_change_tool_bar_height [1626]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [170]
[1627] 0.0 0.00 0.00 1 x_clipboard_manager_save_frame [1627]
-----------------------------------------------
0.00 0.00 1/1 x_set_cursor_color [623]
[1628] 0.0 0.00 0.00 1 x_copy_color [1628]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1629] 0.0 0.00 0.00 1 x_display_ok [1629]
0.00 0.00 1/1035 unrequest_sigio [992]
0.00 0.00 1/1032 request_sigio [1002]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1630] 0.0 0.00 0.00 1 x_find_modifier_meanings [1630]
-----------------------------------------------
0.00 0.00 1/1 x_load_resources [1632]
[1631] 0.0 0.00 0.00 1 x_get_customization_string [1631]
0.00 0.00 1/50 x_get_string_resource [1184]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1632] 0.0 0.00 0.00 1 x_load_resources [1632]
0.00 0.00 3/32168 xfree [728]
0.00 0.00 3/3 search_magic_path [1484]
0.00 0.00 2/2 gethomedir [1522]
0.00 0.00 1/1 x_get_customization_string [1631]
0.00 0.00 1/4 Fsystem_name [1423]
0.00 0.00 1/1476 xrealloc [922]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [337]
[1633] 0.0 0.00 0.00 1 x_make_gc [1633]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
1 x_set_font <cycle 4> [350]
[1634] 0.0 0.00 0.00 1 x_new_font <cycle 4> [1634]
0.00 0.00 1/94 normal_char_ascent_descent [1146]
0.00 0.00 1/8 get_font_ascent_descent [1363]
1 fontset_from_font <cycle 4> [386]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[1635] 0.0 0.00 0.00 1 x_set_alpha <cycle 4> [1635]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
1 x_set_frame_alpha <cycle 4> [1368]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1636] 0.0 0.00 0.00 1 x_set_autolower [1636]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1637] 0.0 0.00 0.00 1 x_set_autoraise [1637]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1638] 0.0 0.00 0.00 1 x_set_border_width [1638]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1639] 0.0 0.00 0.00 1 x_set_bottom_divider_width [1639]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1640] 0.0 0.00 0.00 1 x_set_cursor_type [1640]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1641] 0.0 0.00 0.00 1 x_set_horizontal_scroll_bars [1641]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[1642] 0.0 0.00 0.00 1 x_set_icon_type <cycle 4> [1642]
1 x_bitmap_icon <cycle 4> [1537]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1643] 0.0 0.00 0.00 1 x_set_internal_border_width [1643]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1644] 0.0 0.00 0.00 1 x_set_left_fringe [1644]
0.00 0.00 1/292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1645] 0.0 0.00 0.00 1 x_set_line_spacing [1645]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[1646] 0.0 0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1646]
0.00 0.00 1/292 fset_redisplay [1096]
1 adjust_frame_glyphs <cycle 4> [1327]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1647] 0.0 0.00 0.00 1 x_set_right_divider_width [1647]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1648] 0.0 0.00 0.00 1 x_set_right_fringe [1648]
0.00 0.00 1/292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1649] 0.0 0.00 0.00 1 x_set_scroll_bar_background [1649]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_height <cycle 4> [1653]
[1650] 0.0 0.00 0.00 1 x_set_scroll_bar_default_height [1650]
0.00 0.00 1/1 xg_get_default_scrollbar_height [1667]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_width <cycle 4> [1654]
[1651] 0.0 0.00 0.00 1 x_set_scroll_bar_default_width [1651]
0.00 0.00 1/1 xg_get_default_scrollbar_width [1668]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1652] 0.0 0.00 0.00 1 x_set_scroll_bar_foreground [1652]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[1653] 0.0 0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1653]
0.00 0.00 1/1 x_set_scroll_bar_default_height [1650]
0.00 0.00 1/292 fset_redisplay [1096]
1 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [399]
[1654] 0.0 0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1654]
0.00 0.00 1/1 x_set_scroll_bar_default_width [1651]
0.00 0.00 1/292 fset_redisplay [1096]
1 adjust_frame_size <cycle 4> [468]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1655] 0.0 0.00 0.00 1 x_set_title [1655]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1656] 0.0 0.00 0.00 1 x_set_tool_bar_lines [1656]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1657] 0.0 0.00 0.00 1 x_set_vertical_scroll_bars [1657]
0.00 0.00 1/292 fset_redisplay [1096]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [399]
[1658] 0.0 0.00 0.00 1 x_set_wait_for_wm [1658]
-----------------------------------------------
0.00 0.00 1/1 x_set_offset [520]
[1659] 0.0 0.00 0.00 1 x_sync_with_move [1659]
0.00 0.00 1/6 x_real_positions [1396]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [337]
[1660] 0.0 0.00 0.00 1 x_text_icon [1660]
-----------------------------------------------
0.00 0.00 1/1 x_set_mouse_color [486]
[1661] 0.0 0.00 0.00 1 x_uncatch_errors_after_check [1661]
0.00 0.00 1/32168 xfree [728]
-----------------------------------------------
0.00 0.00 1/1 do_ewmh_fullscreen [1590]
[1662] 0.0 0.00 0.00 1 x_wm_supports [1662]
0.00 0.00 3/19 x_had_errors_p [1274]
0.00 0.00 2/634690 unblock_input_to [697]
0.00 0.00 2/634655 unblock_input [698]
0.00 0.00 1/20 x_catch_errors_with_handler [1271]
0.00 0.00 1/19 x_uncatch_errors [1276]
-----------------------------------------------
0.00 0.00 1/1 sweep_vectors [1247]
[1663] 0.0 0.00 0.00 1 xftfont_close [1663]
0.00 0.00 1/8 x_display_info_for_display [1367]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
-----------------------------------------------
0.00 0.00 1/1 x_set_tool_bar_position [575]
[1664] 0.0 0.00 0.00 1 xg_change_toolbar_position [1664]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1665] 0.0 0.00 0.00 1 xg_create_default_cursor [1665]
-----------------------------------------------
0.00 0.00 1/1 set_frame_menubar <cycle 4> [546]
[1666] 0.0 0.00 0.00 1 xg_create_widget [1666]
0.00 0.00 1/9 create_menus [1353]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_height [1650]
[1667] 0.0 0.00 0.00 1 xg_get_default_scrollbar_height [1667]
0.00 0.00 1/12 xg_get_gdk_scale [1325]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_width [1651]
[1668] 0.0 0.00 0.00 1 xg_get_default_scrollbar_width [1668]
0.00 0.00 1/12 xg_get_gdk_scale [1325]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1669] 0.0 0.00 0.00 1 xg_initialize [1669]
0.00 0.00 1/1 update_theme_scrollbar_width [1624]
0.00 0.00 1/1 update_theme_scrollbar_height [1623]
-----------------------------------------------
0.00 0.00 1/1 create_frame_xic [1587]
[1670] 0.0 0.00 0.00 1 xic_create_xfontset [1670]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1671] 0.0 0.00 0.00 1 xlispstrdup [1671]
0.00 0.00 1/42250 xmalloc [726]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1617]
[1672] 0.0 0.00 0.00 1 xml_cleanup_parser [1672]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [344]
[1673] 0.0 0.00 0.00 1 xsettings_get_system_font [1673]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [634]
[1674] 0.0 0.00 0.00 1 xsettings_initialize [1674]
0.00 0.00 4/7 dupstring [1373]
0.00 0.00 2/3 map_tool_bar_style [1477]
0.00 0.00 1/1 get_prop_window [1599]
0.00 0.00 1/634690 unblock_input_to [697]
0.00 0.00 1/634655 unblock_input [698]
0.00 0.00 1/1 read_and_apply_settings [1610]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name
[1196] CHECK_CHAR_TABLE (chartab.c) [924] char_table_ref_and_range [245] prepare_to_modify_buffer_1
[753] CHECK_HASH_TABLE (fns.c) [198] char_table_set [804] previous_interval
[777] CHECK_MARKER (marker.c) [74] char_table_set_range [1305] print (print.c)
[694] CHECK_STRING_OR_BUFFER (textprop.c) [748] char_width (character.c) [1306] print_c_string (print.c)
[1549] CHECK_WINDOW_CONFIGURATION (window.c) [1095] chars_in_text [462] print_error_message
[1029] Fabs [1511] check_ascii (coding.c) [1307] print_object (print.c)
[358] Faccessible_keymaps [294] check_fontset_name (fontset.c) [1308] print_string (print.c)
[1278] Factive_minibuffer_window [1583] check_glyph_memory [770] process_pending_signals
[1077] Fadd1 [1584] check_message_stack [894] process_special_events (keyboard.c)
[1497] Fadd_text_properties [1585] check_minibuf_window (frame.c) [322] process_tool_bar_item (keyboard.c)
[1100] Fand [764] check_obarray [655] produce_chars (coding.c)
[1120] Fappend [1129] check_syntax_table (syntax.c) [1529] produce_glyphs
[326] Fapply [1179] check_window_containing (window.c) [342] produce_special_glyphs (xdisp.c)
[762] Faref [1314] check_window_system [141] propagate_buffer_redisplay (xdisp.c)
[1022] Farrayp [1130] check_x_display_info [754] push_handler
[826] Faset [738] cleanup_vector (alloc.c) [755] push_handler_nosignal
[375] Fassoc [1381] clear_charpos_cache [999] push_kboard
[258] Fassoc_string [1352] clear_current_matrices [1086] push_key_description
[24] Fassq [1001] clear_desired_matrices [643] push_menu_item (menu.c)
[579] Fautoload [456] clear_face_cache [677] push_menu_pane (menu.c)
[607] Fautoload_do_load [1469] clear_frame [536] push_message
[280] Fbacktrace_frame [1148] clear_glyph_matrix [652] raw_text_coding_system
[630] Fbackward_prefix_chars [388] clear_image_cache (image.c) [736] re_compile_fastmap
[951] Fbolp [389] clear_image_caches [94] re_compile_pattern
[1040] Fborder_width [1226] clear_message [833] re_iswctype
[243] Fboundp [1169] clear_mouse_face [780] re_match_2
[1376] Fbuffer_base_buffer [1371] clear_unwind_protect [80] re_match_2_internal (regex.c)
[1293] Fbuffer_file_name [864] clear_waiting_for_input [54] re_search
[1294] Fbuffer_list [988] clear_window_matrices (dispnew.c) [52] re_search_2
[1058] Fbuffer_live_p [269] cmd_error (keyboard.c) [1047] re_set_registers
[887] Fbuffer_local_value [270] cmd_error_internal [721] re_set_syntax
[941] Fbuffer_modified_p [1210] cmpfn_equal (fns.c) [722] re_set_whitespace_regexp
[1147] Fbuffer_name [1009] code_conversion_restore (coding.c) [1236] re_wctype
[1550] Fbuffer_size [381] code_conversion_save [1070] read0 (lread.c)
[1061] Fbuffer_string [352] code_convert_string [368] read1 (lread.c)
[384] Fbuffer_substring [1101] code_convert_string_norecord [1610] read_and_apply_settings (xsettings.c)
[1453] Fbufferp [1586] coding_charset_list [9] read_char
[1414] Fbyte_code [931] coding_set_destination (coding.c) [1081] read_dirent (dired.c)
[1498] Fbyte_code_function_p [1006] coding_set_source (coding.c) [566] read_escape (lread.c)
[1499] Fbyteorder [1333] colors_in_color_table (image.c) [1322] read_file_name (callint.c)
[90] Fcall_interactively [6] command_loop (keyboard.c) [1069] read_hex (charset.c)
[1415] Fcapitalize [12] command_loop_1 [331] read_internal_start (lread.c)
[717] Fcar [8] command_loop_2 (keyboard.c) [11] read_key_sequence.constprop.44 (keyboard.c)
[1500] Fcar_less_than_car [1115] compact_buffer [363] read_list (lread.c)
[1358] Fcar_safe [55] compile_pattern [478] read_vector (lread.c)
[690] Fcdr [149] composition_adjust_point [83] readable_events (keyboard.c)
[1279] Fcdr_safe [34] composition_compute_stop_pos [491] readbyte_from_file (lread.c)
[1202] Fceiling [176] composition_reseat_it [490] readchar (lread.c)
[543] Fchar_after [124] compute_display_string_pos [441] readevalloop (lread.c)
[1454] Fchar_table_parent [870] compute_line_metrics (xdisp.c) [1445] readevalloop_1 (lread.c)
[651] Fcharsetp [42] compute_stop_pos (xdisp.c) [1123] readevalloop_eager_expand_eval (lread.c)
[577] Fcheck_coding_system [1430] compute_window_start_on_continuation_line (xdisp.c) [242] realize_basic_faces (xfaces.c)
[550] Fclear_face_cache [47] concat (fns.c) [247] realize_face (xfaces.c)
[561] Fcoding_system_base [338] concat2 [248] realize_named_face (xfaces.c)
[311] Fcoding_system_eol_type [268] concat3 [1530] realloc_glyph_pool (dispnew.c)
[587] Fcoding_system_p [1288] cons_to_signed [757] recenter_overlay_lists
[574] Fcoding_system_plist [1092] consume_chars (coding.c) [261] recompute_basic_faces
[1296] Fcommand_error_default_function [1180] coordinates_in_window (window.c) [189] reconsider_clip_changes (xdisp.c)
[895] Fcommand_remapping [1470] coords_in_mouse_face_p (xdisp.c) [1611] record_asynch_buffer_change
[642] Fcommandp [310] copy_font_spec [1446] record_auto_save
[281] Fcompare_strings [535] copy_properties [560] record_buffer
[1068] Fconcat [920] copy_text [831] record_buffer_markers (buffer.c)
[1319] Fcond [522] copy_text_properties [1021] record_char (keyboard.c)
[30] Fcons [730] count_size_as_multibyte [1056] record_delete
[1399] Fconsp [1587] create_frame_xic [637] record_first_change
[223] Fconstrain_to_field [1353] create_menus (gtkutil.c) [708] record_in_backtrace
[79] Fcopy_alist [610] create_root_interval [620] record_insert
[551] Fcopy_keymap [618] create_terminal [1447] record_load_unwind (lread.c)
[510] Fcopy_marker [1197] current_message [848] record_property_change
[70] Fcopy_sequence [534] current_message_1 (xdisp.c) [785] record_unwind_protect
[131] Fcurrent_active_maps [810] current_minor_maps [891] record_unwind_protect_int
[1551] Fcurrent_bidi_paragraph_direction [1471] decide_coding_unwind (fileio.c) [1531] record_unwind_protect_nothing
[719] Fcurrent_buffer [742] decode_any_frame [1014] record_unwind_protect_ptr
[1326] Fcurrent_global_map [1301] decode_any_window [884] record_unwind_protect_void
[1552] Fcurrent_input_mode [609] decode_coding (coding.c) [334] record_unwind_save_match_data
[1286] Fcurrent_message [653] decode_coding_gap [1479] record_xmalloc
[533] Fcurrent_time [361] decode_coding_object [2] recursive_edit_1
[663] Fcurrent_window_configuration [1512] decode_coding_raw_text (coding.c) [1015] redisplay
[1455] Fdaemonp [1063] decode_coding_utf_8 (coding.c) [10] redisplay_internal (xdisp.c)
[1162] Fdecode_coding_string [1065] decode_file_name [1612] redisplay_mode_lines (xdisp.c)
[430] Fdefalias [841] decode_live_frame [1389] redisplay_other_windows
[1103] Fdefault_boundp [1256] decode_live_terminal [162] redisplay_preserve_echo_area
[801] Fdefault_value [1026] decode_live_window [84] redisplay_window (xdisp.c)
[418] Fdefine_key [382] decode_mode_spec_coding (xdisp.c) [1364] redisplay_window_0 (xdisp.c)
[463] Fdefvar [904] decode_next_window_args (window.c) [987] redisplay_window_1 (xdisp.c)
[526] Fdelete [798] decode_terminal (terminal.c) [302] redisplay_windows (xdisp.c)
[1553] Fdelete_frame [765] decode_time_components [405] redraw_frame
[172] Fdelete_terminal [763] decode_timer (keyboard.c) [795] region_cache_backward
[955] Fdelq [1472] decode_tty_terminal [990] region_cache_forward
[279] Fdirectory_file_name [1134] decode_window_system_frame [1532] register_font_driver
[437] Fdirectory_files [838] default_line_pixel_height [1241] relocate_byte_stack
[1297] Fdiscard_input [1290] default_toplevel_binding (eval.c) [626] remember_mouse_glyph
[578] Fdisplay_supports_face_attributes_p [796] default_value (data.c) [1048] remove_properties (textprop.c)
[645] Fdo_auto_save [1273] define_frame_cursor1 (xdisp.c) [207] reorder_modifiers
[859] Fdowncase [1205] define_image_type (image.c) [1480] replace_buffer_in_windows
[1554] Femacs_pid [1124] defined_color (xfaces.c) [1481] replace_buffer_in_windows_safely
[1139] Feq [1059] del_range [937] report_interval_modification
[239] Fequal [214] del_range_1 [1002] request_sigio
[668] Fequal_including_properties [312] del_range_2 [825] requeued_events_pending_p
[1062] Ferase_buffer [508] del_range_both [1267] required_matrix_height (dispnew.c)
[286] Feval [1513] delete_all_child_windows [1268] required_matrix_width (dispnew.c)
[525] Feval_buffer [775] delete_cache_boundaries (region-cache.c) [414] reseat (xdisp.c)
[1377] Fevent_convert_list [170] delete_frame [797] reseat_1 (xdisp.c)
[133] Fexpand_file_name [1588] delete_initial_terminal (terminal.c) [820] reseat_at_next_visible_line_start (xdisp.c)
[201] Fface_font [1589] delete_terminal [169] reseat_at_previous_visible_line_start
[793] Ffboundp [22] deliver_user_signal (keyboard.c) [1613] reset_all_sys_modes
[506] Ffeaturep [1473] detect_coding (coding.c) [1408] reset_buffer
[472] Ffile_accessible_directory_p [628] detect_coding_utf_16 (coding.c) [590] reset_buffer_local_variables (buffer.c)
[438] Ffile_attributes [827] detect_input_pending [1045] reset_var_on_error (insdel.c)
[303] Ffile_directory_p [125] detect_input_pending_run_timers [266] resize_echo_area_exactly
[421] Ffile_exists_p [1315] digest_single_submenu [1409] resize_frame_windows
[1133] Ffile_name_absolute_p [293] directory_files_internal [364] resize_mini_window
[298] Ffile_name_as_directory [1157] disassemble_lisp_time (editfns.c) [1295] resize_mini_window_1 (xdisp.c)
[300] Ffile_name_directory [1302] discard_tty_input [240] resolve_face_name (xfaces.c)
[256] Ffile_name_nondirectory [633] display_and_set_cursor [1025] restore_kboard_configuration (keyboard.c)
[355] Ffile_readable_p [868] display_count_lines (xdisp.c) [1533] restore_menu_items (menu.c)
[329] Ffile_symlink_p [1221] display_echo_area_1 (xdisp.c) [1309] ring_bell
[82] Ffind_file_name_handler [200] display_line (xdisp.c) [1174] rotate_matrix
[391] Ffind_operation_coding_system [85] display_mode_element (xdisp.c) [1614] round2 (floatfns.c)
[1555] Ffloat [335] display_mode_line (xdisp.c) [1199] rounding_driver (floatfns.c)
[1328] Ffloat_time [996] display_mode_lines (xdisp.c) [1108] row_equal_p.constprop.18 (dispnew.c)
[902] Ffloatp [127] display_string (xdisp.c) [856] row_for_charpos_p (xdisp.c)
[380] Ffont_get [1404] display_x_get_resource [872] row_hash
[567] Ffont_put [1431] do_auto_save_unwind (fileio.c) [1482] rpl_fcntl
[356] Ffont_spec [1590] do_ewmh_fullscreen (xterm.c) [1483] run_funs (window.c)
[425] Ffont_xlfd_name [1372] do_nothing (eval.c) [1390] run_hook
[387] Ffontp [769] do_pending_atimers [843] run_hook_with_args
[1216] Fforce_mode_line_update [803] do_pending_window_change [1165] run_hook_wrapped_funcall (eval.c)
[1359] Fformat [1361] do_switch_frame [539] run_window_configuration_change_hook
[1556] Fforward_char [712] do_symval_forwarding [1170] run_window_scroll_functions (xdisp.c)
[282] Fforward_line [1591] do_unwind_create_frame (xfns.c) [235] safe__call (xdisp.c)
[1557] Fframe_after_make_frame [1432] doprnt [105] safe__call1 (xdisp.c)
[840] Fframe_char_height [875] draw_fringe_bitmap [1112] safe_call
[980] Fframe_char_width [196] draw_fringe_bitmap_1 (fringe.c) [1138] safe_call1
[479] Fframe_list [50] draw_glyphs (xdisp.c) [144] safe_call2
[967] Fframe_live_p [899] draw_phys_cursor_glyph [1310] safe_eval_handler (xdisp.c)
[674] Fframe_or_buffer_changed_p [964] draw_row_fringe_bitmaps [845] safe_run_hook_funcall (keyboard.c)
[35] Fframe_parameter [209] draw_window_fringes [318] safe_run_hooks
[36] Fframe_parameters [1291] dtotimespec [846] safe_run_hooks_1 (keyboard.c)
[1194] Fframe_root_window [1373] dupstring [481] safe_to_load_version (lread.c)
[1225] Fframe_selected_window [1222] echo_area_display (xdisp.c) [1283] sanitize_window_sizes
[1369] Fframe_terminal [903] echo_dash (keyboard.c) [255] save_excursion_restore
[1252] Fframe_visible_p [1027] echo_keystrokes_p (keyboard.c) [403] save_excursion_save
[949] Fframep [900] echo_update (keyboard.c) [595] save_menu_items
[507] Ffset [1110] egetenv_internal [977] save_restriction_restore
[18] Ffuncall [1382] emacs_close [978] save_restriction_save
[1023] Ffuncall_interactively [1362] emacs_fixed_get_type (emacsgtkfixed.c) [503] save_window_save (window.c)
[1258] Ffunction [1592] emacs_fixed_new [484] scan_lists (syntax.c)
[1558] Ffunction_equal [1433] emacs_fopen [395] scan_newline
[923] Ffunctionp [1113] emacs_open [193] scan_newline_from_point
[57] Fgarbage_collect [1354] emacs_read [39] scan_sexps_forward (syntax.c)
[1456] Fgenerate_new_buffer_name [1255] emacs_readlinkat [1034] schedule_atimer (atimer.c)
[713] Fget [1093] encode_coding (coding.c) [237] search_buffer (search.c)
[813] Fget_buffer [474] encode_coding_object [210] search_command (search.c)
[452] Fget_buffer_create [1094] encode_coding_utf_8 (coding.c) [1234] search_embedded_absfilename (fileio.c)
[1378] Fget_buffer_process [1090] encode_file_name [1341] search_image_cache (image.c)
[905] Fget_buffer_window [1187] enlarge_buffer_text [1484] search_magic_path (xrdb.c)
[103] Fget_char_property [659] ensure_echo_area_buffers (xdisp.c) [1615] select_visual
[448] Fget_load_suffixes [639] ensure_menu_items (menu.c) [549] select_window (window.c)
[155] Fget_pos_property [222] erase_phys_cursor [1035] set_alarm (atimer.c)
[158] Fget_text_property [1434] esprintf [938] set_buffer_if_live
[646] Fgetenv_internal [1514] estimate_mode_line_height [805] set_buffer_internal_1
[265] Fgethash [1097] eval_dyn (keyboard.c) [693] set_buffer_temp
[186] Fgoto_char [139] eval_sub [194] set_fontset_font (fontset.c)
[145] Fhash_table_size [1055] evaporate_overlays [666] set_frame_cursor_types
[835] Fif [1010] event_to_kboard (keyboard.c) [546] set_frame_menubar
[1329] Fimage_mask_p [56] exec_byte_code [788] set_glyph_string_background_width (xdisp.c)
[760] Findirect_function [1195] expand_and_dir_to_file [140] set_internal
[1330] Finit_image_library [1515] expose_frame [1485] set_intervals_multibyte
[1078] Finsert [878] extend_face_to_end_of_line (xdisp.c) [102] set_iterator_to_next (xdisp.c)
[379] Finsert_file_contents [1282] extract_dimension (window.c) [1080] set_marker_both
[357] Finteractive_form [882] extract_float [202] set_marker_internal (marker.c)
[422] Fintern [161] face_at_buffer_position [1342] set_marker_restricted
[1416] Fintern_soft [53] face_at_string_position [1102] set_marker_restricted_both
[514] Finternal_char_font [407] face_attr_equal_p (xfaces.c) [1616] set_message_1 (xdisp.c)
[467] Finternal_get_lisp_face_attribute [25] face_before_or_after_it_pos (xdisp.c) [188] set_point
[369] Finternal_make_lisp_face [1435] face_boolean_x_resource_value (xfaces.c) [297] set_point_both
[349] Finternal_merge_in_global_face [1156] face_color_supported_p (xfaces.c) [966] set_point_from_marker
[232] Finternal_set_lisp_face_attribute [17] face_for_char [1218] set_poll_suppress_count
[1348] Finternal_show_cursor [1516] face_for_font [271] set_properties (textprop.c)
[866] Finternal_show_cursor_p [459] fast_c_string_match_ignore_case [570] set_text_properties
[1559] Finvocation_name [136] fast_looking_at [262] set_text_properties_1
[328] Fkey_binding [1474] fast_set_selected_frame (xdisp.c) [1448] set_unwind_protect_ptr
[341] Fkey_description [31] fast_string_match_internal [982] set_vertical_scroll_bar
[1417] Fkeymap_parent [1517] fclose_unwind [865] set_waiting_for_input
[679] Fkeymap_prompt [830] fetch_buffer_markers (buffer.c) [516] set_window_buffer
[683] Fkeymapp [1593] file_accessible_directory_p [1486] set_window_fringes (window.c)
[1501] Fkeywordp [531] file_attributes (dired.c) [749] set_window_margins (window.c)
[641] Fkill_all_local_variables [1171] file_directory_p [1487] set_window_scroll_bars (window.c)
[530] Fkill_buffer [1334] file_for_image (gtkutil.c) [991] set_window_update_flags (dispnew.c)
[613] Fkill_emacs [1518] filemodestring [383] setup_coding_system
[627] Fkill_local_variable [786] fill_glyph_string (xdisp.c) [557] setup_echo_area_for_printing
[142] Flength [146] fill_stretch_glyph_string (xdisp.c) [521] shadow_lookup (keymap.c)
[512] Flet [151] find_automatic_composition (composite.c) [315] show_help_echo
[460] FletX [288] find_before_next_newline [296] show_hourglass (xdisp.c)
[183] Fline_beginning_position [761] find_cache_boundary (region-cache.c) [1534] show_mouse_face (xdisp.c)
[287] Fline_end_position [46] find_composition [1391] shrink_mini_window
[1041] Fline_pixel_height [553] find_first_strong_char (bidi.c) [1242] shrink_regexp_cache
[199] Flist [43] find_font_encoding [1617] shut_down_emacs
[428] Fload [1335] find_icon_from_name (gtkutil.c) [159] signal_after_change
[1331] Flocal_variable_if_set_p [59] find_interval [678] single_keymap_panes (menu.c)
[857] Flocal_variable_p [152] find_newline [640] single_menu_item (menu.c)
[1560] Flocale_info [166] find_newline_no_quit [13] sit_for
[1502] Flocate_file_internal [87] find_symbol_value [562] skip_chars.constprop.5 (syntax.c)
[939] Flogand [1519] fixup_locale [855] skip_one_char (regex.c)
[1418] Flooking_at [1151] float_arith_driver (data.c) [285] skip_syntaxes (syntax.c)
[665] Flookup_key [680] follow_key (keyboard.c) [115] sort_overlays
[940] Flsh [417] font_build_object [104] specbind
[1075] Flss [264] font_clear_prop [611] split_interval_left
[396] Fmacroexpand [1383] font_done_for_face [374] split_interval_right
[443] Fmake_byte_code [224] font_find_for_lface [1036] start_atimer
[465] Fmake_char_table [192] font_get_frame_data [132] start_display
[596] Fmake_frame_visible [1594] font_get_name [1037] start_hourglass
[631] Fmake_hash_table [119] font_has_char [1003] start_polling
[66] Fmake_list [431] font_intern_prop [1410] staticpro
[362] Fmake_local_variable [231] font_list_entities [1004] stop_polling
[528] Fmake_marker [241] font_load_for_lface [466] store_frame_param
[1135] Fmake_sparse_keymap [480] font_make_entity [71] store_in_alist
[343] Fmake_string [419] font_make_object [429] store_in_keymap (keymap.c)
[397] Fmake_symbol [612] font_match_p [1038] store_kbd_macro_char
[371] Fmake_vector [345] font_open_by_name [1111] store_mode_line_noprop (xdisp.c)
[1136] Fmap_keymap [346] font_open_by_spec [947] store_mode_line_noprop_char (xdisp.c)
[656] Fmapc [409] font_open_entity (font.c) [276] store_symval_forwarding (data.c)
[444] Fmapcar [445] font_open_for_lface [1190] str_as_unibyte
[968] Fmarker_buffer [308] font_parse_family_registry [745] string_byte_to_char
[811] Fmarker_position [517] font_parse_name (font.c) [756] string_char_to_byte
[1182] Fmatch_beginning [523] font_parse_xlfd [1374] string_make_unibyte
[324] Fmatch_data [1321] font_prepare_for_face [275] string_match_1 (search.c)
[1259] Fmatch_end [1230] font_prop_validate_otf (font.c) [504] string_to_multibyte
[867] Fmax [390] font_prop_validate_symbol (font.c) [960] string_to_number
[1561] Fmax_char [277] font_put_extra [1535] strmode
[398] Fmember [604] font_put_frame_data [1227] strout (print.c)
[147] Fmemq [306] font_registry_charsets [1449] strwidth
[1503] Fmessage [446] font_rescale_ratio (font.c) [1618] stuff_buffered_input
[832] Fmin [1231] font_score (font.c) [365] styled_format (editfns.c)
[1253] Fminibuffer_window [483] font_sort_entities (font.c) [23] sub_char_table_ref (chartab.c)
[946] Fminus [858] font_style_symbolic [925] sub_char_table_ref_and_range (chartab.c)
[1419] Fmodify_frame_parameters [911] font_style_to_value [619] sub_char_table_set (chartab.c)
[1298] Fmultibyte_string_p [1052] font_unparse_xlfd [548] sub_char_table_set_range (chartab.c)
[880] Fnconc [589] font_update_drivers [1365] suffix_p (lread.c)
[426] Fnew_fontset [73] fontset_add (fontset.c) [792] survives_gc_p
[789] Fnext_char_property_change [76] fontset_find_font (fontset.c) [165] swallow_events
[790] Fnext_overlay_change [75] fontset_font (fontset.c) [1392] swap_in_global_binding
[283] Fnext_property_change [386] fontset_from_font [167] swap_in_symval_forwarding (data.c)
[1114] Fnext_read_file_uses_dialog_p [1436] fontset_name [1411] swap_out_buffer_local_variables (buffer.c)
[150] Fnext_single_char_property_change [624] fontset_pattern_regexp (fontset.c) [854] sweep_buffers (alloc.c)
[37] Fnext_single_property_change [593] foreach_window_1 (window.c) [110] sweep_conses (alloc.c)
[1504] Fnext_window [1437] forget_escape_and_glyphless_faces [1243] sweep_floats (alloc.c)
[458] Fnreverse [673] format_mode_line_unwind_data (xdisp.c) [1244] sweep_intervals (alloc.c)
[498] Fnth [819] forward_to_next_line_start (xdisp.c) [1245] sweep_misc (alloc.c)
[492] Fnthcdr [1265] four_corners_best (image.c) [111] sweep_strings (alloc.c)
[1168] Fnull [1405] frame_for_x_selection (xselect.c) [1246] sweep_symbols (alloc.c)
[1320] For [599] frame_inhibit_resize [1247] sweep_vectors (alloc.c)
[540] Fother_buffer [118] frame_make_pointer_visible [1248] sweep_weak_hash_tables
[993] Foverlayp [1217] frame_size_history_add [1088] sweep_weak_table (fns.c)
[29] Fparse_partial_sexp [1475] frames_discard_buffer [1343] sxhash
[63] Fplist_get [1438] free_all_realized_faces [1412] symbol_to_x_atom (xselect.c)
[439] Fplist_put [1336] free_color_table (image.c) [1119] syntax_multibyte (syntax.c)
[768] Fplus [1057] free_cons [1619] tb_size_cb (gtkutil.c)
[969] Fpoint_marker [1188] free_face_fontset [544] temp_set_point
[638] Fpos_visible_in_window_p [1595] free_font_driver_list [863] temp_set_point_both
[1562] Fposn_at_point [1596] free_frame_faces [1024] temporarily_switch_to_single_kboard
[1563] Fposn_at_x_y [1337] free_glyph_matrix (dispnew.c) [41] test_undefined (keyboard.c)
[1287] Fprefix_numeric_value [1520] free_glyphs [173] text_property_stickiness
[608] Fprevious_single_property_change [1439] free_menubar_widget_value_tree [588] text_quoting_style
[1299] Fprinc [970] free_misc [691] textget
[1420] Fprocess_list [1406] free_realized_face (xfaces.c) [1284] time_add (editfns.c)
[1457] Fprocessp [1051] free_realized_fontsets (fontset.c) [501] time_arith (editfns.c)
[907] Fprogn [1476] free_region_cache [72] timer_check
[538] Fpropertize [1521] free_window_matrices [1620] timerfd_callback
[542] Fprovide [292] fs_query_fontset [817] timespec_add
[919] Fpurecopy [1096] fset_redisplay [740] timespec_sub
[415] Fput [505] ftfont_get_charset (ftfont.c) [485] tool_bar_items
[975] Fput_text_property [477] ftfont_get_fc_charset [40] top_level_1 (keyboard.c)
[317] Fputhash [502] ftfont_has_char (ftfont.c) [1621] top_level_2 (keyboard.c)
[1349] Fquo [249] ftfont_list (ftfont.c) [1249] total_bytes_of_live_objects (alloc.c)
[912] Fquote [351] ftfont_lookup_cache (ftfont.c) [1488] totally_unblock_input
[400] Frassoc [254] ftfont_pattern_entity (ftfont.c) [1084] traverse_intervals_noorder
[493] Frassq [488] ftfont_spec_pattern (ftfont.c) [1269] truncate_undo_list
[213] Fre_search_forward [182] funcall_lambda (eval.c) [1208] try_window
[1109] Fread [844] funcall_nil (eval.c) [244] try_window_reusing_current_matrix (xdisp.c)
[1] Frecursive_edit [1597] funcall_not (eval.c) [1393] tty_color_name
[1564] Fredirect_frame_focus [1116] gamma_correct [1536] un_autoload
[1565] Fredraw_frame [1166] gap_left (insdel.c) [340] unbind_to
[541] Fregexp_quote [1224] gap_right (insdel.c) [698] unblock_input
[372] Fremove_list_of_text_properties [1440] gen_help_event [697] unblock_input_to
[649] Fremove_text_properties [1079] general_insert_function (editfns.c) [847] unchain_marker
[1379] Frestore_buffer_modified_p [881] get_backtrace_frame (eval.c) [113] unexec
[973] Freverse [705] get_char_glyph_code (xdisp.c) [157] uniprop_table
[1566] Fround [19] get_char_property_and_overlay [1375] unload_color
[107] Frun_hook_with_args [1355] get_current_wm_state (xterm.c) [1622] unlock_all_files
[1421] Frun_hook_with_args_until_failure [1363] get_font_ascent_descent [1489] unlock_buffer
[985] Frun_hook_with_args_until_success [513] get_frame_param [932] unreadchar (lread.c)
[1163] Frun_hook_wrapped [710] get_glyph_face_and_encoding (xdisp.c) [992] unrequest_sigio
[1203] Frun_hooks [915] get_glyph_string_clip_rect [1450] unshow_buffer (window.c)
[869] Frun_window_scroll_functions [219] get_glyph_string_clip_rects [603] unwind_create_frame (xfns.c)
[411] Fsafe_length [89] get_input_pending (keyboard.c) [956] unwind_format_mode_line (xdisp.c)
[1422] Fscan_sexps [741] get_it_property (xdisp.c) [1005] unwind_redisplay (xdisp.c)
[392] Fsearch_forward [569] get_keyelt (keymap.c) [686] unwind_set_match_data (search.c)
[1380] Fselect_frame [518] get_keymap [1219] unwind_to_catch (eval.c)
[1126] Fselect_window [1598] get_leaf_windows (window.c) [1191] unwind_with_echo_area_buffer (xdisp.c)
[1228] Fselected_frame [179] get_lface_attributes (xfaces.c) [958] update_begin
[842] Fselected_window [215] get_lface_attributes_no_remap (xfaces.c) [1060] update_buffer_properties (editfns.c)
[320] Fset [134] get_local_map [185] update_compositions
[860] Fset_buffer [14] get_next_display_element (xdisp.c) [1490] update_cursor_in_window_tree (xdisp.c)
[1400] Fset_buffer_modified_p [782] get_overlay_strings_1 (xdisp.c) [959] update_end
[1401] Fset_buffer_multibyte [78] get_per_char_metric (xdisp.c) [601] update_face_from_frame_parameter
[1505] Fset_char_table_parent [1599] get_prop_window (xsettings.c) [123] update_frame
[267] Fset_char_table_range [138] get_property_and_range [470] update_frame_tool_bar
[307] Fset_charset_priority [1600] get_specified_cursor_type (xdisp.c) [316] update_overlay_arrows (xdisp.c)
[515] Fset_coding_system_priority [1008] get_translation_table (coding.c) [436] update_single_window
[187] Fset_default [862] get_utf8_string (gtkutil.c) [1317] update_submenu_strings
[28] Fset_fontset_font [732] get_visually_first_element (xdisp.c) [1623] update_theme_scrollbar_height (gtkutil.c)
[1458] Fset_frame_selected_window [1106] getenv_internal (callproc.c) [1624] update_theme_scrollbar_width (gtkutil.c)
[1567] Fset_input_interrupt_mode [1107] getenv_internal_1 (callproc.c) [86] update_window (dispnew.c)
[1568] Fset_input_meta_mode [1522] gethomedir (xrdb.c) [1159] update_window_cursor (xdisp.c)
[621] Fset_keyboard_coding_system_internal [758] gettime [51] update_window_fringes
[682] Fset_keymap_parent [117] gobble_input [416] update_window_line (dispnew.c)
[879] Fset_marker [253] graft_intervals_into_buffer [1000] update_window_tree (dispnew.c)
[377] Fset_match_data [706] grow_specpdl (eval.c) [1270] valid_image_p
[1128] Fset_syntax_table [128] handle_composition_prop (xdisp.c) [1211] valid_lisp_object_p
[622] Fset_terminal_coding_system_internal [153] handle_display_prop (xdisp.c) [114] validate_interval_range
[585] Fset_terminal_parameter [126] handle_face_prop (xdisp.c) [824] validate_plist (textprop.c)
[1459] Fset_text_properties [184] handle_fontified_prop (xdisp.c) [109] validate_region
[482] Fset_window_configuration [791] handle_input_available_signal [908] validate_subarray
[1506] Fset_window_new_pixel [168] handle_invisible_prop (xdisp.c) [1183] validate_x_resource_name
[684] Fset_window_new_total [175] handle_line_prefix (xdisp.c) [707] vector_nbytes (alloc.c)
[1460] Fset_window_next_buffers [180] handle_one_xevent (xterm.c) [260] verify_interval_modification
[1461] Fset_window_prev_buffers [68] handle_stop (xdisp.c) [15] wait_reading_process_output
[1030] Fset_window_vscroll [58] hash_lookup [1019] wait_reading_process_output_unwind (process.c)
[752] Fsetcar [580] hash_put [309] where_is_internal (keymap.c)
[716] Fsetcdr [799] hash_string [229] where_is_internal_1 (keymap.c)
[406] Fsetq [702] hashfn_eq (fns.c) [1046] window_body_width
[427] Fsignal [779] hashfn_eql (fns.c) [828] window_box
[450] Fsingle_key_description [943] hashfn_equal (fns.c) [936] window_box_height
[1569] Fskip_chars_backward [203] hscroll_window_tree (xdisp.c) [751] window_box_left
[1570] Fskip_chars_forward [204] hscroll_windows (xdisp.c) [750] window_box_left_offset
[1074] Fskip_syntax_forward [1338] image_background [965] window_box_right
[584] Fsort [1339] image_background_transparent [1285] window_box_right_offset (xdisp.c)
[1462] Fstandard_syntax_table [1145] image_spec_value (image.c) [729] window_box_width
[112] Fstring_bytes [1172] in_ellipses_for_invisible_text_p (xdisp.c) [829] window_display_table
[711] Fstring_equal [699] indirect_function [598] window_from_coordinates
[1067] Fstring_lessp [1384] indirect_variable [657] window_list
[1087] Fstring_match [367] inhibit_garbage_collection [227] window_list_1 (window.c)
[1178] Fstringp [339] init_frame_faces [228] window_loop (window.c)
[984] Fsubrp [787] init_glyph_string (xdisp.c) [883] window_outdated
[1066] Fsubstitute_command_keys [160] init_iterator [1289] window_relative_x_coord
[333] Fsubstitute_in_file_name [636] init_kboard (keyboard.c) [1625] window_resize_apply_total (window.c)
[473] Fsubstring [675] init_menu_items [95] window_text_bottom_y
[1085] Fsuspicious_object [1601] init_sigio [461] with_echo_area_buffer (xdisp.c)
[1122] Fsymbol_function [1441] init_system_name [1311] write_string_1 (print.c)
[1144] Fsymbol_name [1602] initial_free_frame_resources (terminal.c) [1143] wset_buffer
[714] Fsymbol_value [1603] initialize_frame_menubar [1366] wset_redisplay
[1402] Fsymbolp [1192] input_polling_used [1491] wset_update_mode_line (window.c)
[1132] Fsyntax_table [1121] insert_1_both [962] x_after_update_window_line (xterm.c)
[1423] Fsystem_name [1098] insert_char [1117] x_alloc_nearest_color
[615] Fterminal_list [654] insert_from_gap [818] x_any_window_to_frame (xterm.c)
[800] Fterminal_live_p [1039] insert_from_string [1537] x_bitmap_icon
[586] Fterminal_parameter [233] insert_from_string_1 (insdel.c) [1344] x_build_heuristic_mask (image.c)
[48] Ftext_properties_at [644] intern_1 [1312] x_catch_errors
[353] Ftext_property_any [449] intern_driver [1271] x_catch_errors_with_handler
[1403] Fthrow [1071] intern_sym (lread.c) [1626] x_change_tool_bar_height
[1280] Ftime_add [5] internal_catch [1538] x_check_property_data
[1350] Ftime_less_p [257] internal_condition_case [957] x_clear_area
[944] Ftimes [928] internal_condition_case_1 [1175] x_clear_cursor
[1164] Ftool_bar_get_system_style [1523] internal_condition_case_2 [211] x_clear_end_of_line
[1571] Ftool_bar_height [776] internal_condition_case_n [1539] x_clear_frame (xterm.c)
[385] Ftry_completion [234] internal_equal (fns.c) [963] x_clear_frame_area (xterm.c)
[1424] Ftty_top_frame [718] intervals_equal [839] x_clear_glyph_string_rect (xterm.c)
[1507] Ftty_type [853] invalidate_buffer_caches [1176] x_clear_window_mouse_face
[1572] Fundo_boundary [850] invalidate_current_column [614] x_clipboard_manager_save_all
[942] Fupcase [950] invalidate_region_cache [1627] x_clipboard_manager_save_frame
[1281] Fupcase_initials [1011] kbd_buffer_nr_stored (keyboard.c) [327] x_compute_glyph_string_overhangs (xterm.c)
[687] Fuse_local_map [1012] kbd_buffer_store_buffered_event [291] x_consider_frame_title (xdisp.c)
[1463] Fuser_login_name [1013] kbd_on_hold_p [1628] x_copy_color
[1573] Fuser_real_login_name [681] keymap_parent (keymap.c) [568] x_decode_color (xfns.c)
[806] Fvconcat [27] keyremap_step.constprop.45 (keyboard.c) [344] x_default_font_parameter (xfns.c)
[432] Fvector [1442] kill_buffer_processes [511] x_default_parameter
[836] Fvectorp [1072] know_region_cache [617] x_default_scroll_bar_color_parameter (xfns.c)
[163] Fvertical_motion [582] larger_vector [1257] x_define_frame_cursor (xterm.c)
[1574] Fvisited_file_modtime [1149] let_shadows_buffer_binding_p [455] x_defined_color
[1575] Fwaiting_for_user_input_p [1214] let_shadows_global_binding_p [1185] x_destroy_bitmap
[336] Fwhere_is_internal [408] lface_equal_p (xfaces.c) [1323] x_detect_focus_change (xterm.c)
[1576] Fwhile [332] lface_from_face_name (xfaces.c) [1367] x_display_info_for_display
[910] Fwiden [197] lface_from_face_name_no_resolve (xfaces.c) [1629] x_display_ok
[1042] Fwindow_body_height [807] lface_hash (xfaces.c) [834] x_draw_fringe_bitmap (xterm.c)
[1043] Fwindow_body_width [658] line_bottom_y [178] x_draw_glyph_string (xterm.c)
[1260] Fwindow_bottom_divider_width [778] lisp_align_free (alloc.c) [323] x_draw_glyph_string_box (xterm.c)
[945] Fwindow_buffer [69] lisp_align_malloc (alloc.c) [190] x_draw_glyph_string_foreground (xterm.c)
[552] Fwindow_frame [671] lisp_file_lexically_bound_p (lread.c) [916] x_draw_relief_rect (xterm.c)
[1016] Fwindow_fringes [974] lisp_free (alloc.c) [812] x_draw_stretch_glyph_string (xterm.c)
[1017] Fwindow_header_line_height [208] lisp_malloc (alloc.c) [1160] x_draw_vertical_border
[896] Fwindow_hscroll [366] lisp_string_width [954] x_draw_window_cursor (xterm.c)
[661] Fwindow_left_child [1173] lisp_time_struct (editfns.c) [583] x_figure_window_size
[1464] Fwindow_list [766] lisp_to_timespec [1540] x_fill_property_data
[1370] Fwindow_list_1 [747] list1 [554] x_find_image_fd (image.c)
[979] Fwindow_live_p [359] list2 [1541] x_find_image_file
[1018] Fwindow_margins [348] list3 [1630] x_find_modifier_meanings (xterm.c)
[664] Fwindow_minibuffer_p [393] list4 [1345] x_flush (xterm.c)
[1261] Fwindow_mode_line_height [278] list5 [325] x_focus_changed (xterm.c)
[685] Fwindow_new_total [852] live_buffer (marker.c) [600] x_frame_get_and_record_arg
[1465] Fwindow_next_buffers [251] load_charset (charset.c) [1142] x_free_colors
[672] Fwindow_next_sibling [252] load_charset_map (charset.c) [475] x_get_arg
[889] Fwindow_old_point [464] load_color2 (xfaces.c) [1631] x_get_customization_string (xrdb.c)
[378] Fwindow_parameter [783] load_overlay_strings (xdisp.c) [1542] x_get_focus_frame
[676] Fwindow_parent [1443] load_warn_old_style_backquotes (lread.c) [171] x_get_glyph_overhangs
[592] Fwindow_pixel_height [509] looking_at_1 (search.c) [1184] x_get_string_resource
[555] Fwindow_pixel_left [861] lookup_basic_face [1274] x_had_errors_p
[556] Fwindow_pixel_top [20] lookup_char_property [1394] x_handle_dnd_message
[591] Fwindow_pixel_width [236] lookup_fringe_bitmap [1200] x_handle_property_notify
[890] Fwindow_point [120] lookup_glyphless_char_display [1632] x_load_resources
[1466] Fwindow_prev_buffers [576] lookup_image [319] x_make_frame_visible
[1577] Fwindow_resize_apply_total [1206] lookup_image_type (image.c) [1633] x_make_gc (xfns.c)
[1262] Fwindow_right_divider_width [177] lookup_named_face [1212] x_mouse_grabbed
[1263] Fwindow_scroll_bar_height [1049] lookup_rgb_color (image.c) [1492] x_new_focus_frame (xterm.c)
[1264] Fwindow_scroll_bar_width [1385] lucid_event_type_list_p [1634] x_new_font
[263] Fwindow_scroll_bars [1303] magic_db (xrdb.c) [972] x_parse_color
[1044] Fwindow_start [524] make_blv (data.c) [81] x_produce_glyphs
[1215] Fwindow_system [499] make_buffer_string [1275] x_query_colors
[662] Fwindow_top_child [360] make_buffer_string_both [1395] x_real_pos_and_offsets
[1099] Fwindow_valid_p [927] make_byte_code [1396] x_real_positions
[897] Fwindow_vscroll [1604] make_face_cache (xfaces.c) [453] x_scroll_bar_create (xterm.c)
[1154] Fwindowp [1125] make_float [1177] x_scroll_run (xterm.c)
[494] Fx_backspace_delete_keys_p [469] make_fontset (fontset.c) [1493] x_session_check_input (xsmfns.c)
[457] Fx_change_window_property [471] make_fontset_for_ascii_face [670] x_session_initialize
[337] Fx_create_frame [304] make_formatted_string [1635] x_set_alpha
[1213] Fx_display_color_cells [616] make_frame [1636] x_set_autolower
[1313] Fx_get_resource [597] make_frame_visible_1 (frame.c) [1637] x_set_autoraise
[1020] Fx_hide_tip [1189] make_gap [635] x_set_background_color (xfns.c)
[1578] Fx_open_connection [1386] make_gap_1 [647] x_set_border_color (xfns.c)
[401] Fx_register_dnd_atom [632] make_hash_table [1638] x_set_border_width
[412] Fx_selection_exists_p [1605] make_image_cache [1639] x_set_bottom_divider_width
[519] Fx_wm_set_size_hint [373] make_interval [623] x_set_cursor_color (xfns.c)
[545] Fxw_color_values [1316] make_lisp_time [1640] x_set_cursor_type (xfns.c)
[1153] Fxw_display_color_p [272] make_lispy_event (keyboard.c) [350] x_set_font
[948] SETUP_SYNTAX_TABLE (syntax.c) [563] make_lispy_position (keyboard.c) [602] x_set_font_backend
[725] SETUP_SYNTAX_TABLE_FOR_OBJECT [487] make_multibyte_string [648] x_set_foreground_color (xfns.c)
[1425] XTcondemn_scroll_bars (xterm.c) [1387] make_process (process.c) [1368] x_set_frame_alpha
[1579] XTframe_rehighlight (xterm.c) [1152] make_realized_face (xfaces.c) [399] x_set_frame_parameters
[994] XTframe_up_to_date (xterm.c) [532] make_save_funcptr_ptr_obj [226] x_set_glyph_string_clipping (xterm.c)
[1426] XTjudge_scroll_bars (xterm.c) [404] make_save_obj_obj_obj_obj [558] x_set_glyph_string_gc (xterm.c)
[64] XTread_socket (xterm.c) [667] make_save_ptr [1641] x_set_horizontal_scroll_bars
[981] XTredeem_scroll_bar (xterm.c) [433] make_save_ptr_int [1642] x_set_icon_type (xfns.c)
[874] XTring_bell (xterm.c) [225] make_specified_string [1643] x_set_internal_border_width (xfns.c)
[424] XTset_vertical_scroll_bar (xterm.c) [295] make_string [1644] x_set_left_fringe
[92] _init [606] make_string_from_bytes [1645] x_set_line_spacing
[821] access_keymap [537] make_sub_char_table (chartab.c) [1646] x_set_menu_bar_lines (xfns.c)
[130] access_keymap_1 (keymap.c) [284] make_unibyte_string [486] x_set_mouse_color (xfns.c)
[206] accessible_keymaps_1 (keymap.c) [221] make_uninit_multibyte_string [559] x_set_mouse_face_gc (xterm.c)
[376] accumulate_script_ranges (fontset.c) [733] make_uninit_string [520] x_set_offset
[26] active_maps (keyboard.c) [1140] make_widget_for_menu_item (gtkutil.c) [1647] x_set_right_divider_width
[1031] add_command_key (keyboard.c) [933] make_widget_value [1648] x_set_right_fringe
[1508] add_keyboard_wait_descriptor [629] make_window [547] x_set_screen_gamma
[314] add_properties (textprop.c) [442] map_char_table [1649] x_set_scroll_bar_background (xfns.c)
[1127] add_row_entry (dispnew.c) [217] map_char_table_for_charset [1650] x_set_scroll_bar_default_height
[305] add_text_properties_1 (textprop.c) [216] map_charset_chars [1651] x_set_scroll_bar_default_width
[1032] add_timer_wait_descriptor [660] map_keymap [1652] x_set_scroll_bar_foreground (xfns.c)
[594] add_window_to_list (window.c) [930] map_keymap_call (keymap.c) [1653] x_set_scroll_bar_height
[1327] adjust_frame_glyphs [1137] map_keymap_canonical [1654] x_set_scroll_bar_width
[468] adjust_frame_size [500] map_keymap_char_table_item (keymap.c) [1655] x_set_title (xfns.c)
[1207] adjust_glyph_matrix (dispnew.c) [527] map_keymap_internal (keymap.c) [1656] x_set_tool_bar_lines (xfns.c)
[1053] adjust_markers_for_delete [91] map_sub_char_table (chartab.c) [575] x_set_tool_bar_position (xfns.c)
[876] adjust_markers_for_insert (insdel.c) [218] map_sub_char_table_for_charset (chartab.c) [1657] x_set_vertical_scroll_bars
[1054] adjust_overlays_for_delete [1477] map_tool_bar_style (xsettings.c) [1658] x_set_wait_for_wm (xfns.c)
[877] adjust_overlays_for_insert [1167] mapcar1 (fns.c) [1543] x_set_window_size
[849] adjust_suspend_auto_hscroll (insdel.c) [1104] mark_buffer (alloc.c) [1397] x_setup_relief_color (xterm.c)
[1105] adjust_window_count (window.c) [61] mark_char_table (alloc.c) [917] x_setup_relief_colors (xterm.c)
[1427] advance_to_char_boundary (buffer.c) [816] mark_compiled (alloc.c) [1181] x_sync
[1091] alloc_destination (coding.c) [1141] mark_discard_killed_buffers (alloc.c) [1659] x_sync_with_move (xterm.c)
[476] allocate_buffer [1131] mark_face_cache (alloc.c) [634] x_term_init
[669] allocate_kboard [1238] mark_fringe_data [1660] x_text_icon
[1509] allocate_matrices_for_frame_redisplay (dispnew.c) [1232] mark_image_cache [1158] x_top_window_to_frame
[1360] allocate_matrices_for_window_redisplay (dispnew.c) [739] mark_interval (alloc.c) [1276] x_uncatch_errors
[370] allocate_misc (alloc.c) [1239] mark_kboards [1661] x_uncatch_errors_after_check
[435] allocate_pseudovector [106] mark_localized_symbol (alloc.c) [108] x_update_begin (xterm.c)
[321] allocate_string_data [734] mark_maybe_object (alloc.c) [1494] x_update_cursor
[354] allocate_vector [21] mark_object [961] x_update_end (xterm.c)
[735] analyze_first (regex.c) [1083] mark_overlay (alloc.c) [952] x_update_window_begin (xterm.c)
[986] apply1 [759] mark_save_value (alloc.c) [953] x_update_window_end (xterm.c)
[313] apply_lambda (eval.c) [1240] mark_specpdl [434] x_wait_for_event
[135] apply_modifiers (keyboard.c) [724] mark_vectorlike (alloc.c) [496] x_window (xfns.c)
[1467] apply_window_adjustment (window.c) [1444] mark_window_cursors_off [1198] x_window_to_frame (xterm.c)
[743] arith_driver (data.c) [1388] mark_window_display_accurate [440] x_wm_set_size_hint
[746] arithcompare [989] mark_window_display_accurate_1 (xdisp.c) [1662] x_wm_supports
[1076] arithcompare_driver (data.c) [814] marker_byte_position [914] x_write_glyphs
[873] assign_row (dispnew.c) [794] marker_position [289] x_x_to_emacs_modifiers
[581] assoc_no_quit [1155] match_limit (search.c) [1050] xbm_image_p (image.c)
[116] assq_no_quit [154] maybe_set_redisplay [1318] xfont_encode_coding_xlfd (xfont.c)
[129] back_to_previous_visible_line_start (xdisp.c) [771] mem_delete (alloc.c) [1250] xfont_get_cache (xfont.c)
[695] balance_an_interval (intervals.c) [720] mem_find (alloc.c) [299] xfont_list (xfont.c)
[715] balance_intervals [96] mem_insert (alloc.c) [301] xfont_list_pattern (xfont.c)
[1082] balance_intervals_internal (intervals.c) [809] mem_rotate_left (alloc.c) [728] xfree
[696] balance_possible_root_interval (intervals.c) [802] mem_rotate_right (alloc.c) [1193] xft_settings_event
[926] bcall0 (bytecode.c) [413] menu_bar_item (keyboard.c) [1356] xftfont_add_rendering_parameters (xftfont.c)
[137] bidi_at_paragraph_end (bidi.c) [451] menu_bar_items [1544] xftfont_cached_font_ok (xftfont.c)
[701] bidi_cache_ensure_space (bidi.c) [420] menu_item_eval_property [1663] xftfont_close (xftfont.c)
[97] bidi_cache_find (bidi.c) [935] menu_separator_name_p [1398] xftfont_done_face (xftfont.c)
[692] bidi_cache_iterator_state (bidi.c) [1478] merge [191] xftfont_draw (xftfont.c)
[689] bidi_cache_search.constprop.3 (bidi.c) [1606] merge_face_heights (xfaces.c) [700] xftfont_encode_char (xftfont.c)
[65] bidi_explicit_dir_char (bidi.c) [605] merge_face_ref (xfaces.c) [781] xftfont_get_colors (xftfont.c)
[704] bidi_fetch_char (bidi.c) [290] merge_face_vectors (xfaces.c) [99] xftfont_has_char (xftfont.c)
[573] bidi_fetch_char_skip_isolates (bidi.c) [259] merge_named_face (xfaces.c) [250] xftfont_list (xftfont.c)
[122] bidi_find_bracket_pairs (bidi.c) [1607] message1 [410] xftfont_open (xftfont.c)
[121] bidi_find_paragraph_start (bidi.c) [1524] message3 [1324] xftfont_prepare_face (xftfont.c)
[98] bidi_get_category (bidi.c) [1525] message3_nolog [100] xftfont_text_extents (xftfont.c)
[727] bidi_init_it [394] message_dolog [1664] xg_change_toolbar_position
[156] bidi_initialize (bidi.c) [1304] message_log_maybe_newline [1118] xg_check_special_colors
[32] bidi_level_of_next_char (bidi.c) [1526] mode_line_string [1665] xg_create_default_cursor
[731] bidi_line_init (bidi.c) [888] mode_line_update_needed (xdisp.c) [497] xg_create_frame_widgets
[995] bidi_mirror_char [273] modify_event_symbol (keyboard.c) [1545] xg_create_scroll_bar
[44] bidi_move_to_visually_next [976] modify_text_properties (textprop.c) [1666] xg_create_widget
[67] bidi_paired_bracket_type (bidi.c) [901] move_cache_gap (region-cache.c) [1413] xg_destroy_widgets (gtkutil.c)
[572] bidi_paragraph_init [1223] move_gap_both [1277] xg_event_is_for_scrollbar
[148] bidi_resolve_brackets (bidi.c) [823] move_it_by_lines [1495] xg_frame_resized
[33] bidi_resolve_explicit (bidi.c) [1028] move_it_in_display_line [423] xg_frame_set_char_size
[77] bidi_resolve_neutral (bidi.c) [49] move_it_in_display_line_to (xdisp.c) [1667] xg_get_default_scrollbar_height
[101] bidi_resolve_weak (bidi.c) [164] move_it_to [1668] xg_get_default_scrollbar_width
[772] bidi_shelve_cache [174] move_it_vertically_backward [1325] xg_get_gdk_scale (gtkutil.c)
[737] bidi_unshelve_cache [564] move_point (cmds.c) [1161] xg_gtk_scroll_destroy (gtkutil.c)
[1300] bitch_at_user [906] multibyte_chars_in_text [1669] xg_initialize
[1580] blank_row [1340] my_log_handler (xterm.c) [1064] xg_item_label_same_p (gtkutil.c)
[898] block_atimers (atimer.c) [1608] my_log_handler (gtkutil.c) [1251] xg_mark_data
[688] boyer_moore (search.c) [909] nconc2 [1496] xg_modify_menubar_widgets
[837] bset_redisplay [1407] new_region_cache [454] xg_select
[1235] bset_update_mode_line [1527] next_almost_prime [1546] xg_set_cursor (gtkutil.c)
[625] buf_bytepos_to_charpos [88] next_element_from_buffer (xdisp.c) [1547] xg_set_icon
[93] buf_charpos_to_bytepos [723] next_element_from_c_string (xdisp.c) [983] xg_set_toolkit_scroll_bar_thumb
[773] buffer_display_table [45] next_element_from_string (xdisp.c) [1548] xg_store_widget_in_map (gtkutil.c)
[885] buffer_local_value [703] next_interval [1201] xg_tool_bar_help_callback (gtkutil.c)
[1581] buffer_posn_from_coords [274] next_overlay_change (xdisp.c) [1451] xg_update_frame_menubar
[402] build_marker [565] next_window (window.c) [1073] xg_update_menubar (gtkutil.c)
[1332] build_style_table (font.c) [1146] normal_char_ascent_descent (xdisp.c) [1452] xg_update_scrollbar_pos
[918] c_strcasecmp [489] note_mouse_highlight [1357] xg_update_submenu (gtkutil.c)
[774] c_string_width [238] note_mouse_movement (xterm.c) [815] xg_win_to_widget
[1150] cache_face (xfaces.c) [808] oblookup [1670] xic_create_xfontset (xfns.c)
[1428] calculate_costs [246] offset_intervals [1007] xic_set_preeditarea
[784] call0 [1528] open_directory (dired.c) [1671] xlispstrdup
[851] call1 [220] openp [726] xmalloc
[913] call2 [495] other_visible_frames (frame.c) [1672] xml_cleanup_parser
[1220] call3 [143] overlay_arrows_changed_p (xdisp.c) [1292] xnmalloc
[1229] call4 [767] overlays_around (editfns.c) [1089] xnrealloc
[893] call_mod_hooks (textprop.c) [60] overlays_at [1237] xpalloc
[1033] cancel_atimer [1266] parse_image_spec (image.c) [1346] xpm_free_color_cache (image.c)
[1510] cancel_echoing [934] parse_menu_item [1272] xpm_image_p (image.c)
[892] cancel_hourglass [205] parse_modifiers [1347] xpm_load (image.c)
[1351] cancel_mouse_face [571] parse_single_submenu [1186] xrdb_get_resource (frame.c)
[1429] candidate_buffer (buffer.c) [971] parse_solitary_modifier [922] xrealloc
[822] candidate_window_p (window.c) [744] parse_str_as_multibyte [1673] xsettings_get_system_font
[1254] careadlinkat [997] pint2str (xdisp.c) [1674] xsettings_initialize
[212] casify_object (casefiddle.c) [998] pop_kboard [1209] xstrdup
[1204] ceiling2 (floatfns.c) [1233] pop_message_unwind [929] xzalloc
[1582] change_frame_size [886] popup_activated [230] <cycle 1>
[1468] change_frame_size_1 (dispnew.c) [1609] pos_visible_p [4] <cycle 2>
[195] char_composable_p (composite.c) [447] preferred_sequence_p (keymap.c) [38] <cycle 3>
[529] char_quoted (syntax.c) [871] prepare_desired_row [7] <cycle 4>
[921] char_string [709] prepare_face_for_display [330] <cycle 5>
[62] char_table_ascii (chartab.c) [650] prepare_record (undo.c)
[16] char_table_ref [347] prepare_to_modify_buffer
[-- Attachment #1.1.3: slow-trace-with-plain-emacs --]
[-- Type: text/plain, Size: 1090529 bytes --]
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
69.14 6.61 6.61 deliver_user_signal
2.30 6.83 0.22 291 0.00 0.00 _init
2.09 7.03 0.20 2446268 0.00 0.00 hash_lookup
1.78 7.20 0.17 1109458 0.00 0.00 xfont_list_pattern
1.36 7.33 0.13 7538722 0.00 0.00 char_table_ref
1.36 7.46 0.13 2220018 0.00 0.00 ftfont_lookup_cache
1.15 7.57 0.11 2774417 0.00 0.00 Fcompare_strings
1.05 7.67 0.10 2778892 0.00 0.00 Fnreverse
1.05 7.77 0.10 11525665 0.00 0.00 mark_object
0.94 7.86 0.09 33105673 0.00 0.00 sub_char_table_ref
0.94 7.95 0.09 3332260 0.00 0.00 casify_object
0.94 8.04 0.09 1109464 0.00 0.00 x_had_errors_p
0.84 8.12 0.08 1109473 0.00 0.00 x_catch_errors_with_handler
0.73 8.19 0.07 6002698 0.00 0.00 internal_equal
0.73 8.26 0.07 1450 0.00 0.00 scan_sexps_forward
0.63 8.32 0.06 1112969 0.00 0.00 gobble_input
0.58 8.38 0.06 146733 0.00 0.00 x_produce_glyphs
0.52 8.43 0.05 1109472 0.00 0.00 x_uncatch_errors
0.42 8.47 0.04 5549489 0.00 0.00 validate_subarray
0.42 8.51 0.04 4474415 0.00 0.00 assq_no_quit
0.42 8.55 0.04 1248173 0.00 0.00 Fassoc_string
0.42 8.59 0.04 554734 0.00 0.00 font_list_entities
0.42 8.63 0.04 554734 0.00 0.00 xfont_list
0.42 8.67 0.04 138692 0.00 0.00 font_find_for_lface
0.42 8.71 0.04 deliver_process_signal
0.31 8.74 0.03 1109458 0.00 0.00 xfont_encode_coding_xlfd
0.31 8.77 0.03 554734 0.00 0.00 font_sort_entities
0.31 8.80 0.03 138682 0.00 0.00 fontset_find_font
0.31 8.83 0.03 1112161 0.00 0.00 do_pending_atimers
0.31 8.86 0.03 18 0.00 0.00 char_table_ascii
0.21 8.88 0.02 7770475 0.00 0.00 handle_input_available_signal
0.21 8.90 0.02 2634947 0.00 0.00 xftfont_has_char
0.21 8.92 0.02 1289625 0.00 0.00 Fcons
0.21 8.94 0.02 1112486 0.00 0.00 XTread_socket
0.21 8.96 0.02 555562 0.00 0.00 font_unparse_xlfd
0.21 8.98 0.02 256439 0.00 0.00 find_interval
0.21 9.00 0.02 156717 0.00 0.00 Fmake_string
0.21 9.02 0.02 133182 0.00 0.00 Ffuncall
0.21 9.04 0.02 55320 0.00 0.00 re_match_2_internal
0.21 9.06 0.02 3643 0.00 0.00 mark_char_table
0.21 9.08 0.02 1383 0.00 0.00 hash_put
0.21 9.10 0.02 x_check_errors
0.10 9.11 0.01 3508683 0.00 0.00 unblock_input_to
0.10 9.12 0.01 2634947 0.00 0.00 font_has_char
0.10 9.13 0.01 2224296 0.00 0.00 Fgethash
0.10 9.14 0.01 1153527 0.00 0.00 xmalloc
0.10 9.15 0.01 1112158 0.00 0.00 process_pending_signals
0.10 9.16 0.01 1109470 0.00 0.00 xfont_get_cache
0.10 9.17 0.01 1040417 0.00 0.00 block_atimers
0.10 9.18 0.01 1039907 0.00 0.00 add_timer_wait_descriptor
0.10 9.19 0.01 1039907 0.00 0.00 set_alarm
0.10 9.20 0.01 605190 0.00 0.00 vector_nbytes
0.10 9.21 0.01 554979 0.00 0.00 Fassoc
0.10 9.22 0.01 285259 0.00 0.00 bidi_explicit_dir_char
0.10 9.23 0.01 148728 0.00 0.00 parse_str_as_multibyte
0.10 9.24 0.01 147325 0.00 0.00 set_iterator_to_next
0.10 9.25 0.01 147261 0.00 0.00 bidi_resolve_explicit
0.10 9.26 0.01 142598 0.00 0.00 oblookup
0.10 9.27 0.01 116631 0.00 0.00 Flength
0.10 9.28 0.01 113217 0.00 0.00 mark_vectorlike
0.10 9.29 0.01 77993 0.00 0.00 specbind
0.10 9.30 0.01 49109 0.00 0.00 exec_byte_code
0.10 9.31 0.01 44876 0.00 0.00 re_search_2
0.10 9.32 0.01 9355 0.00 0.00 Fsetcar
0.10 9.33 0.01 2037 0.00 0.00 call_mod_hooks
0.10 9.34 0.01 1038 0.00 0.00 process_special_events
0.10 9.35 0.01 883 0.00 0.00 find_font_encoding
0.10 9.36 0.01 809 0.00 0.00 kbd_buffer_nr_stored
0.10 9.37 0.01 533 0.00 0.00 Fsuspicious_object
0.10 9.38 0.01 518 0.00 0.00 Fcall_interactively
0.10 9.39 0.01 511 0.00 0.00 read_char
0.10 9.40 0.01 314 0.00 0.00 menu_item_eval_property
0.10 9.41 0.01 215 0.00 0.00 map_sub_char_table
0.10 9.42 0.01 97 0.00 0.00 inhibit_garbage_collection
0.10 9.43 0.01 63 0.00 0.00 free_face_fontset
0.10 9.44 0.01 49 0.00 0.00 sweep_conses
0.10 9.45 0.01 49 0.00 0.00 sweep_vectors
0.10 9.46 0.01 47 0.00 0.00 redisplay_internal
0.10 9.47 0.01 10 0.00 0.00 Ffeaturep
0.10 9.48 0.01 6 0.00 0.00 lucid_event_type_list_p
0.10 9.49 0.01 4 0.00 0.00 split_interval_left
0.10 9.50 0.01 3 0.00 0.00 Fmake_hash_table
0.10 9.51 0.01 1 0.01 0.01 x_uncatch_errors_after_check
0.10 9.52 0.01 Ffont_match_p
0.10 9.53 0.01 copy_char_table
0.10 9.54 0.01 run_all_atimers
0.10 9.55 0.01 xfont_get_pcm
0.05 9.55 0.01 146023 0.00 0.00 get_next_display_element
0.05 9.56 0.01 3495 0.00 0.00 handle_face_prop
0.05 9.56 0.01 produce_stretch_glyph
0.00 9.56 0.00 5549204 0.00 0.00 string_char_to_byte
0.00 9.56 0.00 4021849 0.00 0.00 Fsymbol_name
0.00 9.56 0.00 3508670 0.00 0.00 unblock_input
0.00 9.56 0.00 3329554 0.00 0.00 Fupcase
0.00 9.56 0.00 2226228 0.00 0.00 CHECK_HASH_TABLE
0.00 9.56 0.00 2220608 0.00 0.00 hashfn_equal
0.00 9.56 0.00 2219460 0.00 0.00 cmpfn_equal
0.00 9.56 0.00 2218909 0.00 0.00 ftfont_get_fc_charset
0.00 9.56 0.00 2218901 0.00 0.00 ftfont_has_char
0.00 9.56 0.00 1666725 0.00 0.00 font_style_symbolic
0.00 9.56 0.00 1140773 0.00 0.00 xfree
0.00 9.56 0.00 1111677 0.00 0.00 frame_make_pointer_visible
0.00 9.56 0.00 1109469 0.00 0.00 assoc_no_quit
0.00 9.56 0.00 1109459 0.00 0.00 font_registry_charsets
0.00 9.56 0.00 1109459 0.00 0.00 x_catch_errors
0.00 9.56 0.00 1041550 0.00 0.00 gettime
0.00 9.56 0.00 591680 0.00 0.00 Fsetcdr
0.00 9.56 0.00 578461 0.00 0.00 bidi_cache_search.constprop.3
0.00 9.56 0.00 501996 0.00 0.00 Fassq
0.00 9.56 0.00 465106 0.00 0.00 get_keymap
0.00 9.56 0.00 428532 0.00 0.00 lookup_char_property
0.00 9.56 0.00 427893 0.00 0.00 indirect_function
0.00 9.56 0.00 410271 0.00 0.00 Fcdr
0.00 9.56 0.00 408494 0.00 0.00 textget
0.00 9.56 0.00 372448 0.00 0.00 set_buffer_temp
0.00 9.56 0.00 312932 0.00 0.00 balance_an_interval
0.00 9.56 0.00 291051 0.00 0.00 bidi_cache_iterator_state
0.00 9.56 0.00 287410 0.00 0.00 bidi_cache_find
0.00 9.56 0.00 285588 0.00 0.00 bidi_get_category
0.00 9.56 0.00 285196 0.00 0.00 check_obarray
0.00 9.56 0.00 279517 0.00 0.00 bidi_paired_bracket_type
0.00 9.56 0.00 265452 0.00 0.00 balance_possible_root_interval
0.00 9.56 0.00 228845 0.00 0.00 CHECK_STRING_OR_BUFFER
0.00 9.56 0.00 228845 0.00 0.00 validate_interval_range
0.00 9.56 0.00 227551 0.00 0.00 grow_specpdl
0.00 9.56 0.00 221062 0.00 0.00 hashfn_eq
0.00 9.56 0.00 204864 0.00 0.00 Ftext_properties_at
0.00 9.56 0.00 186535 0.00 0.00 overlays_at
0.00 9.56 0.00 186255 0.00 0.00 sort_overlays
0.00 9.56 0.00 183733 0.00 0.00 next_interval
0.00 9.56 0.00 180498 0.00 0.00 get_char_property_and_overlay
0.00 9.56 0.00 176439 0.00 0.00 balance_intervals
0.00 9.56 0.00 175532 0.00 0.00 cleanup_vector
0.00 9.56 0.00 167471 0.00 0.00 Fget_char_property
0.00 9.56 0.00 154204 0.00 0.00 allocate_vector
0.00 9.56 0.00 151894 0.00 0.00 xftfont_encode_char
0.00 9.56 0.00 147661 0.00 0.00 xftfont_text_extents
0.00 9.56 0.00 147285 0.00 0.00 bidi_cache_ensure_space
0.00 9.56 0.00 147261 0.00 0.00 bidi_level_of_next_char
0.00 9.56 0.00 147261 0.00 0.00 bidi_move_to_visually_next
0.00 9.56 0.00 147261 0.00 0.00 bidi_resolve_weak
0.00 9.56 0.00 147237 0.00 0.00 bidi_resolve_brackets
0.00 9.56 0.00 147237 0.00 0.00 bidi_resolve_neutral
0.00 9.56 0.00 147201 0.00 0.00 get_per_char_metric
0.00 9.56 0.00 146925 0.00 0.00 bidi_fetch_char
0.00 9.56 0.00 146871 0.00 0.00 bidi_find_paragraph_start
0.00 9.56 0.00 146332 0.00 0.00 syntax_multibyte
0.00 9.56 0.00 145888 0.00 0.00 char_quoted
0.00 9.56 0.00 145299 0.00 0.00 lookup_glyphless_char_display
0.00 9.56 0.00 143996 0.00 0.00 get_char_glyph_code
0.00 9.56 0.00 143520 0.00 0.00 hash_string
0.00 9.56 0.00 143182 0.00 0.00 next_element_from_buffer
0.00 9.56 0.00 142572 0.00 0.00 face_for_char
0.00 9.56 0.00 141235 0.00 0.00 bidi_find_bracket_pairs
0.00 9.56 0.00 140083 0.00 0.00 font_intern_prop
0.00 9.56 0.00 138863 0.00 0.00 copy_font_spec
0.00 9.56 0.00 138693 0.00 0.00 build_style_table
0.00 9.56 0.00 138681 0.00 0.00 fontset_font
0.00 9.56 0.00 138614 0.00 0.00 record_in_backtrace
0.00 9.56 0.00 124360 0.00 0.00 Fstring_equal
0.00 9.56 0.00 98231 0.00 0.00 Fplist_get
0.00 9.56 0.00 81468 0.00 0.00 store_in_alist
0.00 9.56 0.00 78115 0.00 0.00 find_symbol_value
0.00 9.56 0.00 77270 0.00 0.00 maybe_set_redisplay
0.00 9.56 0.00 77270 0.00 0.00 set_internal
0.00 9.56 0.00 74640 0.00 0.00 do_symval_forwarding
0.00 9.56 0.00 69910 0.00 0.00 Fget
0.00 9.56 0.00 69654 0.00 0.00 mem_find
0.00 9.56 0.00 56709 0.00 0.00 store_symval_forwarding
0.00 9.56 0.00 55548 0.00 0.00 re_set_syntax
0.00 9.56 0.00 55548 0.00 0.00 re_set_whitespace_regexp
0.00 9.56 0.00 53860 0.00 0.00 get_keyelt
0.00 9.56 0.00 50476 0.00 0.00 unbind_to
0.00 9.56 0.00 50334 0.00 0.00 SETUP_SYNTAX_TABLE_FOR_OBJECT
0.00 9.56 0.00 49854 0.00 0.00 compile_pattern
0.00 9.56 0.00 49544 0.00 0.00 Fsymbol_value
0.00 9.56 0.00 49269 0.00 0.00 funcall_lambda
0.00 9.56 0.00 49012 0.00 0.00 Fcar
0.00 9.56 0.00 46481 0.00 0.00 mark_interval
0.00 9.56 0.00 46458 0.00 0.00 make_uninit_multibyte_string
0.00 9.56 0.00 45519 0.00 0.00 allocate_string_data
0.00 9.56 0.00 45490 0.00 0.00 concat
0.00 9.56 0.00 42803 0.00 0.00 swap_in_symval_forwarding
0.00 9.56 0.00 41699 0.00 0.00 make_specified_string
0.00 9.56 0.00 41387 0.00 0.00 Fcurrent_buffer
0.00 9.56 0.00 39716 0.00 0.00 re_search
0.00 9.56 0.00 38795 0.00 0.00 fast_string_match_internal
0.00 9.56 0.00 37552 0.00 0.00 mark_maybe_object
0.00 9.56 0.00 35053 0.00 0.00 Fcopy_sequence
0.00 9.56 0.00 31663 0.00 0.00 count_size_as_multibyte
0.00 9.56 0.00 30173 0.00 0.00 accumulate_script_ranges
0.00 9.56 0.00 29246 0.00 0.00 make_uninit_string
0.00 9.56 0.00 28807 0.00 0.00 intervals_equal
0.00 9.56 0.00 28240 0.00 0.00 readchar
0.00 9.56 0.00 27792 0.00 0.00 analyze_first
0.00 9.56 0.00 27774 0.00 0.00 re_compile_pattern
0.00 9.56 0.00 27768 0.00 0.00 re_compile_fastmap
0.00 9.56 0.00 27343 0.00 0.00 arithcompare
0.00 9.56 0.00 26821 0.00 0.00 face_attr_equal_p
0.00 9.56 0.00 25879 0.00 0.00 buf_charpos_to_bytepos
0.00 9.56 0.00 25585 0.00 0.00 Fequal
0.00 9.56 0.00 25395 0.00 0.00 mark_save_value
0.00 9.56 0.00 22773 0.00 0.00 accessible_keymaps_1
0.00 9.56 0.00 21339 0.00 0.00 where_is_internal_1
0.00 9.56 0.00 18613 0.00 0.00 readbyte_from_file
0.00 9.56 0.00 18301 0.00 0.00 arith_driver
0.00 9.56 0.00 17557 0.00 0.00 Fset_default
0.00 9.56 0.00 16012 0.00 0.00 get_property_and_range
0.00 9.56 0.00 15953 0.00 0.00 set_point_both
0.00 9.56 0.00 15456 0.00 0.00 find_composition
0.00 9.56 0.00 14391 0.00 0.00 list1
0.00 9.56 0.00 14382 0.00 0.00 survives_gc_p
0.00 9.56 0.00 12624 0.00 0.00 previous_interval
0.00 9.56 0.00 12169 0.00 0.00 Fget_text_property
0.00 9.56 0.00 12130 0.00 0.00 Fnext_single_property_change
0.00 9.56 0.00 11766 0.00 0.00 Faref
0.00 9.56 0.00 11493 0.00 0.00 Fgoto_char
0.00 9.56 0.00 10850 0.00 0.00 Fmemq
0.00 9.56 0.00 10760 0.00 0.00 make_unibyte_string
0.00 9.56 0.00 10417 0.00 0.00 mem_insert
0.00 9.56 0.00 10056 0.00 0.00 mem_delete
0.00 9.56 0.00 10013 0.00 0.00 set_point
0.00 9.56 0.00 9497 0.00 0.00 apply_modifiers
0.00 9.56 0.00 9334 0.00 0.00 get_it_property
0.00 9.56 0.00 9158 0.00 0.00 parse_modifiers
0.00 9.56 0.00 9070 0.00 0.00 decode_any_frame
0.00 9.56 0.00 9002 0.00 0.00 mark_compiled
0.00 9.56 0.00 8979 0.00 0.00 reorder_modifiers
0.00 9.56 0.00 8883 0.00 0.00 bidi_unshelve_cache
0.00 9.56 0.00 8857 0.00 0.00 Fmake_vector
0.00 9.56 0.00 8828 0.00 0.00 prepare_face_for_display
0.00 9.56 0.00 8785 0.00 0.00 make_string
0.00 9.56 0.00 8775 0.00 0.00 record_unwind_protect
0.00 9.56 0.00 8148 0.00 0.00 find_cache_boundary
0.00 9.56 0.00 7891 0.00 0.00 get_glyph_face_and_encoding
0.00 9.56 0.00 7309 0.00 0.00 mark_localized_symbol
0.00 9.56 0.00 7242 0.00 0.00 Ffboundp
0.00 9.56 0.00 7159 0.00 0.00 composition_compute_stop_pos
0.00 9.56 0.00 6814 0.00 0.00 Fvconcat
0.00 9.56 0.00 6810 0.00 0.00 lisp_align_malloc
0.00 9.56 0.00 6509 0.00 0.00 lisp_align_free
0.00 9.56 0.00 6322 0.00 0.00 bidi_line_init
0.00 9.56 0.00 6266 0.00 0.00 make_formatted_string
0.00 9.56 0.00 6230 0.00 0.00 Fget_pos_property
0.00 9.56 0.00 6230 0.00 0.00 get_local_map
0.00 9.56 0.00 6230 0.00 0.00 overlays_around
0.00 9.56 0.00 6230 0.00 0.00 text_property_stickiness
0.00 9.56 0.00 6187 0.00 0.00 Fplus
0.00 9.56 0.00 6164 0.00 0.00 delete_cache_boundaries
0.00 9.56 0.00 6062 0.00 0.00 window_box_width
0.00 9.56 0.00 5997 0.00 0.00 Findirect_function
0.00 9.56 0.00 5860 0.00 0.00 Fmake_list
0.00 9.56 0.00 5857 0.00 0.00 Flocal_variable_p
0.00 9.56 0.00 5810 0.00 0.00 Fnthcdr
0.00 9.56 0.00 5762 0.00 0.00 Fnth
0.00 9.56 0.00 5577 0.00 0.00 push_handler
0.00 9.56 0.00 5577 0.00 0.00 push_handler_nosignal
0.00 9.56 0.00 5469 0.00 0.00 re_set_registers
0.00 9.56 0.00 5458 0.00 0.00 re_match_2
0.00 9.56 0.00 5454 0.00 0.00 fast_looking_at
0.00 9.56 0.00 5391 0.00 0.00 set_window_margins
0.00 9.56 0.00 5180 0.00 0.00 search_buffer
0.00 9.56 0.00 5180 0.00 0.00 search_command
0.00 9.56 0.00 5160 0.00 0.00 Fre_search_forward
0.00 9.56 0.00 5100 0.00 0.00 mem_rotate_right
0.00 9.56 0.00 5053 0.00 0.00 handle_display_prop
0.00 9.56 0.00 5019 0.00 0.00 mem_rotate_left
0.00 9.56 0.00 5001 0.00 0.00 validate_plist
0.00 9.56 0.00 4972 0.00 0.00 access_keymap_1
0.00 9.56 0.00 4964 0.00 0.00 Flist
0.00 9.56 0.00 4873 0.00 0.00 Fmin
0.00 9.56 0.00 4865 0.00 0.00 SETUP_SYNTAX_TABLE
0.00 9.56 0.00 4706 0.00 0.00 save_window_save
0.00 9.56 0.00 4699 0.00 0.00 Fcommandp
0.00 9.56 0.00 4685 0.00 0.00 eval_sub
0.00 9.56 0.00 4620 0.00 0.00 find_newline
0.00 9.56 0.00 4609 0.00 0.00 call0
0.00 9.56 0.00 4598 0.00 0.00 hashfn_eql
0.00 9.56 0.00 4585 0.00 0.00 resolve_face_name
0.00 9.56 0.00 4272 0.00 0.00 map_keymap_char_table_item
0.00 9.56 0.00 4269 0.00 0.00 bidi_init_it
0.00 9.56 0.00 4179 0.00 0.00 unchain_marker
0.00 9.56 0.00 4091 0.00 0.00 allocate_misc
0.00 9.56 0.00 3962 0.00 0.00 handle_fontified_prop
0.00 9.56 0.00 3928 0.00 0.00 Fnext_property_change
0.00 9.56 0.00 3900 0.00 0.00 Ffunctionp
0.00 9.56 0.00 3851 0.00 0.00 bcall0
0.00 9.56 0.00 3768 0.00 0.00 recenter_overlay_lists
0.00 9.56 0.00 3756 0.00 0.00 map_keymap_internal
0.00 9.56 0.00 3680 0.00 0.00 invalidate_current_column
0.00 9.56 0.00 3667 0.00 0.00 bidi_shelve_cache
0.00 9.56 0.00 3666 0.00 0.00 get_visually_first_element
0.00 9.56 0.00 3634 0.00 0.00 xg_win_to_widget
0.00 9.56 0.00 3630 0.00 0.00 map_keymap
0.00 9.56 0.00 3623 0.00 0.00 compute_display_string_pos
0.00 9.56 0.00 3592 0.00 0.00 handle_line_prefix
0.00 9.56 0.00 3562 0.00 0.00 bidi_paragraph_init
0.00 9.56 0.00 3497 0.00 0.00 Fmax
0.00 9.56 0.00 3495 0.00 0.00 compute_stop_pos
0.00 9.56 0.00 3495 0.00 0.00 handle_composition_prop
0.00 9.56 0.00 3495 0.00 0.00 handle_invisible_prop
0.00 9.56 0.00 3495 0.00 0.00 handle_stop
0.00 9.56 0.00 3455 0.00 0.00 Fnext_single_char_property_change
0.00 9.56 0.00 3434 0.00 0.00 default_value
0.00 9.56 0.00 3432 0.00 0.00 lface_from_face_name_no_resolve
0.00 9.56 0.00 3429 0.00 0.00 x_any_window_to_frame
0.00 9.56 0.00 3408 0.00 0.00 sweep_buffers
0.00 9.56 0.00 3325 0.00 0.00 get_overlay_strings_1
0.00 9.56 0.00 3325 0.00 0.00 load_overlay_strings
0.00 9.56 0.00 3290 0.00 0.00 move_it_in_display_line_to
0.00 9.56 0.00 3275 0.00 0.00 set_buffer_internal_1
0.00 9.56 0.00 3255 0.00 0.00 face_at_buffer_position
0.00 9.56 0.00 3255 0.00 0.00 next_overlay_change
0.00 9.56 0.00 3229 0.00 0.00 bset_redisplay
0.00 9.56 0.00 3224 0.00 0.00 prepare_to_modify_buffer_1
0.00 9.56 0.00 3224 0.00 0.00 signal_after_change
0.00 9.56 0.00 3215 0.00 0.00 Fdefault_value
0.00 9.56 0.00 3208 0.00 0.00 Fframe_parameter
0.00 9.56 0.00 3205 0.00 0.00 x_get_glyph_overhangs
0.00 9.56 0.00 3200 0.00 0.00 re_iswctype
0.00 9.56 0.00 3195 0.00 0.00 Fnext_char_property_change
0.00 9.56 0.00 3195 0.00 0.00 Fnext_overlay_change
0.00 9.56 0.00 3168 0.00 0.00 fetch_buffer_markers
0.00 9.56 0.00 3168 0.00 0.00 record_buffer_markers
0.00 9.56 0.00 3144 0.00 0.00 Fcopy_alist
0.00 9.56 0.00 3135 0.00 0.00 Fframe_parameters
0.00 9.56 0.00 3121 0.00 0.00 move_it_to
0.00 9.56 0.00 3115 0.00 0.00 current_minor_maps
0.00 9.56 0.00 3100 0.00 0.00 Fcurrent_active_maps
0.00 9.56 0.00 3075 0.00 0.00 region_cache_backward
0.00 9.56 0.00 3039 0.00 0.00 CHECK_MARKER
0.00 9.56 0.00 2998 0.00 0.00 record_property_change
0.00 9.56 0.00 2843 0.00 0.00 Fget_buffer
0.00 9.56 0.00 2757 0.00 0.00 Fvector
0.00 9.56 0.00 2736 0.00 0.00 bidi_at_paragraph_end
0.00 9.56 0.00 2736 0.00 0.00 forward_to_next_line_start
0.00 9.56 0.00 2736 0.00 0.00 reseat_at_next_visible_line_start
0.00 9.56 0.00 2710 0.00 0.00 read1
0.00 9.56 0.00 2682 0.00 0.00 skip_one_char
0.00 9.56 0.00 2666 0.00 0.00 Fdowncase
0.00 9.56 0.00 2637 0.00 0.00 reseat_1
0.00 9.56 0.00 2621 0.00 0.00 make_byte_code
0.00 9.56 0.00 2606 0.00 0.00 Flookup_key
0.00 9.56 0.00 2582 0.00 0.00 Fmake_byte_code
0.00 9.56 0.00 2561 0.00 0.00 Fset
0.00 9.56 0.00 2553 0.00 0.00 adjust_suspend_auto_hscroll
0.00 9.56 0.00 2551 0.00 0.00 record_insert
0.00 9.56 0.00 2539 0.00 0.00 Fconstrain_to_field
0.00 9.56 0.00 2538 0.00 0.00 scan_newline_from_point
0.00 9.56 0.00 2485 0.00 0.00 invalidate_buffer_caches
0.00 9.56 0.00 2471 0.00 0.00 verify_interval_modification
0.00 9.56 0.00 2446 0.00 0.00 Fbuffer_modified_p
0.00 9.56 0.00 2399 0.00 0.00 get_utf8_string
0.00 9.56 0.00 2304 0.00 0.00 internal_condition_case_n
0.00 9.56 0.00 2254 0.00 0.00 Fset_buffer
0.00 9.56 0.00 2249 0.00 0.00 decode_terminal
0.00 9.56 0.00 2225 0.00 0.00 Fterminal_live_p
0.00 9.56 0.00 2204 0.00 0.00 Fwiden
0.00 9.56 0.00 2152 0.00 0.00 window_box_left_offset
0.00 9.56 0.00 2149 0.00 0.00 Faset
0.00 9.56 0.00 2131 0.00 0.00 Fnconc
0.00 9.56 0.00 2127 0.00 0.00 reseat
0.00 9.56 0.00 2126 0.00 0.00 Frassq
0.00 9.56 0.00 2125 0.00 0.00 xrealloc
0.00 9.56 0.00 2119 0.00 0.00 decode_live_frame
0.00 9.56 0.00 2088 0.00 0.00 Fintern
0.00 9.56 0.00 2076 0.00 0.00 access_keymap
0.00 9.56 0.00 2076 0.00 0.00 funcall_nil
0.00 9.56 0.00 2075 0.00 0.00 timespec_sub
0.00 9.56 0.00 2062 0.00 0.00 Fkey_binding
0.00 9.56 0.00 2061 0.00 0.00 Frun_hook_with_args
0.00 9.56 0.00 2039 0.00 0.00 add_properties
0.00 9.56 0.00 2028 0.00 0.00 char_composable_p
0.00 9.56 0.00 2021 0.00 0.00 move_cache_gap
0.00 9.56 0.00 2020 0.00 0.00 Fline_beginning_position
0.00 9.56 0.00 2014 0.00 0.00 allocate_pseudovector
0.00 9.56 0.00 1972 0.00 0.00 window_box_left
0.00 9.56 0.00 1944 0.00 0.00 Ffind_file_name_handler
0.00 9.56 0.00 1934 0.00 0.00 Fbolp
0.00 9.56 0.00 1932 0.00 0.00 Fputhash
0.00 9.56 0.00 1920 0.00 0.00 sub_char_table_set
0.00 9.56 0.00 1847 0.00 0.00 readable_events
0.00 9.56 0.00 1822 0.00 0.00 prepare_to_modify_buffer
0.00 9.56 0.00 1821 0.00 0.00 adjust_markers_for_insert
0.00 9.56 0.00 1821 0.00 0.00 adjust_overlays_for_insert
0.00 9.56 0.00 1819 0.00 0.00 handle_one_xevent
0.00 9.56 0.00 1819 0.00 0.00 offset_intervals
0.00 9.56 0.00 1818 0.00 0.00 nconc2
0.00 9.56 0.00 1800 0.00 0.00 c_strcasecmp
0.00 9.56 0.00 1788 0.00 0.00 read_escape
0.00 9.56 0.00 1786 0.00 0.00 Fvectorp
0.00 9.56 0.00 1778 0.00 0.00 font_style_to_value
0.00 9.56 0.00 1775 0.00 0.00 marker_position
0.00 9.56 0.00 1762 0.00 0.00 lface_from_face_name
0.00 9.56 0.00 1752 0.00 0.00 update_compositions
0.00 9.56 0.00 1742 0.00 0.00 window_text_bottom_y
0.00 9.56 0.00 1717 0.00 0.00 marker_byte_position
0.00 9.56 0.00 1713 0.00 0.00 call2
0.00 9.56 0.00 1699 0.00 0.00 multibyte_chars_in_text
0.00 9.56 0.00 1677 0.00 0.00 Fmember
0.00 9.56 0.00 1670 0.00 0.00 get_lface_attributes_no_remap
0.00 9.56 0.00 1668 0.00 0.00 Fminus
0.00 9.56 0.00 1623 0.00 0.00 Fframe_char_height
0.00 9.56 0.00 1593 0.00 0.00 buf_bytepos_to_charpos
0.00 9.56 0.00 1589 0.00 0.00 lface_hash
0.00 9.56 0.00 1588 0.00 0.00 merge_face_vectors
0.00 9.56 0.00 1575 0.00 0.00 Finternal_merge_in_global_face
0.00 9.56 0.00 1571 0.00 0.00 Fpurecopy
0.00 9.56 0.00 1570 0.00 0.00 ensure_menu_items
0.00 9.56 0.00 1569 0.00 0.00 next_element_from_c_string
0.00 9.56 0.00 1562 0.00 0.00 back_to_previous_visible_line_start
0.00 9.56 0.00 1561 0.00 0.00 find_newline_no_quit
0.00 9.56 0.00 1553 0.00 0.00 copy_text
0.00 9.56 0.00 1549 0.00 0.00 run_hook_with_args
0.00 9.56 0.00 1549 0.00 0.00 safe_run_hooks
0.00 9.56 0.00 1544 0.00 0.00 safe_run_hook_funcall
0.00 9.56 0.00 1544 0.00 0.00 safe_run_hooks_1
0.00 9.56 0.00 1541 0.00 0.00 move_it_by_lines
0.00 9.56 0.00 1537 0.00 0.00 char_string
0.00 9.56 0.00 1512 0.00 0.00 next_element_from_string
0.00 9.56 0.00 1504 0.00 0.00 decode_timer
0.00 9.56 0.00 1502 0.00 0.00 get_lface_attributes
0.00 9.56 0.00 1494 0.00 0.00 build_marker
0.00 9.56 0.00 1492 0.00 0.00 set_point_from_marker
0.00 9.56 0.00 1490 0.00 0.00 lface_equal_p
0.00 9.56 0.00 1486 0.00 0.00 Fmarker_buffer
0.00 9.56 0.00 1486 0.00 0.00 Fpoint_marker
0.00 9.56 0.00 1486 0.00 0.00 Fremove_list_of_text_properties
0.00 9.56 0.00 1486 0.00 0.00 free_misc
0.00 9.56 0.00 1486 0.00 0.00 make_save_obj_obj_obj_obj
0.00 9.56 0.00 1486 0.00 0.00 save_excursion_restore
0.00 9.56 0.00 1486 0.00 0.00 save_excursion_save
0.00 9.56 0.00 1476 0.00 0.00 save_restriction_restore
0.00 9.56 0.00 1476 0.00 0.00 save_restriction_save
0.00 9.56 0.00 1474 0.00 0.00 add_text_properties_1
0.00 9.56 0.00 1472 0.00 0.00 Fput_text_property
0.00 9.56 0.00 1472 0.00 0.00 modify_text_properties
0.00 9.56 0.00 1468 0.00 0.00 lookup_named_face
0.00 9.56 0.00 1464 0.00 0.00 face_at_string_position
0.00 9.56 0.00 1456 0.00 0.00 Fscan_sexps
0.00 9.56 0.00 1456 0.00 0.00 scan_lists
0.00 9.56 0.00 1452 0.00 0.00 Fbackward_prefix_chars
0.00 9.56 0.00 1452 0.00 0.00 validate_region
0.00 9.56 0.00 1450 0.00 0.00 Fparse_partial_sexp
0.00 9.56 0.00 1443 0.00 0.00 syntax_prefix_flag_p
0.00 9.56 0.00 1442 0.00 0.00 back_comment
0.00 9.56 0.00 1436 0.00 0.00 process_tool_bar_item
0.00 9.56 0.00 1428 0.00 0.00 char_table_set_range
0.00 9.56 0.00 1426 0.00 0.00 call1
0.00 9.56 0.00 1397 0.00 0.00 detect_input_pending_run_timers
0.00 9.56 0.00 1391 0.00 0.00 char_table_ref_and_range
0.00 9.56 0.00 1384 0.00 0.00 sub_char_table_ref_and_range
0.00 9.56 0.00 1380 0.00 0.00 xzalloc
0.00 9.56 0.00 1367 0.00 0.00 map_keymap_call
0.00 9.56 0.00 1349 0.00 0.00 coding_set_destination
0.00 9.56 0.00 1336 0.00 0.00 decode_time_components
0.00 9.56 0.00 1333 0.00 0.00 make_widget_value
0.00 9.56 0.00 1325 0.00 0.00 get_input_pending
0.00 9.56 0.00 1325 0.00 0.00 timer_check
0.00 9.56 0.00 1321 0.00 0.00 Finternal_set_lisp_face_attribute
0.00 9.56 0.00 1320 0.00 0.00 font_put_extra
0.00 9.56 0.00 1318 0.00 0.00 unreadchar
0.00 9.56 0.00 1306 0.00 0.00 fontset_add
0.00 9.56 0.00 1297 0.00 0.00 parse_menu_item
0.00 9.56 0.00 1297 0.00 0.00 single_menu_item
0.00 9.56 0.00 1291 0.00 0.00 menu_separator_name_p
0.00 9.56 0.00 1280 0.00 0.00 lisp_malloc
0.00 9.56 0.00 1278 0.00 0.00 push_menu_item
0.00 9.56 0.00 1272 0.00 0.00 face_before_or_after_it_pos
0.00 9.56 0.00 1230 0.00 0.00 list2
0.00 9.56 0.00 1225 0.00 0.00 Flogand
0.00 9.56 0.00 1225 0.00 0.00 Flsh
0.00 9.56 0.00 1215 0.00 0.00 Fwindow_frame
0.00 9.56 0.00 1148 0.00 0.00 candidate_window_p
0.00 9.56 0.00 1140 0.00 0.00 init_iterator
0.00 9.56 0.00 1140 0.00 0.00 produce_special_glyphs
0.00 9.56 0.00 1140 0.00 0.00 window_display_table
0.00 9.56 0.00 1109 0.00 0.00 font_make_entity
0.00 9.56 0.00 1109 0.00 0.00 ftfont_pattern_entity
0.00 9.56 0.00 1108 0.00 0.00 lisp_to_timespec
0.00 9.56 0.00 1107 0.00 0.00 Fstring_lessp
0.00 9.56 0.00 1101 0.00 0.00 x_parse_color
0.00 9.56 0.00 1092 0.00 0.00 string_to_number
0.00 9.56 0.00 1084 0.00 0.00 Fbacktrace_frame
0.00 9.56 0.00 1084 0.00 0.00 get_backtrace_frame
0.00 9.56 0.00 1074 0.00 0.00 lisp_free
0.00 9.56 0.00 1073 0.00 0.00 parse_solitary_modifier
0.00 9.56 0.00 1071 0.00 0.00 Freverse
0.00 9.56 0.00 1069 0.00 0.00 Fwhere_is_internal
0.00 9.56 0.00 1067 0.00 0.00 where_is_internal
0.00 9.56 0.00 1064 0.00 0.00 start_display
0.00 9.56 0.00 1055 0.00 0.00 extract_float
0.00 9.56 0.00 1044 0.00 0.00 coding_set_source
0.00 9.56 0.00 1044 0.00 0.00 setup_coding_system
0.00 9.56 0.00 1041 0.00 0.00 get_translation_table
0.00 9.56 0.00 1041 0.00 0.00 region_cache_forward
0.00 9.56 0.00 1039 0.00 0.00 Fboundp
0.00 9.56 0.00 1039 0.00 0.00 code_conversion_restore
0.00 9.56 0.00 1039 0.00 0.00 code_conversion_save
0.00 9.56 0.00 1038 0.00 0.00 code_convert_string
0.00 9.56 0.00 1038 0.00 0.00 swallow_events
0.00 9.56 0.00 1032 0.00 0.00 Fapply
0.00 9.56 0.00 1032 0.00 0.00 list5
0.00 9.56 0.00 1031 0.00 0.00 sub_char_table_set_range
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_pixel_left
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_pixel_top
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_scroll_bars
0.00 9.56 0.00 1025 0.00 0.00 echo_dash
0.00 9.56 0.00 1022 0.00 0.00 Fface_font
0.00 9.56 0.00 1022 0.00 0.00 Ffloatp
0.00 9.56 0.00 1022 0.00 0.00 cancel_hourglass
0.00 9.56 0.00 1022 0.00 0.00 report_interval_modification
0.00 9.56 0.00 1021 0.00 0.00 active_maps
0.00 9.56 0.00 1020 0.00 0.00 Fcommand_remapping
0.00 9.56 0.00 1020 0.00 0.00 Fwindow_hscroll
0.00 9.56 0.00 1020 0.00 0.00 Fwindow_vscroll
0.00 9.56 0.00 1020 0.00 0.00 echo_update
0.00 9.56 0.00 1020 0.00 0.00 keyremap_step.constprop.45
0.00 9.56 0.00 1020 0.00 0.00 record_unwind_protect_ptr
0.00 9.56 0.00 1007 0.00 0.00 make_interval
0.00 9.56 0.00 1006 0.00 0.00 invalidate_region_cache
0.00 9.56 0.00 1001 0.00 0.00 graft_intervals_into_buffer
0.00 9.56 0.00 1001 0.00 0.00 insert_from_string
0.00 9.56 0.00 1001 0.00 0.00 insert_from_string_1
0.00 9.56 0.00 1000 0.00 0.00 prepare_record
0.00 9.56 0.00 1000 0.00 0.00 reset_var_on_error
0.00 9.56 0.00 1000 0.00 0.00 set_properties
0.00 9.56 0.00 1000 0.00 0.00 set_text_properties_1
0.00 9.56 0.00 999 0.00 0.00 split_interval_right
0.00 9.56 0.00 995 0.00 0.00 Fmatch_data
0.00 9.56 0.00 995 0.00 0.00 Fset_match_data
0.00 9.56 0.00 965 0.00 0.00 Fconcat
0.00 9.56 0.00 964 0.00 0.00 balance_intervals_internal
0.00 9.56 0.00 964 0.00 0.00 mark_overlay
0.00 9.56 0.00 964 0.00 0.00 traverse_intervals_noorder
0.00 9.56 0.00 961 0.00 0.00 remove_properties
0.00 9.56 0.00 943 0.00 0.00 Fset_syntax_table
0.00 9.56 0.00 943 0.00 0.00 check_syntax_table
0.00 9.56 0.00 938 0.00 0.00 Fsyntax_table
0.00 9.56 0.00 934 0.00 0.00 Ftext_property_any
0.00 9.56 0.00 922 0.00 0.00 lookup_rgb_color
0.00 9.56 0.00 922 0.00 0.00 xbm_image_p
0.00 9.56 0.00 917 0.00 0.00 popup_activated
0.00 9.56 0.00 905 0.00 0.00 Fprogn
0.00 9.56 0.00 895 0.00 0.00 Frassoc
0.00 9.56 0.00 895 0.00 0.00 fs_query_fontset
0.00 9.56 0.00 887 0.00 0.00 Ffont_spec
0.00 9.56 0.00 881 0.00 0.00 free_realized_fontsets
0.00 9.56 0.00 880 0.00 0.00 Fset_fontset_font
0.00 9.56 0.00 880 0.00 0.00 check_fontset_name
0.00 9.56 0.00 879 0.00 0.00 concat3
0.00 9.56 0.00 870 0.00 0.00 live_buffer
0.00 9.56 0.00 831 0.00 0.00 Ftimes
0.00 9.56 0.00 821 0.00 0.00 char_width
0.00 9.56 0.00 819 0.00 0.00 Ffont_xlfd_name
0.00 9.56 0.00 809 0.00 0.00 kbd_buffer_store_buffered_event
0.00 9.56 0.00 797 0.00 0.00 x_x_to_emacs_modifiers
0.00 9.56 0.00 795 0.00 0.00 set_buffer_if_live
0.00 9.56 0.00 781 0.00 0.00 Fmake_local_variable
0.00 9.56 0.00 760 0.00 0.00 safe__call
0.00 9.56 0.00 745 0.00 0.00 Fquote
0.00 9.56 0.00 744 0.00 0.00 free_cons
0.00 9.56 0.00 743 0.00 0.00 Fbuffer_live_p
0.00 9.56 0.00 733 0.00 0.00 make_buffer_string_both
0.00 9.56 0.00 733 0.00 0.00 update_buffer_properties
0.00 9.56 0.00 732 0.00 0.00 adjust_markers_for_delete
0.00 9.56 0.00 732 0.00 0.00 adjust_overlays_for_delete
0.00 9.56 0.00 732 0.00 0.00 sweep_weak_table
0.00 9.56 0.00 731 0.00 0.00 insert_from_gap
0.00 9.56 0.00 730 0.00 0.00 decode_coding
0.00 9.56 0.00 730 0.00 0.00 produce_chars
0.00 9.56 0.00 729 0.00 0.00 del_range
0.00 9.56 0.00 729 0.00 0.00 del_range_1
0.00 9.56 0.00 729 0.00 0.00 del_range_2
0.00 9.56 0.00 729 0.00 0.00 evaporate_overlays
0.00 9.56 0.00 729 0.00 0.00 record_delete
0.00 9.56 0.00 728 0.00 0.00 Fbuffer_string
0.00 9.56 0.00 728 0.00 0.00 Ferase_buffer
0.00 9.56 0.00 728 0.00 0.00 decode_coding_object
0.00 9.56 0.00 728 0.00 0.00 decode_coding_utf_8
0.00 9.56 0.00 715 0.00 0.00 xg_item_label_same_p
0.00 9.56 0.00 710 0.00 0.00 lookup_basic_face
0.00 9.56 0.00 695 0.00 0.00 list3
0.00 9.56 0.00 695 0.00 0.00 string_byte_to_char
0.00 9.56 0.00 686 0.00 0.00 font_parse_family_registry
0.00 9.56 0.00 678 0.00 0.00 Fmarker_position
0.00 9.56 0.00 671 0.00 0.00 Fframep
0.00 9.56 0.00 670 0.00 0.00 decode_file_name
0.00 9.56 0.00 654 0.00 0.00 Fsubstring
0.00 9.56 0.00 652 0.00 0.00 make_float
0.00 9.56 0.00 640 0.00 0.00 char_table_set
0.00 9.56 0.00 613 0.00 0.00 Fselected_window
0.00 9.56 0.00 612 0.00 0.00 Feval
0.00 9.56 0.00 610 0.00 0.00 Fframe_live_p
0.00 9.56 0.00 610 0.00 0.00 timespec_add
0.00 9.56 0.00 607 0.00 0.00 record_unwind_protect_void
0.00 9.56 0.00 591 0.00 0.00 safe_call
0.00 9.56 0.00 590 0.00 0.00 Fwindow_live_p
0.00 9.56 0.00 589 0.00 0.00 default_line_pixel_height
0.00 9.56 0.00 587 0.00 0.00 Fframe_char_width
0.00 9.56 0.00 586 0.00 0.00 window_list
0.00 9.56 0.00 576 0.00 0.00 text_quoting_style
0.00 9.56 0.00 575 0.00 0.00 decode_next_window_args
0.00 9.56 0.00 573 0.00 0.00 window_list_1
0.00 9.56 0.00 572 0.00 0.00 set_marker_internal
0.00 9.56 0.00 571 0.00 0.00 Fsubstitute_command_keys
0.00 9.56 0.00 563 0.00 0.00 get_glyph_string_clip_rects
0.00 9.56 0.00 560 0.00 0.00 intern_1
0.00 9.56 0.00 559 0.00 0.00 Fget_buffer_window
0.00 9.56 0.00 559 0.00 0.00 window_loop
0.00 9.56 0.00 557 0.00 0.00 Fappend
0.00 9.56 0.00 557 0.00 0.00 Fset_marker
0.00 9.56 0.00 556 0.00 0.00 composition_adjust_point
0.00 9.56 0.00 556 0.00 0.00 find_automatic_composition
0.00 9.56 0.00 556 0.00 0.00 read_hex
0.00 9.56 0.00 555 0.00 0.00 know_region_cache
0.00 9.56 0.00 552 0.00 0.00 display_string
0.00 9.56 0.00 551 0.00 0.00 make_save_ptr_int
0.00 9.56 0.00 550 0.00 0.00 read0
0.00 9.56 0.00 545 0.00 0.00 Fautoload_do_load
0.00 9.56 0.00 545 0.00 0.00 Fmake_symbol
0.00 9.56 0.00 544 0.00 0.00 Fsubrp
0.00 9.56 0.00 543 0.00 0.00 Fmacroexpand
0.00 9.56 0.00 542 0.00 0.00 Frun_hook_with_args_until_success
0.00 9.56 0.00 541 0.00 0.00 Fwindow_fringes
0.00 9.56 0.00 541 0.00 0.00 Fwindow_header_line_height
0.00 9.56 0.00 541 0.00 0.00 Fwindow_margins
0.00 9.56 0.00 540 0.00 0.00 read_list
0.00 9.56 0.00 539 0.00 0.00 intern_sym
0.00 9.56 0.00 538 0.00 0.00 record_unwind_protect_int
0.00 9.56 0.00 537 0.00 0.00 Fwindow_pixel_width
0.00 9.56 0.00 531 0.00 0.00 copy_text_properties
0.00 9.56 0.00 530 0.00 0.00 font_clear_prop
0.00 9.56 0.00 529 0.00 0.00 Fwindow_pixel_height
0.00 9.56 0.00 529 0.00 0.00 float_arith_driver
0.00 9.56 0.00 529 0.00 0.00 line_bottom_y
0.00 9.56 0.00 529 0.00 0.00 window_box
0.00 9.56 0.00 527 0.00 0.00 xg_update_menubar
0.00 9.56 0.00 523 0.00 0.00 Flss
0.00 9.56 0.00 523 0.00 0.00 arithcompare_driver
0.00 9.56 0.00 523 0.00 0.00 top_level_1
0.00 9.56 0.00 522 0.00 0.00 event_to_kboard
0.00 9.56 0.00 522 0.00 0.00 kbd_on_hold_p
0.00 9.56 0.00 521 0.00 0.00 show_hourglass
0.00 9.56 0.00 519 0.00 0.00 Fline_end_position
0.00 9.56 0.00 519 0.00 0.00 find_before_next_newline
0.00 9.56 0.00 518 0.00 0.00 Farrayp
0.00 9.56 0.00 518 0.00 0.00 Fforward_line
0.00 9.56 0.00 518 0.00 0.00 Ffuncall_interactively
0.00 9.56 0.00 518 0.00 0.00 Finteractive_form
0.00 9.56 0.00 518 0.00 0.00 reseat_at_previous_visible_line_start
0.00 9.56 0.00 518 0.00 0.00 temporarily_switch_to_single_kboard
0.00 9.56 0.00 517 0.00 0.00 restore_kboard_configuration
0.00 9.56 0.00 516 0.00 0.00 Fskip_syntax_forward
0.00 9.56 0.00 516 0.00 0.00 skip_syntaxes
0.00 9.56 0.00 515 0.00 0.00 Fborder_width
0.00 9.56 0.00 515 0.00 0.00 Fwindow_body_height
0.00 9.56 0.00 515 0.00 0.00 Fwindow_body_width
0.00 9.56 0.00 515 0.00 0.00 window_body_width
0.00 9.56 0.00 514 0.00 0.00 sit_for
0.00 9.56 0.00 512 0.00 0.00 x_set_glyph_string_clipping
0.00 9.56 0.00 511 0.00 0.00 decode_live_window
0.00 9.56 0.00 511 0.00 0.00 echo_keystrokes_p
0.00 9.56 0.00 511 0.00 0.00 move_it_in_display_line
0.00 9.56 0.00 511 0.00 0.00 read_key_sequence.constprop.44
0.00 9.56 0.00 510 0.00 0.00 Fabs
0.00 9.56 0.00 510 0.00 0.00 Fset_window_vscroll
0.00 9.56 0.00 510 0.00 0.00 Fvertical_motion
0.00 9.56 0.00 510 0.00 0.00 Fx_hide_tip
0.00 9.56 0.00 510 0.00 0.00 add_command_key
0.00 9.56 0.00 510 0.00 0.00 cancel_atimer
0.00 9.56 0.00 510 0.00 0.00 follow_key
0.00 9.56 0.00 510 0.00 0.00 make_lispy_event
0.00 9.56 0.00 510 0.00 0.00 modify_event_symbol
0.00 9.56 0.00 510 0.00 0.00 move_it_vertically_backward
0.00 9.56 0.00 510 0.00 0.00 record_char
0.00 9.56 0.00 510 0.00 0.00 schedule_atimer
0.00 9.56 0.00 510 0.00 0.00 start_atimer
0.00 9.56 0.00 510 0.00 0.00 start_hourglass
0.00 9.56 0.00 510 0.00 0.00 store_kbd_macro_char
0.00 9.56 0.00 510 0.00 0.00 test_undefined
0.00 9.56 0.00 509 0.00 0.00 Fbuffer_name
0.00 9.56 0.00 509 0.00 0.00 Fline_pixel_height
0.00 9.56 0.00 506 0.00 0.00 Fwindow_start
0.00 9.56 0.00 500 0.00 0.00 Fadd1
0.00 9.56 0.00 500 0.00 0.00 Finsert
0.00 9.56 0.00 500 0.00 0.00 Fsetq
0.00 9.56 0.00 500 0.00 0.00 general_insert_function
0.00 9.56 0.00 497 0.00 0.00 xftfont_get_colors
0.00 9.56 0.00 495 0.00 0.00 apply_lambda
0.00 9.56 0.00 491 0.00 0.00 x_set_glyph_string_gc
0.00 9.56 0.00 490 0.00 0.00 font_get_frame_data
0.00 9.56 0.00 490 0.00 0.00 x_draw_glyph_string_foreground
0.00 9.56 0.00 490 0.00 0.00 xftfont_draw
0.00 9.56 0.00 487 0.00 0.00 Fmake_marker
0.00 9.56 0.00 484 0.00 0.00 read_dirent
0.00 9.56 0.00 476 0.00 0.00 x_draw_fringe_bitmap
0.00 9.56 0.00 471 0.00 0.00 Fregexp_quote
0.00 9.56 0.00 467 0.00 0.00 Frun_hook_wrapped
0.00 9.56 0.00 467 0.00 0.00 run_hook_wrapped_funcall
0.00 9.56 0.00 460 0.00 0.00 fill_glyph_string
0.00 9.56 0.00 460 0.00 0.00 init_glyph_string
0.00 9.56 0.00 460 0.00 0.00 set_glyph_string_background_width
0.00 9.56 0.00 460 0.00 0.00 x_compute_glyph_string_overhangs
0.00 9.56 0.00 460 0.00 0.00 x_draw_glyph_string
0.00 9.56 0.00 451 0.00 0.00 XTring_bell
0.00 9.56 0.00 446 0.00 0.00 draw_fringe_bitmap
0.00 9.56 0.00 446 0.00 0.00 draw_fringe_bitmap_1
0.00 9.56 0.00 439 0.00 0.00 xnrealloc
0.00 9.56 0.00 438 0.00 0.00 Fsingle_key_description
0.00 9.56 0.00 436 0.00 0.00 Fplist_put
0.00 9.56 0.00 434 0.00 0.00 push_key_description
0.00 9.56 0.00 433 0.00 0.00 mark_buffer
0.00 9.56 0.00 415 0.00 0.00 list4
0.00 9.56 0.00 398 0.00 0.00 x_draw_stretch_glyph_string
0.00 9.56 0.00 396 0.00 0.00 Fput
0.00 9.56 0.00 386 0.00 0.00 Fstring_match
0.00 9.56 0.00 386 0.00 0.00 string_match_1
0.00 9.56 0.00 385 0.00 0.00 Fkeymapp
0.00 9.56 0.00 376 0.00 0.00 compute_line_metrics
0.00 9.56 0.00 376 0.00 0.00 prepare_desired_row
0.00 9.56 0.00 376 0.00 0.00 row_hash
0.00 9.56 0.00 366 0.00 0.00 do_pending_window_change
0.00 9.56 0.00 366 0.00 0.00 internal_condition_case_1
0.00 9.56 0.00 352 0.00 0.00 display_line
0.00 9.56 0.00 344 0.00 0.00 Fexpand_file_name
0.00 9.56 0.00 340 0.00 0.00 assign_row
0.00 9.56 0.00 338 0.00 0.00 compact_buffer
0.00 9.56 0.00 334 0.00 0.00 fset_redisplay
0.00 9.56 0.00 326 0.00 0.00 Frun_window_scroll_functions
0.00 9.56 0.00 315 0.00 0.00 encode_file_name
0.00 9.56 0.00 314 0.00 0.00 eval_dyn
0.00 9.56 0.00 311 0.00 0.00 row_equal_p.constprop.18
0.00 9.56 0.00 310 0.00 0.00 alloc_destination
0.00 9.56 0.00 309 0.00 0.00 consume_chars
0.00 9.56 0.00 309 0.00 0.00 encode_coding
0.00 9.56 0.00 309 0.00 0.00 encode_coding_object
0.00 9.56 0.00 309 0.00 0.00 encode_coding_utf_8
0.00 9.56 0.00 304 0.00 0.00 Fwindow_valid_p
0.00 9.56 0.00 295 0.00 0.00 draw_glyphs
0.00 9.56 0.00 292 0.00 0.00 buffer_display_table
0.00 9.56 0.00 286 0.00 0.00 composition_reseat_it
0.00 9.56 0.00 283 0.00 0.00 set_marker_both
0.00 9.56 0.00 276 0.00 0.00 c_string_width
0.00 9.56 0.00 272 0.00 0.00 Finternal_show_cursor_p
0.00 9.56 0.00 266 0.00 0.00 store_mode_line_noprop_char
0.00 9.56 0.00 263 0.00 0.00 shadow_lookup
0.00 9.56 0.00 257 0.00 0.00 requeued_events_pending_p
0.00 9.56 0.00 257 0.00 0.00 x_clear_area
0.00 9.56 0.00 252 0.00 0.00 mark_face_cache
0.00 9.56 0.00 248 0.00 0.00 update_window_line
0.00 9.56 0.00 245 0.00 0.00 x_clear_glyph_string_rect
0.00 9.56 0.00 241 0.00 0.00 concat2
0.00 9.56 0.00 240 0.00 0.00 x_write_glyphs
0.00 9.56 0.00 239 0.00 0.00 Fwindow_buffer
0.00 9.56 0.00 234 0.00 0.00 add_row_entry
0.00 9.56 0.00 233 0.00 0.00 Ffontp
0.00 9.56 0.00 233 0.00 0.00 x_clear_end_of_line
0.00 9.56 0.00 232 0.00 0.00 Fand
0.00 9.56 0.00 230 0.00 0.00 x_after_update_window_line
0.00 9.56 0.00 230 0.00 0.00 x_clear_frame_area
0.00 9.56 0.00 228 0.00 0.00 disassemble_lisp_time
0.00 9.56 0.00 224 0.00 0.00 preferred_sequence_p
0.00 9.56 0.00 223 0.00 0.00 draw_row_fringe_bitmaps
0.00 9.56 0.00 223 0.00 0.00 window_box_right
0.00 9.56 0.00 219 0.00 0.00 Fdefault_boundp
0.00 9.56 0.00 216 0.00 0.00 code_convert_string_norecord
0.00 9.56 0.00 215 0.00 0.00 Fsafe_length
0.00 9.56 0.00 215 0.00 0.00 extend_face_to_end_of_line
0.00 9.56 0.00 215 0.00 0.00 map_char_table
0.00 9.56 0.00 208 0.00 0.00 mark_discard_killed_buffers
0.00 9.56 0.00 206 0.00 0.00 Fkey_description
0.00 9.56 0.00 204 0.00 0.00 font_prop_validate_symbol
0.00 9.56 0.00 200 0.00 0.00 getenv_internal
0.00 9.56 0.00 200 0.00 0.00 getenv_internal_1
0.00 9.56 0.00 200 0.00 0.00 make_multibyte_string
0.00 9.56 0.00 189 0.00 0.00 egetenv_internal
0.00 9.56 0.00 188 0.00 0.00 intern_driver
0.00 9.56 0.00 183 0.00 0.00 Fread
0.00 9.56 0.00 183 0.00 0.00 read_internal_start
0.00 9.56 0.00 181 0.00 0.00 Fnext_read_file_uses_dialog_p
0.00 9.56 0.00 179 0.00 0.00 x_defined_color
0.00 9.56 0.00 179 0.00 0.00 xg_check_special_colors
0.00 9.56 0.00 178 0.00 0.00 lisp_time_struct
0.00 9.56 0.00 175 0.00 0.00 gamma_correct
0.00 9.56 0.00 175 0.00 0.00 x_alloc_nearest_color
0.00 9.56 0.00 172 0.00 0.00 emacs_open
0.00 9.56 0.00 170 0.00 0.00 make_sub_char_table
0.00 9.56 0.00 170 0.00 0.00 string_to_multibyte
0.00 9.56 0.00 169 0.00 0.00 safe__call1
0.00 9.56 0.00 161 0.00 0.00 check_x_display_info
0.00 9.56 0.00 161 0.00 0.00 defined_color
0.00 9.56 0.00 161 0.00 0.00 load_color2
0.00 9.56 0.00 160 0.00 0.00 normal_char_ascent_descent
0.00 9.56 0.00 157 0.00 0.00 window_outdated
0.00 9.56 0.00 148 0.00 0.00 clear_mouse_face
0.00 9.56 0.00 147 0.00 0.00 Fif
0.00 9.56 0.00 146 0.00 0.00 adjust_window_count
0.00 9.56 0.00 143 0.00 0.00 decode_window_system_frame
0.00 9.56 0.00 141 0.00 0.00 ftfont_list
0.00 9.56 0.00 141 0.00 0.00 ftfont_spec_pattern
0.00 9.56 0.00 141 0.00 0.00 xftfont_list
0.00 9.56 0.00 140 0.00 0.00 detect_input_pending
0.00 9.56 0.00 139 0.00 0.00 Fsymbol_function
0.00 9.56 0.00 137 0.00 0.00 Fdefvar
0.00 9.56 0.00 136 0.00 0.00 readevalloop_eager_expand_eval
0.00 9.56 0.00 135 0.00 0.00 Fkeymap_prompt
0.00 9.56 0.00 134 0.00 0.00 clear_waiting_for_input
0.00 9.56 0.00 134 0.00 0.00 set_waiting_for_input
0.00 9.56 0.00 133 0.00 0.00 Fdelq
0.00 9.56 0.00 133 0.00 0.00 x_free_colors
0.00 9.56 0.00 132 0.00 0.00 x_top_window_to_frame
0.00 9.56 0.00 131 0.00 0.00 xg_select
0.00 9.56 0.00 124 0.00 0.00 Fmake_sparse_keymap
0.00 9.56 0.00 122 0.00 0.00 Fmap_keymap
0.00 9.56 0.00 122 0.00 0.00 map_keymap_canonical
0.00 9.56 0.00 122 0.00 0.00 safe_call1
0.00 9.56 0.00 121 0.00 0.00 Feq
0.00 9.56 0.00 120 0.00 0.00 xft_settings_event
0.00 9.56 0.00 119 0.00 0.00 Fcurrent_window_configuration
0.00 9.56 0.00 119 0.00 0.00 Ffile_name_absolute_p
0.00 9.56 0.00 118 0.00 0.00 check_window_containing
0.00 9.56 0.00 118 0.00 0.00 coordinates_in_window
0.00 9.56 0.00 118 0.00 0.00 foreach_window_1
0.00 9.56 0.00 114 0.00 0.00 window_from_coordinates
0.00 9.56 0.00 113 0.00 0.00 make_widget_for_menu_item
0.00 9.56 0.00 112 0.00 0.00 window_box_height
0.00 9.56 0.00 108 0.00 0.00 Fwindow_minibuffer_p
0.00 9.56 0.00 108 0.00 0.00 set_fontset_font
0.00 9.56 0.00 106 0.00 0.00 push_menu_pane
0.00 9.56 0.00 106 0.00 0.00 single_keymap_panes
0.00 9.56 0.00 104 0.00 0.00 Fwindow_left_child
0.00 9.56 0.00 104 0.00 0.00 Fwindow_top_child
0.00 9.56 0.00 101 0.00 0.00 Fxw_display_color_p
0.00 9.56 0.00 101 0.00 0.00 update_window_fringes
0.00 9.56 0.00 100 0.00 0.00 display_and_set_cursor
0.00 9.56 0.00 100 0.00 0.00 image_spec_value
0.00 9.56 0.00 100 0.00 0.00 row_for_charpos_p
0.00 9.56 0.00 96 0.00 0.00 cache_face
0.00 9.56 0.00 94 0.00 0.00 buffer_local_value
0.00 9.56 0.00 94 0.00 0.00 make_realized_face
0.00 9.56 0.00 94 0.00 0.00 realize_face
0.00 9.56 0.00 93 0.00 0.00 Ffile_name_nondirectory
0.00 9.56 0.00 93 0.00 0.00 Fwindowp
0.00 9.56 0.00 92 0.00 0.00 Fwindow_parameter
0.00 9.56 0.00 91 0.00 0.00 x_window_to_frame
0.00 9.56 0.00 90 0.00 0.00 Fbuffer_local_value
0.00 9.56 0.00 90 0.00 0.00 read_vector
0.00 9.56 0.00 89 0.00 0.00 let_shadows_buffer_binding_p
0.00 9.56 0.00 88 0.00 0.00 lookup_fringe_bitmap
0.00 9.56 0.00 86 0.00 0.00 Fwindow_old_point
0.00 9.56 0.00 86 0.00 0.00 Fwindow_point
0.00 9.56 0.00 84 0.00 0.00 Fmake_char_table
0.00 9.56 0.00 84 0.00 0.00 realize_named_face
0.00 9.56 0.00 82 0.00 0.00 Finternal_make_lisp_face
0.00 9.56 0.00 82 0.00 0.00 make_fontset
0.00 9.56 0.00 82 0.00 0.00 temp_set_point_both
0.00 9.56 0.00 82 0.00 0.00 x_draw_window_cursor
0.00 9.56 0.00 80 0.00 0.00 x_handle_property_notify
0.00 9.56 0.00 79 0.00 0.00 face_color_supported_p
0.00 9.56 0.00 79 0.00 0.00 make_fontset_for_ascii_face
0.00 9.56 0.00 78 0.00 0.00 draw_window_fringes
0.00 9.56 0.00 78 0.00 0.00 reconsider_clip_changes
0.00 9.56 0.00 78 0.00 0.00 update_window
0.00 9.56 0.00 78 0.00 0.00 x_update_window_begin
0.00 9.56 0.00 78 0.00 0.00 x_update_window_end
0.00 9.56 0.00 77 0.00 0.00 Fcoding_system_eol_type
0.00 9.56 0.00 76 0.00 0.00 store_frame_param
0.00 9.56 0.00 75 0.00 0.00 font_parse_name
0.00 9.56 0.00 75 0.00 0.00 get_frame_param
0.00 9.56 0.00 73 0.00 0.00 Fnull
0.00 9.56 0.00 73 0.00 0.00 note_mouse_highlight
0.00 9.56 0.00 73 0.00 0.00 wset_buffer
0.00 9.56 0.00 72 0.00 0.00 frame_size_history_add
0.00 9.56 0.00 72 0.00 0.00 make_save_funcptr_ptr_obj
0.00 9.56 0.00 72 0.00 0.00 mapcar1
0.00 9.56 0.00 71 0.00 0.00 Fmapcar
0.00 9.56 0.00 70 0.00 0.00 define_frame_cursor1
0.00 9.56 0.00 70 0.00 0.00 insert_1_both
0.00 9.56 0.00 70 0.00 0.00 match_limit
0.00 9.56 0.00 70 0.00 0.00 menu_bar_item
0.00 9.56 0.00 70 0.00 0.00 window_box_right_offset
0.00 9.56 0.00 70 0.00 0.00 x_define_frame_cursor
0.00 9.56 0.00 69 0.00 0.00 Fdirectory_file_name
0.00 9.56 0.00 69 0.00 0.00 mode_line_update_needed
0.00 9.56 0.00 67 0.00 0.00 current_message
0.00 9.56 0.00 65 0.00 0.00 Flet
0.00 9.56 0.00 64 0.00 0.00 x_destroy_bitmap
0.00 9.56 0.00 63 0.00 0.00 Ftime_add
0.00 9.56 0.00 63 0.00 0.00 larger_vector
0.00 9.56 0.00 63 0.00 0.00 time_add
0.00 9.56 0.00 63 0.00 0.00 time_arith
0.00 9.56 0.00 62 0.00 0.00 clear_window_matrices
0.00 9.56 0.00 61 0.00 0.00 FletX
0.00 9.56 0.00 61 0.00 0.00 decode_any_window
0.00 9.56 0.00 61 0.00 0.00 mark_window_display_accurate_1
0.00 9.56 0.00 60 0.00 0.00 define_image_type
0.00 9.56 0.00 60 0.00 0.00 lookup_image_type
0.00 9.56 0.00 60 0.00 0.00 xg_gtk_scroll_destroy
0.00 9.56 0.00 59 0.00 0.00 Fdecode_coding_string
0.00 9.56 0.00 58 0.00 0.00 Fframe_root_window
0.00 9.56 0.00 58 0.00 0.00 x_mouse_grabbed
0.00 9.56 0.00 56 0.00 0.00 display_count_lines
0.00 9.56 0.00 56 0.00 0.00 rounding_driver
0.00 9.56 0.00 56 0.00 0.00 x_sync
0.00 9.56 0.00 55 0.00 0.00 draw_phys_cursor_glyph
0.00 9.56 0.00 55 0.00 0.00 note_mouse_movement
0.00 9.56 0.00 54 0.00 0.00 Foverlayp
0.00 9.56 0.00 53 0.00 0.00 Fstringp
0.00 9.56 0.00 53 0.00 0.00 fast_c_string_match_ignore_case
0.00 9.56 0.00 53 0.00 0.00 file_directory_p
0.00 9.56 0.00 53 0.00 0.00 string_make_unibyte
0.00 9.56 0.00 52 0.00 0.00 Fceiling
0.00 9.56 0.00 52 0.00 0.00 Ffile_name_as_directory
0.00 9.56 0.00 52 0.00 0.00 ceiling2
0.00 9.56 0.00 52 0.00 0.00 mark_image_cache
0.00 9.56 0.00 52 0.00 0.00 update_begin
0.00 9.56 0.00 52 0.00 0.00 update_end
0.00 9.56 0.00 51 0.00 0.00 get_glyph_string_clip_rect
0.00 9.56 0.00 51 0.00 0.00 x_draw_glyph_string_box
0.00 9.56 0.00 51 0.00 0.00 x_draw_relief_rect
0.00 9.56 0.00 51 0.00 0.00 x_get_arg
0.00 9.56 0.00 51 0.00 0.00 x_setup_relief_colors
0.00 9.56 0.00 51 0.00 0.00 x_update_begin
0.00 9.56 0.00 51 0.00 0.00 x_update_end
0.00 9.56 0.00 51 0.00 0.00 xg_event_is_for_scrollbar
0.00 9.56 0.00 50 0.00 0.00 Ffloat_time
0.00 9.56 0.00 50 0.00 0.00 Fmatch_beginning
0.00 9.56 0.00 50 0.00 0.00 overlay_arrows_changed_p
0.00 9.56 0.00 50 0.00 0.00 pop_message_unwind
0.00 9.56 0.00 50 0.00 0.00 push_message
0.00 9.56 0.00 50 0.00 0.00 validate_x_resource_name
0.00 9.56 0.00 50 0.00 0.00 x_get_string_resource
0.00 9.56 0.00 49 0.00 0.00 Fgarbage_collect
0.00 9.56 0.00 49 0.00 0.00 clear_desired_matrices
0.00 9.56 0.00 49 0.00 0.00 ftfont_get_charset
0.00 9.56 0.00 49 0.00 0.00 mark_fringe_data
0.00 9.56 0.00 49 0.00 0.00 mark_kboards
0.00 9.56 0.00 49 0.00 0.00 mark_specpdl
0.00 9.56 0.00 49 0.00 0.00 relocate_byte_stack
0.00 9.56 0.00 49 0.00 0.00 set_window_update_flags
0.00 9.56 0.00 49 0.00 0.00 shrink_regexp_cache
0.00 9.56 0.00 49 0.00 0.00 sweep_floats
0.00 9.56 0.00 49 0.00 0.00 sweep_intervals
0.00 9.56 0.00 49 0.00 0.00 sweep_misc
0.00 9.56 0.00 49 0.00 0.00 sweep_strings
0.00 9.56 0.00 49 0.00 0.00 sweep_symbols
0.00 9.56 0.00 49 0.00 0.00 sweep_weak_hash_tables
0.00 9.56 0.00 49 0.00 0.00 total_bytes_of_live_objects
0.00 9.56 0.00 49 0.00 0.00 xg_mark_data
0.00 9.56 0.00 49 0.00 0.00 xrdb_get_resource
0.00 9.56 0.00 48 0.00 0.00 enlarge_buffer_text
0.00 9.56 0.00 48 0.00 0.00 make_gap
0.00 9.56 0.00 48 0.00 0.00 str_as_unibyte
0.00 9.56 0.00 48 0.00 0.00 unrequest_sigio
0.00 9.56 0.00 48 0.00 0.00 update_overlay_arrows
0.00 9.56 0.00 48 0.00 0.00 xic_set_preeditarea
0.00 9.56 0.00 47 0.00 0.00 Ffont_get
0.00 9.56 0.00 47 0.00 0.00 XTframe_up_to_date
0.00 9.56 0.00 47 0.00 0.00 input_polling_used
0.00 9.56 0.00 47 0.00 0.00 request_sigio
0.00 9.56 0.00 47 0.00 0.00 unwind_redisplay
0.00 9.56 0.00 46 0.00 0.00 Fx_display_color_cells
0.00 9.56 0.00 46 0.00 0.00 adjust_glyph_matrix
0.00 9.56 0.00 46 0.00 0.00 gap_left
0.00 9.56 0.00 46 0.00 0.00 update_frame
0.00 9.56 0.00 46 0.00 0.00 update_window_tree
0.00 9.56 0.00 45 0.00 0.00 CHECK_CHAR_TABLE
0.00 9.56 0.00 45 0.00 0.00 Ffile_name_directory
0.00 9.56 0.00 45 0.00 0.00 Frun_hooks
0.00 9.56 0.00 45 0.00 0.00 bidi_fetch_char_skip_isolates
0.00 9.56 0.00 45 0.00 0.00 find_first_strong_char
0.00 9.56 0.00 45 0.00 0.00 select_window
0.00 9.56 0.00 45 0.00 0.00 start_polling
0.00 9.56 0.00 45 0.00 0.00 stop_polling
0.00 9.56 0.00 44 0.00 0.00 Ffile_directory_p
0.00 9.56 0.00 44 0.00 0.00 expand_and_dir_to_file
0.00 9.56 0.00 44 0.00 0.00 truncate_undo_list
0.00 9.56 0.00 43 0.00 0.00 erase_phys_cursor
0.00 9.56 0.00 43 0.00 0.00 hscroll_window_tree
0.00 9.56 0.00 43 0.00 0.00 hscroll_windows
0.00 9.56 0.00 42 0.00 0.00 Fframe_selected_window
0.00 9.56 0.00 42 0.00 0.00 openp
0.00 9.56 0.00 42 0.00 0.00 store_mode_line_noprop
0.00 9.56 0.00 41 0.00 0.00 xg_tool_bar_help_callback
0.00 9.56 0.00 40 0.00 0.00 remember_mouse_glyph
0.00 9.56 0.00 40 0.00 0.00 try_window
0.00 9.56 0.00 40 0.00 0.00 x_handle_dnd_message
0.00 9.56 0.00 39 0.00 0.00 ensure_echo_area_buffers
0.00 9.56 0.00 39 0.00 0.00 window_relative_x_coord
0.00 9.56 0.00 38 0.00 0.00 Fselect_window
0.00 9.56 0.00 38 0.00 0.00 Fset_char_table_range
0.00 9.56 0.00 38 0.00 0.00 call4
0.00 9.56 0.00 38 0.00 0.00 display_mode_element
0.00 9.56 0.00 38 0.00 0.00 font_score
0.00 9.56 0.00 38 0.00 0.00 format_mode_line_unwind_data
0.00 9.56 0.00 38 0.00 0.00 unwind_format_mode_line
0.00 9.56 0.00 37 0.00 0.00 Fdefalias
0.00 9.56 0.00 37 0.00 0.00 Ffset
0.00 9.56 0.00 37 0.00 0.00 Finternal_show_cursor
0.00 9.56 0.00 37 0.00 0.00 unwind_set_match_data
0.00 9.56 0.00 37 0.00 0.00 valid_lisp_object_p
0.00 9.56 0.00 37 0.00 0.00 x_set_frame_parameters
0.00 9.56 0.00 37 0.00 0.00 xstrdup
0.00 9.56 0.00 36 0.00 0.00 Fupcase_initials
0.00 9.56 0.00 36 0.00 0.00 apply1
0.00 9.56 0.00 36 0.00 0.00 let_shadows_global_binding_p
0.00 9.56 0.00 36 0.00 0.00 make_blv
0.00 9.56 0.00 36 0.00 0.00 merge_face_ref
0.00 9.56 0.00 35 0.00 0.00 Fwindow_system
0.00 9.56 0.00 35 0.00 0.00 clear_glyph_matrix
0.00 9.56 0.00 35 0.00 0.00 resize_mini_window
0.00 9.56 0.00 35 0.00 0.00 unwind_with_echo_area_buffer
0.00 9.56 0.00 35 0.00 0.00 with_echo_area_buffer
0.00 9.56 0.00 34 0.00 0.00 merge_named_face
0.00 9.56 0.00 34 0.00 0.00 record_unwind_save_match_data
0.00 9.56 0.00 33 0.00 0.00 Fforce_mode_line_update
0.00 9.56 0.00 33 0.00 0.00 Fselected_frame
0.00 9.56 0.00 32 0.00 0.00 map_charset_chars
0.00 9.56 0.00 32 0.00 0.00 my_log_handler
0.00 9.56 0.00 32 0.00 0.00 x_flush
0.00 9.56 0.00 31 0.00 0.00 coords_in_mouse_face_p
0.00 9.56 0.00 31 0.00 0.00 redisplay_preserve_echo_area
0.00 9.56 0.00 30 0.00 0.00 parse_image_spec
0.00 9.56 0.00 30 0.00 0.00 valid_image_p
0.00 9.56 0.00 30 0.00 0.00 x_default_parameter
0.00 9.56 0.00 30 0.00 0.00 xpm_image_p
0.00 9.56 0.00 29 0.00 0.00 XTredeem_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 XTset_vertical_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 cancel_mouse_face
0.00 9.56 0.00 29 0.00 0.00 display_echo_area_1
0.00 9.56 0.00 29 0.00 0.00 echo_area_display
0.00 9.56 0.00 29 0.00 0.00 redisplay_window
0.00 9.56 0.00 29 0.00 0.00 set_vertical_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 xg_set_toolkit_scroll_bar_thumb
0.00 9.56 0.00 28 0.00 0.00 Fminibuffer_window
0.00 9.56 0.00 28 0.00 0.00 Fwindow_next_sibling
0.00 9.56 0.00 27 0.00 0.00 Ffile_symlink_p
0.00 9.56 0.00 27 0.00 0.00 font_prop_validate_otf
0.00 9.56 0.00 27 0.00 0.00 get_current_wm_state
0.00 9.56 0.00 26 0.00 0.00 Ffile_readable_p
0.00 9.56 0.00 26 0.00 0.00 Fload
0.00 9.56 0.00 26 0.00 0.00 Fsubstitute_in_file_name
0.00 9.56 0.00 26 0.00 0.00 Ftime_less_p
0.00 9.56 0.00 26 0.00 0.00 Fwindow_bottom_divider_width
0.00 9.56 0.00 26 0.00 0.00 Fwindow_mode_line_height
0.00 9.56 0.00 26 0.00 0.00 Fwindow_right_divider_width
0.00 9.56 0.00 26 0.00 0.00 Fwindow_scroll_bar_height
0.00 9.56 0.00 26 0.00 0.00 Fwindow_scroll_bar_width
0.00 9.56 0.00 26 0.00 0.00 search_embedded_absfilename
0.00 9.56 0.00 25 0.00 0.00 bset_update_mode_line
0.00 9.56 0.00 25 0.00 0.00 re_wctype
0.00 9.56 0.00 25 0.00 0.00 xpalloc
0.00 9.56 0.00 24 0.00 0.00 Factive_minibuffer_window
0.00 9.56 0.00 24 0.00 0.00 Fbuffer_list
0.00 9.56 0.00 24 0.00 0.00 Fwindow_parent
0.00 9.56 0.00 24 0.00 0.00 bidi_mirror_char
0.00 9.56 0.00 24 0.00 0.00 decode_mode_spec_coding
0.00 9.56 0.00 24 0.00 0.00 display_mode_line
0.00 9.56 0.00 24 0.00 0.00 pint2str
0.00 9.56 0.00 24 0.00 0.00 pop_kboard
0.00 9.56 0.00 24 0.00 0.00 push_kboard
0.00 9.56 0.00 24 0.00 0.00 required_matrix_height
0.00 9.56 0.00 24 0.00 0.00 required_matrix_width
0.00 9.56 0.00 24 0.00 0.00 sanitize_window_sizes
0.00 9.56 0.00 24 0.00 0.00 xg_update_submenu
0.00 9.56 0.00 23 0.00 0.00 Faccessible_keymaps
0.00 9.56 0.00 23 0.00 0.00 decode_live_terminal
0.00 9.56 0.00 22 0.00 0.00 Fcond
0.00 9.56 0.00 22 0.00 0.00 Fframe_visible_p
0.00 9.56 0.00 22 0.00 0.00 Finternal_get_lisp_face_attribute
0.00 9.56 0.00 22 0.00 0.00 careadlinkat
0.00 9.56 0.00 22 0.00 0.00 emacs_readlinkat
0.00 9.56 0.00 22 0.00 0.00 store_in_keymap
0.00 9.56 0.00 22 0.00 0.00 update_window_cursor
0.00 9.56 0.00 22 0.00 0.00 x_real_pos_and_offsets
0.00 9.56 0.00 22 0.00 0.00 x_real_positions
0.00 9.56 0.00 21 0.00 0.00 Fdefine_key
0.00 9.56 0.00 21 0.00 0.00 change_frame_size_1
0.00 9.56 0.00 21 0.00 0.00 chars_in_text
0.00 9.56 0.00 21 0.00 0.00 display_mode_lines
0.00 9.56 0.00 20 0.00 0.00 Ffunction
0.00 9.56 0.00 20 0.00 0.00 Fimage_mask_p
0.00 9.56 0.00 20 0.00 0.00 Finit_image_library
0.00 9.56 0.00 20 0.00 0.00 Fmatch_end
0.00 9.56 0.00 20 0.00 0.00 Fquo
0.00 9.56 0.00 20 0.00 0.00 Fsearch_forward
0.00 9.56 0.00 20 0.00 0.00 boyer_moore
0.00 9.56 0.00 20 0.00 0.00 four_corners_best
0.00 9.56 0.00 20 0.00 0.00 free_realized_face
0.00 9.56 0.00 20 0.00 0.00 lookup_image
0.00 9.56 0.00 20 0.00 0.00 search_image_cache
0.00 9.56 0.00 20 0.00 0.00 sxhash
0.00 9.56 0.00 20 0.00 0.00 x_detect_focus_change
0.00 9.56 0.00 20 0.00 0.00 x_set_frame_alpha
0.00 9.56 0.00 19 0.00 0.00 call3
0.00 9.56 0.00 19 0.00 0.00 insert_char
0.00 9.56 0.00 19 0.00 0.00 xg_frame_resized
0.00 9.56 0.00 18 0.00 0.00 Fbuffer_file_name
0.00 9.56 0.00 18 0.00 0.00 extract_dimension
0.00 9.56 0.00 18 0.00 0.00 font_parse_xlfd
0.00 9.56 0.00 17 0.00 0.00 Fcurrent_message
0.00 9.56 0.00 17 0.00 0.00 Fprefix_numeric_value
0.00 9.56 0.00 17 0.00 0.00 change_frame_size
0.00 9.56 0.00 17 0.00 0.00 cons_to_signed
0.00 9.56 0.00 16 0.00 0.00 Fcoding_system_base
0.00 9.56 0.00 16 0.00 0.00 Fdelete
0.00 9.56 0.00 16 0.00 0.00 default_toplevel_binding
0.00 9.56 0.00 16 0.00 0.00 expose_frame
0.00 9.56 0.00 16 0.00 0.00 lisp_string_width
0.00 9.56 0.00 16 0.00 0.00 make_string_from_bytes
0.00 9.56 0.00 16 0.00 0.00 redisplay
0.00 9.56 0.00 16 0.00 0.00 xg_get_gdk_scale
0.00 9.56 0.00 16 0.00 0.00 xnmalloc
0.00 9.56 0.00 15 0.00 0.00 redisplay_window_1
0.00 9.56 0.00 15 0.00 0.00 set_marker_restricted_both
0.00 9.56 0.00 15 0.00 0.00 x_focus_changed
0.00 9.56 0.00 14 0.00 0.00 Fcurrent_global_map
0.00 9.56 0.00 14 0.00 0.00 Fmultibyte_string_p
0.00 9.56 0.00 14 0.00 0.00 fontset_pattern_regexp
0.00 9.56 0.00 14 0.00 0.00 magic_db
0.00 9.56 0.00 14 0.00 0.00 redisplay_window_0
0.00 9.56 0.00 14 0.00 0.00 x_consider_frame_title
0.00 9.56 0.00 13 0.00 0.00 Fx_get_resource
0.00 9.56 0.00 13 0.00 0.00 adjust_frame_glyphs
0.00 9.56 0.00 13 0.00 0.00 adjust_frame_size
0.00 9.56 0.00 13 0.00 0.00 check_window_system
0.00 9.56 0.00 13 0.00 0.00 clear_current_matrices
0.00 9.56 0.00 13 0.00 0.00 digest_single_submenu
0.00 9.56 0.00 13 0.00 0.00 make_lisp_time
0.00 9.56 0.00 13 0.00 0.00 parse_single_submenu
0.00 9.56 0.00 13 0.00 0.00 update_submenu_strings
0.00 9.56 0.00 12 0.00 0.00 Fchar_after
0.00 9.56 0.00 12 0.00 0.00 Fframe_list
0.00 9.56 0.00 12 0.00 0.00 Fframe_terminal
0.00 9.56 0.00 12 0.00 0.00 For
0.00 9.56 0.00 12 0.00 0.00 emacs_fixed_get_type
0.00 9.56 0.00 12 0.00 0.00 font_open_entity
0.00 9.56 0.00 12 0.00 0.00 font_open_for_lface
0.00 9.56 0.00 12 0.00 0.00 font_rescale_ratio
0.00 9.56 0.00 12 0.00 0.00 read_file_name
0.00 9.56 0.00 12 0.00 0.00 x_decode_color
0.00 9.56 0.00 12 0.00 0.00 x_draw_vertical_border
0.00 9.56 0.00 12 0.00 0.00 x_find_image_fd
0.00 9.56 0.00 12 0.00 0.00 xftfont_add_rendering_parameters
0.00 9.56 0.00 11 0.00 0.00 Fcoding_system_plist
0.00 9.56 0.00 11 0.00 0.00 Fgetenv_internal
0.00 9.56 0.00 11 0.00 0.00 emacs_read
0.00 9.56 0.00 11 0.00 0.00 mark_window_display_accurate
0.00 9.56 0.00 11 0.00 0.00 update_cursor_in_window_tree
0.00 9.56 0.00 11 0.00 0.00 x_new_focus_frame
0.00 9.56 0.00 11 0.00 0.00 x_update_cursor
0.00 9.56 0.00 10 0.00 0.00 Fcoding_system_p
0.00 9.56 0.00 10 0.00 0.00 Fget_buffer_create
0.00 9.56 0.00 10 0.00 0.00 Flocal_variable_if_set_p
0.00 9.56 0.00 10 0.00 0.00 Fpos_visible_in_window_p
0.00 9.56 0.00 10 0.00 0.00 allocate_matrices_for_window_redisplay
0.00 9.56 0.00 10 0.00 0.00 colors_in_color_table
0.00 9.56 0.00 10 0.00 0.00 file_for_image
0.00 9.56 0.00 10 0.00 0.00 find_icon_from_name
0.00 9.56 0.00 10 0.00 0.00 frame_inhibit_resize
0.00 9.56 0.00 10 0.00 0.00 free_color_table
0.00 9.56 0.00 10 0.00 0.00 free_glyph_matrix
0.00 9.56 0.00 10 0.00 0.00 get_font_ascent_descent
0.00 9.56 0.00 10 0.00 0.00 image_background
0.00 9.56 0.00 10 0.00 0.00 image_background_transparent
0.00 9.56 0.00 10 0.00 0.00 reset_buffer_local_variables
0.00 9.56 0.00 10 0.00 0.00 set_marker_restricted
0.00 9.56 0.00 10 0.00 0.00 set_poll_suppress_count
0.00 9.56 0.00 10 0.00 0.00 unwind_to_catch
0.00 9.56 0.00 10 0.00 0.00 update_frame_tool_bar
0.00 9.56 0.00 10 0.00 0.00 x_build_heuristic_mask
0.00 9.56 0.00 10 0.00 0.00 x_display_info_for_display
0.00 9.56 0.00 10 0.00 0.00 x_query_colors
0.00 9.56 0.00 10 0.00 0.00 xpm_free_color_cache
0.00 9.56 0.00 10 0.00 0.00 xpm_load
0.00 9.56 0.00 9 0.00 0.00 Fterminal_parameter
0.00 9.56 0.00 9 0.00 0.00 Ftool_bar_get_system_style
0.00 9.56 0.00 9 0.00 0.00 Fwindow_list_1
0.00 9.56 0.00 9 0.00 0.00 create_menus
0.00 9.56 0.00 9 0.00 0.00 font_match_p
0.00 9.56 0.00 9 0.00 0.00 menu_bar_items
0.00 9.56 0.00 9 0.00 0.00 styled_format
0.00 9.56 0.00 9 0.00 0.01 wait_reading_process_output
0.00 9.56 0.00 9 0.00 0.00 wait_reading_process_output_unwind
0.00 9.56 0.00 8 0.00 0.00 Fconsp
0.00 9.56 0.00 8 0.00 0.00 Fformat
0.00 9.56 0.00 8 0.00 0.00 Fframe_or_buffer_changed_p
0.00 9.56 0.00 8 0.00 0.00 Fthrow
0.00 9.56 0.00 8 0.00 0.00 Fx_selection_exists_p
0.00 9.56 0.00 8 0.00 0.00 add_window_to_list
0.00 9.56 0.00 8 0.00 0.00 clear_face_cache
0.00 9.56 0.00 8 0.00 0.00 do_switch_frame
0.00 9.56 0.00 8 0.00 0.00 font_build_object
0.00 9.56 0.00 8 0.00 0.00 font_load_for_lface
0.00 9.56 0.00 8 0.00 0.00 font_make_object
0.00 9.56 0.00 8 0.00 0.00 frame_for_x_selection
0.00 9.56 0.00 8 0.00 0.00 get_phys_cursor_glyph
0.00 9.56 0.00 8 0.00 0.00 keymap_parent
0.00 9.56 0.00 8 0.00 0.00 run_window_configuration_change_hook
0.00 9.56 0.00 8 0.00 0.00 suffix_p
0.00 9.56 0.00 8 0.00 0.00 symbol_to_x_atom
0.00 9.56 0.00 8 0.00 0.00 wset_redisplay
0.00 9.56 0.00 8 0.00 0.00 xftfont_open
0.00 9.56 0.00 8 0.00 0.00 xg_update_scrollbar_pos
0.00 9.56 0.00 7 0.00 0.00 Fcurrent_time
0.00 9.56 0.00 7 0.00 0.00 Fintern_soft
0.00 9.56 0.00 7 0.00 0.00 XTcondemn_scroll_bars
0.00 9.56 0.00 7 0.00 0.00 XTjudge_scroll_bars
0.00 9.56 0.00 7 0.00 0.00 clear_unwind_protect
0.00 9.56 0.00 7 0.00 0.00 compute_window_start_on_continuation_line
0.00 9.56 0.00 7 0.00 0.00 do_nothing
0.00 9.56 0.00 7 0.00 0.00 dupstring
0.00 9.56 0.00 7 0.00 0.00 font_prepare_for_face
0.00 9.56 0.00 7 0.00 0.00 free_menubar_widget_value_tree
0.00 9.56 0.00 7 0.00 0.00 redisplay_windows
0.00 9.56 0.00 7 0.00 0.00 resize_frame_windows
0.00 9.56 0.00 7 0.00 0.00 set_frame_menubar
0.00 9.56 0.00 7 0.00 0.00 unload_color
0.00 9.56 0.00 7 0.00 0.00 xftfont_prepare_face
0.00 9.56 0.00 7 0.00 0.00 xg_update_frame_menubar
0.00 9.56 0.00 6 0.00 0.00 Fbuffer_base_buffer
0.00 9.56 0.00 6 0.00 0.00 Fevent_convert_list
0.00 9.56 0.00 6 0.00 0.00 Finternal_char_font
0.00 9.56 0.00 6 0.00 0.00 Fprocess_list
0.00 9.56 0.00 6 0.00 0.00 Frestore_buffer_modified_p
0.00 9.56 0.00 6 0.00 0.00 Fselect_frame
0.00 9.56 0.00 6 0.00 0.00 Ftty_top_frame
0.00 9.56 0.00 6 0.00 0.00 Fwindow_line_height
0.00 9.56 0.00 6 0.00 0.00 Fx_register_dnd_atom
0.00 9.56 0.00 6 0.00 0.00 Fxw_color_values
0.00 9.56 0.00 6 0.00 0.00 calculate_costs
0.00 9.56 0.00 6 0.00 0.00 emacs_close
0.00 9.56 0.00 6 0.00 0.00 fast_set_selected_frame
0.00 9.56 0.00 6 0.00 0.00 indirect_variable
0.00 9.56 0.00 6 0.00 0.00 make_gap_1
0.00 9.56 0.00 6 0.00 0.00 mark_window_cursors_off
0.00 9.56 0.00 6 0.00 0.00 message_dolog
0.00 9.56 0.00 6 0.00 0.00 move_gap_both
0.00 9.56 0.00 6 0.00 0.00 propagate_buffer_redisplay
0.00 9.56 0.00 6 0.00 0.00 realize_basic_faces
0.00 9.56 0.00 6 0.00 0.00 recompute_basic_faces
0.00 9.56 0.00 6 0.00 0.00 redisplay_other_windows
0.00 9.56 0.00 6 0.00 0.00 run_hook
0.00 9.56 0.00 6 0.00 0.00 shrink_mini_window
0.00 9.56 0.00 6 0.00 0.00 swap_in_global_binding
0.00 9.56 0.00 6 0.00 0.00 tool_bar_items
0.00 9.56 0.00 6 0.00 0.00 tty_color_name
0.00 9.56 0.00 6 0.00 0.00 xg_modify_menubar_widgets
0.00 9.56 0.00 5 0.00 0.00 Fcopy_marker
0.00 9.56 0.00 5 0.00 0.00 Fget_buffer_process
0.00 9.56 0.00 5 0.00 0.00 Fkill_local_variable
0.00 9.56 0.00 5 0.00 0.00 Fmodify_frame_parameters
0.00 9.56 0.00 5 0.00 0.00 Fprocessp
0.00 9.56 0.00 5 0.00 0.00 Fset_buffer_modified_p
0.00 9.56 0.00 5 0.00 0.00 Fset_frame_selected_window
0.00 9.56 0.00 5 0.00 0.00 Fsort
0.00 9.56 0.00 5 0.00 0.00 Fsymbolp
0.00 9.56 0.00 5 0.00 0.00 Fterminal_list
0.00 9.56 0.00 5 0.00 0.00 Fuse_local_map
0.00 9.56 0.00 5 0.00 0.00 Fwindow_list
0.00 9.56 0.00 5 0.00 0.00 allocate_buffer
0.00 9.56 0.00 5 0.00 0.00 clear_charpos_cache
0.00 9.56 0.00 5 0.00 0.00 clear_frame
0.00 9.56 0.00 5 0.00 0.00 clear_image_cache
0.00 9.56 0.00 5 0.00 0.00 clear_image_caches
0.00 9.56 0.00 5 0.00 0.00 display_x_get_resource
0.00 9.56 0.00 5 0.00 0.00 dtotimespec
0.00 9.56 0.00 5 0.00 0.00 face_boolean_x_resource_value
0.00 9.56 0.00 5 0.00 0.00 fontset_name
0.00 9.56 0.00 5 0.00 0.00 gap_right
0.00 9.56 0.00 5 0.00 0.00 make_buffer_string
0.00 9.56 0.00 5 0.00 0.00 make_process
0.00 9.56 0.00 5 0.00 0.00 new_region_cache
0.00 9.56 0.00 5 0.00 0.00 redraw_frame
0.00 9.56 0.00 5 0.00 0.00 reset_buffer
0.00 9.56 0.00 5 0.00 0.00 run_funs
0.00 9.56 0.00 5 0.00 0.00 staticpro
0.00 9.56 0.00 5 0.00 0.00 swap_out_buffer_local_variables
0.00 9.56 0.00 5 0.00 0.00 x_wm_set_size_hint
0.00 9.56 0.00 5 0.00 0.00 xg_destroy_widgets
0.00 9.56 0.00 4 0.00 0.00 Fbyte_code
0.00 9.56 0.00 4 0.00 0.00 Fcapitalize
0.00 9.56 0.00 4 0.00 0.00 Fcar_safe
0.00 9.56 0.00 4 0.00 0.00 Fcheck_coding_system
0.00 9.56 0.00 4 0.00 0.00 Ffloat
0.00 9.56 0.00 4 0.00 0.00 Ffont_put
0.00 9.56 0.00 4 0.00 0.00 Fget_load_suffixes
0.00 9.56 0.00 4 0.00 0.00 Fkeymap_parent
0.00 9.56 0.00 4 0.00 0.00 Flooking_at
0.00 9.56 0.00 4 0.00 0.00 Fposn_at_point
0.00 9.56 0.00 4 0.00 0.00 Fround
0.00 9.56 0.00 4 0.00 0.00 Frun_hook_with_args_until_failure
0.00 9.56 0.00 4 0.00 0.00 Fset_buffer_multibyte
0.00 9.56 0.00 4 0.00 0.00 Fsystem_name
0.00 9.56 0.00 4 0.00 0.00 blank_row
0.00 9.56 0.00 4 0.00 0.00 candidate_buffer
0.00 9.56 0.00 4 0.00 0.00 copy_properties
0.00 9.56 0.00 4 0.00 0.00 create_root_interval
0.00 9.56 0.00 4 0.00 0.00 doprnt
0.00 9.56 0.00 4 0.00 0.00 esprintf
0.00 9.56 0.00 4 0.00 0.00 forget_escape_and_glyphless_faces
0.00 9.56 0.00 4 0.00 0.00 free_all_realized_faces
0.00 9.56 0.00 4 0.00 0.00 get_phys_cursor_geometry
0.00 9.56 0.00 4 0.00 0.00 init_system_name
0.00 9.56 0.00 4 0.00 0.00 kill_buffer_processes
0.00 9.56 0.00 4 0.00 0.00 lisp_file_lexically_bound_p
0.00 9.56 0.00 4 0.00 0.00 load_warn_old_style_backquotes
0.00 9.56 0.00 4 0.00 0.00 looking_at_1
0.00 9.56 0.00 4 0.00 0.00 pos_visible_p
0.00 9.56 0.00 4 0.00 0.00 readevalloop
0.00 9.56 0.00 4 0.00 0.00 readevalloop_1
0.00 9.56 0.00 4 0.00 0.00 record_load_unwind
0.00 9.56 0.00 4 0.00 0.00 safe_to_load_version
0.00 9.56 0.00 4 0.00 0.00 set_unwind_protect_ptr
0.00 9.56 0.00 4 0.00 0.00 setup_echo_area_for_printing
0.00 9.56 0.00 4 0.00 0.00 strwidth
0.00 9.56 0.00 4 0.00 0.00 unshow_buffer
0.00 9.56 0.00 4 0.00 0.00 x_clear_frame
0.00 9.56 0.00 4 0.00 0.00 x_frame_get_and_record_arg
0.00 9.56 0.00 4 0.00 0.00 xftfont_cached_font_ok
0.00 9.56 0.00 3 0.00 0.00 Fbufferp
0.00 9.56 0.00 3 0.00 0.00 Fchar_table_parent
0.00 9.56 0.00 3 0.00 0.00 Fdaemonp
0.00 9.56 0.00 3 0.00 0.00 Ffile_exists_p
0.00 9.56 0.00 3 0.00 0.00 Fgenerate_new_buffer_name
0.00 9.56 0.00 3 0.00 0.00 Finsert_file_contents
0.00 9.56 0.00 3 0.00 0.00 Fkill_buffer
0.00 9.56 0.00 3 0.00 0.00 Fmod
0.00 9.56 0.00 3 0.00 0.00 Fset_keymap_parent
0.00 9.56 0.00 3 0.00 0.00 Fset_terminal_parameter
0.00 9.56 0.00 3 0.00 0.00 Fset_text_properties
0.00 9.56 0.00 3 0.00 0.00 Fset_window_next_buffers
0.00 9.56 0.00 3 0.00 0.00 Fset_window_prev_buffers
0.00 9.56 0.00 3 0.00 0.00 Fstandard_syntax_table
0.00 9.56 0.00 3 0.00 0.00 Ftry_completion
0.00 9.56 0.00 3 0.00 0.00 Fuser_login_name
0.00 9.56 0.00 3 0.00 0.00 Fwindow_next_buffers
0.00 9.56 0.00 3 0.00 0.00 Fwindow_prev_buffers
0.00 9.56 0.00 3 0.00 0.00 apply_window_adjustment
0.00 9.56 0.00 3 0.00 0.00 current_message_1
0.00 9.56 0.00 3 0.00 0.00 decide_coding_unwind
0.00 9.56 0.00 3 0.00 0.00 decode_coding_gap
0.00 9.56 0.00 3 0.00 0.00 decode_tty_terminal
0.00 9.56 0.00 3 0.00 0.00 detect_coding
0.00 9.56 0.00 3 0.00 0.00 detect_coding_utf_16
0.00 9.56 0.00 3 0.00 0.00 fmod_float
0.00 9.56 0.00 3 0.00 0.00 frames_discard_buffer
0.00 9.56 0.00 3 0.00 0.00 free_region_cache
0.00 9.56 0.00 3 0.00 0.00 internal_condition_case
0.00 9.56 0.00 3 0.00 0.00 make_hash_table
0.00 9.56 0.00 3 0.00 0.00 map_tool_bar_style
0.00 9.56 0.00 3 0.00 0.00 merge
0.00 9.56 0.00 3 0.00 0.00 record_first_change
0.00 9.56 0.00 3 0.00 0.00 record_xmalloc
0.00 9.56 0.00 3 0.00 0.00 replace_buffer_in_windows
0.00 9.56 0.00 3 0.00 0.00 replace_buffer_in_windows_safely
0.00 9.56 0.00 3 0.00 0.00 rpl_fcntl
0.00 9.56 0.00 3 0.00 0.00 run_window_scroll_functions
0.00 9.56 0.00 3 0.00 0.00 search_magic_path
0.00 9.56 0.00 3 0.00 0.00 set_text_properties
0.00 9.56 0.00 3 0.00 0.00 set_window_buffer
0.00 9.56 0.00 3 0.00 0.00 set_window_fringes
0.00 9.56 0.00 3 0.00 0.00 set_window_scroll_bars
0.00 9.56 0.00 3 0.00 0.00 timerfd_callback
0.00 9.56 0.00 3 0.00 0.00 totally_unblock_input
0.00 9.56 0.00 3 0.00 0.00 uniprop_table
0.00 9.56 0.00 3 0.00 0.00 unlock_buffer
0.00 9.56 0.00 3 0.00 0.00 update_face_from_frame_parameter
0.00 9.56 0.00 3 0.00 0.00 wset_update_mode_line
0.00 9.56 0.00 3 0.00 0.00 x_session_check_input
0.00 9.56 0.00 2 0.00 0.00 Fadd_text_properties
0.00 9.56 0.00 2 0.00 0.00 Fautoload
0.00 9.56 0.00 2 0.00 0.00 Fbuffer_substring
0.00 9.56 0.00 2 0.00 0.00 Fbyte_code_function_p
0.00 9.56 0.00 2 0.00 0.00 Fbyteorder
0.00 9.56 0.00 2 0.00 0.00 Fcar_less_than_car
0.00 9.56 0.00 2 0.00 0.00 Fclear_face_cache
0.00 9.56 0.00 2 0.00 0.00 Fdirectory_files
0.00 9.56 0.00 2 0.00 0.00 Fdisplay_supports_face_attributes_p
0.00 9.56 0.00 2 0.00 0.00 Fdo_auto_save
0.00 9.56 0.00 2 0.00 0.00 Feval_buffer
0.00 9.56 0.00 2 0.00 0.00 Ffile_attributes
0.00 9.56 0.00 2 0.00 0.00 Ffind_operation_coding_system
0.00 9.56 0.00 2 0.00 0.00 Fkeywordp
0.00 9.56 0.00 2 0.00 0.00 Fkill_all_local_variables
0.00 9.56 0.00 2 0.00 0.00 Flocate_file_internal
0.00 9.56 0.00 2 0.00 0.00 Fmessage
0.00 9.56 0.00 2 0.00 0.00 Fnew_fontset
0.00 9.56 0.00 2 0.00 0.00 Fnext_window
0.00 9.56 0.00 2 0.00 0.00 Fpropertize
0.00 9.56 0.00 2 0.00 0.00 Fprovide
0.00 9.56 0.00 2 0.00 0.00 Fset_char_table_parent
0.00 9.56 0.00 2 0.00 0.00 Fset_charset_priority
0.00 9.56 0.00 2 0.00 0.00 Fset_coding_system_priority
0.00 9.56 0.00 2 0.00 0.00 Fset_window_new_pixel
0.00 9.56 0.00 2 0.00 0.00 Fset_window_new_total
0.00 9.56 0.00 2 0.00 0.00 Fsignal
0.00 9.56 0.00 2 0.00 0.00 Ftty_type
0.00 9.56 0.00 2 0.00 0.00 Fwindow_new_total
0.00 9.56 0.00 2 0.00 0.00 Fx_change_window_property
0.00 9.56 0.00 2 0.00 0.00 add_keyboard_wait_descriptor
0.00 9.56 0.00 2 0.00 0.00 allocate_matrices_for_frame_redisplay
0.00 9.56 0.00 2 0.00 0.00 cancel_echoing
0.00 9.56 0.00 2 0.00 0.00 check_ascii
0.00 9.56 0.00 2 0.00 0.00 clear_message
0.00 9.56 0.00 2 0.00 0.44 command_loop_1
0.00 9.56 0.00 2 0.00 0.00 decode_coding_raw_text
0.00 9.56 0.00 2 0.00 0.00 delete_all_child_windows
0.00 9.56 0.00 2 0.00 0.00 directory_files_internal
0.00 9.56 0.00 2 0.00 0.00 do_auto_save_unwind
0.00 9.56 0.00 2 0.00 0.00 emacs_fopen
0.00 9.56 0.00 2 0.00 0.00 estimate_mode_line_height
0.00 9.56 0.00 2 0.00 0.00 face_for_font
0.00 9.56 0.00 2 0.00 0.00 fclose_unwind
0.00 9.56 0.00 2 0.00 0.00 file_attributes
0.00 9.56 0.00 2 0.00 0.00 filemodestring
0.00 9.56 0.00 2 0.00 0.00 fixup_locale
0.00 9.56 0.00 2 0.00 0.00 font_done_for_face
0.00 9.56 0.00 2 0.00 0.00 font_update_drivers
0.00 9.56 0.00 2 0.00 0.00 free_glyphs
0.00 9.56 0.00 2 0.00 0.00 free_window_matrices
0.00 9.56 0.00 2 0.00 0.00 gethomedir
0.00 9.56 0.00 2 0.00 0.00 init_menu_items
0.00 9.56 0.00 2 0.00 1.40 internal_catch
0.00 9.56 0.00 2 0.00 0.00 internal_condition_case_2
0.00 9.56 0.00 2 0.00 0.00 load_charset
0.00 9.56 0.00 2 0.00 0.00 load_charset_map
0.00 9.56 0.00 2 0.00 0.00 make_window
0.00 9.56 0.00 2 0.00 0.00 map_char_table_for_charset
0.00 9.56 0.00 2 0.00 0.00 map_sub_char_table_for_charset
0.00 9.56 0.00 2 0.00 0.00 message3
0.00 9.56 0.00 2 0.00 0.00 message3_nolog
0.00 9.56 0.00 2 0.00 0.00 next_almost_prime
0.00 9.56 0.00 2 0.00 0.00 next_window
0.00 9.56 0.00 2 0.00 0.00 open_directory
0.00 9.56 0.00 2 0.00 0.00 produce_glyphs
0.00 9.56 0.00 2 0.00 0.00 realloc_glyph_pool
0.00 9.56 0.00 2 0.00 0.00 record_auto_save
0.00 9.56 0.00 2 0.00 0.00 record_buffer
0.00 9.56 0.00 2 0.00 0.00 record_unwind_protect_nothing
0.00 9.56 0.00 2 0.00 0.00 register_font_driver
0.00 9.56 0.00 2 0.00 0.00 resize_echo_area_exactly
0.00 9.56 0.00 2 0.00 0.00 resize_mini_window_1
0.00 9.56 0.00 2 0.00 0.00 restore_menu_items
0.00 9.56 0.00 2 0.00 0.00 safe_call2
0.00 9.56 0.00 2 0.00 0.00 save_menu_items
0.00 9.56 0.00 2 0.00 0.00 scan_newline
0.00 9.56 0.00 2 0.00 0.00 set_intervals_multibyte
0.00 9.56 0.00 2 0.00 0.00 skip_chars.constprop.5
0.00 9.56 0.00 2 0.00 0.00 strmode
0.00 9.56 0.00 2 0.00 0.00 strout
0.00 9.56 0.00 2 0.00 0.00 temp_set_point
0.00 9.56 0.00 2 0.00 0.00 un_autoload
0.00 9.56 0.00 2 0.00 0.00 x_bitmap_icon
0.00 9.56 0.00 2 0.00 0.00 x_check_property_data
0.00 9.56 0.00 2 0.00 0.00 x_default_scroll_bar_color_parameter
0.00 9.56 0.00 2 0.00 0.00 x_fill_property_data
0.00 9.56 0.00 2 0.00 0.00 x_find_image_file
0.00 9.56 0.00 2 0.00 0.00 x_get_focus_frame
0.00 9.56 0.00 2 0.00 0.00 x_new_font
0.00 9.56 0.00 2 0.00 0.00 x_scroll_bar_create
0.00 9.56 0.00 2 0.00 0.00 x_set_background_color
0.00 9.56 0.00 2 0.00 0.00 x_set_font
0.00 9.56 0.00 2 0.00 0.00 x_set_window_size
0.00 9.56 0.00 2 0.00 0.00 x_setup_relief_color
0.00 9.56 0.00 2 0.00 0.00 xftfont_done_face
0.00 9.56 0.00 2 0.00 0.00 xg_create_scroll_bar
0.00 9.56 0.00 2 0.00 0.00 xg_frame_set_char_size
0.00 9.56 0.00 2 0.00 0.00 xg_set_cursor
0.00 9.56 0.00 2 0.00 0.00 xg_set_icon
0.00 9.56 0.00 2 0.00 0.00 xg_store_widget_in_map
0.00 9.56 0.00 2 0.00 0.00 xic_create_xfontset
0.00 9.56 0.00 1 0.00 0.00 CHECK_WINDOW_CONFIGURATION
0.00 9.56 0.00 1 0.00 0.00 Fbuffer_size
0.00 9.56 0.00 1 0.00 0.00 Fcdr_safe
0.00 9.56 0.00 1 0.00 0.00 Fcharsetp
0.00 9.56 0.00 1 0.00 0.00 Fcommand_error_default_function
0.00 9.56 0.00 1 0.00 0.00 Fcopy_keymap
0.00 9.56 0.00 1 0.00 0.00 Fcurrent_bidi_paragraph_direction
0.00 9.56 0.00 1 0.00 0.00 Fcurrent_input_mode
0.00 9.56 0.00 1 0.00 0.00 Fdelete_frame
0.00 9.56 0.00 1 0.00 0.00 Fdelete_terminal
0.00 9.56 0.00 1 0.00 0.00 Fdiscard_input
0.00 9.56 0.00 1 0.00 0.00 Femacs_pid
0.00 9.56 0.00 1 0.00 0.00 Ffile_accessible_directory_p
0.00 9.56 0.00 1 0.00 0.00 Fforward_char
0.00 9.56 0.00 1 0.00 0.00 Fframe_after_make_frame
0.00 9.56 0.00 1 0.00 0.00 Ffunction_equal
0.00 9.56 0.00 1 0.00 0.00 Finvocation_name
0.00 9.56 0.00 1 0.00 0.00 Fkill_emacs
0.00 9.56 0.00 1 0.00 0.00 Flocale_info
0.00 9.56 0.00 1 0.00 0.00 Fmake_frame_visible
0.00 9.56 0.00 1 0.00 0.00 Fmapc
0.00 9.56 0.00 1 0.00 0.00 Fmax_char
0.00 9.56 0.00 1 0.00 0.00 Fother_buffer
0.00 9.56 0.00 1 0.00 0.00 Fposn_at_x_y
0.00 9.56 0.00 1 0.00 0.00 Fprinc
0.00 9.56 0.00 1 0.00 2.81 Frecursive_edit
0.00 9.56 0.00 1 0.00 0.00 Fredirect_frame_focus
0.00 9.56 0.00 1 0.00 0.00 Fredraw_frame
0.00 9.56 0.00 1 0.00 0.00 Fremove_text_properties
0.00 9.56 0.00 1 0.00 0.00 Fset_input_interrupt_mode
0.00 9.56 0.00 1 0.00 0.00 Fset_input_meta_mode
0.00 9.56 0.00 1 0.00 0.00 Fset_keyboard_coding_system_internal
0.00 9.56 0.00 1 0.00 0.00 Fset_terminal_coding_system_internal
0.00 9.56 0.00 1 0.00 0.00 Fset_window_configuration
0.00 9.56 0.00 1 0.00 0.00 Fskip_chars_backward
0.00 9.56 0.00 1 0.00 0.00 Fskip_chars_forward
0.00 9.56 0.00 1 0.00 0.00 Ftool_bar_height
0.00 9.56 0.00 1 0.00 0.00 Fundo_boundary
0.00 9.56 0.00 1 0.00 0.00 Fuser_real_login_name
0.00 9.56 0.00 1 0.00 0.00 Fvisited_file_modtime
0.00 9.56 0.00 1 0.00 0.00 Fwaiting_for_user_input_p
0.00 9.56 0.00 1 0.00 0.00 Fwhile
0.00 9.56 0.00 1 0.00 0.00 Fwindow_resize_apply_total
0.00 9.56 0.00 1 0.00 0.00 Fx_backspace_delete_keys_p
0.00 9.56 0.00 1 0.00 0.00 Fx_create_frame
0.00 9.56 0.00 1 0.00 0.00 Fx_open_connection
0.00 9.56 0.00 1 0.00 0.00 Fx_wm_set_size_hint
0.00 9.56 0.00 1 0.00 0.00 XTframe_rehighlight
0.00 9.56 0.00 1 0.00 0.00 allocate_kboard
0.00 9.56 0.00 1 0.00 0.01 bidi_initialize
0.00 9.56 0.00 1 0.00 0.00 bitch_at_user
0.00 9.56 0.00 1 0.00 0.00 buffer_posn_from_coords
0.00 9.56 0.00 1 0.00 0.00 check_glyph_memory
0.00 9.56 0.00 1 0.00 0.00 check_message_stack
0.00 9.56 0.00 1 0.00 0.00 check_minibuf_window
0.00 9.56 0.00 1 0.00 0.00 cmd_error
0.00 9.56 0.00 1 0.00 0.00 cmd_error_internal
0.00 9.56 0.00 1 0.00 0.00 coding_charset_list
0.00 9.56 0.00 1 0.00 2.81 command_loop
0.00 9.56 0.00 1 0.00 1.87 command_loop_2
0.00 9.56 0.00 1 0.00 0.00 create_frame_xic
0.00 9.56 0.00 1 0.00 0.00 create_terminal
0.00 9.56 0.00 1 0.00 0.00 del_range_both
0.00 9.56 0.00 1 0.00 0.00 delete_frame
0.00 9.56 0.00 1 0.00 0.00 delete_initial_terminal
0.00 9.56 0.00 1 0.00 0.00 delete_terminal
0.00 9.56 0.00 1 0.00 0.00 discard_tty_input
0.00 9.56 0.00 1 0.00 0.00 do_ewmh_fullscreen
0.00 9.56 0.00 1 0.00 0.00 do_unwind_create_frame
0.00 9.56 0.00 1 0.00 0.00 emacs_fixed_new
0.00 9.56 0.00 1 0.00 0.00 file_accessible_directory_p
0.00 9.56 0.00 1 0.00 0.00 font_get_name
0.00 9.56 0.00 1 0.00 0.00 font_open_by_name
0.00 9.56 0.00 1 0.00 0.00 font_open_by_spec
0.00 9.56 0.00 1 0.00 0.00 font_put_frame_data
0.00 9.56 0.00 1 0.00 0.00 fontset_ascii
0.00 9.56 0.00 1 0.00 0.00 fontset_from_font
0.00 9.56 0.00 1 0.00 0.00 free_font_driver_list
0.00 9.56 0.00 1 0.00 0.00 free_frame_faces
0.00 9.56 0.00 1 0.00 0.00 funcall_not
0.00 9.56 0.00 1 0.00 0.00 get_leaf_windows
0.00 9.56 0.00 1 0.00 0.00 get_prop_window
0.00 9.56 0.00 1 0.00 0.00 get_specified_cursor_type
0.00 9.56 0.00 1 0.00 0.00 init_frame_faces
0.00 9.56 0.00 1 0.00 0.00 init_kboard
0.00 9.56 0.00 1 0.00 0.00 init_sigio
0.00 9.56 0.00 1 0.00 0.00 initial_free_frame_resources
0.00 9.56 0.00 1 0.00 0.00 initialize_frame_menubar
0.00 9.56 0.00 1 0.00 0.00 make_face_cache
0.00 9.56 0.00 1 0.00 0.00 make_frame
0.00 9.56 0.00 1 0.00 0.00 make_frame_visible_1
0.00 9.56 0.00 1 0.00 0.00 make_image_cache
0.00 9.56 0.00 1 0.00 0.00 make_lispy_position
0.00 9.56 0.00 1 0.00 0.00 make_save_ptr
0.00 9.56 0.00 1 0.00 0.00 merge_face_heights
0.00 9.56 0.00 1 0.00 0.00 message1
0.00 9.56 0.00 1 0.00 0.00 message_log_maybe_newline
0.00 9.56 0.00 1 0.00 0.00 move_point
0.00 9.56 0.00 1 0.00 0.00 my_log_handler
0.00 9.56 0.00 1 0.00 0.00 other_visible_frames
0.00 9.56 0.00 1 0.00 0.00 print
0.00 9.56 0.00 1 0.00 0.00 print_c_string
0.00 9.56 0.00 1 0.00 0.00 print_error_message
0.00 9.56 0.00 1 0.00 0.00 print_object
0.00 9.56 0.00 1 0.00 0.00 print_string
0.00 9.56 0.00 1 0.00 0.00 raw_text_coding_system
0.00 9.56 0.00 1 0.00 0.00 read_and_apply_settings
0.00 9.56 0.00 1 0.00 0.00 record_asynch_buffer_change
0.00 9.56 0.00 1 0.00 2.81 recursive_edit_1
0.00 9.56 0.00 1 0.00 0.00 redisplay_mode_lines
0.00 9.56 0.00 1 0.00 0.00 reset_all_sys_modes
0.00 9.56 0.00 1 0.00 0.00 ring_bell
0.00 9.56 0.00 1 0.00 0.00 round2
0.00 9.56 0.00 1 0.00 0.00 safe_eval_handler
0.00 9.56 0.00 1 0.00 0.00 select_visual
0.00 9.56 0.00 1 0.00 0.00 set_frame_cursor_types
0.00 9.56 0.00 1 0.00 0.00 set_message_1
0.00 9.56 0.00 1 0.00 0.00 shut_down_emacs
0.00 9.56 0.00 1 0.00 0.00 stuff_buffered_input
0.00 9.56 0.00 1 0.00 0.00 tb_size_cb
0.00 9.56 0.00 1 0.00 0.00 top_level_2
0.00 9.56 0.00 1 0.00 0.00 unlock_all_files
0.00 9.56 0.00 1 0.00 0.00 unwind_create_frame
0.00 9.56 0.00 1 0.00 0.00 update_single_window
0.00 9.56 0.00 1 0.00 0.00 update_theme_scrollbar_height
0.00 9.56 0.00 1 0.00 0.00 update_theme_scrollbar_width
0.00 9.56 0.00 1 0.00 0.00 window_resize_apply_total
0.00 9.56 0.00 1 0.00 0.00 write_string_1
0.00 9.56 0.00 1 0.00 0.00 x_change_tool_bar_height
0.00 9.56 0.00 1 0.00 0.00 x_clipboard_manager_save_all
0.00 9.56 0.00 1 0.00 0.00 x_clipboard_manager_save_frame
0.00 9.56 0.00 1 0.00 0.00 x_copy_color
0.00 9.56 0.00 1 0.00 0.00 x_default_font_parameter
0.00 9.56 0.00 1 0.00 0.00 x_display_ok
0.00 9.56 0.00 1 0.00 0.00 x_figure_window_size
0.00 9.56 0.00 1 0.00 0.00 x_find_modifier_meanings
0.00 9.56 0.00 1 0.00 0.00 x_get_customization_string
0.00 9.56 0.00 1 0.00 0.00 x_load_resources
0.00 9.56 0.00 1 0.00 0.00 x_make_frame_visible
0.00 9.56 0.00 1 0.00 0.00 x_make_gc
0.00 9.56 0.00 1 0.00 0.00 x_session_initialize
0.00 9.56 0.00 1 0.00 0.00 x_set_alpha
0.00 9.56 0.00 1 0.00 0.00 x_set_autolower
0.00 9.56 0.00 1 0.00 0.00 x_set_autoraise
0.00 9.56 0.00 1 0.00 0.00 x_set_border_color
0.00 9.56 0.00 1 0.00 0.00 x_set_border_width
0.00 9.56 0.00 1 0.00 0.00 x_set_bottom_divider_width
0.00 9.56 0.00 1 0.00 0.00 x_set_cursor_color
0.00 9.56 0.00 1 0.00 0.00 x_set_cursor_type
0.00 9.56 0.00 1 0.00 0.00 x_set_font_backend
0.00 9.56 0.00 1 0.00 0.00 x_set_foreground_color
0.00 9.56 0.00 1 0.00 0.00 x_set_horizontal_scroll_bars
0.00 9.56 0.00 1 0.00 0.00 x_set_icon_type
0.00 9.56 0.00 1 0.00 0.00 x_set_internal_border_width
0.00 9.56 0.00 1 0.00 0.00 x_set_left_fringe
0.00 9.56 0.00 1 0.00 0.00 x_set_line_spacing
0.00 9.56 0.00 1 0.00 0.00 x_set_menu_bar_lines
0.00 9.56 0.00 1 0.00 0.01 x_set_mouse_color
0.00 9.56 0.00 1 0.00 0.00 x_set_offset
0.00 9.56 0.00 1 0.00 0.00 x_set_right_divider_width
0.00 9.56 0.00 1 0.00 0.00 x_set_right_fringe
0.00 9.56 0.00 1 0.00 0.00 x_set_screen_gamma
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_background
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_default_height
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_default_width
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_foreground
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_height
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_width
0.00 9.56 0.00 1 0.00 0.00 x_set_title
0.00 9.56 0.00 1 0.00 0.00 x_set_tool_bar_lines
0.00 9.56 0.00 1 0.00 0.00 x_set_tool_bar_position
0.00 9.56 0.00 1 0.00 0.00 x_set_vertical_scroll_bars
0.00 9.56 0.00 1 0.00 0.00 x_set_wait_for_wm
0.00 9.56 0.00 1 0.00 0.00 x_sync_with_move
0.00 9.56 0.00 1 0.00 0.00 x_term_init
0.00 9.56 0.00 1 0.00 0.00 x_text_icon
0.00 9.56 0.00 1 0.00 0.00 x_wait_for_event
0.00 9.56 0.00 1 0.00 0.00 x_window
0.00 9.56 0.00 1 0.00 0.00 x_wm_supports
0.00 9.56 0.00 1 0.00 0.00 xftfont_close
0.00 9.56 0.00 1 0.00 0.00 xg_change_toolbar_position
0.00 9.56 0.00 1 0.00 0.00 xg_create_default_cursor
0.00 9.56 0.00 1 0.00 0.00 xg_create_frame_widgets
0.00 9.56 0.00 1 0.00 0.00 xg_create_widget
0.00 9.56 0.00 1 0.00 0.00 xg_get_default_scrollbar_height
0.00 9.56 0.00 1 0.00 0.00 xg_get_default_scrollbar_width
0.00 9.56 0.00 1 0.00 0.00 xg_initialize
0.00 9.56 0.00 1 0.00 0.00 xic_free_xfontset
0.00 9.56 0.00 1 0.00 0.00 xic_set_xfontset
0.00 9.56 0.00 1 0.00 0.00 xlispstrdup
0.00 9.56 0.00 1 0.00 0.00 xml_cleanup_parser
0.00 9.56 0.00 1 0.00 0.00 xsettings_get_system_font
0.00 9.56 0.00 1 0.00 0.00 xsettings_initialize
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.10% of 9.56 seconds
index % time self children called name
<spontaneous>
[1] 69.1 6.61 0.00 deliver_user_signal [1]
-----------------------------------------------
0.00 2.81 1/1 main [4]
[2] 29.4 0.00 2.81 1 Frecursive_edit [2]
0.00 2.81 1/1 recursive_edit_1 [3]
0.00 0.00 1/227551 grow_specpdl [779]
0.00 0.00 1/8775 record_unwind_protect [828]
-----------------------------------------------
0.00 2.81 1/1 Frecursive_edit [2]
[3] 29.4 0.00 2.81 1 recursive_edit_1 [3]
0.00 2.81 1/1 command_loop [7]
0.00 0.00 1/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.00 1/9783 specbind <cycle 4> [128]
0.00 0.00 1/77270 set_internal [145]
0.00 0.00 1/1022 cancel_hourglass [438]
-----------------------------------------------
<spontaneous>
[4] 29.4 0.00 2.81 main [4]
0.00 2.81 1/1 Frecursive_edit [2]
-----------------------------------------------
[5] 29.4 0.01 2.80 3+1547 <cycle 2 as a whole> [5]
0.00 1.16 511 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.87 2 command_loop_1 <cycle 2> [18]
0.01 0.62 511 read_char <cycle 2> [20]
0.00 0.15 523 top_level_1 <cycle 2> [39]
0.00 0.00 3 internal_condition_case <cycle 2> [215]
-----------------------------------------------
0.00 2.81 2/2 command_loop [7]
[6] 29.4 0.00 2.81 2 internal_catch [6]
0.00 1.87 1/1 command_loop_2 [9]
0.00 0.93 1/3 top_level_1 <cycle 2> [39]
0.00 0.00 2/5577 push_handler [843]
-----------------------------------------------
0.00 2.81 1/1 recursive_edit_1 [3]
[7] 29.4 0.00 2.81 1 command_loop [7]
0.00 2.81 2/2 internal_catch [6]
-----------------------------------------------
[8] 29.1 0.24 2.55 9783+14089006 <cycle 4 as a whole> [8]
0.01 1.74 146023 get_next_display_element <cycle 4> [10]
0.02 0.27 133182 Ffuncall <cycle 4> [29]
0.00 0.22 295 draw_glyphs <cycle 4> [35]
0.10 0.00 11525665+4462684 mark_object <cycle 4> [46]
0.00 0.06 880 Fset_fontset_font <cycle 4> [56]
0.00 0.05 3290 move_it_in_display_line_to <cycle 4> [58]
0.00 0.04 49 Fgarbage_collect <cycle 4> [64]
0.01 0.02 49109 exec_byte_code <cycle 4> [73]
0.02 0.00 3643+121726 mark_char_table <cycle 4> [88]
0.01 0.01 147261 bidi_resolve_explicit <cycle 4> [95]
0.00 0.01 21339 where_is_internal_1 <cycle 4> [101]
0.00 0.01 1474 add_text_properties_1 <cycle 4> [104]
0.01 0.00 518 Fcall_interactively <cycle 4> [106]
0.01 0.00 314 menu_item_eval_property <cycle 4> [109]
0.01 0.00 215+17090 map_sub_char_table <cycle 4> [110]
0.01 0.00 97 inhibit_garbage_collection <cycle 4> [111]
0.00 0.01 21 Fdefine_key <cycle 4> [112]
0.00 0.01 37 x_set_frame_parameters <cycle 4> [114]
0.01 0.00 113217+168212 mark_vectorlike <cycle 4> [127]
0.01 0.00 147325 set_iterator_to_next <cycle 4> [124]
0.01 0.00 77993 specbind <cycle 4> [128]
0.00 0.01 147261 bidi_level_of_next_char <cycle 4> [147]
0.00 0.01 147237 bidi_resolve_neutral <cycle 4> [148]
0.00 0.01 1752 update_compositions <cycle 4> [154]
0.00 0.01 1067 where_is_internal <cycle 4> [157]
0.00 0.01 3495 handle_stop <cycle 4> [160]
0.00 0.01 143182+1128 next_element_from_buffer <cycle 4> [161]
0.00 0.01 1140 init_iterator <cycle 4> [163]
0.00 0.01 1 bidi_initialize <cycle 4> [167]
0.00 0.00 344+152 Fexpand_file_name <cycle 4> [173]
0.00 0.00 4685+5133 eval_sub <cycle 4> [176]
0.00 0.00 141235 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 521 show_hourglass <cycle 4> [183]
0.00 0.00 352 display_line <cycle 4> [184]
0.00 0.00 147261 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 2 x_set_font <cycle 4> [189]
0.00 0.00 3100 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 1064 start_display <cycle 4> [197]
0.00 0.00 17557 Fset_default <cycle 4> [198]
0.00 0.00 32 map_charset_chars <cycle 4> [199]
0.00 0.00 1 Fx_create_frame <cycle 4> [202]
0.00 0.00 510 Fvertical_motion <cycle 4> [209]
0.00 0.00 552 display_string <cycle 4> [210]
0.00 0.00 3121+511 move_it_to <cycle 4> [213]
0.00 0.00 1512 next_element_from_string <cycle 4> [219]
0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 2 load_charset <cycle 4> [221]
0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 1 delete_frame <cycle 4> [230]
0.00 0.00 3455 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 1001 insert_from_string_1 <cycle 4> [240]
0.00 0.00 3962 handle_fontified_prop <cycle 4> [243]
0.00 0.00 50476 unbind_to <cycle 4> [244]
0.00 0.00 2561 Fset <cycle 4> [249]
0.00 0.00 3224 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 3623 compute_display_string_pos <cycle 4> [263]
0.00 0.00 1038 code_convert_string <cycle 4> [264]
0.00 0.00 69 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 1549 safe_run_hooks <cycle 4> [276]
0.00 0.00 52 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 23 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 45 Ffile_name_directory <cycle 4> [284]
0.00 0.00 44 Ffile_directory_p <cycle 4> [285]
0.00 0.00 1272 face_before_or_after_it_pos <cycle 4> [289]
0.00 0.00 510 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 3224+19 signal_after_change <cycle 4> [297]
0.00 0.00 78115 find_symbol_value <cycle 4> [298]
0.00 0.00 48 update_overlay_arrows <cycle 4> [299]
0.00 0.00 760 safe__call <cycle 4> [301]
0.00 0.00 1486 save_excursion_restore <cycle 4> [303]
0.00 0.00 446 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 4972+4777 access_keymap_1 <cycle 4> [305]
0.00 0.00 728 decode_coding_object <cycle 4> [307]
0.00 0.00 27 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26 Ffile_readable_p <cycle 4> [311]
0.00 0.00 1032 Fapply <cycle 4> [313]
0.00 0.00 49269 funcall_lambda <cycle 4> [314]
0.00 0.00 206 Fkey_description <cycle 4> [317]
0.00 0.00 612 Feval <cycle 4> [320]
0.00 0.00 1069 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 729 del_range_1 <cycle 4> [331]
0.00 0.00 1436 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 500 Fsetq <cycle 4> [338]
0.00 0.00 35 resize_mini_window <cycle 4> [339]
0.00 0.00 495 apply_lambda <cycle 4> [340]
0.00 0.00 1 fontset_from_font <cycle 4> [343]
0.00 0.00 3 Finsert_file_contents <cycle 4> [351]
0.00 0.00 2062+1020 Fkey_binding <cycle 4> [352]
0.00 0.00 14 x_consider_frame_title <cycle 4> [361]
0.00 0.00 9 styled_format <cycle 4> [369]
0.00 0.00 2 Fnew_fontset <cycle 4> [371]
0.00 0.00 2127 reseat <cycle 4> [375]
0.00 0.00 1039 code_conversion_save <cycle 4> [376]
0.00 0.00 38+1664 display_mode_element <cycle 4> [379]
0.00 0.00 61 FletX <cycle 4> [381]
0.00 0.00 1 x_default_font_parameter <cycle 4> [386]
0.00 0.00 3 Ffile_exists_p <cycle 4> [400]
0.00 0.00 71 Fmapcar <cycle 4> [401]
0.00 0.00 4 readevalloop <cycle 4> [402]
0.00 0.00 35 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 29 redisplay_window <cycle 4> [410]
0.00 0.00 26 Fload <cycle 4> [411]
0.00 0.00 7 set_frame_menubar <cycle 4> [418]
0.00 0.00 1 x_make_frame_visible <cycle 4> [420]
0.00 0.00 1822+19 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 2 Fdirectory_files <cycle 4> [423]
0.00 0.00 2 Ffile_attributes <cycle 4> [424]
0.00 0.00 460 x_draw_glyph_string <cycle 4> [428]
0.00 0.00 65 Flet <cycle 4> [431]
0.00 0.00 576+571 text_quoting_style <cycle 4> [434]
0.00 0.00 9 menu_bar_items <cycle 4> [435]
0.00 0.00 781 Fmake_local_variable <cycle 4> [436]
0.00 0.00 10 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 13 digest_single_submenu <cycle 4> [448]
0.00 0.00 6 tool_bar_items <cycle 4> [452]
0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 137 Fdefvar <cycle 4> [454]
0.00 0.00 215 map_char_table <cycle 4> [455]
0.00 0.00 78 update_window <cycle 4> [458]
0.00 0.00 263 shadow_lookup <cycle 4> [459]
0.00 0.00 309 encode_coding_object <cycle 4> [466]
0.00 0.00 70 menu_bar_item <cycle 4> [467]
0.00 0.00 24 display_mode_line <cycle 4> [472]
0.00 0.00 2 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 2 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 29 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 10 Fget_buffer_create <cycle 4> [479]
0.00 0.00 20+5 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 1297 single_menu_item <cycle 4> [481]
0.00 0.00 3562 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 45 find_first_strong_char <cycle 4> [487]
0.00 0.00 45 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 13 parse_single_submenu <cycle 4> [494]
0.00 0.00 20 lookup_image <cycle 4> [495]
0.00 0.00 100 display_and_set_cursor <cycle 4> [496]
0.00 0.00 13 adjust_frame_size <cycle 4> [497]
0.00 0.00 12 x_find_image_fd <cycle 4> [500]
0.00 0.00 2 Feval_buffer <cycle 4> [507]
0.00 0.00 1 x_term_init <cycle 4> [508]
0.00 0.00 50 push_message <cycle 4> [512]
0.00 0.00 1 create_terminal <cycle 4> [513]
0.00 0.00 240 x_write_glyphs <cycle 4> [516]
0.00 0.00 248 update_window_line <cycle 4> [517]
0.00 0.00 2 Fpropertize <cycle 4> [521]
0.00 0.00 45 select_window <cycle 4> [528]
0.00 0.00 1 make_frame <cycle 4> [534]
0.00 0.00 529 line_bottom_y <cycle 4> [537]
0.00 0.00 53860 get_keyelt <cycle 4> [541]
0.00 0.00 438 Fsingle_key_description <cycle 4> [544]
0.00 0.00 8 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 730 decode_coding <cycle 4> [547]
0.00 0.00 1 make_lispy_position <cycle 4> [562]
0.00 0.00 78 x_update_window_end <cycle 4> [563]
0.00 0.00 3 Fkill_buffer <cycle 4> [565]
0.00 0.00 3 set_window_buffer <cycle 4> [573]
0.00 0.00 545 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2 x_new_font <cycle 4> [588]
0.00 0.00 1 x_window <cycle 4> [591]
0.00 0.00 1 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 2 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2 message3 <cycle 4> [596]
0.00 0.00 39 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 3 decode_coding_gap <cycle 4> [603]
0.00 0.00 10 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 1 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 106 single_keymap_panes <cycle 4> [616]
0.00 0.00 1 Fmapc <cycle 4> [623]
0.00 0.00 1 Fremove_text_properties <cycle 4> [625]
0.00 0.00 11 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 20 Fimage_mask_p <cycle 4> [640]
0.00 0.00 2 Fsignal <cycle 4> [647]
0.00 0.00 13 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 10 unwind_to_catch <cycle 4> [657]
0.00 0.00 543 Fmacroexpand <cycle 4> [674]
0.00 0.00 338 compact_buffer <cycle 4> [677]
0.00 0.00 3756 map_keymap_internal <cycle 4> [680]
0.00 0.00 5 redraw_frame <cycle 4> [683]
0.00 0.00 1 Fkill_emacs <cycle 4> [686]
0.00 0.00 2 xg_set_icon <cycle 4> [699]
0.00 0.00 1 Fset_window_configuration <cycle 4> [702]
0.00 0.00 451 XTring_bell <cycle 4> [703]
0.00 0.00 29 echo_area_display <cycle 4> [704]
0.00 0.00 7 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1 x_set_alpha <cycle 4> [710]
0.00 0.00 1 shut_down_emacs <cycle 4> [708]
0.00 0.00 30 x_default_parameter <cycle 4> [720]
0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 5 Fkill_local_variable <cycle 4> [741]
0.00 0.00 6 message_dolog <cycle 4> [742]
0.00 0.00 147261 bidi_resolve_weak <cycle 4> [789]
0.00 0.00 147237 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 146925 bidi_fetch_char <cycle 4> [791]
0.00 0.00 56709 store_symval_forwarding <cycle 4> [802]
0.00 0.00 49544 Fsymbol_value <cycle 4> [806]
0.00 0.00 964+22817 traverse_intervals_noorder <cycle 4> [989]
0.00 0.00 9002 mark_compiled <cycle 4> [826]
0.00 0.00 7309 mark_localized_symbol <cycle 4> [830]
0.00 0.00 4699 Fcommandp <cycle 4> [853]
0.00 0.00 4609 call0 <cycle 4> [854]
0.00 0.00 4269 bidi_init_it <cycle 4> [857]
0.00 0.00 3851 bcall0 <cycle 4> [860]
0.00 0.00 3666 get_visually_first_element <cycle 4> [864]
0.00 0.00 3630 map_keymap <cycle 4> [865]
0.00 0.00 3275 set_buffer_internal_1 <cycle 4> [871]
0.00 0.00 3115 current_minor_maps <cycle 4> [880]
0.00 0.00 2736 reseat_at_next_visible_line_start <cycle 4> [886]
0.00 0.00 2736 forward_to_next_line_start <cycle 4> [885]
0.00 0.00 2637 reseat_1 <cycle 4> [889]
0.00 0.00 2606 Flookup_key <cycle 4> [891]
0.00 0.00 2304 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2254 Fset_buffer <cycle 4> [897]
0.00 0.00 2076 funcall_nil <cycle 4> [908]
0.00 0.00 2076 access_keymap <cycle 4> [907]
0.00 0.00 1713 call2 <cycle 4> [924]
0.00 0.00 1569 next_element_from_c_string <cycle 4> [930]
0.00 0.00 1544 safe_run_hook_funcall <cycle 4> [933]
0.00 0.00 1541 move_it_by_lines <cycle 4> [935]
0.00 0.00 1472 modify_text_properties <cycle 4> [945]
0.00 0.00 1472 Fput_text_property <cycle 4> [944]
0.00 0.00 1426 call1 <cycle 4> [949]
0.00 0.00 1001 insert_from_string <cycle 4> [984]
0.00 0.00 964 mark_overlay <cycle 4> [988]
0.00 0.00 905 Fprogn <cycle 4> [996]
0.00 0.00 732 sweep_weak_table <cycle 4> [1009]
0.00 0.00 728 Ferase_buffer <cycle 4> [1014]
0.00 0.00 591 safe_call <cycle 4> [1026]
0.00 0.00 529 window_box <cycle 4> [1048]
0.00 0.00 518 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 509 Fline_pixel_height <cycle 4> [1076]
0.00 0.00 500 Finsert <cycle 4> [1079]
0.00 0.00 500 general_insert_function <cycle 4> [1080]
0.00 0.00 476 x_draw_fringe_bitmap <cycle 4> [1082]
0.00 0.00 467 run_hook_wrapped_funcall <cycle 4> [1084]
0.00 0.00 446 draw_fringe_bitmap <cycle 4> [1087]
0.00 0.00 433 mark_buffer <cycle 4> [1090]
0.00 0.00 366 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 366 do_pending_window_change <cycle 4> [1097]
0.00 0.00 252 mark_face_cache <cycle 4> [1114]
0.00 0.00 233 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 232 Fand <cycle 4> [1119]
0.00 0.00 223 draw_row_fringe_bitmaps <cycle 4> [1123]
0.00 0.00 208 mark_discard_killed_buffers <cycle 4> [1128]
0.00 0.00 169 safe__call1 <cycle 4> [1139]
0.00 0.00 147 Fif <cycle 4> [1145]
0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1150]
0.00 0.00 122 map_keymap_canonical <cycle 4> [1158]
0.00 0.00 122 Fmap_keymap <cycle 4> [1157]
0.00 0.00 112 window_box_height <cycle 4> [1166]
0.00 0.00 82 x_draw_window_cursor <cycle 4> [1178]
0.00 0.00 78 draw_window_fringes <cycle 4> [1181]
0.00 0.00 72 mapcar1 <cycle 4> [1186]
0.00 0.00 67 current_message <cycle 4> [1193]
0.00 0.00 55 draw_phys_cursor_glyph <cycle 4> [1208]
0.00 0.00 52 mark_image_cache <cycle 4> [1215]
0.00 0.00 50 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 49 sweep_weak_hash_tables <cycle 4> [1243]
0.00 0.00 49 mark_kboards <cycle 4> [1233]
0.00 0.00 49 xg_mark_data <cycle 4> [1245]
0.00 0.00 49 mark_specpdl <cycle 4> [1234]
0.00 0.00 46 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 46 update_frame <cycle 4> [1257]
0.00 0.00 46 update_window_tree <cycle 4> [1258]
0.00 0.00 45 Frun_hooks <cycle 4> [1260]
0.00 0.00 44 expand_and_dir_to_file <cycle 4> [1263]
0.00 0.00 44 truncate_undo_list <cycle 4> [1264]
0.00 0.00 43 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 40 try_window <cycle 4> [1269]
0.00 0.00 38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 38 call4 <cycle 4> [1273]
0.00 0.00 36 apply1 <cycle 4> [1278]
0.00 0.00 35 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 29 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 26 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 24 required_matrix_height <cycle 4> [1312]
0.00 0.00 24 Fbuffer_list <cycle 4> [1308]
0.00 0.00 22 update_window_cursor <cycle 4> [1320]
0.00 0.00 22 Fcond <cycle 4> [1316]
0.00 0.00 21 display_mode_lines <cycle 4> [1323]
0.00 0.00 19 call3 <cycle 4> [1330]
0.00 0.00 19 insert_char <cycle 4> [1331]
0.00 0.00 15 redisplay_window_1 <cycle 4> [1344]
0.00 0.00 14 redisplay_window_0 <cycle 4> [1348]
0.00 0.00 12 For <cycle 4> [1355]
0.00 0.00 10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 10 xpm_load <cycle 4> [1381]
0.00 0.00 8 do_switch_frame <cycle 4> [1388]
0.00 0.00 8 Fthrow <cycle 4> [1387]
0.00 0.00 6 run_hook <cycle 4> [1416]
0.00 0.00 6 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1439]
0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 5 run_funs <cycle 4> [1437]
0.00 0.00 4 esprintf <cycle 4> [1455]
0.00 0.00 4 doprnt <cycle 4> [1454]
0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1449]
0.00 0.00 4 Fposn_at_point <cycle 4> [1447]
0.00 0.00 4 pos_visible_p <cycle 4> [1462]
0.00 0.00 4 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 3 merge <cycle 4> [1492]
0.00 0.00 2 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 2 x_set_window_size <cycle 4> [1550]
0.00 0.00 2 x_bitmap_icon <cycle 4> [1545]
0.00 0.00 2 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 2 strout <cycle 4> [1543]
0.00 0.00 2 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 2 Fmessage <cycle 4> [1510]
0.00 0.00 2 message3_nolog <cycle 4> [1532]
0.00 0.00 1 funcall_not <cycle 4> [1605]
0.00 0.00 1 set_message_1 <cycle 4> [1628]
0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 1 x_set_icon_type <cycle 4> [1650]
0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1 Fwhile <cycle 4> [1586]
0.00 0.00 1 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1 initialize_frame_menubar <cycle 4> [1611]
0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 1 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1 Fx_open_connection <cycle 4> [1587]
0.00 0.00 1 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1 print_error_message <cycle 4> [1618]
0.00 0.00 1 Fprinc <cycle 4> [1574]
0.00 0.00 1 print_object <cycle 4> [1619]
0.00 0.00 1 print_string <cycle 4> [1620]
0.00 0.00 1 write_string_1 <cycle 4> [1637]
0.00 0.00 1 update_single_window <cycle 4> [1633]
0.00 0.00 1 redisplay_mode_lines <cycle 4> [1622]
-----------------------------------------------
0.00 1.87 1/1 internal_catch [6]
[9] 19.6 0.00 1.87 1 command_loop_2 [9]
0.01 1.87 2/3 internal_condition_case <cycle 2> [215]
-----------------------------------------------
2841 display_string <cycle 4> [210]
7840 display_line <cycle 4> [184]
135342 move_it_in_display_line_to <cycle 4> [58]
[10] 18.3 0.01 1.74 146023 get_next_display_element <cycle 4> [10]
0.00 1.73 142271/142572 face_for_char [11]
0.00 0.00 145299/145299 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 char_table_ref [37]
143182 next_element_from_buffer <cycle 4> [161]
1569 next_element_from_c_string <cycle 4> [930]
1512 next_element_from_string <cycle 4> [219]
1272 face_before_or_after_it_pos <cycle 4> [289]
-----------------------------------------------
0.00 0.00 6/142572 Finternal_char_font [322]
0.00 0.00 295/142572 show_hourglass <cycle 4> [183]
0.00 1.73 142271/142572 get_next_display_element <cycle 4> [10]
[11] 18.2 0.00 1.74 142572 face_for_char [11]
0.00 1.70 138681/138681 fontset_font [12]
0.01 0.01 138680/2446268 hash_lookup [25]
0.00 0.01 138680/180498 get_char_property_and_overlay [100]
0.00 0.00 138685/7538722 char_table_ref [37]
0.00 0.00 138685/2634947 font_has_char [102]
0.00 0.00 2/2 face_for_font [664]
0.00 0.00 138680/167471 Fget_char_property [786]
-----------------------------------------------
0.00 1.70 138681/138681 face_for_char [11]
[12] 17.8 0.00 1.70 138681 fontset_font [12]
0.03 1.67 138682/138682 fontset_find_font [13]
0.00 0.00 1/82 make_fontset [396]
-----------------------------------------------
0.03 1.67 138682/138682 fontset_font [12]
[13] 17.8 0.03 1.67 138682 fontset_find_font [13]
0.04 1.63 138684/138692 font_find_for_lface [14]
0.00 0.00 138682/7538722 char_table_ref [37]
0.00 0.00 277361/2634947 font_has_char [102]
0.00 0.00 3/1428 char_table_set_range [76]
0.00 0.00 4/12 font_open_entity [392]
0.00 0.00 4/12 font_open_for_lface [397]
0.00 0.00 11/8857 Fmake_vector [207]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 9/9 font_match_p [685]
0.00 0.00 9/47 Ffont_get [726]
0.00 0.00 9/410271 Fcdr [768]
0.00 0.00 3/1391 char_table_ref_and_range [950]
-----------------------------------------------
0.00 0.00 8/138692 font_load_for_lface [302]
0.04 1.63 138684/138692 fontset_find_font [13]
[14] 17.4 0.04 1.63 138692 font_find_for_lface [14]
0.04 1.01 554734/554734 font_list_entities [16]
0.03 0.47 554734/554734 font_sort_entities [21]
0.00 0.03 138692/1248173 Fassoc_string [30]
0.00 0.02 138692/138863 copy_font_spec [78]
0.00 0.02 138699/140083 font_intern_prop [93]
0.00 0.00 1/1109459 font_registry_charsets [31]
0.00 0.00 138692/138693 build_style_table [795]
0.00 0.00 9/1778 font_style_to_value [919]
-----------------------------------------------
511 command_loop_1 <cycle 2> [18]
[15] 12.1 0.00 1.16 511 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.29 1021/1021 active_maps [26]
0.00 0.29 1020/1020 keyremap_step.constprop.45 [27]
0.01 0.13 510/9783 access_keymap <cycle 4> [907]
0.01 0.13 510/9783 Fkey_binding <cycle 4> [352]
0.00 0.15 510/510 test_undefined [40]
0.01 0.13 510/9783 unbind_to <cycle 4> [244]
0.00 0.00 1021/1289625 Fcons [80]
0.00 0.00 1531/465106 get_keymap [766]
0.00 0.00 511/511 echo_keystrokes_p [1065]
0.00 0.00 511/1025 echo_dash [975]
0.00 0.00 510/510 follow_key [1071]
0.00 0.00 510/1020 Fcommand_remapping [978]
0.00 0.00 510/1020 echo_update [981]
511 read_char <cycle 2> [20]
-----------------------------------------------
0.04 1.01 554734/554734 font_find_for_lface [14]
[16] 11.0 0.04 1.01 554734 font_list_entities [16]
0.04 0.91 554734/554734 xfont_list [17]
0.02 0.00 554734/2778892 Fnreverse [45]
0.00 0.02 1109468/1109469 assoc_no_quit [96]
0.01 0.00 1109468/1109470 xfont_get_cache [121]
0.01 0.00 555016/1289625 Fcons [80]
0.00 0.00 141/141 xftfont_list [212]
0.00 0.00 141/45490 concat [103]
0.00 0.00 141/138863 copy_font_spec [78]
0.00 0.00 141/6814 Fvconcat [832]
-----------------------------------------------
0.04 0.91 554734/554734 font_list_entities [16]
[17] 10.0 0.04 0.91 554734 xfont_list [17]
0.17 0.64 1109458/1109458 xfont_list_pattern [19]
0.01 0.03 554734/554979 Fassoc [66]
0.03 0.00 1109458/1109458 xfont_encode_coding_xlfd [69]
0.02 0.00 554734/555562 font_unparse_xlfd [86]
0.02 0.00 2218924/4474415 assq_no_quit [63]
-----------------------------------------------
2 internal_condition_case <cycle 2> [215]
[18] 9.1 0.00 0.87 2 command_loop_1 <cycle 2> [18]
0.04 0.40 1530/9783 safe_run_hooks <cycle 4> [276]
0.01 0.13 510/9783 call0 <cycle 4> [854]
0.01 0.13 510/9783 call1 <cycle 4> [949]
0.01 0.13 509/9783 unbind_to <cycle 4> [244]
0.00 0.00 2/2 resize_echo_area_exactly [229]
0.00 0.00 556/556 composition_adjust_point [278]
0.00 0.00 1524/180498 get_char_property_and_overlay [100]
0.00 0.00 510/510 start_hourglass [372]
0.00 0.00 510/1289625 Fcons [80]
0.00 0.00 510/227551 grow_specpdl [779]
0.00 0.00 510/607 record_unwind_protect_void [1025]
511 read_key_sequence.constprop.44 <cycle 2> [15]
-----------------------------------------------
0.17 0.64 1109458/1109458 xfont_list [17]
[19] 8.5 0.17 0.64 1109458 xfont_list_pattern [19]
0.00 0.25 1109458/1109459 font_registry_charsets [31]
0.09 0.00 1109455/1111191 process_pending_signals <cycle 3> [134]
0.09 0.00 1109458/1109464 x_had_errors_p [50]
0.08 0.01 1109458/1109473 x_catch_errors_with_handler [51]
0.03 0.03 1109455/1112161 do_pending_atimers [55]
0.05 0.00 1109458/1109472 x_uncatch_errors [60]
0.01 0.00 2218916/3508683 unblock_input_to [144]
0.00 0.00 4/4474415 assq_no_quit [63]
0.00 0.00 2218916/3508670 unblock_input [754]
0.00 0.00 1109458/1109459 x_catch_errors [762]
-----------------------------------------------
511 read_key_sequence.constprop.44 <cycle 2> [15]
[20] 6.6 0.01 0.62 511 read_char <cycle 2> [20]
0.01 0.13 518/9783 access_keymap <cycle 4> [907]
0.01 0.13 518/9783 call0 <cycle 4> [854]
0.00 0.14 514/514 sit_for [41]
0.00 0.06 741/1397 detect_input_pending_run_timers [43]
0.00 0.06 16/47 redisplay_internal [38]
0.00 0.02 2/9 wait_reading_process_output [44]
0.00 0.02 515/1038 swallow_events [65]
0.00 0.01 522/1847 readable_events [61]
0.00 0.00 8/9783 call4 <cycle 4> [1273]
0.00 0.00 1/9783 safe_run_hooks <cycle 4> [276]
0.00 0.00 1/9783 Fdo_auto_save <cycle 4> [593]
0.00 0.00 510/510 make_lispy_event [425]
0.00 0.00 8/2757 Fvector [245]
0.00 0.00 2/1111191 gobble_input <cycle 3> [53]
0.00 0.00 9/1289625 Fcons [80]
0.00 0.00 8/1230 list2 [368]
0.00 0.00 1554/465106 get_keymap [766]
0.00 0.00 522/522 kbd_on_hold_p [1052]
0.00 0.00 522/522 event_to_kboard [1051]
0.00 0.00 514/1025 echo_dash [975]
0.00 0.00 510/510 record_char [1072]
0.00 0.00 510/510 add_command_key [1070]
0.00 0.00 510/1020 echo_update [981]
0.00 0.00 16/16 redisplay [1341]
0.00 0.00 1/2 clear_message [1519]
0.00 0.00 1/14391 list1 [818]
522 top_level_1 <cycle 2> [39]
-----------------------------------------------
0.03 0.47 554734/554734 font_find_for_lface [14]
[21] 5.3 0.03 0.47 554734 font_sort_entities [21]
0.00 0.45 2218901/2218901 ftfont_has_char [24]
0.02 0.00 2218901/2634947 xftfont_has_char [85]
0.01 0.00 2218901/2634947 font_has_char [102]
0.00 0.00 36/38 font_score [1274]
-----------------------------------------------
0.00 0.00 1109/2220018 ftfont_pattern_entity [216]
0.13 0.32 2218909/2220018 ftfont_get_fc_charset [23]
[22] 4.7 0.13 0.32 2220018 ftfont_lookup_cache [22]
0.01 0.28 2220017/2224296 Fgethash [28]
0.02 0.00 2218909/4474415 assq_no_quit [63]
0.00 0.01 551/1932 Fputhash [79]
0.00 0.00 1/3 Fmake_hash_table [113]
0.00 0.00 551/1289625 Fcons [80]
0.00 0.00 551/1153527 xmalloc [118]
0.00 0.00 551/551 make_save_ptr_int [642]
-----------------------------------------------
0.00 0.00 8/2218909 xftfont_open [394]
0.00 0.45 2218901/2218909 ftfont_has_char [24]
[23] 4.7 0.00 0.45 2218909 ftfont_get_fc_charset [23]
0.13 0.32 2218909/2220018 ftfont_lookup_cache [22]
-----------------------------------------------
0.00 0.45 2218901/2218901 font_sort_entities [21]
[24] 4.7 0.00 0.45 2218901 ftfont_has_char [24]
0.00 0.45 2218901/2218909 ftfont_get_fc_charset [23]
-----------------------------------------------
0.00 0.00 1/2446268 Fcharsetp [602]
0.00 0.00 1/2446268 fontset_from_font <cycle 4> [343]
0.00 0.00 2/2446268 Fset_charset_priority [444]
0.00 0.00 3/2446268 detect_coding_utf_16 [539]
0.00 0.00 3/2446268 Finsert_file_contents <cycle 4> [351]
0.00 0.00 3/2446268 font_registry_charsets [31]
0.00 0.00 9/2446268 Fcoding_system_p [492]
0.00 0.00 77/2446268 Fcoding_system_eol_type [364]
0.00 0.00 825/2446268 find_font_encoding [68]
0.00 0.00 1037/2446268 code_convert_string <cycle 4> [264]
0.00 0.00 1044/2446268 setup_coding_system [296]
0.00 0.00 1085/2446268 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1932/2446268 Fputhash [79]
0.01 0.00 77270/2446268 maybe_set_redisplay [146]
0.01 0.01 138680/2446268 face_for_char [11]
0.18 0.10 2224296/2446268 Fgethash [28]
[25] 3.2 0.20 0.11 2446268 hash_lookup [25]
0.08 0.00 2220608/2778892 Fnreverse [45]
0.03 0.00 2219460/6002698 internal_equal [52]
0.00 0.00 2220608/2220608 hashfn_equal [757]
0.00 0.00 2219460/2219460 cmpfn_equal [758]
0.00 0.00 221062/221062 hashfn_eq [780]
0.00 0.00 4598/4598 hashfn_eql [855]
-----------------------------------------------
0.00 0.29 1021/1021 read_key_sequence.constprop.44 <cycle 2> [15]
[26] 3.0 0.00 0.29 1021 active_maps [26]
0.02 0.27 1021/9783 Fcurrent_active_maps <cycle 4> [192]
-----------------------------------------------
0.00 0.29 1020/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[27] 3.0 0.00 0.29 1020 keyremap_step.constprop.45 [27]
0.02 0.27 1020/9783 access_keymap <cycle 4> [907]
0.00 0.00 2040/465106 get_keymap [766]
0.00 0.00 2040/7242 Ffboundp [831]
-----------------------------------------------
0.00 0.00 1/2224296 raw_text_coding_system [598]
0.00 0.00 3/2224296 font_registry_charsets [31]
0.00 0.00 8/2224296 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 11/2224296 Fcoding_system_plist [482]
0.00 0.00 15/2224296 Fcoding_system_base [470]
0.00 0.00 24/2224296 decode_mode_spec_coding [460]
0.00 0.00 47/2224296 Ffuncall <cycle 4> [29]
0.00 0.00 77/2224296 Fcoding_system_eol_type [364]
0.00 0.00 98/2224296 redisplay_internal [38]
0.00 0.00 797/2224296 handle_one_xevent [99]
0.00 0.00 882/2224296 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1057/2224296 where_is_internal <cycle 4> [157]
0.00 0.00 1259/2224296 where_is_internal_1 <cycle 4> [101]
0.01 0.28 2220017/2224296 ftfont_lookup_cache [22]
[28] 3.0 0.01 0.28 2224296 Fgethash [28]
0.18 0.10 2224296/2446268 hash_lookup [25]
0.00 0.00 2224296/2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
1 funcall_not <cycle 4> [1605]
16 eval_sub <cycle 4> [176]
19 call3 <cycle 4> [1330]
38 call4 <cycle 4> [1273]
467 run_hook_wrapped_funcall <cycle 4> [1084]
518 Ffuncall_interactively <cycle 4> [1054]
518 Fcall_interactively <cycle 4> [106]
542 Fcommandp <cycle 4> [853]
760 internal_condition_case_n <cycle 4> [896]
1032 Fapply <cycle 4> [313]
1426 call1 <cycle 4> [949]
1713 call2 <cycle 4> [924]
2076 funcall_nil <cycle 4> [908]
3851 bcall0 <cycle 4> [860]
4609 call0 <cycle 4> [854]
115596 exec_byte_code <cycle 4> [73]
[29] 3.0 0.02 0.27 133182 Ffuncall <cycle 4> [29]
0.00 0.24 1450/1450 Fparse_partial_sexp [33]
0.00 0.01 1456/1456 scan_lists [149]
0.01 0.00 7/10 Ffeaturep [139]
0.00 0.00 3161/3208 Fframe_parameter [172]
0.00 0.00 5160/5160 Fre_search_forward [182]
0.00 0.00 467/1486 Fremove_list_of_text_properties [105]
0.00 0.00 3607/45490 concat [103]
0.00 0.00 2626/2757 Fvector [245]
0.00 0.00 2582/2582 Fmake_byte_code [248]
0.00 0.00 386/386 string_match_1 [256]
0.00 0.00 24/1932 Fputhash [79]
0.00 0.00 2020/2020 Fline_beginning_position [266]
0.00 0.00 1022/1022 Fface_font [268]
0.00 0.00 61/1944 Ffind_file_name_handler [158]
0.00 0.00 183/183 read_internal_start [281]
0.00 0.00 1935/12169 Fget_text_property [208]
0.00 0.00 1452/1452 Fbackward_prefix_chars [287]
0.00 0.00 961/995 Fset_match_data [315]
0.00 0.00 1084/1084 Fbacktrace_frame [318]
0.00 0.00 1030/1030 Fwindow_scroll_bars [319]
0.00 0.00 129/396 Fput [267]
0.00 0.00 6/6 Finternal_char_font [322]
0.00 0.00 934/934 Ftext_property_any [323]
0.00 0.00 519/2539 Fconstrain_to_field [253]
0.00 0.00 961/995 Fmatch_data [330]
0.00 0.00 3319/1289625 Fcons [80]
0.00 0.00 3/37 Fdefalias [224]
0.00 0.00 516/516 skip_syntaxes [349]
0.00 0.00 421/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 40/436 Fplist_put [261]
0.00 0.00 119/887 Ffont_spec [280]
0.00 0.00 421/1112161 do_pending_atimers [55]
0.00 0.00 83/35053 Fcopy_sequence [150]
0.00 0.00 77/77 Fcoding_system_eol_type [364]
0.00 0.00 82/1575 Finternal_merge_in_global_face [247]
0.00 0.00 541/695 list3 [360]
0.00 0.00 123/8857 Fmake_vector [207]
0.00 0.00 20/20 Fsearch_forward [380]
0.00 0.00 124/2088 Fintern [286]
0.00 0.00 3/3 Ftry_completion [416]
0.00 0.00 47/2224296 Fgethash [28]
0.00 0.00 79/554979 Fassoc [66]
0.00 0.00 22/1248173 Fassoc_string [30]
0.00 0.00 2/2 Fset_charset_priority [444]
0.00 0.00 63/63 time_arith [445]
0.00 0.00 2/3135 Fframe_parameters [171]
0.00 0.00 12/12 Fframe_list [465]
0.00 0.00 4/4 looking_at_1 [468]
0.00 0.00 23/2774417 Fcompare_strings [32]
0.00 0.00 16/16 Fcoding_system_base [470]
0.00 0.00 106/1230 list2 [368]
0.00 0.00 11/11 Fcoding_system_plist [482]
0.00 0.00 8/8 Fx_selection_exists_p [489]
0.00 0.00 16/16 Fdelete [491]
0.00 0.00 1/4 Fget_load_suffixes [443]
0.00 0.00 5/5 Fsort [501]
0.00 0.00 6/6 Fx_register_dnd_atom [509]
0.00 0.00 2/2 file_attributes [518]
0.00 0.00 9/573 window_list_1 [344]
0.00 0.00 1/1 Fx_wm_set_size_hint [523]
0.00 0.00 7/7 Fintern_soft [527]
0.00 0.00 3/10 Fcoding_system_p [492]
0.00 0.00 6/6 Fxw_color_values [548]
0.00 0.00 2/2 Fx_change_window_property [550]
0.00 0.00 1/1 Fcopy_keymap [551]
0.00 0.00 1/1 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/4 Fcheck_coding_system [529]
0.00 0.00 2/2 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 11/11 Fgetenv_internal [569]
0.00 0.00 22/22 Finternal_get_lisp_face_attribute [571]
0.00 0.00 209/1039 Fboundp [505]
0.00 0.00 2/2 Fautoload [584]
0.00 0.00 1/1 Fx_backspace_delete_keys_p [589]
0.00 0.00 8/8 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/1 Fcharsetp [602]
0.00 0.00 2/7 Fcurrent_time [530]
0.00 0.00 4/3332260 casify_object [48]
0.00 0.00 3/3 Fset_terminal_parameter [618]
0.00 0.00 5/5 Fterminal_list [619]
0.00 0.00 469/471 Fregexp_quote [626]
0.00 0.00 20/20 Finit_image_library [641]
0.00 0.00 1935/428532 lookup_char_property [390]
0.00 0.00 467/487 Fmake_marker [646]
0.00 0.00 1/415 list4 [365]
0.00 0.00 1/2778892 Fnreverse [45]
0.00 0.00 1/215 Fsafe_length [427]
0.00 0.00 109/41699 make_specified_string [422]
0.00 0.00 1215/1215 Fwindow_frame [672]
0.00 0.00 1030/1030 Fwindow_pixel_top [682]
0.00 0.00 1030/1030 Fwindow_pixel_left [681]
0.00 0.00 519/519 Fline_end_position [690]
0.00 0.00 537/537 Fwindow_pixel_width [695]
0.00 0.00 529/529 Fwindow_pixel_height [696]
0.00 0.00 1/119 Fcurrent_window_configuration [526]
0.00 0.00 1/1 Fwindow_resize_apply_total [706]
0.00 0.00 92/92 Fwindow_parameter [717]
0.00 0.00 104/104 Fwindow_left_child [723]
0.00 0.00 104/104 Fwindow_top_child [724]
0.00 0.00 108/108 Fwindow_minibuffer_p [725]
0.00 0.00 2/2 next_window [728]
0.00 0.00 28/28 Fwindow_next_sibling [731]
0.00 0.00 24/24 Fwindow_parent [732]
0.00 0.00 9/9 Fterminal_parameter [736]
0.00 0.00 2/2 Fset_window_new_total [744]
0.00 0.00 2/2 Fwindow_new_total [745]
0.00 0.00 133182/138614 record_in_backtrace [796]
0.00 0.00 3307/410271 Fcdr [768]
0.00 0.00 2823/18301 arith_driver [817]
0.00 0.00 2584/6814 Fvconcat [832]
0.00 0.00 2416/2446 Fbuffer_modified_p [894]
0.00 0.00 2225/2225 Fterminal_live_p [899]
0.00 0.00 1935/408494 textget [769]
0.00 0.00 1786/1786 Fvectorp [918]
0.00 0.00 1623/1623 Fframe_char_height [927]
0.00 0.00 1601/5997 Findirect_function [839]
0.00 0.00 1571/1571 Fpurecopy [929]
0.00 0.00 1537/427893 indirect_function [767]
0.00 0.00 1456/1456 Fscan_sexps [946]
0.00 0.00 1225/1225 Flogand [959]
0.00 0.00 1225/1225 Flsh [960]
0.00 0.00 1086/6187 Fplus [836]
0.00 0.00 1082/3215 Fdefault_value [874]
0.00 0.00 1061/2061 Frun_hook_with_args [910]
0.00 0.00 1022/1022 Ffloatp [976]
0.00 0.00 1020/1020 Fwindow_vscroll [980]
0.00 0.00 1020/1020 Fwindow_hscroll [979]
0.00 0.00 943/943 Fset_syntax_table [991]
0.00 0.00 938/938 Fsyntax_table [993]
0.00 0.00 636/671 Fframep [1019]
0.00 0.00 613/613 Fselected_window [1022]
0.00 0.00 610/610 Fframe_live_p [1023]
0.00 0.00 590/590 Fwindow_live_p [1027]
0.00 0.00 587/587 Fframe_char_width [1029]
0.00 0.00 556/557 Fappend [1034]
0.00 0.00 544/544 Fsubrp [1039]
0.00 0.00 542/542 Frun_hook_with_args_until_success [1040]
0.00 0.00 541/541 Fwindow_header_line_height [1042]
0.00 0.00 541/541 Fwindow_margins [1043]
0.00 0.00 541/541 Fwindow_fringes [1041]
0.00 0.00 518/518 Farrayp [1053]
0.00 0.00 516/516 Fskip_syntax_forward [1058]
0.00 0.00 515/515 Fwindow_body_height [1060]
0.00 0.00 515/515 Fwindow_body_width [1061]
0.00 0.00 515/515 Fborder_width [1059]
0.00 0.00 512/1668 Fminus [926]
0.00 0.00 510/510 Fset_window_vscroll [1068]
0.00 0.00 510/510 Fabs [1067]
0.00 0.00 510/510 Fx_hide_tip [1069]
0.00 0.00 509/509 Fbuffer_name [1075]
0.00 0.00 506/678 Fmarker_position [1018]
0.00 0.00 506/506 Fwindow_start [1077]
0.00 0.00 467/965 Fconcat [986]
0.00 0.00 467/467 Frun_hook_wrapped [1083]
0.00 0.00 386/386 Fstring_match [1092]
0.00 0.00 385/385 Fkeymapp [1093]
0.00 0.00 304/304 Fwindow_valid_p [1106]
0.00 0.00 253/7242 Ffboundp [831]
0.00 0.00 229/239 Fwindow_buffer [1116]
0.00 0.00 183/183 Fread [1132]
0.00 0.00 122/124 Fmake_sparse_keymap [1156]
0.00 0.00 122/135 Fkeymap_prompt [1151]
0.00 0.00 120/539 intern_sym [1044]
0.00 0.00 115/119 Ffile_name_absolute_p [1162]
0.00 0.00 93/93 Fwindowp [1172]
0.00 0.00 89/98231 Fplist_get [798]
0.00 0.00 85/133 Fdelq [1154]
0.00 0.00 82/49012 Fcar [807]
0.00 0.00 63/63 Ftime_add [1195]
0.00 0.00 59/59 Fdecode_coding_string [1202]
0.00 0.00 58/58 Fframe_root_window [1203]
0.00 0.00 56/56 rounding_driver [1206]
0.00 0.00 54/54 Foverlayp [1209]
0.00 0.00 53/53 Fstringp [1210]
0.00 0.00 52/52 Fceiling [1213]
0.00 0.00 51/219 Fdefault_boundp [1125]
0.00 0.00 50/50 Ffloat_time [1225]
0.00 0.00 49/3900 Ffunctionp [859]
0.00 0.00 46/46 Fx_display_color_cells [1254]
0.00 0.00 42/42 Fframe_selected_window [1266]
0.00 0.00 37/37 Finternal_show_cursor [1276]
0.00 0.00 33/5857 Flocal_variable_p [840]
0.00 0.00 33/33 Fforce_mode_line_update [1283]
0.00 0.00 33/33 Fselected_frame [1284]
0.00 0.00 28/28 Fminibuffer_window [1295]
0.00 0.00 28/35 Fwindow_system [1280]
0.00 0.00 26/26 Ftime_less_p [1297]
0.00 0.00 26/26 Fwindow_bottom_divider_width [1298]
0.00 0.00 26/26 Fwindow_scroll_bar_height [1301]
0.00 0.00 26/26 Fwindow_right_divider_width [1300]
0.00 0.00 26/26 Fwindow_scroll_bar_width [1302]
0.00 0.00 24/272 Finternal_show_cursor_p [1110]
0.00 0.00 24/24 Factive_minibuffer_window [1307]
0.00 0.00 22/22 Fframe_visible_p [1317]
0.00 0.00 22/101 Fxw_display_color_p [1167]
0.00 0.00 22/22 emacs_readlinkat [1319]
0.00 0.00 17/17 Fprefix_numeric_value [1336]
0.00 0.00 17/17 Fcurrent_message [1335]
0.00 0.00 16/14391 list1 [818]
0.00 0.00 15/743 Fbuffer_live_p [1005]
0.00 0.00 14/14 Fmultibyte_string_p [1347]
0.00 0.00 14/14 Fcurrent_global_map [1346]
0.00 0.00 13/49 xrdb_get_resource [1246]
0.00 0.00 13/13 Fx_get_resource [1349]
0.00 0.00 12/12 Fframe_terminal [1354]
0.00 0.00 12/12 read_file_name [1357]
0.00 0.00 11/18 Fbuffer_file_name [1333]
0.00 0.00 10/10 Flocal_variable_if_set_p [1364]
0.00 0.00 10/2126 Frassq [904]
0.00 0.00 9/9 Fwindow_list_1 [1383]
0.00 0.00 8/8 Fformat [1386]
0.00 0.00 8/4021849 Fsymbol_name [753]
0.00 0.00 7/652 make_float [1021]
0.00 0.00 6/2131 Fnconc [903]
0.00 0.00 6/6 Fwindow_line_height [1408]
0.00 0.00 6/6 Fselect_frame [1406]
0.00 0.00 6/6 Ftty_top_frame [1407]
0.00 0.00 6/6 Fbuffer_base_buffer [1402]
0.00 0.00 6/6 Fprocess_list [1404]
0.00 0.00 5/5 Fset_frame_selected_window [1424]
0.00 0.00 5/38 Fselect_window [1272]
0.00 0.00 5/5 Fprocessp [1422]
0.00 0.00 5/5 Fuse_local_map [1426]
0.00 0.00 5/5 Fsymbolp [1425]
0.00 0.00 5/5 Fset_buffer_modified_p [1423]
0.00 0.00 4/4 Fround [1448]
0.00 0.00 4/90 Fbuffer_local_value [1173]
0.00 0.00 4/4 Fcapitalize [1442]
0.00 0.00 4/4 Ffloat [1444]
0.00 0.00 4/8 keymap_parent [1391]
0.00 0.00 4/4 Fkeymap_parent [1445]
0.00 0.00 4/4 Flooking_at [1446]
0.00 0.00 4/1071 Freverse [969]
0.00 0.00 3/3 fmod_float [1488]
0.00 0.00 3/3 Fmod [1475]
0.00 0.00 3/3 Fset_window_next_buffers [1478]
0.00 0.00 3/3 Fset_window_prev_buffers [1479]
0.00 0.00 3/3 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/3 Fchar_table_parent [1472]
0.00 0.00 3/3 Fwindow_next_buffers [1482]
0.00 0.00 3/3 Fwindow_prev_buffers [1483]
0.00 0.00 3/3 Fbufferp [1471]
0.00 0.00 3/4 Fset_buffer_multibyte [1450]
0.00 0.00 3/3 Fdaemonp [1473]
0.00 0.00 3/3 Fstandard_syntax_table [1480]
0.00 0.00 2/2 Fnext_window [1511]
0.00 0.00 2/2 Fset_char_table_parent [1512]
0.00 0.00 2/3 Fset_keymap_parent [1476]
0.00 0.00 2/2 Fcar_less_than_car [1506]
0.00 0.00 2/2 Ftty_type [1514]
0.00 0.00 2/2843 Fget_buffer [884]
0.00 0.00 2/571 Fsubstitute_command_keys [1031]
0.00 0.00 2/2 Fbyte_code_function_p [1504]
0.00 0.00 2/3 Fuser_login_name [1481]
0.00 0.00 2/2 Fkeywordp [1507]
0.00 0.00 2/4 Fsystem_name [1451]
0.00 0.00 1/1 Fposn_at_x_y [1573]
0.00 0.00 1/1 Ftool_bar_height [1581]
0.00 0.00 1/1 Ffunction_equal [1569]
0.00 0.00 1/1 Fdelete_frame [1563]
0.00 0.00 1/1 Fframe_after_make_frame [1568]
0.00 0.00 1/1 Fset_input_meta_mode [1578]
0.00 0.00 1/1 Fcurrent_bidi_paragraph_direction [1561]
0.00 0.00 1/1 Fbuffer_size [1558]
0.00 0.00 1/6 Frestore_buffer_modified_p [1405]
0.00 0.00 1/1 Flocale_info [1571]
0.00 0.00 1/5 make_process [1435]
0.00 0.00 1/5 Fget_buffer_process [1420]
0.00 0.00 1/1 Femacs_pid [1566]
0.00 0.00 1/1 Fmax_char [1572]
0.00 0.00 1/2 Fbyteorder [1505]
0.00 0.00 1/1 Finvocation_name [1570]
0.00 0.00 1/1 Fuser_real_login_name [1583]
0.00 0.00 1/1 Fcurrent_input_mode [1562]
48774 funcall_lambda <cycle 4> [314]
32737 exec_byte_code <cycle 4> [73]
16850 unbind_to <cycle 4> [244]
2072 Fcommandp <cycle 4> [853]
1472 Fput_text_property <cycle 4> [944]
1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
935 Fapply <cycle 4> [313]
729 Fset_fontset_font <cycle 4> [56]
543 Fmacroexpand <cycle 4> [674]
518 Ffuncall_interactively <cycle 4> [1054]
518 Fcall_interactively <cycle 4> [106]
510 Fvertical_motion <cycle 4> [209]
509 Fline_pixel_height <cycle 4> [1076]
297 Feval <cycle 4> [320]
133 Fexpand_file_name <cycle 4> [173]
122 Fmap_keymap <cycle 4> [1157]
91 Ffile_name_nondirectory <cycle 4> [251]
59 code_convert_string <cycle 4> [264]
53 Fmake_local_variable <cycle 4> [436]
49 Ffile_name_as_directory <cycle 4> [279]
45 Frun_hooks <cycle 4> [1260]
45 Flookup_key <cycle 4> [891]
42 Fmapcar <cycle 4> [401]
41 Ffile_directory_p <cycle 4> [285]
38 Ffile_name_directory <cycle 4> [284]
36 Fset_default <cycle 4> [198]
28 Fdirectory_file_name <cycle 4> [273]
27 Ffile_symlink_p <cycle 4> [308]
26 Fwindow_mode_line_height <cycle 4> [1299]
24 Fload <cycle 4> [411]
24 Fbuffer_list <cycle 4> [1308]
24 Ffile_readable_p <cycle 4> [311]
21 Fdefine_key <cycle 4> [112]
20 Fimage_mask_p <cycle 4> [640]
17 current_message <cycle 4> [1193]
13 Fgarbage_collect <cycle 4> [64]
10 Fwhere_is_internal <cycle 4> [326]
10 select_window <cycle 4> [528]
9 call2 <cycle 4> [924]
8 styled_format <cycle 4> [369]
8 Fthrow <cycle 4> [1387]
6 Fpos_visible_in_window_p <cycle 4> [604]
6 do_switch_frame <cycle 4> [1388]
5 Fkill_local_variable <cycle 4> [741]
4 Fposn_at_point <cycle 4> [1447]
3 Finsert_file_contents <cycle 4> [351]
3 Fmodify_frame_parameters <cycle 4> [1421]
3 merge <cycle 4> [1492]
3 Fkill_buffer <cycle 4> [565]
3 Fget_buffer_create <cycle 4> [479]
2 Fautoload_do_load <cycle 4> [587]
2 Fmessage <cycle 4> [1510]
2 Fset_coding_system_priority <cycle 4> [473]
2 Feval_buffer <cycle 4> [507]
2 Flocate_file_internal <cycle 4> [1509]
2 Fsignal <cycle 4> [647]
2 Fnew_fontset <cycle 4> [371]
2 Ffile_attributes <cycle 4> [424]
2 text_quoting_style <cycle 4> [434]
2 Ffile_exists_p <cycle 4> [400]
2 Fkill_all_local_variables <cycle 4> [1508]
1 Frun_hook_with_args_until_failure <cycle 4> [1449]
1 Fpropertize <cycle 4> [521]
1 Fremove_text_properties <cycle 4> [625]
1 Fcommand_error_default_function <cycle 4> [1560]
1 Fx_open_connection <cycle 4> [1587]
1 make_lispy_position <cycle 4> [562]
1 Fmapc <cycle 4> [623]
1 delete_frame <cycle 4> [230]
1 Fkill_emacs <cycle 4> [686]
1 Fset_window_configuration <cycle 4> [702]
1 Ffile_accessible_directory_p <cycle 4> [453]
1 Fmake_frame_visible <cycle 4> [606]
1 Fx_create_frame <cycle 4> [202]
1 Fredraw_frame <cycle 4> [1576]
1 Fundo_boundary <cycle 4> [1582]
-----------------------------------------------
0.00 0.00 22/1248173 Ffuncall <cycle 4> [29]
0.00 0.03 138692/1248173 font_find_for_lface [14]
0.04 0.21 1109459/1248173 font_registry_charsets [31]
[30] 2.9 0.04 0.24 1248173 Fassoc_string [30]
0.11 0.13 2774305/2774417 Fcompare_strings [32]
0.00 0.00 30/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 30/1112161 do_pending_atimers [55]
0.00 0.00 4021820/4021849 Fsymbol_name [753]
-----------------------------------------------
0.00 0.00 1/1109459 font_find_for_lface [14]
0.00 0.25 1109458/1109459 xfont_list_pattern [19]
[31] 2.6 0.00 0.25 1109459 font_registry_charsets [31]
0.04 0.21 1109459/1248173 Fassoc_string [30]
0.00 0.00 3/883 find_font_encoding [68]
0.00 0.00 3/2224296 Fgethash [28]
0.00 0.00 3/2446268 hash_lookup [25]
0.00 0.00 9/1289625 Fcons [80]
0.00 0.00 3/14391 list1 [818]
0.00 0.00 3/1818 nconc2 [916]
-----------------------------------------------
0.00 0.00 23/2774417 Ffuncall <cycle 4> [29]
0.00 0.00 89/2774417 Ftry_completion [416]
0.11 0.13 2774305/2774417 Fassoc_string [30]
[32] 2.5 0.11 0.13 2774417 Fcompare_strings [32]
0.09 0.00 3329554/3332260 casify_object [48]
0.04 0.00 5548834/5549489 validate_subarray [62]
0.00 0.00 5548834/5549204 string_char_to_byte [752]
0.00 0.00 3329554/3329554 Fupcase [755]
-----------------------------------------------
0.00 0.24 1450/1450 Ffuncall <cycle 4> [29]
[33] 2.5 0.00 0.24 1450 Fparse_partial_sexp [33]
0.07 0.17 1450/1450 scan_sexps_forward [34]
0.00 0.00 14500/1289625 Fcons [80]
0.00 0.00 1450/15953 set_point_both [206]
0.00 0.00 1450/25879 buf_charpos_to_bytepos [733]
0.00 0.00 1450/1452 validate_region [947]
-----------------------------------------------
0.07 0.17 1450/1450 Fparse_partial_sexp [33]
[34] 2.5 0.07 0.17 1450 scan_sexps_forward [34]
0.10 0.07 5671808/7538722 char_table_ref [37]
0.00 0.00 4311/410271 Fcdr [768]
0.00 0.00 3353/49012 Fcar [807]
0.00 0.00 1450/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
55 draw_phys_cursor_glyph <cycle 4> [1208]
240 x_write_glyphs <cycle 4> [516]
[35] 2.3 0.00 0.22 295 draw_glyphs <cycle 4> [35]
0.22 0.00 291/291 _init [36]
0.00 0.00 3194/3205 x_get_glyph_overhangs [407]
0.00 0.00 443/460 x_compute_glyph_string_overhangs [483]
0.00 0.00 460/460 fill_glyph_string [644]
0.00 0.00 460/460 set_glyph_string_background_width [1086]
0.00 0.00 460/460 init_glyph_string [1085]
0.00 0.00 277/1972 window_box_left [912]
0.00 0.00 277/6062 window_box_width [838]
460 x_draw_glyph_string <cycle 4> [428]
80 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.22 0.00 291/291 draw_glyphs <cycle 4> [35]
[36] 2.3 0.22 0.00 291 _init [36]
0.00 0.00 17/460 x_compute_glyph_string_overhangs [483]
-----------------------------------------------
0.00 0.00 8/7538722 exec_byte_code <cycle 4> [73]
0.00 0.00 244/7538722 load_charset_map [222]
0.00 0.00 916/7538722 char_composable_p [356]
0.00 0.00 1451/7538722 scan_lists [149]
0.00 0.00 2584/7538722 find_automatic_composition [293]
0.00 0.00 138680/7538722 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 get_next_display_element <cycle 4> [10]
0.00 0.00 138682/7538722 fontset_find_font [13]
0.00 0.00 138685/7538722 face_for_char [11]
0.00 0.00 141019/7538722 bidi_find_paragraph_start [175]
0.00 0.00 142999/7538722 char_quoted [174]
0.00 0.00 144200/7538722 back_comment [162]
0.00 0.00 278989/7538722 bidi_paired_bracket_type [151]
0.00 0.00 282038/7538722 bidi_explicit_dir_char [94]
0.01 0.00 317739/7538722 composition_compute_stop_pos [107]
0.10 0.07 5671808/7538722 scan_sexps_forward [34]
[37] 2.3 0.13 0.09 7538722 char_table_ref [37]
0.09 0.00 33105673/33105673 sub_char_table_ref [49]
-----------------------------------------------
0.00 0.06 16/47 read_char <cycle 2> [20]
0.01 0.11 31/47 redisplay_preserve_echo_area [42]
[38] 1.9 0.01 0.17 47 redisplay_internal [38]
0.00 0.03 104/9783 show_hourglass <cycle 4> [183]
0.00 0.03 103/9783 do_pending_window_change <cycle 4> [1097]
0.00 0.01 53/9783 unbind_to <cycle 4> [244]
0.00 0.01 49/9783 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.01 49/9783 safe__call1 <cycle 4> [1139]
0.00 0.01 47/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.01 47/9783 specbind <cycle 4> [128]
0.00 0.01 45/9783 update_frame <cycle 4> [1257]
0.00 0.01 43/9783 update_overlay_arrows <cycle 4> [299]
0.00 0.01 27/9783 echo_area_display <cycle 4> [704]
0.00 0.00 15/9783 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 7/7 redisplay_windows [179]
0.00 0.00 6/9783 x_consider_frame_title <cycle 4> [361]
0.00 0.00 98/1932 Fputhash [79]
0.00 0.00 2/9783 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 98/2224296 Fgethash [28]
0.00 0.00 47/77270 set_internal [145]
0.00 0.00 45/47 XTframe_up_to_date [457]
0.00 0.00 49/78 reconsider_clip_changes [461]
0.00 0.00 43/43 hscroll_windows [499]
0.00 0.00 6/34 record_unwind_save_match_data [469]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 31/3508683 unblock_input_to [144]
0.00 0.00 6/6 propagate_buffer_redisplay [721]
0.00 0.00 5/586 window_list [578]
0.00 0.00 61/157 window_outdated [1143]
0.00 0.00 53/227551 grow_specpdl [779]
0.00 0.00 49/62 clear_window_matrices [1197]
0.00 0.00 49/49 clear_desired_matrices [1231]
0.00 0.00 49/69 mode_line_update_needed [1192]
0.00 0.00 47/917 popup_activated [995]
0.00 0.00 47/607 record_unwind_protect_void [1025]
0.00 0.00 47/138614 record_in_backtrace [796]
0.00 0.00 45/47 request_sigio [1252]
0.00 0.00 45/45 start_polling [1261]
0.00 0.00 45/45 stop_polling [1262]
0.00 0.00 45/48 unrequest_sigio [1249]
0.00 0.00 39/61 mark_window_display_accurate_1 [1199]
0.00 0.00 31/3508670 unblock_input [754]
0.00 0.00 7/7 XTcondemn_scroll_bars [1395]
0.00 0.00 7/7 XTjudge_scroll_bars [1396]
0.00 0.00 6/8775 record_unwind_protect [828]
0.00 0.00 6/11 mark_window_display_accurate [1361]
-----------------------------------------------
522 read_char <cycle 2> [20]
0.00 0.93 1/3 internal_catch [6]
[39] 1.6 0.00 0.15 523 top_level_1 <cycle 2> [39]
0.01 0.14 522/9783 call0 <cycle 4> [854]
0.00 0.00 522/560 intern_1 [342]
0.00 0.00 522/1041550 gettime [763]
1 internal_condition_case <cycle 2> [215]
-----------------------------------------------
0.00 0.15 510/510 read_key_sequence.constprop.44 <cycle 2> [15]
[40] 1.5 0.00 0.15 510 test_undefined [40]
0.01 0.13 510/9783 Fkey_binding <cycle 4> [352]
0.00 0.00 510/1020 Fcommand_remapping [978]
-----------------------------------------------
0.00 0.14 514/514 read_char <cycle 2> [20]
[41] 1.5 0.00 0.14 514 sit_for [41]
0.00 0.08 7/9 wait_reading_process_output [44]
0.00 0.04 514/1397 detect_input_pending_run_timers [43]
0.00 0.02 514/1038 swallow_events [65]
0.00 0.00 7/1111191 gobble_input <cycle 3> [53]
0.00 0.00 7/140 detect_input_pending [1148]
-----------------------------------------------
0.00 0.00 1/31 wait_reading_process_output [44]
0.00 0.12 30/31 detect_input_pending_run_timers [43]
[42] 1.3 0.00 0.12 31 redisplay_preserve_echo_area [42]
0.01 0.11 31/47 redisplay_internal [38]
-----------------------------------------------
0.00 0.01 142/1397 wait_reading_process_output [44]
0.00 0.04 514/1397 sit_for [41]
0.00 0.06 741/1397 read_char <cycle 2> [20]
[43] 1.3 0.00 0.12 1397 detect_input_pending_run_timers [43]
0.00 0.12 30/31 redisplay_preserve_echo_area [42]
0.00 0.00 154/1325 get_input_pending [67]
0.00 0.00 28/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 28/1112161 do_pending_atimers [55]
0.00 0.00 30/3508683 unblock_input_to [144]
0.00 0.00 30/3508670 unblock_input [754]
0.00 0.00 30/32 my_log_handler [1285]
0.00 0.00 30/32 x_flush [1286]
-----------------------------------------------
0.00 0.02 2/9 read_char <cycle 2> [20]
0.00 0.08 7/9 sit_for [41]
[44] 1.1 0.00 0.10 9 wait_reading_process_output [44]
0.01 0.07 257/9783 do_pending_window_change <cycle 4> [1097]
0.00 0.01 142/1397 detect_input_pending_run_timers [43]
0.00 0.01 133/1325 timer_check [59]
0.00 0.00 1/31 redisplay_preserve_echo_area [42]
0.00 0.00 133/1325 get_input_pending [67]
0.00 0.00 9/9783 unbind_to <cycle 4> [244]
0.00 0.00 9/1038 swallow_events [65]
0.00 0.00 121/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 121/1112161 do_pending_atimers [55]
0.00 0.00 121/7770475 handle_input_available_signal [89]
0.00 0.00 131/131 xg_select [561]
0.00 0.00 3/3 timerfd_callback [579]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 257/257 requeued_events_pending_p [1112]
0.00 0.00 134/134 clear_waiting_for_input [1152]
0.00 0.00 134/134 set_waiting_for_input [1153]
0.00 0.00 133/140 detect_input_pending [1148]
0.00 0.00 99/610 timespec_add [1024]
0.00 0.00 95/1041550 gettime [763]
0.00 0.00 68/2075 timespec_sub [909]
0.00 0.00 9/227551 grow_specpdl [779]
0.00 0.00 9/538 record_unwind_protect_int [1045]
0.00 0.00 3/3 x_session_check_input [1502]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/32 my_log_handler [1285]
0.00 0.00 1/32 x_flush [1286]
-----------------------------------------------
4442541 Fnreverse [45]
0.00 0.00 1/2778892 Ffuncall <cycle 4> [29]
0.00 0.00 3/2778892 Fload <cycle 4> [411]
0.00 0.00 4/2778892 window_list [578]
0.00 0.00 4/2778892 readevalloop <cycle 4> [402]
0.00 0.00 6/2778892 Fset_charset_priority [444]
0.00 0.00 20/2778892 lookup_image <cycle 4> [495]
0.00 0.00 141/2778892 ftfont_list [211]
0.00 0.00 143/2778892 Fset_fontset_font <cycle 4> [56]
0.00 0.00 573/2778892 window_list_1 [344]
0.00 0.00 785/2778892 exec_byte_code <cycle 4> [73]
0.00 0.00 871/2778892 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 999/2778892 offset_intervals [288]
0.02 0.00 554734/2778892 font_list_entities [16]
0.08 0.00 2220608/2778892 hash_lookup [25]
[45] 1.0 0.10 0.00 2778892+4442541 Fnreverse [45]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 560787/591680 Fsetcdr [764]
4442541 Fnreverse [45]
-----------------------------------------------
4462684 mark_object <cycle 4> [46]
98 mark_overlay <cycle 4> [988]
208 mark_discard_killed_buffers <cycle 4> [1128]
880 mark_image_cache <cycle 4> [1215]
1462 mark_specpdl <cycle 4> [1234]
1906 sweep_weak_table <cycle 4> [1009]
13862 xg_mark_data <cycle 4> [1245]
14618 mark_localized_symbol <cycle 4> [830]
15376 mark_face_cache <cycle 4> [1114]
34730 mark_compiled <cycle 4> [826]
46481 traverse_intervals_noorder <cycle 4> [989]
65896 mark_kboards <cycle 4> [1233]
548460 Fgarbage_collect <cycle 4> [64]
5271672 mark_vectorlike <cycle 4> [127]
5510016 mark_char_table <cycle 4> [88]
[46] 1.0 0.10 0.00 11525665+4462684 mark_object <cycle 4> [46]
83160 mark_vectorlike <cycle 4> [127]
9002 mark_compiled <cycle 4> [826]
7309 mark_localized_symbol <cycle 4> [830]
2051 mark_char_table <cycle 4> [88]
662 traverse_intervals_noorder <cycle 4> [989]
252 mark_face_cache <cycle 4> [1114]
208 mark_discard_killed_buffers <cycle 4> [1128]
98 mark_overlay <cycle 4> [988]
44 mark_buffer <cycle 4> [1090]
4462684 mark_object <cycle 4> [46]
-----------------------------------------------
[47] 1.0 0.09 0.00 1111191+2226422 <cycle 3 as a whole> [47]
0.06 0.00 1112969 gobble_input <cycle 3> [53]
0.02 0.00 1112486 XTread_socket <cycle 3> [77]
0.01 0.00 1112158 process_pending_signals <cycle 3> [134]
-----------------------------------------------
0.00 0.00 1/3332260 fontset_from_font <cycle 4> [343]
0.00 0.00 2/3332260 exec_byte_code <cycle 4> [73]
0.00 0.00 2/3332260 Fnew_fontset <cycle 4> [371]
0.00 0.00 4/3332260 Ffuncall <cycle 4> [29]
0.00 0.00 36/3332260 process_tool_bar_item <cycle 4> [333]
0.00 0.00 118/3332260 font_prop_validate_symbol [391]
0.00 0.00 140/3332260 ftfont_list [211]
0.00 0.00 686/3332260 font_parse_family_registry [321]
0.00 0.00 822/3332260 Fset_fontset_font <cycle 4> [56]
0.00 0.00 895/3332260 fs_query_fontset [324]
0.09 0.00 3329554/3332260 Fcompare_strings [32]
[48] 0.9 0.09 0.00 3332260 casify_object [48]
0.00 0.00 2676/35053 Fcopy_sequence [150]
0.00 0.00 30/200 make_multibyte_string [653]
-----------------------------------------------
0.09 0.00 33105673/33105673 char_table_ref [37]
[49] 0.9 0.09 0.00 33105673 sub_char_table_ref [49]
-----------------------------------------------
0.00 0.00 1/1109464 x_set_mouse_color [115]
0.00 0.00 2/1109464 x_term_init <cycle 4> [508]
0.00 0.00 3/1109464 x_wm_supports [540]
0.09 0.00 1109458/1109464 xfont_list_pattern [19]
[50] 0.9 0.09 0.00 1109464 x_had_errors_p [50]
-----------------------------------------------
0.00 0.00 1/1109473 x_wm_supports [540]
0.00 0.00 1/1109473 x_term_init <cycle 4> [508]
0.00 0.00 1/1109473 x_set_mouse_color [115]
0.00 0.00 1/1109473 read_and_apply_settings [585]
0.00 0.00 11/1109473 x_set_frame_alpha <cycle 4> [480]
0.08 0.01 1109458/1109473 xfont_list_pattern [19]
[51] 0.9 0.08 0.01 1109473 x_catch_errors_with_handler [51]
0.01 0.00 1109473/1153527 xmalloc [118]
-----------------------------------------------
13478833 internal_equal [52]
0.00 0.00 100/6002698 Fdelete [491]
0.00 0.00 942/6002698 Frassoc [393]
0.00 0.00 1189/6002698 Fmember [388]
0.00 0.00 25585/6002698 Fequal [255]
0.02 0.00 1535849/6002698 assoc_no_quit [96]
0.03 0.00 2219460/6002698 hash_lookup [25]
0.03 0.00 2219573/6002698 Fassoc [66]
[52] 0.7 0.07 0.00 6002698+13478833 internal_equal [52]
0.00 0.00 81/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 81/1112161 do_pending_atimers [55]
13478833 internal_equal [52]
-----------------------------------------------
1112960 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1111191 read_char <cycle 2> [20]
0.00 0.00 7/1111191 sit_for [41]
[53] 0.6 0.06 0.00 1112969 gobble_input <cycle 3> [53]
0.00 0.00 1111677/1111677 frame_make_pointer_visible [761]
1112486 XTread_socket <cycle 3> [77]
-----------------------------------------------
<spontaneous>
[54] 0.6 0.04 0.02 deliver_process_signal [54]
0.02 0.00 7770354/7770475 handle_input_available_signal [89]
-----------------------------------------------
0.00 0.00 1/1112161 other_visible_frames [590]
0.00 0.00 1/1112161 adjust_frame_size <cycle 4> [497]
0.00 0.00 1/1112161 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1112161 x_new_font <cycle 4> [588]
0.00 0.00 1/1112161 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1112161 x_set_mouse_color [115]
0.00 0.00 1/1112161 x_window <cycle 4> [591]
0.00 0.00 1/1112161 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1112161 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1112161 where_is_internal <cycle 4> [157]
0.00 0.00 1/1112161 unbind_to <cycle 4> [244]
0.00 0.00 1/1112161 Frassoc [393]
0.00 0.00 1/1112161 xftfont_open [394]
0.00 0.00 1/1112161 xg_select [561]
0.00 0.00 2/1112161 x_scroll_bar_create [525]
0.00 0.00 2/1112161 Fx_change_window_property [550]
0.00 0.00 2/1112161 x_defined_color [511]
0.00 0.00 3/1112161 realize_basic_faces [153]
0.00 0.00 3/1112161 timerfd_callback [579]
0.00 0.00 3/1112161 x_wait_for_event [532]
0.00 0.00 3/1112161 Fnreverse [45]
0.00 0.00 4/1112161 Fgarbage_collect <cycle 4> [64]
0.00 0.00 4/1112161 Fassoc [66]
0.00 0.00 6/1112161 Fx_register_dnd_atom [509]
0.00 0.00 7/1112161 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1112161 xftfont_text_extents [236]
0.00 0.00 8/1112161 Fx_selection_exists_p [489]
0.00 0.00 28/1112161 detect_input_pending_run_timers [43]
0.00 0.00 30/1112161 Fassoc_string [30]
0.00 0.00 48/1112161 x_make_frame_visible <cycle 4> [420]
0.00 0.00 54/1112161 re_match_2_internal [83]
0.00 0.00 81/1112161 internal_equal [52]
0.00 0.00 100/1112161 Fmake_list [190]
0.00 0.00 106/1112161 Fassq [384]
0.00 0.00 121/1112161 wait_reading_process_output [44]
0.00 0.00 219/1112161 exec_byte_code <cycle 4> [73]
0.00 0.00 421/1112161 Ffuncall <cycle 4> [29]
0.00 0.00 454/1112161 funcall_lambda <cycle 4> [314]
0.00 0.00 976/1112161 XTread_socket <cycle 3> [77]
0.03 0.03 1109455/1112161 xfont_list_pattern [19]
[55] 0.6 0.03 0.03 1112161 do_pending_atimers [55]
0.01 0.01 1039397/1039907 set_alarm [84]
0.01 0.00 1039397/1040417 block_atimers [119]
0.00 0.00 1039397/1041550 gettime [763]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
2 fontset_from_font <cycle 4> [343]
147 Fnew_fontset <cycle 4> [371]
729 Ffuncall <cycle 4> [29]
[56] 0.6 0.00 0.06 880 Fset_fontset_font <cycle 4> [56]
0.01 0.02 879/883 find_font_encoding [68]
0.00 0.02 1207/1306 fontset_add [75]
0.00 0.00 36/38 Fset_char_table_range [223]
0.00 0.00 31/108 set_fontset_font [191]
0.00 0.00 879/879 concat3 [274]
0.00 0.00 759/887 Ffont_spec [280]
0.00 0.00 1085/2446268 hash_lookup [25]
0.00 0.00 911/154204 allocate_vector [92]
0.00 0.00 882/2224296 Fgethash [28]
0.00 0.00 806/819 Ffont_xlfd_name [316]
0.00 0.00 686/686 font_parse_family_registry [321]
0.00 0.00 880/880 check_fontset_name [325]
0.00 0.00 822/3332260 casify_object [48]
0.00 0.00 1209/1289625 Fcons [80]
0.00 0.00 1/8 font_load_for_lface [302]
0.00 0.00 143/2778892 Fnreverse [45]
0.00 0.00 37/8857 Fmake_vector [207]
0.00 0.00 2/2 Fclear_face_cache [727]
0.00 0.00 880/881 free_realized_fontsets [997]
0.00 0.00 852/14391 list1 [818]
0.00 0.00 822/2666 Fdowncase [888]
0.00 0.00 333/49012 Fcar [807]
0.00 0.00 333/410271 Fcdr [768]
0.00 0.00 171/10850 Fmemq [822]
143 map_char_table <cycle 4> [455]
32 map_charset_chars <cycle 4> [199]
1 Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
0.00 0.00 1/146733 line_bottom_y <cycle 4> [537]
0.00 0.00 295/146733 show_hourglass <cycle 4> [183]
0.00 0.00 1138/146733 produce_special_glyphs [234]
0.00 0.00 2313/146733 display_string <cycle 4> [210]
0.00 0.00 7679/146733 display_line <cycle 4> [184]
0.05 0.00 135307/146733 move_it_in_display_line_to <cycle 4> [58]
[57] 0.6 0.06 0.00 146733 x_produce_glyphs [57]
0.00 0.00 5474/180498 get_char_property_and_overlay [100]
0.00 0.00 143996/147201 get_per_char_metric [237]
0.00 0.00 143996/143996 get_char_glyph_code [793]
0.00 0.00 5474/167471 Fget_char_property [786]
0.00 0.00 5474/9334 get_it_property [824]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1590]
510 Fvertical_motion <cycle 4> [209]
2779 move_it_to <cycle 4> [213]
[58] 0.5 0.00 0.05 3290 move_it_in_display_line_to <cycle 4> [58]
0.05 0.00 135307/146733 x_produce_glyphs [57]
0.00 0.00 3240/3592 handle_line_prefix [260]
0.00 0.00 3/3667 bidi_shelve_cache [863]
135342 get_next_display_element <cycle 4> [10]
132052 set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
0.00 0.01 133/1325 wait_reading_process_output [44]
0.00 0.05 1192/1325 readable_events [61]
[59] 0.5 0.00 0.05 1325 timer_check [59]
0.00 0.01 45/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.01 45/9783 specbind <cycle 4> [128]
0.00 0.01 45/9783 call1 <cycle 4> [949]
0.00 0.01 45/9783 unbind_to <cycle 4> [244]
0.00 0.00 2122/35053 Fcopy_sequence [150]
0.00 0.00 45/77270 set_internal [145]
0.00 0.00 1950/2075 timespec_sub [909]
0.00 0.00 1504/1504 decode_timer [937]
0.00 0.00 860/1041550 gettime [763]
-----------------------------------------------
0.00 0.00 1/1109472 x_wm_supports [540]
0.00 0.00 1/1109472 x_term_init <cycle 4> [508]
0.00 0.00 1/1109472 read_and_apply_settings [585]
0.00 0.00 11/1109472 x_set_frame_alpha <cycle 4> [480]
0.05 0.00 1109458/1109472 xfont_list_pattern [19]
[60] 0.5 0.05 0.00 1109472 x_uncatch_errors [60]
0.00 0.00 1109472/1140773 xfree [760]
-----------------------------------------------
0.00 0.01 522/1847 read_char <cycle 2> [20]
0.00 0.03 1325/1847 get_input_pending [67]
[61] 0.5 0.00 0.05 1847 readable_events [61]
0.00 0.05 1192/1325 timer_check [59]
-----------------------------------------------
0.00 0.00 1/5549489 read_internal_start [281]
0.00 0.00 654/5549489 Fsubstring [362]
0.04 0.00 5548834/5549489 Fcompare_strings [32]
[62] 0.4 0.04 0.00 5549489 validate_subarray [62]
-----------------------------------------------
0.00 0.00 1/4474415 x_make_frame_visible <cycle 4> [420]
0.00 0.00 1/4474415 x_clipboard_manager_save_all [687]
0.00 0.00 1/4474415 font_match_p [685]
0.00 0.00 1/4474415 font_put_frame_data [648]
0.00 0.00 3/4474415 ftfont_spec_pattern [345]
0.00 0.00 4/4474415 xfont_list_pattern [19]
0.00 0.00 8/4474415 xftfont_open [394]
0.00 0.00 8/4474415 Fx_selection_exists_p [489]
0.00 0.00 235/4474415 ftfont_list [211]
0.00 0.00 490/4474415 font_get_frame_data [442]
0.00 0.00 1134/4474415 font_put_extra [336]
0.00 0.00 1502/4474415 get_lface_attributes [355]
0.00 0.00 3432/4474415 lface_from_face_name_no_resolve [353]
0.00 0.00 5616/4474415 set_internal [145]
0.00 0.00 9497/4474415 apply_modifiers [309]
0.00 0.00 14649/4474415 swap_in_symval_forwarding [295]
0.02 0.00 2218909/4474415 ftfont_lookup_cache [22]
0.02 0.00 2218924/4474415 xfont_list [17]
[63] 0.4 0.04 0.00 4474415 assq_no_quit [63]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
13 Ffuncall <cycle 4> [29]
35 exec_byte_code <cycle 4> [73]
[64] 0.4 0.00 0.04 49 Fgarbage_collect <cycle 4> [64]
0.01 0.01 49/49 sweep_vectors [91]
0.01 0.00 49/49 sweep_conses [131]
0.00 0.01 37552/37552 mark_maybe_object [165]
0.00 0.00 213/533 Fsuspicious_object [108]
0.00 0.00 392/415 list4 [365]
0.00 0.00 539/1289625 Fcons [80]
0.00 0.00 147/695 list3 [360]
0.00 0.00 49/4964 Flist [257]
0.00 0.00 4/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 4/1112161 do_pending_atimers [55]
0.00 0.00 49/3508683 unblock_input_to [144]
0.00 0.00 24933/69654 mem_find [801]
0.00 0.00 196/3408 sweep_buffers [868]
0.00 0.00 98/1041550 gettime [763]
0.00 0.00 49/138614 record_in_backtrace [796]
0.00 0.00 49/49 shrink_regexp_cache [1237]
0.00 0.00 49/49 mark_fringe_data [1232]
0.00 0.00 49/49 sweep_floats [1238]
0.00 0.00 49/49 sweep_strings [1241]
0.00 0.00 49/49 sweep_misc [1240]
0.00 0.00 49/49 sweep_symbols [1242]
0.00 0.00 49/49 sweep_intervals [1239]
0.00 0.00 49/49 relocate_byte_stack [1235]
0.00 0.00 49/3508670 unblock_input [754]
0.00 0.00 49/227551 grow_specpdl [779]
0.00 0.00 49/607 record_unwind_protect_void [1025]
0.00 0.00 49/49 total_bytes_of_live_objects [1244]
0.00 0.00 49/2075 timespec_sub [909]
0.00 0.00 49/652 make_float [1021]
0.00 0.00 2/2125 xrealloc [905]
548460 mark_object <cycle 4> [46]
2379 mark_vectorlike <cycle 4> [127]
441 mark_char_table <cycle 4> [88]
338 compact_buffer <cycle 4> [677]
239 mark_buffer <cycle 4> [1090]
52 mark_image_cache <cycle 4> [1215]
49 mark_specpdl <cycle 4> [1234]
49 xg_mark_data <cycle 4> [1245]
49 mark_kboards <cycle 4> [1233]
49 sweep_weak_hash_tables <cycle 4> [1243]
49 unbind_to <cycle 4> [244]
49 push_message <cycle 4> [512]
-----------------------------------------------
0.00 0.00 9/1038 wait_reading_process_output [44]
0.00 0.02 514/1038 sit_for [41]
0.00 0.02 515/1038 read_char <cycle 2> [20]
[65] 0.4 0.00 0.04 1038 swallow_events [65]
0.00 0.03 1038/1325 get_input_pending [67]
0.01 0.00 1038/1038 process_special_events [135]
-----------------------------------------------
0.00 0.00 1/554979 set_frame_cursor_types [631]
0.00 0.00 16/554979 display_and_set_cursor <cycle 4> [496]
0.00 0.00 16/554979 fs_query_fontset [324]
0.00 0.00 21/554979 Fdefine_key <cycle 4> [112]
0.00 0.00 52/554979 display_mode_element <cycle 4> [379]
0.00 0.00 60/554979 eval_sub <cycle 4> [176]
0.00 0.00 79/554979 Ffuncall <cycle 4> [29]
0.01 0.03 554734/554979 xfont_list [17]
[66] 0.4 0.01 0.03 554979 Fassoc [66]
0.03 0.00 2219573/6002698 internal_equal [52]
0.00 0.00 4/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 4/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 133/1325 wait_reading_process_output [44]
0.00 0.00 154/1325 detect_input_pending_run_timers [43]
0.00 0.03 1038/1325 swallow_events [65]
[67] 0.3 0.00 0.03 1325 get_input_pending [67]
0.00 0.03 1325/1847 readable_events [61]
-----------------------------------------------
0.00 0.00 1/883 fontset_from_font <cycle 4> [343]
0.00 0.00 3/883 font_registry_charsets [31]
0.01 0.02 879/883 Fset_fontset_font <cycle 4> [56]
[68] 0.3 0.01 0.02 883 find_font_encoding [68]
0.00 0.02 30007/38795 fast_string_match_internal [71]
0.00 0.00 825/2446268 hash_lookup [25]
-----------------------------------------------
0.03 0.00 1109458/1109458 xfont_list [17]
[69] 0.3 0.03 0.00 1109458 xfont_encode_coding_xlfd [69]
-----------------------------------------------
0.00 0.00 1/18 char_table_set [195]
0.01 0.00 3/18 uniprop_table [168]
0.02 0.00 14/18 char_table_set_range [76]
[70] 0.3 0.03 0.00 18 char_table_ascii [70]
-----------------------------------------------
0.00 0.00 12/38795 font_rescale_ratio [398]
0.00 0.00 31/38795 Ffind_operation_coding_system [358]
0.00 0.00 40/38795 fs_query_fontset [324]
0.00 0.01 8705/38795 Ffind_file_name_handler [158]
0.00 0.02 30007/38795 find_font_encoding [68]
[71] 0.3 0.00 0.03 38795 fast_string_match_internal [71]
0.00 0.02 38795/39716 re_search [74]
0.00 0.01 38795/49854 compile_pattern [156]
-----------------------------------------------
0.00 0.00 5160/44876 search_buffer [181]
0.01 0.02 39716/44876 re_search [74]
[72] 0.3 0.01 0.02 44876 re_search_2 [72]
0.02 0.00 49862/55320 re_match_2_internal [83]
0.00 0.00 44876/50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
0.00 0.00 27768/27768 re_compile_fastmap [814]
-----------------------------------------------
4 eval_sub <cycle 4> [176]
255 apply_lambda <cycle 4> [340]
16113 funcall_lambda <cycle 4> [314]
32737 Ffuncall <cycle 4> [29]
[73] 0.3 0.01 0.02 49109 exec_byte_code <cycle 4> [73]
0.01 0.00 9033/9355 Fsetcar [129]
0.00 0.01 51281/77270 set_internal [145]
0.00 0.00 10007/11493 Fgoto_char [218]
0.00 0.00 16299/1289625 Fcons [80]
0.00 0.00 2582/116631 Flength [126]
0.00 0.00 2405/4964 Flist [257]
0.00 0.00 258/45490 concat [103]
0.00 0.00 518/518 Fforward_line [348]
0.00 0.00 785/2778892 Fnreverse [45]
0.00 0.00 219/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 555/654 Fsubstring [362]
0.00 0.00 219/1112161 do_pending_atimers [55]
0.00 0.00 1414/1677 Fmember [388]
0.00 0.00 182/1230 list2 [368]
0.00 0.00 63/25585 Fequal [255]
0.00 0.00 2/2 Fbuffer_substring [553]
0.00 0.00 8/7538722 char_table_ref [37]
0.00 0.00 1481/1486 save_excursion_save [581]
0.00 0.00 1481/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 2/2 skip_chars.constprop.5 [586]
0.00 0.00 1/1 move_point [629]
0.00 0.00 2/3332260 casify_object [48]
0.00 0.00 1563/501996 Fassq [384]
0.00 0.00 467/572 set_marker_internal [747]
0.00 0.00 12/12 Fchar_after [750]
0.00 0.00 26820/27343 arithcompare [815]
0.00 0.00 15478/18301 arith_driver [817]
0.00 0.00 8711/10850 Fmemq [822]
0.00 0.00 7556/227551 grow_specpdl [779]
0.00 0.00 7556/8775 record_unwind_protect [828]
0.00 0.00 5865/14391 list1 [818]
0.00 0.00 5101/6187 Fplus [836]
0.00 0.00 4873/4873 Fmin [851]
0.00 0.00 3851/3900 Ffunctionp [859]
0.00 0.00 3699/41387 Fcurrent_buffer [809]
0.00 0.00 3497/3497 Fmax [866]
0.00 0.00 2900/5577 push_handler [843]
0.00 0.00 2549/11766 Faref [821]
0.00 0.00 1934/1934 Fbolp [913]
0.00 0.00 1895/2149 Faset [902]
0.00 0.00 1602/98231 Fplist_get [798]
0.00 0.00 1602/69910 Fget [800]
0.00 0.00 1476/2204 Fwiden [900]
0.00 0.00 1476/1476 save_restriction_save [943]
0.00 0.00 1156/1668 Fminus [926]
0.00 0.00 1153/124360 Fstring_equal [797]
0.00 0.00 831/831 Ftimes [999]
0.00 0.00 539/591680 Fsetcdr [764]
0.00 0.00 529/652 make_float [1021]
0.00 0.00 529/529 float_arith_driver [1047]
0.00 0.00 467/557 Fset_marker [1035]
0.00 0.00 300/2131 Fnconc [903]
0.00 0.00 258/965 Fconcat [986]
0.00 0.00 138/139 Fsymbol_function [1149]
0.00 0.00 70/70 match_limit [1189]
0.00 0.00 50/50 Fmatch_beginning [1226]
0.00 0.00 42/5810 Fnthcdr [841]
0.00 0.00 20/20 Fmatch_end [1325]
0.00 0.00 20/20 Fquo [1326]
0.00 0.00 2/2666 Fdowncase [888]
0.00 0.00 1/1 Fforward_char [1567]
0.00 0.00 1/1 Fskip_chars_forward [1580]
0.00 0.00 1/1 Fskip_chars_backward [1579]
115596 Ffuncall <cycle 4> [29]
42892 specbind <cycle 4> [128]
30046 Fsymbol_value <cycle 4> [806]
16753 unbind_to <cycle 4> [244]
11553 store_symval_forwarding <cycle 4> [802]
711 Fset_buffer <cycle 4> [897]
491 Fset_default <cycle 4> [198]
299 Fset <cycle 4> [249]
35 Fgarbage_collect <cycle 4> [64]
-----------------------------------------------
0.00 0.00 53/39716 fast_c_string_match_ignore_case [341]
0.00 0.00 386/39716 string_match_1 [256]
0.00 0.00 482/39716 directory_files_internal <cycle 4> [254]
0.00 0.02 38795/39716 fast_string_match_internal [71]
[74] 0.3 0.00 0.02 39716 re_search [74]
0.01 0.02 39716/44876 re_search_2 [72]
-----------------------------------------------
0.00 0.00 99/1306 set_fontset_font [191]
0.00 0.02 1207/1306 Fset_fontset_font <cycle 4> [56]
[75] 0.3 0.00 0.02 1306 fontset_add [75]
0.00 0.02 1388/1428 char_table_set_range [76]
0.00 0.00 396/640 char_table_set [195]
0.00 0.00 1214/45490 concat [103]
0.00 0.00 1306/8857 Fmake_vector [207]
0.00 0.00 1388/1391 char_table_ref_and_range [950]
0.00 0.00 1214/6814 Fvconcat [832]
-----------------------------------------------
0.00 0.00 3/1428 fontset_find_font [13]
0.00 0.00 37/1428 Fset_char_table_range [223]
0.00 0.02 1388/1428 fontset_add [75]
[76] 0.2 0.00 0.02 1428 char_table_set_range [76]
0.02 0.00 14/18 char_table_ascii [70]
0.00 0.00 1031/1031 sub_char_table_set_range [373]
0.00 0.00 11/170 make_sub_char_table [359]
-----------------------------------------------
1112486 gobble_input <cycle 3> [53]
[77] 0.2 0.02 0.00 1112486 XTread_socket <cycle 3> [77]
0.00 0.00 1112486/3508683 unblock_input_to [144]
0.00 0.00 976/1112161 do_pending_atimers [55]
0.00 0.00 1112486/3508670 unblock_input [754]
976 process_pending_signals <cycle 3> [134]
-----------------------------------------------
0.00 0.00 2/138863 fontset_from_font <cycle 4> [343]
0.00 0.00 28/138863 font_clear_prop [433]
0.00 0.00 141/138863 font_list_entities [16]
0.00 0.02 138692/138863 font_find_for_lface [14]
[78] 0.2 0.00 0.02 138863 copy_font_spec [78]
0.00 0.02 138863/154204 allocate_vector [92]
0.00 0.00 277722/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 24/1932 Ffuncall <cycle 4> [29]
0.00 0.00 98/1932 redisplay_internal [38]
0.00 0.01 551/1932 ftfont_lookup_cache [22]
0.00 0.01 1259/1932 where_is_internal_1 <cycle 4> [101]
[79] 0.2 0.00 0.02 1932 Fputhash [79]
0.02 0.00 1383/1383 hash_put [82]
0.00 0.00 1932/2446268 hash_lookup [25]
0.00 0.00 1932/2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
0.00 0.00 1/1289625 make_frame <cycle 4> [534]
0.00 0.00 1/1289625 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1289625 x_term_init <cycle 4> [508]
0.00 0.00 1/1289625 x_set_tool_bar_position [638]
0.00 0.00 1/1289625 Fdefine_key <cycle 4> [112]
0.00 0.00 1/1289625 prepare_record [675]
0.00 0.00 2/1289625 record_first_change [656]
0.00 0.00 2/1289625 save_menu_items [605]
0.00 0.00 2/1289625 map_char_table_for_charset [200]
0.00 0.00 2/1289625 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/1289625 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/1289625 init_kboard [655]
0.00 0.00 2/1289625 record_buffer [654]
0.00 0.00 2/1289625 record_insert [643]
0.00 0.00 2/1289625 Fautoload [584]
0.00 0.00 2/1289625 font_update_drivers [568]
0.00 0.00 2/1289625 font_put_frame_data [648]
0.00 0.00 2/1289625 Feval_buffer <cycle 4> [507]
0.00 0.00 2/1289625 fontset_find_font [13]
0.00 0.00 2/1289625 fontset_pattern_regexp [549]
0.00 0.00 2/1289625 Fnew_fontset <cycle 4> [371]
0.00 0.00 3/1289625 Fsignal <cycle 4> [647]
0.00 0.00 4/1289625 Ffontp [363]
0.00 0.00 4/1289625 Fload <cycle 4> [411]
0.00 0.00 4/1289625 save_window_save [634]
0.00 0.00 5/1289625 Finternal_char_font [322]
0.00 0.00 6/1289625 display_mode_element <cycle 4> [379]
0.00 0.00 6/1289625 Fterminal_list [619]
0.00 0.00 6/1289625 Fset_terminal_parameter [618]
0.00 0.00 6/1289625 Fxw_color_values [548]
0.00 0.00 6/1289625 file_attributes [518]
0.00 0.00 6/1289625 fontset_from_font <cycle 4> [343]
0.00 0.00 7/1289625 Fcurrent_time [530]
0.00 0.00 8/1289625 add_window_to_list [609]
0.00 0.00 8/1289625 font_open_entity [392]
0.00 0.00 8/1289625 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 8/1289625 Fpropertize <cycle 4> [521]
0.00 0.00 8/1289625 readevalloop <cycle 4> [402]
0.00 0.00 9/1289625 read_char <cycle 2> [20]
0.00 0.00 9/1289625 font_registry_charsets [31]
0.00 0.00 10/1289625 redisplay_internal [38]
0.00 0.00 10/1289625 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/1289625 Finsert_file_contents <cycle 4> [351]
0.00 0.00 10/1289625 Fprovide [583]
0.00 0.00 10/1289625 lookup_image <cycle 4> [495]
0.00 0.00 12/1289625 make_lispy_position <cycle 4> [562]
0.00 0.00 12/1289625 get_keyelt <cycle 4> [541]
0.00 0.00 12/1289625 x_find_image_fd <cycle 4> [500]
0.00 0.00 16/1289625 Fget_load_suffixes [443]
0.00 0.00 19/1289625 Fcopy_keymap [551]
0.00 0.00 20/1289625 apply_modifiers [309]
0.00 0.00 22/1289625 adjust_frame_size <cycle 4> [497]
0.00 0.00 22/1289625 process_tool_bar_item <cycle 4> [333]
0.00 0.00 26/1289625 handle_one_xevent [99]
0.00 0.00 31/1289625 map_charset_chars <cycle 4> [199]
0.00 0.00 32/1289625 funcall_lambda <cycle 4> [314]
0.00 0.00 35/1289625 openp <cycle 4> [220]
0.00 0.00 36/1289625 parse_modifiers [377]
0.00 0.00 36/1289625 make_blv [506]
0.00 0.00 42/1289625 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 44/1289625 store_in_keymap [502]
0.00 0.00 46/1289625 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 47/1289625 set_fontset_font [191]
0.00 0.00 50/1289625 push_message <cycle 4> [512]
0.00 0.00 62/1289625 Ffset [225]
0.00 0.00 64/1289625 set_internal [145]
0.00 0.00 72/1289625 map_keymap_char_table_item [493]
0.00 0.00 76/1289625 store_frame_param [490]
0.00 0.00 76/1289625 access_keymap_1 <cycle 4> [305]
0.00 0.00 90/1289625 Fmake_local_variable <cycle 4> [436]
0.00 0.00 128/1289625 Fdefalias [224]
0.00 0.00 131/1289625 menu_bar_item <cycle 4> [467]
0.00 0.00 137/1289625 Fdefvar <cycle 4> [454]
0.00 0.00 158/1289625 Fput [267]
0.00 0.00 164/1289625 Finternal_make_lisp_face [385]
0.00 0.00 180/1289625 eval_sub <cycle 4> [176]
0.00 0.00 208/1289625 Fset_charset_priority [444]
0.00 0.00 215/1289625 map_char_table <cycle 4> [455]
0.00 0.00 220/1289625 Fplist_put [261]
0.00 0.00 252/1289625 time_arith [445]
0.00 0.00 271/1289625 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 329/1289625 read1 <cycle 5> [300]
0.00 0.00 401/1289625 Fsafe_length [427]
0.00 0.00 478/1289625 directory_files_internal <cycle 4> [254]
0.00 0.00 510/1289625 command_loop_1 <cycle 2> [18]
0.00 0.00 518/1289625 Fcall_interactively <cycle 4> [106]
0.00 0.00 539/1289625 Fgarbage_collect <cycle 4> [64]
0.00 0.00 551/1289625 ftfont_lookup_cache [22]
0.00 0.00 1019/1289625 update_compositions <cycle 4> [154]
0.00 0.00 1021/1289625 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 1030/1289625 Fwindow_scroll_bars [319]
0.00 0.00 1039/1289625 code_conversion_save <cycle 4> [376]
0.00 0.00 1076/1289625 accumulate_script_ranges [374]
0.00 0.00 1084/1289625 Fbacktrace_frame [318]
0.00 0.00 1109/1289625 ftfont_pattern_entity [216]
0.00 0.00 1109/1289625 ftfont_list [211]
0.00 0.00 1132/1289625 window_list_1 [344]
0.00 0.00 1209/1289625 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1230/1289625 list2 [368]
0.00 0.00 1245/1289625 list4 [365]
0.00 0.00 1302/1289625 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1390/1289625 list3 [360]
0.00 0.00 1582/1289625 read_list <cycle 5> [357]
0.00 0.00 1998/1289625 offset_intervals [288]
0.00 0.00 2062/1289625 Fkey_binding <cycle 4> [352]
0.00 0.00 2584/1289625 font_put_extra [336]
0.00 0.00 3319/1289625 Ffuncall <cycle 4> [29]
0.00 0.00 3666/1289625 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3932/1289625 add_properties [291]
0.00 0.00 4128/1289625 list5 [327]
0.00 0.00 5685/1289625 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 14500/1289625 Fparse_partial_sexp [33]
0.00 0.00 16299/1289625 exec_byte_code <cycle 4> [73]
0.00 0.00 18766/1289625 Flist [257]
0.00 0.00 106560/1289625 store_in_alist [196]
0.00 0.00 122156/1289625 Fcopy_alist [188]
0.00 0.00 127058/1289625 Fmake_list [190]
0.00 0.00 277722/1289625 copy_font_spec [78]
0.01 0.00 555016/1289625 font_list_entities [16]
[80] 0.2 0.02 0.00 1289625 Fcons [80]
0.00 0.00 6810/6810 lisp_align_malloc [329]
-----------------------------------------------
0.00 0.00 500/156717 eval_sub <cycle 4> [176]
0.00 0.00 2014/156717 allocate_pseudovector [265]
0.02 0.00 154203/156717 allocate_vector [92]
[81] 0.2 0.02 0.00 156717 Fmake_string [81]
0.00 0.00 2561/1153527 xmalloc [118]
0.00 0.00 2561/10417 mem_insert [310]
0.00 0.00 48/1280 lisp_malloc [409]
0.00 0.00 500/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.02 0.00 1383/1383 Fputhash [79]
[82] 0.2 0.02 0.00 1383 hash_put [82]
0.00 0.00 48/63 larger_vector [413]
0.00 0.00 16/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 4/55320 looking_at_1 [468]
0.00 0.00 5454/55320 fast_looking_at [186]
0.02 0.00 49862/55320 re_search_2 [72]
[83] 0.2 0.02 0.00 55320 re_match_2_internal [83]
0.00 0.00 54/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 54/1112161 do_pending_atimers [55]
0.00 0.00 11/2682 skip_one_char [887]
-----------------------------------------------
0.00 0.00 510/1039907 start_atimer [383]
0.01 0.01 1039397/1039907 do_pending_atimers [55]
[84] 0.2 0.01 0.01 1039907 set_alarm [84]
0.01 0.00 1039907/1039907 add_timer_wait_descriptor [120]
-----------------------------------------------
0.00 0.00 416046/2634947 font_has_char [102]
0.02 0.00 2218901/2634947 font_sort_entities [21]
[85] 0.2 0.02 0.00 2634947 xftfont_has_char [85]
-----------------------------------------------
0.00 0.00 1/555562 Fnew_fontset <cycle 4> [371]
0.00 0.00 8/555562 font_build_object [406]
0.00 0.00 819/555562 Ffont_xlfd_name [316]
0.02 0.00 554734/555562 xfont_list [17]
[86] 0.2 0.02 0.00 555562 font_unparse_xlfd [86]
0.00 0.00 1666686/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 1/256439 Fremove_text_properties <cycle 4> [625]
0.00 0.00 932/256439 Ftext_property_any [323]
0.00 0.00 999/256439 graft_intervals_into_buffer [252]
0.00 0.00 999/256439 offset_intervals [288]
0.00 0.00 1467/256439 Fremove_list_of_text_properties [105]
0.00 0.00 1470/256439 add_text_properties_1 <cycle 4> [104]
0.00 0.00 2471/256439 verify_interval_modification [277]
0.00 0.00 3105/256439 Fnext_property_change [269]
0.00 0.00 3263/256439 compute_stop_pos [166]
0.00 0.00 10696/256439 Fnext_single_property_change [217]
0.00 0.00 14666/256439 set_point_both [206]
0.00 0.00 16012/256439 get_property_and_range [205]
0.02 0.00 200358/256439 Ftext_properties_at [97]
[87] 0.2 0.02 0.00 256439 find_interval [87]
0.00 0.00 255472/265452 balance_possible_root_interval [776]
-----------------------------------------------
121726 mark_char_table <cycle 4> [88]
441 Fgarbage_collect <cycle 4> [64]
1151 mark_vectorlike <cycle 4> [127]
2051 mark_object <cycle 4> [46]
[88] 0.2 0.02 0.00 3643+121726 mark_char_table <cycle 4> [88]
5510016 mark_object <cycle 4> [46]
26969 mark_vectorlike <cycle 4> [127]
121726 mark_char_table <cycle 4> [88]
-----------------------------------------------
0.00 0.00 121/7770475 wait_reading_process_output [44]
0.02 0.00 7770354/7770475 deliver_process_signal [54]
[89] 0.2 0.02 0.00 7770475 handle_input_available_signal [89]
-----------------------------------------------
<spontaneous>
[90] 0.2 0.02 0.00 x_check_errors [90]
-----------------------------------------------
0.01 0.01 49/49 Fgarbage_collect <cycle 4> [64]
[91] 0.2 0.01 0.01 49 sweep_vectors [91]
0.01 0.00 602499/605190 vector_nbytes [122]
0.00 0.00 1/1 xftfont_close [712]
0.00 0.00 175532/175532 cleanup_vector [785]
0.00 0.00 2510/10056 mem_delete [823]
0.00 0.00 2473/69654 mem_find [801]
0.00 0.00 37/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 1/154204 Fcurrent_window_configuration [526]
0.00 0.00 63/154204 larger_vector [413]
0.00 0.00 170/154204 make_sub_char_table [359]
0.00 0.00 911/154204 Fset_fontset_font <cycle 4> [56]
0.00 0.00 2582/154204 Fmake_byte_code [248]
0.00 0.00 2757/154204 Fvector [245]
0.00 0.00 8857/154204 Fmake_vector [207]
0.00 0.02 138863/154204 copy_font_spec [78]
[92] 0.2 0.00 0.02 154204 allocate_vector [92]
0.02 0.00 154203/156717 Fmake_string [81]
-----------------------------------------------
0.00 0.00 4/140083 font_parse_family_registry [321]
0.00 0.00 58/140083 font_parse_name [350]
0.00 0.00 220/140083 font_parse_xlfd [354]
0.00 0.00 1102/140083 ftfont_pattern_entity [216]
0.00 0.02 138699/140083 font_find_for_lface [14]
[93] 0.2 0.00 0.02 140083 font_intern_prop [93]
0.01 0.00 139943/142598 oblookup [125]
0.01 0.00 139943/148728 parse_str_as_multibyte [123]
0.00 0.00 188/188 intern_driver [632]
0.00 0.00 188/41699 make_specified_string [422]
0.00 0.00 139943/285196 check_obarray [775]
0.00 0.00 188/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 141709/285259 bidi_resolve_neutral <cycle 4> [148]
0.01 0.00 143550/285259 bidi_level_of_next_char <cycle 4> [147]
[94] 0.2 0.01 0.01 285259 bidi_explicit_dir_char [94]
0.00 0.00 282038/7538722 char_table_ref [37]
-----------------------------------------------
147261 bidi_resolve_weak <cycle 4> [789]
[95] 0.2 0.01 0.01 147261 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 146478/146871 bidi_find_paragraph_start [175]
0.00 0.00 138282/279517 bidi_paired_bracket_type [151]
0.00 0.00 138306/285588 bidi_get_category [774]
146478 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
0.00 0.00 1/1109469 fontset_from_font <cycle 4> [343]
0.00 0.02 1109468/1109469 font_list_entities [16]
[96] 0.2 0.00 0.02 1109469 assoc_no_quit [96]
0.02 0.00 1535849/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 52/204864 display_mode_element <cycle 4> [379]
0.00 0.00 733/204864 make_buffer_string_both [306]
0.00 0.00 11412/204864 text_property_stickiness [214]
0.00 0.00 12169/204864 Fget_text_property [208]
0.00 0.01 180498/204864 get_char_property_and_overlay [100]
[97] 0.2 0.00 0.02 204864 Ftext_properties_at [97]
0.02 0.00 200358/256439 find_interval [87]
0.00 0.00 204864/228845 validate_interval_range [778]
-----------------------------------------------
<spontaneous>
[98] 0.2 0.00 0.02 event_handler_gdk [98]
0.00 0.02 1819/1819 handle_one_xevent [99]
0.00 0.00 2624/3508683 unblock_input_to [144]
0.00 0.00 1610/3429 x_any_window_to_frame [404]
0.00 0.00 2624/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.02 1819/1819 event_handler_gdk [98]
[99] 0.2 0.00 0.02 1819 handle_one_xevent [99]
0.00 0.01 809/809 kbd_buffer_store_buffered_event [137]
0.00 0.00 15/15 x_focus_changed [170]
0.00 0.00 1/9783 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 797/2224296 Fgethash [28]
0.00 0.00 1819/3429 x_any_window_to_frame [404]
0.00 0.00 55/55 note_mouse_movement [441]
0.00 0.00 32/76 store_frame_param [490]
0.00 0.00 26/1289625 Fcons [80]
0.00 0.00 26/1230 list2 [368]
0.00 0.00 1/1 do_ewmh_fullscreen [538]
0.00 0.00 123/132 x_top_window_to_frame [542]
0.00 0.00 91/91 x_window_to_frame [554]
0.00 0.00 26/27 get_current_wm_state [627]
0.00 0.00 21/22 x_real_positions [637]
0.00 0.00 26/75 get_frame_param [719]
0.00 0.00 3188/98231 Fplist_get [798]
0.00 0.00 3188/69910 Fget [800]
0.00 0.00 797/917 popup_activated [995]
0.00 0.00 797/797 x_x_to_emacs_modifiers [1001]
0.00 0.00 120/120 xft_settings_event [1161]
0.00 0.00 80/80 x_handle_property_notify [1179]
0.00 0.00 58/58 x_mouse_grabbed [1204]
0.00 0.00 51/51 xg_event_is_for_scrollbar [1224]
0.00 0.00 40/40 x_handle_dnd_message [1270]
0.00 0.00 26/410271 Fcdr [768]
0.00 0.00 26/72 frame_size_history_add [1185]
0.00 0.00 20/20 x_detect_focus_change [1329]
0.00 0.00 19/19 xg_frame_resized [1332]
0.00 0.00 16/16 expose_frame [1340]
0.00 0.00 16/257 x_clear_area [1113]
0.00 0.00 8/148 clear_mouse_face [1144]
0.00 0.00 1/6 redisplay_other_windows [1415]
0.00 0.00 1/1 record_asynch_buffer_change [1621]
-----------------------------------------------
0.00 0.00 268/180498 show_hourglass <cycle 4> [183]
0.00 0.00 1524/180498 command_loop_1 <cycle 2> [18]
0.00 0.00 1558/180498 back_to_previous_visible_line_start [238]
0.00 0.00 3195/180498 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 3255/180498 handle_invisible_prop [262]
0.00 0.00 3455/180498 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3592/180498 handle_line_prefix [260]
0.00 0.00 4089/180498 Fconstrain_to_field [253]
0.00 0.00 4125/180498 handle_fontified_prop <cycle 4> [243]
0.00 0.00 5053/180498 handle_display_prop [241]
0.00 0.00 5474/180498 x_produce_glyphs [57]
0.00 0.00 6230/180498 get_local_map [193]
0.00 0.01 138680/180498 face_for_char [11]
[100] 0.1 0.00 0.01 180498 get_char_property_and_overlay [100]
0.00 0.01 180498/204864 Ftext_properties_at [97]
0.00 0.00 180498/428532 lookup_char_property [390]
0.00 0.00 359988/372448 set_buffer_temp [770]
0.00 0.00 180498/408494 textget [769]
0.00 0.00 179994/186535 overlays_at [781]
0.00 0.00 179994/186255 sort_overlays [782]
0.00 0.00 3660/49012 Fcar [807]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [110]
19215 map_keymap_internal <cycle 4> [680]
[101] 0.1 0.00 0.01 21339 where_is_internal_1 <cycle 4> [101]
0.00 0.01 1259/1932 Fputhash [79]
0.00 0.00 1090/45490 concat [103]
0.00 0.00 1259/2224296 Fgethash [28]
0.00 0.00 206/35053 Fcopy_sequence [150]
0.00 0.00 1302/1289625 Fcons [80]
0.00 0.00 1090/6814 Fvconcat [832]
0.00 0.00 206/2149 Faset [902]
21339 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 138685/2634947 face_for_char [11]
0.00 0.00 277361/2634947 fontset_find_font [13]
0.01 0.00 2218901/2634947 font_sort_entities [21]
[102] 0.1 0.01 0.00 2634947 font_has_char [102]
0.00 0.00 416046/2634947 xftfont_has_char [85]
-----------------------------------------------
0.00 0.00 1/45490 Fload <cycle 4> [411]
0.00 0.00 34/45490 eval_sub <cycle 4> [176]
0.00 0.00 141/45490 font_list_entities [16]
0.00 0.00 206/45490 Fkey_description <cycle 4> [317]
0.00 0.00 241/45490 concat2 [328]
0.00 0.00 258/45490 exec_byte_code <cycle 4> [73]
0.00 0.00 879/45490 concat3 [274]
0.00 0.00 1090/45490 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1214/45490 fontset_add [75]
0.00 0.00 1785/45490 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3141/45490 Fcopy_alist [188]
0.00 0.00 3607/45490 Ffuncall <cycle 4> [29]
0.00 0.01 32893/45490 Fcopy_sequence [150]
[103] 0.1 0.00 0.01 45490 concat [103]
0.01 0.00 101155/116631 Flength [126]
0.00 0.00 5860/5860 Fmake_list [190]
0.00 0.00 7084/8857 Fmake_vector [207]
0.00 0.00 28774/41699 make_specified_string [422]
0.00 0.00 3304/46458 make_uninit_multibyte_string [417]
0.00 0.00 30992/31663 count_size_as_multibyte [810]
0.00 0.00 29242/29246 make_uninit_string [811]
0.00 0.00 536/1553 copy_text [931]
-----------------------------------------------
2 Fpropertize <cycle 4> [521]
1472 Fput_text_property <cycle 4> [944]
[104] 0.1 0.00 0.01 1474 add_text_properties_1 <cycle 4> [104]
0.01 0.00 4/4 split_interval_left [117]
0.00 0.00 2039/2039 add_properties [291]
0.00 0.00 1470/256439 find_interval [87]
0.00 0.00 4/4 copy_properties [515]
0.00 0.00 3/4 create_root_interval [722]
0.00 0.00 4996/5001 validate_plist [850]
0.00 0.00 1474/228845 validate_interval_range [778]
0.00 0.00 1142/183733 next_interval [783]
1471 modify_text_properties <cycle 4> [945]
1471 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 467/1486 Ffuncall <cycle 4> [29]
0.00 0.01 1019/1486 update_compositions <cycle 4> [154]
[105] 0.1 0.00 0.01 1486 Fremove_list_of_text_properties [105]
0.01 0.00 2037/2037 call_mod_hooks [130]
0.00 0.00 1467/256439 find_interval [87]
0.00 0.00 1486/228845 validate_interval_range [778]
0.00 0.00 570/183733 next_interval [783]
-----------------------------------------------
518 Ffuncall <cycle 4> [29]
[106] 0.1 0.01 0.00 518 Fcall_interactively <cycle 4> [106]
0.00 0.00 1028/8785 make_string [226]
0.00 0.00 518/1289625 Fcons [80]
0.00 0.00 518/1230 list2 [368]
0.00 0.00 518/518 Finteractive_form [1055]
0.00 0.00 518/49012 Fcar [807]
0.00 0.00 518/98231 Fplist_get [798]
0.00 0.00 518/69910 Fget [800]
1034 unbind_to <cycle 4> [244]
518 Ffuncall <cycle 4> [29]
510 call0 <cycle 4> [854]
-----------------------------------------------
0.00 0.00 264/7159 next_element_from_string <cycle 4> [219]
0.00 0.00 286/7159 composition_reseat_it [239]
0.00 0.00 3114/7159 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3495/7159 compute_stop_pos [166]
[107] 0.1 0.00 0.01 7159 composition_compute_stop_pos [107]
0.01 0.00 317739/7538722 char_table_ref [37]
0.00 0.00 7147/15456 find_composition [194]
-----------------------------------------------
0.00 0.00 31/533 valid_lisp_object_p [227]
0.00 0.00 213/533 Fgarbage_collect <cycle 4> [64]
0.01 0.00 289/533 mark_maybe_object [165]
[108] 0.1 0.01 0.00 533 Fsuspicious_object [108]
0.00 0.00 2691/605190 vector_nbytes [122]
-----------------------------------------------
6 get_keyelt <cycle 4> [541]
308 process_tool_bar_item <cycle 4> [333]
[109] 0.1 0.01 0.00 314 menu_item_eval_property <cycle 4> [109]
0.00 0.00 314/77270 set_internal [145]
314 store_symval_forwarding <cycle 4> [802]
314 specbind <cycle 4> [128]
314 internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
17090 map_sub_char_table <cycle 4> [110]
215 map_char_table <cycle 4> [455]
[110] 0.1 0.01 0.00 215+17090 map_sub_char_table <cycle 4> [110]
0.00 0.00 30173/30173 accumulate_script_ranges [374]
0.00 0.00 4248/4272 map_keymap_char_table_item [493]
2124 where_is_internal_1 <cycle 4> [101]
2124 accessible_keymaps_1 <cycle 4> [228]
17090 map_sub_char_table <cycle 4> [110]
-----------------------------------------------
24 display_mode_element <cycle 4> [379]
29 echo_area_display <cycle 4> [704]
44 truncate_undo_list <cycle 4> [1264]
[111] 0.1 0.01 0.00 97 inhibit_garbage_collection <cycle 4> [111]
0.00 0.00 97/77270 set_internal [145]
97 store_symval_forwarding <cycle 4> [802]
97 specbind <cycle 4> [128]
-----------------------------------------------
21 Ffuncall <cycle 4> [29]
[112] 0.1 0.00 0.01 21 Fdefine_key <cycle 4> [112]
0.01 0.00 6/6 lucid_event_type_list_p [132]
0.00 0.00 21/554979 Fassoc [66]
0.00 0.00 22/22 store_in_keymap [502]
0.00 0.00 6/9497 apply_modifiers [309]
0.00 0.00 21/9158 parse_modifiers [377]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/11766 Faref [821]
0.00 0.00 21/4021849 Fsymbol_name [753]
0.00 0.00 6/6 Fevent_convert_list [1403]
0.00 0.00 1/14391 list1 [818]
2 access_keymap_1 <cycle 4> [305]
1 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 1/3 ftfont_lookup_cache [22]
0.01 0.00 2/3 where_is_internal <cycle 4> [157]
[113] 0.1 0.01 0.00 3 Fmake_hash_table [113]
0.00 0.00 3/3 make_hash_table [471]
0.00 0.00 6/652 make_float [1021]
-----------------------------------------------
2 x_default_scroll_bar_color_parameter <cycle 4> [739]
5 Fmodify_frame_parameters <cycle 4> [1421]
30 x_default_parameter <cycle 4> [720]
[114] 0.1 0.00 0.01 37 x_set_frame_parameters <cycle 4> [114]
0.00 0.01 1/1 x_set_mouse_color [115]
0.00 0.00 37/76 store_frame_param [490]
0.00 0.00 1/1 x_set_font_backend [612]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1 set_frame_cursor_types [631]
0.00 0.00 1/1 x_set_tool_bar_position [638]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 4/25585 Fequal [255]
0.00 0.00 1/1 x_set_cursor_color [673]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/1230 list2 [368]
0.00 0.00 1/1 x_set_screen_gamma [692]
0.00 0.00 1/2 x_set_background_color [676]
0.00 0.00 1/1 x_set_border_color [694]
0.00 0.00 1/1 x_set_foreground_color [700]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/7 unload_color [663]
0.00 0.00 74/501996 Fassq [384]
0.00 0.00 37/75 get_frame_param [719]
0.00 0.00 112/410271 Fcdr [768]
0.00 0.00 37/49012 Fcar [807]
0.00 0.00 36/98231 Fplist_get [798]
0.00 0.00 36/69910 Fget [800]
0.00 0.00 1/72 frame_size_history_add [1185]
0.00 0.00 1/1 x_set_cursor_type [1648]
0.00 0.00 1/1 x_set_autolower [1644]
0.00 0.00 1/1 x_set_autoraise [1645]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 x_set_wait_for_wm [1666]
0.00 0.00 1/1 x_set_title [1663]
0.00 0.00 1/1 x_change_tool_bar_height [1638]
0.00 0.00 1/1 x_set_tool_bar_lines [1664]
0.00 0.00 1/1 x_set_scroll_bar_background [1657]
0.00 0.00 1/1 x_set_scroll_bar_foreground [1660]
0.00 0.00 1/1 x_set_right_fringe [1656]
0.00 0.00 1/1 x_set_left_fringe [1652]
0.00 0.00 1/1 x_set_line_spacing [1653]
0.00 0.00 1/334 fset_redisplay [1100]
0.00 0.00 1/1 x_set_horizontal_scroll_bars [1649]
0.00 0.00 1/1 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/1 x_set_bottom_divider_width [1647]
0.00 0.00 1/1 x_set_right_divider_width [1655]
0.00 0.00 1/1 x_set_internal_border_width [1651]
0.00 0.00 1/1 x_set_border_width [1646]
2 do_pending_window_change <cycle 4> [1097]
2 x_set_font <cycle 4> [189]
1 x_set_alpha <cycle 4> [710]
1 x_set_scroll_bar_height <cycle 4> [1661]
1 x_set_scroll_bar_width <cycle 4> [1662]
1 x_set_icon_type <cycle 4> [1650]
1 update_frame_tool_bar <cycle 4> [446]
1 run_window_configuration_change_hook <cycle 4> [545]
1 x_set_menu_bar_lines <cycle 4> [1654]
-----------------------------------------------
0.00 0.01 1/1 x_set_frame_parameters <cycle 4> [114]
[115] 0.1 0.00 0.01 1 x_set_mouse_color [115]
0.01 0.00 1/1 x_uncatch_errors_after_check [133]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1109464 x_had_errors_p [50]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/7 unload_color [663]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 1/10 x_query_colors [1379]
-----------------------------------------------
64 free_realized_face [116]
0.00 0.00 1/20 free_frame_faces [231]
0.00 0.00 3/20 init_iterator <cycle 4> [163]
0.00 0.01 16/20 realize_face [152]
[116] 0.1 0.00 0.01 20+64 free_realized_face [116]
0.01 0.00 63/63 free_face_fontset [138]
0.00 0.00 65/3508683 unblock_input_to [144]
0.00 0.00 126/133 x_free_colors [1155]
0.00 0.00 65/3508670 unblock_input [754]
0.00 0.00 64/64 x_destroy_bitmap [1194]
0.00 0.00 63/1140773 xfree [760]
0.00 0.00 4/4 forget_escape_and_glyphless_faces [1456]
0.00 0.00 3/334 fset_redisplay [1100]
0.00 0.00 3/62 clear_window_matrices [1197]
0.00 0.00 3/13 clear_current_matrices [1351]
0.00 0.00 1/2 xftfont_done_face [1552]
0.00 0.00 1/2 font_done_for_face [1528]
64 free_realized_face [116]
-----------------------------------------------
0.01 0.00 4/4 add_text_properties_1 <cycle 4> [104]
[117] 0.1 0.01 0.00 4 split_interval_left [117]
0.00 0.00 4/1007 make_interval [535]
0.00 0.00 4/312932 balance_an_interval [771]
0.00 0.00 4/265452 balance_possible_root_interval [776]
-----------------------------------------------
0.00 0.00 1/1153527 start_atimer [383]
0.00 0.00 1/1153527 define_image_type [575]
0.00 0.00 1/1153527 set_frame_menubar <cycle 4> [418]
0.00 0.00 1/1153527 x_session_initialize [628]
0.00 0.00 1/1153527 create_menus [437]
0.00 0.00 1/1153527 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1153527 allocate_kboard [649]
0.00 0.00 1/1153527 xlispstrdup [689]
0.00 0.00 2/1153527 create_terminal <cycle 4> [513]
0.00 0.00 2/1153527 make_face_cache [667]
0.00 0.00 2/1153527 face_for_font [664]
0.00 0.00 2/1153527 Fx_change_window_property [550]
0.00 0.00 2/1153527 gethomedir [665]
0.00 0.00 2/1153527 register_font_driver [666]
0.00 0.00 2/1153527 make_image_cache [668]
0.00 0.00 3/1153527 smc_save_yourself_CB [614]
0.00 0.00 3/1153527 record_xmalloc [659]
0.00 0.00 3/1153527 x_term_init <cycle 4> [508]
0.00 0.00 5/1153527 Fget_buffer_create <cycle 4> [479]
0.00 0.00 7/1153527 xftfont_prepare_face [633]
0.00 0.00 10/1153527 new_region_cache [622]
0.00 0.00 13/1153527 digest_single_submenu <cycle 4> [448]
0.00 0.00 14/1153527 magic_db [610]
0.00 0.00 24/1153527 push_kboard [567]
0.00 0.00 36/1153527 process_tool_bar_item <cycle 4> [333]
0.00 0.00 36/1153527 make_blv [506]
0.00 0.00 37/1153527 xstrdup [546]
0.00 0.00 94/1153527 make_realized_face [510]
0.00 0.00 309/1153527 encode_coding_object <cycle 4> [466]
0.00 0.00 551/1153527 ftfont_lookup_cache [22]
0.00 0.00 571/1153527 text_quoting_style <cycle 4> [434]
0.00 0.00 642/1153527 xg_item_label_same_p [432]
0.00 0.00 922/1153527 xbm_image_p [414]
0.00 0.00 2561/1153527 Fmake_string [81]
0.00 0.00 10417/1153527 mem_insert [310]
0.00 0.00 27774/1153527 re_compile_pattern [270]
0.01 0.00 1109473/1153527 x_catch_errors_with_handler [51]
[118] 0.1 0.01 0.00 1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 510/1040417 start_atimer [383]
0.00 0.00 510/1040417 cancel_atimer [439]
0.01 0.00 1039397/1040417 do_pending_atimers [55]
[119] 0.1 0.01 0.00 1040417 block_atimers [119]
-----------------------------------------------
0.01 0.00 1039907/1039907 set_alarm [84]
[120] 0.1 0.01 0.00 1039907 add_timer_wait_descriptor [120]
-----------------------------------------------
0.00 0.00 2/1109470 Ffontp [363]
0.01 0.00 1109468/1109470 font_list_entities [16]
[121] 0.1 0.01 0.00 1109470 xfont_get_cache [121]
-----------------------------------------------
0.00 0.00 2691/605190 Fsuspicious_object [108]
0.01 0.00 602499/605190 sweep_vectors [91]
[122] 0.1 0.01 0.00 605190 vector_nbytes [122]
-----------------------------------------------
0.00 0.00 8785/148728 make_string [226]
0.01 0.00 139943/148728 font_intern_prop [93]
[123] 0.1 0.01 0.00 148728 parse_str_as_multibyte [123]
-----------------------------------------------
2313 display_string <cycle 4> [210]
2602 move_it_to <cycle 4> [213]
2736 forward_to_next_line_start <cycle 4> [885]
7622 display_line <cycle 4> [184]
132052 move_it_in_display_line_to <cycle 4> [58]
[124] 0.1 0.01 0.00 147325 set_iterator_to_next <cycle 4> [124]
142757 bidi_move_to_visually_next <cycle 4> [185]
18 bidi_paragraph_init <cycle 4> [485]
-----------------------------------------------
0.00 0.00 7/142598 Fintern_soft [527]
0.00 0.00 560/142598 intern_1 [342]
0.00 0.00 2088/142598 Fintern [286]
0.01 0.00 139943/142598 font_intern_prop [93]
[125] 0.1 0.01 0.00 142598 oblookup [125]
0.00 0.00 142598/285196 check_obarray [775]
0.00 0.00 142598/143520 hash_string [794]
-----------------------------------------------
0.00 0.00 1/116631 Fmapc <cycle 4> [623]
0.00 0.00 3/116631 display_mode_element <cycle 4> [379]
0.00 0.00 11/116631 Fsort [501]
0.00 0.00 13/116631 parse_single_submenu <cycle 4> [494]
0.00 0.00 44/116631 lookup_fringe_bitmap [451]
0.00 0.00 65/116631 Flet <cycle 4> [431]
0.00 0.00 71/116631 Fmapcar <cycle 4> [401]
0.00 0.00 90/116631 read_vector <cycle 5> [366]
0.00 0.00 206/116631 Fkey_description <cycle 4> [317]
0.00 0.00 224/116631 preferred_sequence_p [367]
0.00 0.00 495/116631 apply_lambda <cycle 4> [340]
0.00 0.00 500/116631 Fsetq <cycle 4> [338]
0.00 0.00 604/116631 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 995/116631 Fset_match_data [315]
0.00 0.00 1032/116631 Fapply <cycle 4> [313]
0.00 0.00 1856/116631 where_is_internal <cycle 4> [157]
0.00 0.00 1879/116631 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 2582/116631 exec_byte_code <cycle 4> [73]
0.00 0.00 4805/116631 eval_sub <cycle 4> [176]
0.01 0.00 101155/116631 concat [103]
[126] 0.1 0.01 0.00 116631 Flength [126]
-----------------------------------------------
168212 mark_vectorlike <cycle 4> [127]
6 mark_specpdl <cycle 4> [1234]
45 mark_localized_symbol <cycle 4> [830]
225 mark_face_cache <cycle 4> [1114]
433 mark_buffer <cycle 4> [1090]
2379 Fgarbage_collect <cycle 4> [64]
26969 mark_char_table <cycle 4> [88]
83160 mark_object <cycle 4> [46]
[127] 0.1 0.01 0.00 113217+168212 mark_vectorlike <cycle 4> [127]
0.00 0.00 25395/25395 mark_save_value [816]
5271672 mark_object <cycle 4> [46]
1151 mark_char_table <cycle 4> [88]
92 mark_buffer <cycle 4> [1090]
168212 mark_vectorlike <cycle 4> [127]
-----------------------------------------------
2 load_charset <cycle 4> [221]
6 Finsert_file_contents <cycle 4> [351]
6 Feval_buffer <cycle 4> [507]
8 set_frame_menubar <cycle 4> [418]
12 readevalloop <cycle 4> [402]
14 Fload <cycle 4> [411]
20 redisplay_window <cycle 4> [410]
30 show_hourglass <cycle 4> [183]
36 eval_sub <cycle 4> [176]
70 with_echo_area_buffer <cycle 4> [405]
97 inhibit_garbage_collection <cycle 4> [111]
125 FletX <cycle 4> [381]
126 Flet <cycle 4> [431]
314 menu_item_eval_property <cycle 4> [109]
467 handle_fontified_prop <cycle 4> [243]
612 Feval <cycle 4> [320]
929 safe__call <cycle 4> [301]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1549 safe_run_hooks <cycle 4> [276]
3057 update_compositions <cycle 4> [154]
25484 funcall_lambda <cycle 4> [314]
42892 exec_byte_code <cycle 4> [73]
0.00 0.00 1/9783 recursive_edit_1 [3]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 47/9783 redisplay_internal [38]
[128] 0.1 0.01 0.00 77993 specbind <cycle 4> [128]
0.00 0.00 77993/227551 grow_specpdl [779]
0.00 0.00 19812/41387 Fcurrent_buffer [809]
0.00 0.00 19807/74640 do_symval_forwarding [799]
0.00 0.00 2917/5857 Flocal_variable_p [840]
19812 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 75/9355 add_properties [291]
0.00 0.00 247/9355 Fplist_put [261]
0.01 0.00 9033/9355 exec_byte_code <cycle 4> [73]
[129] 0.1 0.01 0.00 9355 Fsetcar [129]
-----------------------------------------------
0.01 0.00 2037/2037 Fremove_list_of_text_properties [105]
[130] 0.1 0.01 0.00 2037 call_mod_hooks [130]
-----------------------------------------------
0.01 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[131] 0.1 0.01 0.00 49 sweep_conses [131]
0.00 0.00 6509/6509 lisp_align_free [833]
-----------------------------------------------
0.01 0.00 6/6 Fdefine_key <cycle 4> [112]
[132] 0.1 0.01 0.00 6 lucid_event_type_list_p [132]
-----------------------------------------------
0.01 0.00 1/1 x_set_mouse_color [115]
[133] 0.1 0.01 0.00 1 x_uncatch_errors_after_check [133]
0.00 0.00 1/1140773 xfree [760]
-----------------------------------------------
976 XTread_socket <cycle 3> [77]
0.00 0.00 1/1111191 xftfont_open [394]
0.00 0.00 1/1111191 xg_select [561]
0.00 0.00 1/1111191 other_visible_frames [590]
0.00 0.00 1/1111191 adjust_frame_size <cycle 4> [497]
0.00 0.00 1/1111191 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1111191 x_new_font <cycle 4> [588]
0.00 0.00 1/1111191 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1111191 x_set_mouse_color [115]
0.00 0.00 1/1111191 x_window <cycle 4> [591]
0.00 0.00 1/1111191 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1111191 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1111191 where_is_internal <cycle 4> [157]
0.00 0.00 1/1111191 unbind_to <cycle 4> [244]
0.00 0.00 1/1111191 Frassoc [393]
0.00 0.00 2/1111191 x_defined_color [511]
0.00 0.00 2/1111191 x_scroll_bar_create [525]
0.00 0.00 2/1111191 Fx_change_window_property [550]
0.00 0.00 3/1111191 realize_basic_faces [153]
0.00 0.00 3/1111191 x_wait_for_event [532]
0.00 0.00 3/1111191 Fnreverse [45]
0.00 0.00 4/1111191 Fgarbage_collect <cycle 4> [64]
0.00 0.00 4/1111191 Fassoc [66]
0.00 0.00 6/1111191 Fx_register_dnd_atom [509]
0.00 0.00 7/1111191 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1111191 xftfont_text_extents [236]
0.00 0.00 8/1111191 Fx_selection_exists_p [489]
0.00 0.00 28/1111191 detect_input_pending_run_timers [43]
0.00 0.00 30/1111191 Fassoc_string [30]
0.00 0.00 48/1111191 x_make_frame_visible <cycle 4> [420]
0.00 0.00 54/1111191 re_match_2_internal [83]
0.00 0.00 81/1111191 internal_equal [52]
0.00 0.00 100/1111191 Fmake_list [190]
0.00 0.00 106/1111191 Fassq [384]
0.00 0.00 121/1111191 wait_reading_process_output [44]
0.00 0.00 219/1111191 exec_byte_code <cycle 4> [73]
0.00 0.00 421/1111191 Ffuncall <cycle 4> [29]
0.00 0.00 454/1111191 funcall_lambda <cycle 4> [314]
0.09 0.00 1109455/1111191 xfont_list_pattern [19]
[134] 0.1 0.01 0.00 1112158 process_pending_signals <cycle 3> [134]
1112960 gobble_input <cycle 3> [53]
-----------------------------------------------
0.01 0.00 1038/1038 swallow_events [65]
[135] 0.1 0.01 0.00 1038 process_special_events [135]
-----------------------------------------------
0.01 0.00 809/809 kbd_buffer_store_buffered_event [137]
[136] 0.1 0.01 0.00 809 kbd_buffer_nr_stored [136]
-----------------------------------------------
0.00 0.01 809/809 handle_one_xevent [99]
[137] 0.1 0.00 0.01 809 kbd_buffer_store_buffered_event [137]
0.01 0.00 809/809 kbd_buffer_nr_stored [136]
-----------------------------------------------
0.01 0.00 63/63 free_realized_face [116]
[138] 0.1 0.01 0.00 63 free_face_fontset [138]
-----------------------------------------------
0.00 0.00 3/10 eval_sub <cycle 4> [176]
0.01 0.00 7/10 Ffuncall <cycle 4> [29]
[139] 0.1 0.01 0.00 10 Ffeaturep [139]
0.00 0.00 10/10850 Fmemq [822]
-----------------------------------------------
<spontaneous>
[140] 0.1 0.01 0.00 Ffont_match_p [140]
-----------------------------------------------
<spontaneous>
[141] 0.1 0.01 0.00 copy_char_table [141]
-----------------------------------------------
<spontaneous>
[142] 0.1 0.01 0.00 run_all_atimers [142]
-----------------------------------------------
<spontaneous>
[143] 0.1 0.01 0.00 xfont_get_pcm [143]
-----------------------------------------------
0.00 0.00 1/3508683 clear_face_cache [714]
0.00 0.00 1/3508683 wait_reading_process_output [44]
0.00 0.00 1/3508683 check_glyph_memory [707]
0.00 0.00 1/3508683 other_visible_frames [590]
0.00 0.00 1/3508683 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3508683 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508683 show_hourglass <cycle 4> [183]
0.00 0.00 1/3508683 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508683 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508683 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508683 free_frame_faces [231]
0.00 0.00 1/3508683 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508683 x_new_font <cycle 4> [588]
0.00 0.00 1/3508683 x_set_offset [522]
0.00 0.00 1/3508683 Fx_wm_set_size_hint [523]
0.00 0.00 1/3508683 x_make_gc [709]
0.00 0.00 1/3508683 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/3508683 x_set_cursor_color [673]
0.00 0.00 1/3508683 x_window <cycle 4> [591]
0.00 0.00 1/3508683 read_and_apply_settings [585]
0.00 0.00 1/3508683 xsettings_initialize [572]
0.00 0.00 1/3508683 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508683 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/3508683 xftfont_close [712]
0.00 0.00 2/3508683 x_wm_supports [540]
0.00 0.00 2/3508683 delete_frame <cycle 4> [230]
0.00 0.00 2/3508683 init_iterator <cycle 4> [163]
0.00 0.00 2/3508683 Fx_change_window_property [550]
0.00 0.00 2/3508683 x_set_mouse_color [115]
0.00 0.00 2/3508683 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508683 open_directory [698]
0.00 0.00 2/3508683 directory_files_internal <cycle 4> [254]
0.00 0.00 2/3508683 unbind_to <cycle 4> [244]
0.00 0.00 2/3508683 x_wm_set_size_hint [464]
0.00 0.00 3/3508683 x_wait_for_event [532]
0.00 0.00 3/3508683 x_term_init <cycle 4> [508]
0.00 0.00 3/3508683 Fx_create_frame <cycle 4> [202]
0.00 0.00 4/3508683 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508683 x_scroll_bar_create [525]
0.00 0.00 5/3508683 clear_image_cache [678]
0.00 0.00 6/3508683 realize_basic_faces [153]
0.00 0.00 6/3508683 Fx_register_dnd_atom [509]
0.00 0.00 6/3508683 Fkill_buffer <cycle 4> [565]
0.00 0.00 7/3508683 unload_color [663]
0.00 0.00 8/3508683 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/3508683 Fx_selection_exists_p [489]
0.00 0.00 8/3508683 xg_update_scrollbar_pos [662]
0.00 0.00 9/3508683 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 10/3508683 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/3508683 unwind_to_catch <cycle 4> [657]
0.00 0.00 10/3508683 lookup_image <cycle 4> [495]
0.00 0.00 13/3508683 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 14/3508683 set_frame_menubar <cycle 4> [418]
0.00 0.00 14/3508683 prepare_face_for_display [617]
0.00 0.00 16/3508683 xftfont_open [394]
0.00 0.00 22/3508683 x_real_pos_and_offsets [636]
0.00 0.00 22/3508683 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508683 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 27/3508683 get_current_wm_state [627]
0.00 0.00 30/3508683 detect_input_pending_run_timers [43]
0.00 0.00 31/3508683 redisplay_internal [38]
0.00 0.00 31/3508683 xg_select [561]
0.00 0.00 35/3508683 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 35/3508683 read1 <cycle 5> [300]
0.00 0.00 48/3508683 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/3508683 make_gap [595]
0.00 0.00 49/3508683 Fgarbage_collect <cycle 4> [64]
0.00 0.00 60/3508683 define_image_type [575]
0.00 0.00 62/3508683 xftfont_get_colors [576]
0.00 0.00 65/3508683 free_realized_face [116]
0.00 0.00 78/3508683 update_window <cycle 4> [458]
0.00 0.00 78/3508683 x_update_window_end <cycle 4> [563]
0.00 0.00 179/3508683 x_defined_color [511]
0.00 0.00 226/3508683 update_window_line <cycle 4> [517]
0.00 0.00 240/3508683 x_write_glyphs <cycle 4> [516]
0.00 0.00 491/3508683 xftfont_draw [430]
0.00 0.00 1326/3508683 free_menubar_widget_value_tree [449]
0.00 0.00 1333/3508683 make_widget_value [447]
0.00 0.00 2624/3508683 event_handler_gdk [98]
0.00 0.00 3634/3508683 xg_win_to_widget [399]
0.00 0.00 18613/3508683 readbyte_from_file [335]
0.00 0.00 147661/3508683 xftfont_text_extents [236]
0.00 0.00 1112486/3508683 XTread_socket <cycle 3> [77]
0.01 0.00 2218916/3508683 xfont_list_pattern [19]
[144] 0.1 0.01 0.00 3508683 unblock_input_to [144]
-----------------------------------------------
0.00 0.00 1/77270 recursive_edit_1 [3]
0.00 0.00 2/77270 load_charset <cycle 4> [221]
0.00 0.00 4/77270 Fmake_local_variable <cycle 4> [436]
0.00 0.00 6/77270 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/77270 Feval_buffer <cycle 4> [507]
0.00 0.00 8/77270 set_frame_menubar <cycle 4> [418]
0.00 0.00 11/77270 funcall_lambda <cycle 4> [314]
0.00 0.00 12/77270 readevalloop <cycle 4> [402]
0.00 0.00 14/77270 Fload <cycle 4> [411]
0.00 0.00 20/77270 redisplay_window <cycle 4> [410]
0.00 0.00 30/77270 show_hourglass <cycle 4> [183]
0.00 0.00 36/77270 eval_sub <cycle 4> [176]
0.00 0.00 45/77270 timer_check [59]
0.00 0.00 47/77270 redisplay_internal [38]
0.00 0.00 70/77270 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 97/77270 inhibit_garbage_collection <cycle 4> [111]
0.00 0.00 120/77270 FletX <cycle 4> [381]
0.00 0.00 314/77270 menu_item_eval_property <cycle 4> [109]
0.00 0.00 467/77270 handle_fontified_prop <cycle 4> [243]
0.00 0.00 612/77270 Feval <cycle 4> [320]
0.00 0.00 929/77270 safe__call <cycle 4> [301]
0.00 0.00 1022/77270 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 1022/77270 signal_after_change <cycle 4> [297]
0.00 0.00 1549/77270 safe_run_hooks <cycle 4> [276]
0.00 0.00 2561/77270 Fset <cycle 4> [249]
0.00 0.00 2902/77270 unbind_to <cycle 4> [244]
0.00 0.00 3057/77270 update_compositions <cycle 4> [154]
0.00 0.00 11025/77270 Fset_default <cycle 4> [198]
0.00 0.01 51281/77270 exec_byte_code <cycle 4> [73]
[145] 0.1 0.00 0.01 77270 set_internal [145]
0.00 0.01 77270/77270 maybe_set_redisplay [146]
0.00 0.00 5616/4474415 assq_no_quit [63]
0.00 0.00 64/1289625 Fcons [80]
0.00 0.00 5557/74640 do_symval_forwarding [799]
0.00 0.00 44/89 let_shadows_buffer_binding_p [1174]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.01 77270/77270 set_internal [145]
[146] 0.1 0.00 0.01 77270 maybe_set_redisplay [146]
0.01 0.00 77270/2446268 hash_lookup [25]
-----------------------------------------------
147261 bidi_move_to_visually_next <cycle 4> [185]
[147] 0.1 0.00 0.01 147261 bidi_level_of_next_char <cycle 4> [147]
0.01 0.00 143550/285259 bidi_explicit_dir_char [94]
0.00 0.00 258/146871 bidi_find_paragraph_start [175]
0.00 0.00 143742/291051 bidi_cache_iterator_state [772]
0.00 0.00 143693/287410 bidi_cache_find [773]
147237 bidi_resolve_neutral <cycle 4> [148]
402 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
147237 bidi_level_of_next_char <cycle 4> [147]
[148] 0.1 0.00 0.01 147237 bidi_resolve_neutral <cycle 4> [148]
0.00 0.00 141709/285259 bidi_explicit_dir_char [94]
0.00 0.00 147237/285588 bidi_get_category [774]
147237 bidi_resolve_brackets <cycle 4> [790]
-----------------------------------------------
0.00 0.01 1456/1456 Ffuncall <cycle 4> [29]
[149] 0.1 0.00 0.01 1456 scan_lists [149]
0.00 0.01 1442/1442 back_comment [162]
0.00 0.00 72345/145888 char_quoted [174]
0.00 0.00 1451/7538722 char_table_ref [37]
0.00 0.00 1456/25879 buf_charpos_to_bytepos [733]
0.00 0.00 146332/146332 syntax_multibyte [792]
0.00 0.00 1456/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
0.00 0.00 2/35053 Fset_charset_priority [444]
0.00 0.00 2/35053 Fpropertize <cycle 4> [521]
0.00 0.00 2/35053 fontset_find_font [13]
0.00 0.00 3/35053 display_mode_element <cycle 4> [379]
0.00 0.00 3/35053 copy_properties [515]
0.00 0.00 5/35053 Fget_buffer_create <cycle 4> [479]
0.00 0.00 6/35053 show_hourglass <cycle 4> [183]
0.00 0.00 12/35053 Fframe_list [465]
0.00 0.00 48/35053 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 83/35053 Ffuncall <cycle 4> [29]
0.00 0.00 206/35053 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1000/35053 set_properties [272]
0.00 0.00 1109/35053 ftfont_pattern_entity [216]
0.00 0.00 2122/35053 timer_check [59]
0.00 0.00 2676/35053 casify_object [48]
0.00 0.01 27774/35053 compile_pattern [156]
[150] 0.1 0.00 0.01 35053 Fcopy_sequence [150]
0.00 0.01 32893/45490 concat [103]
-----------------------------------------------
0.00 0.00 138282/279517 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 141235/279517 bidi_find_bracket_pairs <cycle 4> [177]
[151] 0.1 0.00 0.01 279517 bidi_paired_bracket_type [151]
0.00 0.00 278989/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 4/94 Finternal_merge_in_global_face [247]
0.00 0.00 6/94 realize_basic_faces [153]
0.00 0.01 84/94 realize_named_face [155]
[152] 0.1 0.00 0.01 94 realize_face [152]
0.00 0.01 16/20 free_realized_face [116]
0.00 0.00 6/8 font_load_for_lface [302]
0.00 0.00 79/79 make_fontset_for_ascii_face [403]
0.00 0.00 6/887 Ffont_spec [280]
0.00 0.00 12/895 fs_query_fontset [324]
0.00 0.00 94/94 make_realized_face [510]
0.00 0.00 161/161 load_color2 [514]
0.00 0.00 146/1800 c_strcasecmp [917]
0.00 0.00 94/1589 lface_hash [928]
0.00 0.00 94/96 cache_face [1170]
0.00 0.00 79/79 face_color_supported_p [1180]
0.00 0.00 79/1778 font_style_to_value [919]
0.00 0.00 16/1140773 xfree [760]
0.00 0.00 16/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/6 init_frame_faces [203]
0.00 0.01 5/6 recompute_basic_faces [159]
[153] 0.1 0.00 0.01 6 realize_basic_faces [153]
0.00 0.01 84/84 realize_named_face [155]
0.00 0.00 6/94 realize_face [152]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/8785 make_string [226]
0.00 0.00 1/82 Finternal_make_lisp_face [385]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 6/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 4/501996 Fassq [384]
0.00 0.00 6/1762 lface_from_face_name [921]
0.00 0.00 6/3508670 unblock_input [754]
0.00 0.00 5/5 face_boolean_x_resource_value [1432]
0.00 0.00 5/5 fontset_name [1433]
-----------------------------------------------
1 set_message_1 <cycle 4> [1628]
3 Finsert_file_contents <cycle 4> [351]
19 insert_char <cycle 4> [1331]
729 del_range_1 <cycle 4> [331]
1000 general_insert_function <cycle 4> [1080]
[154] 0.1 0.00 0.01 1752 update_compositions <cycle 4> [154]
0.00 0.01 1019/1486 Fremove_list_of_text_properties [105]
0.00 0.00 3057/77270 set_internal [145]
0.00 0.00 3061/15456 find_composition [194]
0.00 0.00 1019/1289625 Fcons [80]
0.00 0.00 1019/14391 list1 [818]
3057 store_symval_forwarding <cycle 4> [802]
3057 specbind <cycle 4> [128]
1019 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.01 84/84 realize_basic_faces [153]
[155] 0.1 0.00 0.01 84 realize_named_face [155]
0.00 0.01 84/94 realize_face [152]
0.00 0.00 14/82 Finternal_make_lisp_face [385]
0.00 0.00 168/1670 get_lface_attributes_no_remap [382]
0.00 0.00 84/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 84/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 84/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 2/49854 directory_files_internal <cycle 4> [254]
0.00 0.00 4/49854 looking_at_1 [468]
0.00 0.00 53/49854 fast_c_string_match_ignore_case [341]
0.00 0.00 386/49854 string_match_1 [256]
0.00 0.00 5160/49854 search_buffer [181]
0.00 0.00 5454/49854 fast_looking_at [186]
0.00 0.01 38795/49854 fast_string_match_internal [71]
[156] 0.1 0.00 0.01 49854 compile_pattern [156]
0.00 0.01 27774/35053 Fcopy_sequence [150]
0.00 0.00 22080/25585 Fequal [255]
0.00 0.00 27774/27774 re_compile_pattern [270]
0.00 0.00 123134/124360 Fstring_equal [797]
0.00 0.00 55548/55548 re_set_syntax [803]
0.00 0.00 55548/55548 re_set_whitespace_regexp [804]
0.00 0.00 5469/5469 re_set_registers [845]
-----------------------------------------------
1067 Fwhere_is_internal <cycle 4> [326]
[157] 0.1 0.00 0.01 1067 where_is_internal <cycle 4> [157]
0.01 0.00 2/3 Fmake_hash_table [113]
0.00 0.00 1856/116631 Flength [126]
0.00 0.00 1057/2224296 Fgethash [28]
0.00 0.00 1057/25585 Fequal [255]
0.00 0.00 158/9158 parse_modifiers [377]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2046/11766 Faref [821]
0.00 0.00 1856/49012 Fcar [807]
0.00 0.00 1856/410271 Fcdr [768]
0.00 0.00 158/10850 Fmemq [822]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/1818 nconc2 [916]
1682 map_keymap <cycle 4> [865]
23 Faccessible_keymaps <cycle 4> [283]
-----------------------------------------------
0.00 0.00 1/1944 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 2/1944 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/1944 Fdirectory_files <cycle 4> [423]
0.00 0.00 3/1944 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/1944 Finsert_file_contents <cycle 4> [351]
0.00 0.00 26/1944 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26/1944 Ffile_readable_p <cycle 4> [311]
0.00 0.00 27/1944 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 44/1944 Ffile_directory_p <cycle 4> [285]
0.00 0.00 45/1944 Ffile_name_directory <cycle 4> [284]
0.00 0.00 52/1944 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 61/1944 Ffuncall <cycle 4> [29]
0.00 0.00 69/1944 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 93/1944 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 188/1944 openp <cycle 4> [220]
0.00 0.00 1302/1944 Fexpand_file_name <cycle 4> [173]
[158] 0.1 0.00 0.01 1944 Ffind_file_name_handler [158]
0.00 0.01 8705/38795 fast_string_match_internal [71]
0.00 0.00 8705/98231 Fplist_get [798]
0.00 0.00 8705/69910 Fget [800]
0.00 0.00 188/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 2/6 x_set_font <cycle 4> [189]
0.00 0.00 4/6 init_iterator <cycle 4> [163]
[159] 0.1 0.00 0.01 6 recompute_basic_faces [159]
0.00 0.01 5/6 realize_basic_faces [153]
0.00 0.00 5/5 clear_image_caches [679]
0.00 0.00 5/8 clear_face_cache [714]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
11 reseat <cycle 4> [375]
29 resize_mini_window <cycle 4> [339]
240 next_element_from_string <cycle 4> [219]
507 move_it_to <cycle 4> [213]
510 Fvertical_motion <cycle 4> [209]
1067 start_display <cycle 4> [197]
1128 next_element_from_buffer <cycle 4> [161]
[160] 0.1 0.00 0.01 3495 handle_stop <cycle 4> [160]
0.01 0.00 3495/3495 handle_face_prop [164]
0.00 0.00 3495/3495 handle_composition_prop [242]
0.00 0.00 3495/3495 handle_invisible_prop [262]
0.00 0.00 3495/5053 handle_display_prop [241]
0.00 0.00 3255/3325 get_overlay_strings_1 [869]
3962 handle_fontified_prop <cycle 4> [243]
-----------------------------------------------
1128 next_element_from_buffer <cycle 4> [161]
143182 get_next_display_element <cycle 4> [10]
[161] 0.1 0.00 0.01 143182+1128 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3114/7159 composition_compute_stop_pos [107]
0.00 0.00 1128/3495 compute_stop_pos [166]
0.00 0.00 262/286 composition_reseat_it [239]
0.00 0.00 70/3325 get_overlay_strings_1 [869]
3114 get_visually_first_element <cycle 4> [864]
1128 handle_stop <cycle 4> [160]
1128 next_element_from_buffer <cycle 4> [161]
-----------------------------------------------
0.00 0.01 1442/1442 scan_lists [149]
[162] 0.1 0.00 0.01 1442 back_comment [162]
0.00 0.00 144200/7538722 char_table_ref [37]
0.00 0.00 72100/145888 char_quoted [174]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_line <cycle 4> [472]
35 resize_mini_window <cycle 4> [339]
1064 start_display <cycle 4> [197]
[163] 0.1 0.00 0.01 1140 init_iterator <cycle 4> [163]
0.00 0.00 4/6 recompute_basic_faces [159]
0.00 0.00 3/20 free_realized_face [116]
0.00 0.00 1140/1140 produce_special_glyphs [234]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2232/6062 window_box_width [838]
0.00 0.00 1140/1140 window_display_table [962]
0.00 0.00 1140/1742 window_text_bottom_y [922]
0.00 0.00 1091/8883 bidi_unshelve_cache [827]
0.00 0.00 4/4 free_all_realized_faces [1457]
0.00 0.00 2/3508670 unblock_input [754]
1091 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.01 0.00 3495/3495 handle_stop <cycle 4> [160]
[164] 0.1 0.01 0.00 3495 handle_face_prop [164]
0.00 0.00 3255/3255 face_at_buffer_position [232]
0.00 0.00 240/1464 face_at_string_position [275]
-----------------------------------------------
0.00 0.01 37552/37552 Fgarbage_collect <cycle 4> [64]
[165] 0.1 0.00 0.01 37552 mark_maybe_object [165]
0.01 0.00 289/533 Fsuspicious_object [108]
0.00 0.00 34628/69654 mem_find [801]
0.00 0.00 3206/3408 sweep_buffers [868]
-----------------------------------------------
0.00 0.00 3/3495 redisplay_window <cycle 4> [410]
0.00 0.00 11/3495 reseat <cycle 4> [375]
0.00 0.00 29/3495 resize_mini_window <cycle 4> [339]
0.00 0.00 240/3495 next_element_from_string <cycle 4> [219]
0.00 0.00 507/3495 move_it_to <cycle 4> [213]
0.00 0.00 510/3495 Fvertical_motion <cycle 4> [209]
0.00 0.00 1067/3495 start_display <cycle 4> [197]
0.00 0.00 1128/3495 next_element_from_buffer <cycle 4> [161]
[166] 0.1 0.00 0.01 3495 compute_stop_pos [166]
0.00 0.00 3495/7159 composition_compute_stop_pos [107]
0.00 0.00 3263/256439 find_interval [87]
0.00 0.00 49343/428532 lookup_char_property [390]
0.00 0.00 49343/408494 textget [769]
0.00 0.00 9868/183733 next_interval [783]
0.00 0.00 9798/49012 Fcar [807]
0.00 0.00 3495/228845 validate_interval_range [778]
0.00 0.00 3255/3255 next_overlay_change [872]
-----------------------------------------------
1 bidi_init_it <cycle 4> [857]
[167] 0.1 0.00 0.01 1 bidi_initialize <cycle 4> [167]
0.00 0.01 3/3 uniprop_table [168]
0.00 0.00 3/560 intern_1 [342]
0.00 0.00 5/5 staticpro [1438]
2 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
0.00 0.01 3/3 bidi_initialize <cycle 4> [167]
[168] 0.1 0.00 0.01 3 uniprop_table [168]
0.01 0.00 3/18 char_table_ascii [70]
0.00 0.00 3/501996 Fassq [384]
-----------------------------------------------
<spontaneous>
[169] 0.1 0.01 0.00 produce_stretch_glyph [169]
-----------------------------------------------
0.00 0.00 15/15 handle_one_xevent [99]
[170] 0.1 0.00 0.00 15 x_focus_changed [170]
0.00 0.00 17/9783 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 11/11 x_new_focus_frame [1362]
-----------------------------------------------
0.00 0.00 2/3135 Ffuncall <cycle 4> [29]
0.00 0.00 11/3135 eval_sub <cycle 4> [176]
0.00 0.00 3122/3135 Fframe_parameter [172]
[171] 0.0 0.00 0.00 3135 Fframe_parameters [171]
0.00 0.00 3135/3144 Fcopy_alist [188]
0.00 0.00 81468/81468 store_in_alist [196]
0.00 0.00 6264/6266 make_formatted_string [235]
0.00 0.00 9/8785 make_string [226]
0.00 0.00 6/501996 Fassq [384]
0.00 0.00 28188/591680 Fsetcdr [764]
0.00 0.00 3135/9070 decode_any_frame [825]
0.00 0.00 6/6 tty_color_name [1419]
-----------------------------------------------
0.00 0.00 1/3208 delete_frame <cycle 4> [230]
0.00 0.00 2/3208 x_wm_set_size_hint [464]
0.00 0.00 14/3208 x_consider_frame_title <cycle 4> [361]
0.00 0.00 30/3208 eval_sub <cycle 4> [176]
0.00 0.00 3161/3208 Ffuncall <cycle 4> [29]
[172] 0.0 0.00 0.00 3208 Fframe_parameter [172]
0.00 0.00 3122/3135 Fframe_parameters [171]
0.00 0.00 3205/501996 Fassq [384]
0.00 0.00 3208/9070 decode_any_frame [825]
-----------------------------------------------
152 Fexpand_file_name <cycle 4> [173]
1 Fkill_emacs <cycle 4> [686]
1 Ffile_accessible_directory_p <cycle 4> [453]
2 Fdo_auto_save <cycle 4> [593]
2 Fdirectory_files <cycle 4> [423]
2 internal_condition_case_2 <cycle 4> [1531]
3 Ffile_exists_p <cycle 4> [400]
3 Finsert_file_contents <cycle 4> [351]
3 eval_sub <cycle 4> [176]
12 x_find_image_fd <cycle 4> [500]
26 Ffile_readable_p <cycle 4> [311]
27 Ffile_symlink_p <cycle 4> [308]
44 expand_and_dir_to_file <cycle 4> [1263]
85 openp <cycle 4> [220]
133 Ffuncall <cycle 4> [29]
[173] 0.0 0.00 0.00 344+152 Fexpand_file_name <cycle 4> [173]
0.00 0.00 1302/1944 Ffind_file_name_handler [158]
0.00 0.00 188/8785 make_string [226]
0.00 0.00 325/41699 make_specified_string [422]
0.00 0.00 170/170 string_to_multibyte [658]
0.00 0.00 188/189 egetenv_internal [1131]
0.00 0.00 188/670 decode_file_name [1020]
0.00 0.00 135/181 Fnext_read_file_uses_dialog_p [1133]
188 code_convert_string <cycle 4> [264]
15 call3 <cycle 4> [1330]
152 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
0.00 0.00 1443/145888 Fbackward_prefix_chars [287]
0.00 0.00 72100/145888 back_comment [162]
0.00 0.00 72345/145888 scan_lists [149]
[174] 0.0 0.00 0.00 145888 char_quoted [174]
0.00 0.00 142999/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 45/146871 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 45/146871 find_first_strong_char <cycle 4> [487]
0.00 0.00 45/146871 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 258/146871 bidi_level_of_next_char <cycle 4> [147]
0.00 0.00 146478/146871 bidi_resolve_explicit <cycle 4> [95]
[175] 0.0 0.00 0.00 146871 bidi_find_paragraph_start [175]
0.00 0.00 141019/7538722 char_table_ref [37]
0.00 0.00 1/5 new_region_cache [622]
0.00 0.00 45/555 know_region_cache [1037]
-----------------------------------------------
5133 eval_sub <cycle 4> [176]
26 For <cycle 4> [1355]
64 Fcond <cycle 4> [1316]
121 Fdefvar <cycle 4> [454]
125 FletX <cycle 4> [381]
126 Flet <cycle 4> [431]
147 Fif <cycle 4> [1145]
182 readevalloop <cycle 4> [402]
311 Fand <cycle 4> [1119]
443 apply_lambda <cycle 4> [340]
500 Fsetq <cycle 4> [338]
501 Fwhile <cycle 4> [1586]
612 Feval <cycle 4> [320]
1527 Fprogn <cycle 4> [996]
[176] 0.0 0.00 0.00 4685+5133 eval_sub <cycle 4> [176]
0.00 0.00 3/10 Ffeaturep [139]
0.00 0.00 34/37 Fdefalias [224]
0.00 0.00 4805/116631 Flength [126]
0.00 0.00 500/156717 Fmake_string [81]
0.00 0.00 30/3208 Fframe_parameter [172]
0.00 0.00 11/3135 Fframe_parameters [171]
0.00 0.00 34/45490 concat [103]
0.00 0.00 36/77270 set_internal [145]
0.00 0.00 60/554979 Fassoc [66]
0.00 0.00 180/1289625 Fcons [80]
0.00 0.00 4/396 Fput [267]
0.00 0.00 6/4964 Flist [257]
0.00 0.00 2/2 Fprovide [583]
0.00 0.00 4/25585 Fequal [255]
0.00 0.00 2/1677 Fmember [388]
0.00 0.00 16/1039 Fboundp [505]
0.00 0.00 6/41699 make_specified_string [422]
0.00 0.00 19/501996 Fassq [384]
0.00 0.00 2/471 Fregexp_quote [626]
0.00 0.00 5336/138614 record_in_backtrace [796]
0.00 0.00 5121/410271 Fcdr [768]
0.00 0.00 5042/49012 Fcar [807]
0.00 0.00 745/745 Fquote [1003]
0.00 0.00 521/523 arithcompare_driver [1050]
0.00 0.00 521/523 Flss [1049]
0.00 0.00 500/500 Fadd1 [1078]
0.00 0.00 121/121 Feq [1160]
0.00 0.00 73/73 Fnull [1183]
0.00 0.00 71/427893 indirect_function [767]
0.00 0.00 38/3215 Fdefault_value [874]
0.00 0.00 34/965 Fconcat [986]
0.00 0.00 31/219 Fdefault_boundp [1125]
0.00 0.00 20/20 Ffunction [1324]
0.00 0.00 10/10850 Fmemq [822]
0.00 0.00 9/7242 Ffboundp [831]
0.00 0.00 8/8 Fconsp [1385]
0.00 0.00 8/2446 Fbuffer_modified_p [894]
0.00 0.00 7/18 Fbuffer_file_name [1333]
0.00 0.00 7/35 Fwindow_system [1280]
0.00 0.00 4/4 Fbyte_code [1441]
0.00 0.00 4/4 Fcar_safe [1443]
0.00 0.00 2/5 make_process [1435]
0.00 0.00 2/5 Fget_buffer_process [1420]
0.00 0.00 2/41387 Fcurrent_buffer [809]
0.00 0.00 1/2131 Fnconc [903]
2629 Fsymbol_value <cycle 4> [806]
500 Fsetq <cycle 4> [338]
500 Finsert <cycle 4> [1079]
495 apply_lambda <cycle 4> [340]
232 Fand <cycle 4> [1119]
147 Fif <cycle 4> [1145]
137 Fdefvar <cycle 4> [454]
115 Fprogn <cycle 4> [996]
97 unbind_to <cycle 4> [244]
65 Flet <cycle 4> [431]
61 FletX <cycle 4> [381]
61 Fapply <cycle 4> [313]
36 store_symval_forwarding <cycle 4> [802]
36 specbind <cycle 4> [128]
36 apply1 <cycle 4> [1278]
22 Fcond <cycle 4> [1316]
16 Ffuncall <cycle 4> [29]
12 For <cycle 4> [1355]
5 Fmapcar <cycle 4> [401]
4 exec_byte_code <cycle 4> [73]
4 Ffile_name_directory <cycle 4> [284]
3 Fexpand_file_name <cycle 4> [173]
3 Ffile_name_as_directory <cycle 4> [279]
2 Fset_fontset_font <cycle 4> [56]
2 directory_files_internal <cycle 4> [254]
2 Fdirectory_files <cycle 4> [423]
2 Ffile_readable_p <cycle 4> [311]
2 Ffile_name_nondirectory <cycle 4> [251]
2 Ffile_directory_p <cycle 4> [285]
1 Fgarbage_collect <cycle 4> [64]
1 Fwhile <cycle 4> [1586]
1 Ffile_exists_p <cycle 4> [400]
1 Fpropertize <cycle 4> [521]
5133 eval_sub <cycle 4> [176]
-----------------------------------------------
141235 bidi_resolve_brackets <cycle 4> [790]
[177] 0.0 0.00 0.00 141235 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 141235/279517 bidi_paired_bracket_type [151]
0.00 0.00 24/291051 bidi_cache_iterator_state [772]
0.00 0.00 24/24 bidi_mirror_char [1309]
0.00 0.00 24/287410 bidi_cache_find [773]
24 bidi_resolve_weak <cycle 4> [789]
-----------------------------------------------
0.00 0.00 145299/145299 get_next_display_element <cycle 4> [10]
[178] 0.0 0.00 0.00 145299 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[179] 0.0 0.00 0.00 7 redisplay_windows [179]
0.00 0.00 14/9783 internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
0.00 0.00 20/5180 Fsearch_forward [380]
0.00 0.00 5160/5180 Fre_search_forward [182]
[180] 0.0 0.00 0.00 5180 search_command [180]
0.00 0.00 5180/5180 search_buffer [181]
0.00 0.00 5/15953 set_point_both [206]
0.00 0.00 5179/25879 buf_charpos_to_bytepos [733]
0.00 0.00 5/10013 set_point [738]
-----------------------------------------------
0.00 0.00 5180/5180 search_command [180]
[181] 0.0 0.00 0.00 5180 search_buffer [181]
0.00 0.00 5160/44876 re_search_2 [72]
0.00 0.00 5160/49854 compile_pattern [156]
0.00 0.00 6/1593 buf_bytepos_to_charpos [730]
0.00 0.00 20/20 boyer_moore [748]
0.00 0.00 703/11766 Faref [821]
-----------------------------------------------
0.00 0.00 5160/5160 Ffuncall <cycle 4> [29]
[182] 0.0 0.00 0.00 5160 Fre_search_forward [182]
0.00 0.00 5160/5180 search_command [180]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
1 Fwindow_mode_line_height <cycle 4> [1299]
15 window_box_height <cycle 4> [1166]
25 x_clear_end_of_line <cycle 4> [1118]
80 draw_glyphs <cycle 4> [35]
295 display_line <cycle 4> [184]
0.00 0.03 104/9783 redisplay_internal [38]
[183] 0.0 0.00 0.00 521 show_hourglass <cycle 4> [183]
0.00 0.00 295/142572 face_for_char [11]
0.00 0.00 295/146733 x_produce_glyphs [57]
0.00 0.00 268/180498 get_char_property_and_overlay [100]
0.00 0.00 30/77270 set_internal [145]
0.00 0.00 6/35053 Fcopy_sequence [150]
0.00 0.00 5/25585 Fequal [255]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 268/167471 Fget_char_property [786]
0.00 0.00 268/9334 get_it_property [824]
0.00 0.00 161/710 lookup_basic_face [1016]
0.00 0.00 150/160 normal_char_ascent_descent [1142]
0.00 0.00 6/227551 grow_specpdl [779]
0.00 0.00 6/8775 record_unwind_protect [828]
0.00 0.00 3/62 clear_window_matrices [1197]
0.00 0.00 3/13 clear_current_matrices [1351]
0.00 0.00 1/3508670 unblock_input [754]
30 store_symval_forwarding <cycle 4> [802]
30 specbind <cycle 4> [128]
24 set_buffer_internal_1 <cycle 4> [871]
12 unbind_to <cycle 4> [244]
12 safe_run_hooks <cycle 4> [276]
6 menu_bar_items <cycle 4> [435]
6 set_frame_menubar <cycle 4> [418]
6 tool_bar_items <cycle 4> [452]
4 redraw_frame <cycle 4> [683]
-----------------------------------------------
352 try_window <cycle 4> [1269]
[184] 0.0 0.00 0.00 352 display_line <cycle 4> [184]
0.00 0.00 7679/146733 x_produce_glyphs [57]
0.00 0.00 352/3592 handle_line_prefix [260]
0.00 0.00 352/376 prepare_desired_row [1095]
0.00 0.00 352/3768 recenter_overlay_lists [861]
0.00 0.00 352/376 compute_line_metrics [1094]
0.00 0.00 352/74640 do_symval_forwarding [799]
0.00 0.00 191/215 extend_face_to_end_of_line [1127]
0.00 0.00 161/710 lookup_basic_face [1016]
0.00 0.00 82/100 row_for_charpos_p [1169]
7840 get_next_display_element <cycle 4> [10]
7622 set_iterator_to_next <cycle 4> [124]
704 find_symbol_value <cycle 4> [298]
295 show_hourglass <cycle 4> [183]
134 reseat_at_next_visible_line_start <cycle 4> [886]
-----------------------------------------------
960 face_before_or_after_it_pos <cycle 4> [289]
3544 get_visually_first_element <cycle 4> [864]
142757 set_iterator_to_next <cycle 4> [124]
[185] 0.0 0.00 0.00 147261 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 2736/2736 bidi_at_paragraph_end [187]
0.00 0.00 147285/291051 bidi_cache_iterator_state [772]
0.00 0.00 2760/6322 bidi_line_init [834]
147261 bidi_level_of_next_char <cycle 4> [147]
-----------------------------------------------
0.00 0.00 5454/5454 bidi_at_paragraph_end [187]
[186] 0.0 0.00 0.00 5454 fast_looking_at [186]
0.00 0.00 5454/55320 re_match_2_internal [83]
0.00 0.00 5454/49854 compile_pattern [156]
0.00 0.00 5454/5458 re_match_2 [846]
-----------------------------------------------
0.00 0.00 2736/2736 bidi_move_to_visually_next <cycle 4> [185]
[187] 0.0 0.00 0.00 2736 bidi_at_paragraph_end [187]
0.00 0.00 5454/5454 fast_looking_at [186]
-----------------------------------------------
0.00 0.00 1/3144 Fx_create_frame <cycle 4> [202]
0.00 0.00 8/3144 font_make_object [415]
0.00 0.00 3135/3144 Fframe_parameters [171]
[188] 0.0 0.00 0.00 3144 Fcopy_alist [188]
0.00 0.00 122156/1289625 Fcons [80]
0.00 0.00 3141/45490 concat [103]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [114]
[189] 0.0 0.00 0.00 2 x_set_font <cycle 4> [189]
0.00 0.00 2/6 recompute_basic_faces [159]
0.00 0.00 6/76 store_frame_param [490]
0.00 0.00 1/895 fs_query_fontset [324]
0.00 0.00 2/25585 Fequal [255]
0.00 0.00 2/47 Ffont_get [726]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/62 clear_window_matrices [1197]
0.00 0.00 2/13 clear_current_matrices [1351]
0.00 0.00 2/334 fset_redisplay [1100]
2 x_new_font <cycle 4> [588]
-----------------------------------------------
0.00 0.00 5860/5860 concat [103]
[190] 0.0 0.00 0.00 5860 Fmake_list [190]
0.00 0.00 127058/1289625 Fcons [80]
0.00 0.00 100/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 100/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 31/108 Fset_fontset_font <cycle 4> [56]
0.00 0.00 77/108 map_sub_char_table_for_charset [201]
[191] 0.0 0.00 0.00 108 set_fontset_font [191]
0.00 0.00 99/1306 fontset_add [75]
0.00 0.00 1/38 Fset_char_table_range [223]
0.00 0.00 47/1289625 Fcons [80]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
1020 Fkey_binding <cycle 4> [352]
1059 Fwhere_is_internal <cycle 4> [326]
0.02 0.27 1021/9783 active_maps [26]
[192] 0.0 0.00 0.00 3100 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 6200/6230 get_local_map [193]
0.00 0.00 5685/1289625 Fcons [80]
0.00 0.00 3100/14391 list1 [818]
3100 unbind_to <cycle 4> [244]
3100 current_minor_maps <cycle 4> [880]
-----------------------------------------------
0.00 0.00 12/6230 tool_bar_items <cycle 4> [452]
0.00 0.00 18/6230 menu_bar_items <cycle 4> [435]
0.00 0.00 6200/6230 Fcurrent_active_maps <cycle 4> [192]
[193] 0.0 0.00 0.00 6230 get_local_map [193]
0.00 0.00 6230/6230 Fget_pos_property [204]
0.00 0.00 6230/180498 get_char_property_and_overlay [100]
0.00 0.00 6230/167471 Fget_char_property [786]
0.00 0.00 6230/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 28/15456 reconsider_clip_changes [461]
0.00 0.00 167/15456 lisp_string_width [370]
0.00 0.00 1558/15456 back_to_previous_visible_line_start [238]
0.00 0.00 3061/15456 update_compositions <cycle 4> [154]
0.00 0.00 3495/15456 handle_composition_prop [242]
0.00 0.00 7147/15456 composition_compute_stop_pos [107]
[194] 0.0 0.00 0.00 15456 find_composition [194]
0.00 0.00 15456/16012 get_property_and_range [205]
0.00 0.00 7147/12130 Fnext_single_property_change [217]
-----------------------------------------------
0.00 0.00 244/640 load_charset_map [222]
0.00 0.00 396/640 fontset_add [75]
[195] 0.0 0.00 0.00 640 char_table_set [195]
0.00 0.00 1/18 char_table_ascii [70]
0.00 0.00 1920/1920 sub_char_table_set [463]
0.00 0.00 2/170 make_sub_char_table [359]
-----------------------------------------------
0.00 0.00 81468/81468 Fframe_parameters [171]
[196] 0.0 0.00 0.00 81468 store_in_alist [196]
0.00 0.00 106560/1289625 Fcons [80]
0.00 0.00 81468/501996 Fassq [384]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1590]
4 pos_visible_p <cycle 4> [1462]
40 try_window <cycle 4> [1269]
509 Fline_pixel_height <cycle 4> [1076]
510 Fvertical_motion <cycle 4> [209]
[197] 0.0 0.00 0.00 1064 start_display <cycle 4> [197]
0.00 0.00 1067/3495 compute_stop_pos [166]
0.00 0.00 8/518 reseat_at_previous_visible_line_start [294]
1072 reseat <cycle 4> [375]
1067 handle_stop <cycle 4> [160]
1064 init_iterator <cycle 4> [163]
8 move_it_to <cycle 4> [213]
-----------------------------------------------
36 Ffuncall <cycle 4> [29]
121 Fdefvar <cycle 4> [454]
491 exec_byte_code <cycle 4> [73]
16909 unbind_to <cycle 4> [244]
[198] 0.0 0.00 0.00 17557 Fset_default <cycle 4> [198]
0.00 0.00 11025/77270 set_internal [145]
0.00 0.00 1/6 indirect_variable [1412]
16433 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
32 Fset_fontset_font <cycle 4> [56]
[199] 0.0 0.00 0.00 32 map_charset_chars <cycle 4> [199]
0.00 0.00 2/2 map_char_table_for_charset [200]
0.00 0.00 31/1289625 Fcons [80]
2 load_charset <cycle 4> [221]
-----------------------------------------------
0.00 0.00 2/2 map_charset_chars <cycle 4> [199]
[200] 0.0 0.00 0.00 2 map_char_table_for_charset [200]
0.00 0.00 2/2 map_sub_char_table_for_charset [201]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
20 map_sub_char_table_for_charset [201]
0.00 0.00 2/2 map_char_table_for_charset [200]
[201] 0.0 0.00 0.00 2+20 map_sub_char_table_for_charset [201]
0.00 0.00 77/108 set_fontset_font [191]
20 map_sub_char_table_for_charset [201]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[202] 0.0 0.00 0.00 1 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/1 init_frame_faces [203]
0.00 0.00 1/3144 Fcopy_alist [188]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 6/8785 make_string [226]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 6/12 x_decode_color [645]
0.00 0.00 2/2 register_font_driver [666]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 1/1 x_make_gc [709]
0.00 0.00 9/51 x_get_arg [701]
0.00 0.00 1/1 x_figure_window_size [735]
0.00 0.00 4/4 x_frame_get_and_record_arg [737]
0.00 0.00 1/501996 Fassq [384]
0.00 0.00 3/3508670 unblock_input [754]
0.00 0.00 1/161 check_x_display_info [1140]
0.00 0.00 1/1380 xzalloc [952]
0.00 0.00 1/227551 grow_specpdl [779]
0.00 0.00 1/8775 record_unwind_protect [828]
0.00 0.00 1/1 x_text_icon [1667]
29 x_default_parameter <cycle 4> [720]
2 x_default_scroll_bar_color_parameter <cycle 4> [739]
2 adjust_frame_size <cycle 4> [497]
1 x_default_font_parameter <cycle 4> [386]
1 x_window <cycle 4> [591]
1 unbind_to <cycle 4> [244]
1 set_frame_menubar <cycle 4> [418]
1 initialize_frame_menubar <cycle 4> [1611]
1 make_frame <cycle 4> [534]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[203] 0.0 0.00 0.00 1 init_frame_faces [203]
0.00 0.00 1/6 realize_basic_faces [153]
0.00 0.00 1/1 make_face_cache [667]
0.00 0.00 1/1 make_image_cache [668]
-----------------------------------------------
0.00 0.00 6230/6230 get_local_map [193]
[204] 0.0 0.00 0.00 6230 Fget_pos_property [204]
0.00 0.00 6230/6230 text_property_stickiness [214]
0.00 0.00 5182/12169 Fget_text_property [208]
0.00 0.00 5182/428532 lookup_char_property [390]
0.00 0.00 12460/372448 set_buffer_temp [770]
0.00 0.00 6230/6230 overlays_around [835]
0.00 0.00 6230/186255 sort_overlays [782]
0.00 0.00 5182/408494 textget [769]
-----------------------------------------------
0.00 0.00 556/16012 composition_adjust_point [278]
0.00 0.00 15456/16012 find_composition [194]
[205] 0.0 0.00 0.00 16012 get_property_and_range [205]
0.00 0.00 16012/256439 find_interval [87]
0.00 0.00 15043/428532 lookup_char_property [390]
-----------------------------------------------
0.00 0.00 1/15953 move_point [629]
0.00 0.00 2/15953 skip_chars.constprop.5 [586]
0.00 0.00 5/15953 search_command [180]
0.00 0.00 6/15953 select_window <cycle 4> [528]
0.00 0.00 510/15953 Fvertical_motion <cycle 4> [209]
0.00 0.00 516/15953 skip_syntaxes [349]
0.00 0.00 518/15953 Fforward_line [348]
0.00 0.00 1450/15953 Fparse_partial_sexp [33]
0.00 0.00 1452/15953 Fbackward_prefix_chars [287]
0.00 0.00 11493/15953 Fgoto_char [218]
[206] 0.0 0.00 0.00 15953 set_point_both [206]
0.00 0.00 14666/256439 find_interval [87]
0.00 0.00 12624/12624 previous_interval [820]
-----------------------------------------------
0.00 0.00 1/8857 format_mode_line_unwind_data [601]
0.00 0.00 1/8857 modify_event_symbol [426]
0.00 0.00 1/8857 set_fontset_font [191]
0.00 0.00 1/8857 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/8857 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1/8857 init_menu_items [600]
0.00 0.00 1/8857 menu_bar_items <cycle 4> [435]
0.00 0.00 1/8857 tool_bar_items <cycle 4> [452]
0.00 0.00 2/8857 Fcurrent_window_configuration [526]
0.00 0.00 2/8857 process_tool_bar_item <cycle 4> [333]
0.00 0.00 11/8857 fontset_find_font [13]
0.00 0.00 12/8857 make_hash_table [471]
0.00 0.00 16/8857 hash_put [82]
0.00 0.00 37/8857 Fset_fontset_font <cycle 4> [56]
0.00 0.00 82/8857 Finternal_make_lisp_face [385]
0.00 0.00 84/8857 Fmake_char_table [395]
0.00 0.00 90/8857 read_vector <cycle 5> [366]
0.00 0.00 123/8857 Ffuncall <cycle 4> [29]
0.00 0.00 1306/8857 fontset_add [75]
0.00 0.00 7084/8857 concat [103]
[207] 0.0 0.00 0.00 8857 Fmake_vector [207]
0.00 0.00 8857/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 93/12169 note_mouse_highlight [419]
0.00 0.00 240/12169 handle_invisible_prop [262]
0.00 0.00 1464/12169 face_at_string_position [275]
0.00 0.00 1935/12169 Ffuncall <cycle 4> [29]
0.00 0.00 3255/12169 face_at_buffer_position [232]
0.00 0.00 5182/12169 Fget_pos_property [204]
[208] 0.0 0.00 0.00 12169 Fget_text_property [208]
0.00 0.00 12169/204864 Ftext_properties_at [97]
-----------------------------------------------
510 Ffuncall <cycle 4> [29]
[209] 0.0 0.00 0.00 510 Fvertical_motion <cycle 4> [209]
0.00 0.00 510/3495 compute_stop_pos [166]
0.00 0.00 510/518 reseat_at_previous_visible_line_start [294]
0.00 0.00 510/15953 set_point_both [206]
0.00 0.00 510/511 decode_live_window [1064]
0.00 0.00 510/3667 bidi_shelve_cache [863]
0.00 0.00 510/8883 bidi_unshelve_cache [827]
0.00 0.00 510/1055 extract_float [970]
0.00 0.00 510/511 move_it_in_display_line [1066]
1016 move_it_to <cycle 4> [213]
510 start_display <cycle 4> [197]
510 move_it_by_lines <cycle 4> [935]
510 move_it_in_display_line_to <cycle 4> [58]
510 handle_stop <cycle 4> [160]
510 reseat <cycle 4> [375]
-----------------------------------------------
24 display_mode_line <cycle 4> [472]
528 display_mode_element <cycle 4> [379]
[210] 0.0 0.00 0.00 552 display_string <cycle 4> [210]
0.00 0.00 2313/146733 x_produce_glyphs [57]
0.00 0.00 264/1464 face_at_string_position [275]
0.00 0.00 264/5549204 string_char_to_byte [752]
2841 get_next_display_element <cycle 4> [10]
2313 set_iterator_to_next <cycle 4> [124]
552 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.00 0.00 141/141 xftfont_list [212]
[211] 0.0 0.00 0.00 141 ftfont_list [211]
0.00 0.00 1109/1109 ftfont_pattern_entity [216]
0.00 0.00 141/141 ftfont_spec_pattern [345]
0.00 0.00 1109/1289625 Fcons [80]
0.00 0.00 140/2088 Fintern [286]
0.00 0.00 141/2778892 Fnreverse [45]
0.00 0.00 140/3332260 casify_object [48]
0.00 0.00 235/4474415 assq_no_quit [63]
0.00 0.00 140/2666 Fdowncase [888]
0.00 0.00 2/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 141/141 font_list_entities [16]
[212] 0.0 0.00 0.00 141 xftfont_list [212]
0.00 0.00 141/141 ftfont_list [211]
-----------------------------------------------
511 move_it_to <cycle 4> [213]
1 buffer_posn_from_coords <cycle 4> [1590]
7 pos_visible_p <cycle 4> [1462]
8 start_display <cycle 4> [197]
35 resize_mini_window <cycle 4> [339]
1016 Fvertical_motion <cycle 4> [209]
1020 move_it_vertically_backward <cycle 4> [292]
1034 move_it_by_lines <cycle 4> [935]
[213] 0.0 0.00 0.00 3121+511 move_it_to <cycle 4> [213]
0.00 0.00 507/3495 compute_stop_pos [166]
0.00 0.00 506/1562 back_to_previous_visible_line_start [238]
0.00 0.00 2684/3768 recenter_overlay_lists [861]
0.00 0.00 567/3667 bidi_shelve_cache [863]
0.00 0.00 511/8883 bidi_unshelve_cache [827]
2779 move_it_in_display_line_to <cycle 4> [58]
2602 reseat_at_next_visible_line_start <cycle 4> [886]
2602 set_iterator_to_next <cycle 4> [124]
507 move_it_vertically_backward <cycle 4> [292]
507 handle_stop <cycle 4> [160]
507 reseat <cycle 4> [375]
511 move_it_to <cycle 4> [213]
-----------------------------------------------
0.00 0.00 6230/6230 Fget_pos_property [204]
[214] 0.0 0.00 0.00 6230 text_property_stickiness [214]
0.00 0.00 11412/204864 Ftext_properties_at [97]
0.00 0.00 11412/428532 lookup_char_property [390]
0.00 0.00 6230/501996 Fassq [384]
0.00 0.00 11412/408494 textget [769]
-----------------------------------------------
1 top_level_1 <cycle 2> [39]
0.01 1.87 2/3 command_loop_2 [9]
[215] 0.0 0.00 0.00 3 internal_condition_case <cycle 2> [215]
0.00 0.00 1/1 cmd_error [258]
0.00 0.00 1/9783 unbind_to <cycle 4> [244]
0.00 0.00 1/9783 Feval <cycle 4> [320]
0.00 0.00 3/5577 push_handler [843]
0.00 0.00 1/1 top_level_2 [1630]
2 command_loop_1 <cycle 2> [18]
-----------------------------------------------
0.00 0.00 1109/1109 ftfont_list [211]
[216] 0.0 0.00 0.00 1109 ftfont_pattern_entity [216]
0.00 0.00 1109/35053 Fcopy_sequence [150]
0.00 0.00 1109/2220018 ftfont_lookup_cache [22]
0.00 0.00 1102/140083 font_intern_prop [93]
0.00 0.00 1109/1109 font_make_entity [290]
0.00 0.00 1109/1320 font_put_extra [336]
0.00 0.00 1109/1289625 Fcons [80]
0.00 0.00 1109/10760 make_unibyte_string [477]
0.00 0.00 1653/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 264/12130 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 1464/12130 face_at_string_position [275]
0.00 0.00 3255/12130 face_at_buffer_position [232]
0.00 0.00 7147/12130 find_composition [194]
[217] 0.0 0.00 0.00 12130 Fnext_single_property_change [217]
0.00 0.00 10696/256439 find_interval [87]
0.00 0.00 140161/428532 lookup_char_property [390]
0.00 0.00 140161/408494 textget [769]
0.00 0.00 130872/183733 next_interval [783]
0.00 0.00 12130/228845 validate_interval_range [778]
0.00 0.00 24/49012 Fcar [807]
-----------------------------------------------
0.00 0.00 1486/11493 save_excursion_restore <cycle 4> [303]
0.00 0.00 10007/11493 exec_byte_code <cycle 4> [73]
[218] 0.0 0.00 0.00 11493 Fgoto_char [218]
0.00 0.00 11493/15953 set_point_both [206]
0.00 0.00 10007/10013 set_point [738]
0.00 0.00 1486/1492 set_point_from_marker [938]
-----------------------------------------------
1512 get_next_display_element <cycle 4> [10]
[219] 0.0 0.00 0.00 1512 next_element_from_string <cycle 4> [219]
0.00 0.00 264/7159 composition_compute_stop_pos [107]
0.00 0.00 240/3495 compute_stop_pos [166]
0.00 0.00 24/286 composition_reseat_it [239]
264 get_visually_first_element <cycle 4> [864]
240 handle_stop <cycle 4> [160]
-----------------------------------------------
2 load_charset <cycle 4> [221]
2 Flocate_file_internal <cycle 4> [1509]
12 x_find_image_fd <cycle 4> [500]
26 Fload <cycle 4> [411]
[220] 0.0 0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 188/1944 Ffind_file_name_handler [158]
0.00 0.00 165/8785 make_string [226]
0.00 0.00 35/1289625 Fcons [80]
0.00 0.00 23/10760 make_unibyte_string [477]
0.00 0.00 188/315 encode_file_name [1102]
0.00 0.00 165/172 emacs_open [1138]
0.00 0.00 35/14391 list1 [818]
0.00 0.00 13/53 file_directory_p [1211]
85 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 map_charset_chars <cycle 4> [199]
[221] 0.0 0.00 0.00 2 load_charset <cycle 4> [221]
0.00 0.00 2/2 load_charset_map [222]
0.00 0.00 2/77270 set_internal [145]
0.00 0.00 2/3 record_xmalloc [659]
0.00 0.00 556/556 read_hex [1036]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/2 record_unwind_protect_nothing [1537]
0.00 0.00 2/4 set_unwind_protect_ptr [1465]
0.00 0.00 2/7 clear_unwind_protect [1397]
4 unbind_to <cycle 4> [244]
2 store_symval_forwarding <cycle 4> [802]
2 specbind <cycle 4> [128]
2 openp <cycle 4> [220]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [221]
[222] 0.0 0.00 0.00 2 load_charset_map [222]
0.00 0.00 244/640 char_table_set [195]
0.00 0.00 244/7538722 char_table_ref [37]
0.00 0.00 2/84 Fmake_char_table [395]
-----------------------------------------------
0.00 0.00 1/38 set_fontset_font [191]
0.00 0.00 1/38 Fnew_fontset <cycle 4> [371]
0.00 0.00 36/38 Fset_fontset_font <cycle 4> [56]
[223] 0.0 0.00 0.00 38 Fset_char_table_range [223]
0.00 0.00 37/1428 char_table_set_range [76]
0.00 0.00 38/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
0.00 0.00 3/37 Ffuncall <cycle 4> [29]
0.00 0.00 34/37 eval_sub <cycle 4> [176]
[224] 0.0 0.00 0.00 37 Fdefalias [224]
0.00 0.00 37/37 Ffset [225]
0.00 0.00 128/1289625 Fcons [80]
0.00 0.00 37/98231 Fplist_get [798]
0.00 0.00 37/69910 Fget [800]
-----------------------------------------------
0.00 0.00 37/37 Fdefalias [224]
[225] 0.0 0.00 0.00 37 Ffset [225]
0.00 0.00 37/37 valid_lisp_object_p [227]
0.00 0.00 27/396 Fput [267]
0.00 0.00 62/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/8785 cmd_error_internal [259]
0.00 0.00 1/8785 x_term_init <cycle 4> [508]
0.00 0.00 1/8785 x_session_initialize [628]
0.00 0.00 2/8785 file_attributes [518]
0.00 0.00 3/8785 realize_basic_faces [153]
0.00 0.00 3/8785 Fgetenv_internal [569]
0.00 0.00 4/8785 Fsingle_key_description <cycle 4> [544]
0.00 0.00 4/8785 text_quoting_style <cycle 4> [434]
0.00 0.00 4/8785 fontset_pattern_regexp [549]
0.00 0.00 6/8785 Fx_create_frame <cycle 4> [202]
0.00 0.00 9/8785 Fframe_parameters [171]
0.00 0.00 11/8785 parse_modifiers [377]
0.00 0.00 12/8785 x_find_image_fd <cycle 4> [500]
0.00 0.00 16/8785 font_build_object [406]
0.00 0.00 36/8785 process_tool_bar_item <cycle 4> [333]
0.00 0.00 165/8785 openp <cycle 4> [220]
0.00 0.00 188/8785 Fexpand_file_name <cycle 4> [173]
0.00 0.00 206/8785 Fkey_description <cycle 4> [317]
0.00 0.00 819/8785 Ffont_xlfd_name [316]
0.00 0.00 1028/8785 Fcall_interactively <cycle 4> [106]
0.00 0.00 6266/8785 make_formatted_string [235]
[226] 0.0 0.00 0.00 8785 make_string [226]
0.00 0.00 8785/148728 parse_str_as_multibyte [123]
0.00 0.00 8785/10760 make_unibyte_string [477]
-----------------------------------------------
0.00 0.00 37/37 Ffset [225]
[227] 0.0 0.00 0.00 37 valid_lisp_object_p [227]
0.00 0.00 31/533 Fsuspicious_object [108]
0.00 0.00 37/69654 mem_find [801]
0.00 0.00 6/3408 sweep_buffers [868]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [110]
20649 map_keymap_internal <cycle 4> [680]
[228] 0.0 0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 1785/45490 concat [103]
0.00 0.00 3666/1289625 Fcons [80]
0.00 0.00 604/116631 Flength [126]
0.00 0.00 48/35053 Fcopy_sequence [150]
0.00 0.00 22773/465106 get_keymap [766]
0.00 0.00 2111/2126 Frassq [904]
0.00 0.00 1785/6814 Fvconcat [832]
0.00 0.00 1785/14391 list1 [818]
0.00 0.00 1785/1818 nconc2 [916]
0.00 0.00 278/10850 Fmemq [822]
0.00 0.00 192/11766 Faref [821]
0.00 0.00 48/2149 Faset [902]
22773 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 2/2 command_loop_1 <cycle 2> [18]
[229] 0.0 0.00 0.00 2 resize_echo_area_exactly [229]
0.00 0.00 2/9783 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[230] 0.0 0.00 0.00 1 delete_frame <cycle 4> [230]
0.00 0.00 1/1 free_frame_faces [231]
0.00 0.00 1/3208 Fframe_parameter [172]
0.00 0.00 1/1 other_visible_frames [590]
0.00 0.00 1/2 font_update_drivers [568]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 5/1140773 xfree [760]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 1/9070 decode_any_frame [825]
0.00 0.00 1/410271 Fcdr [768]
0.00 0.00 1/2 free_glyphs [1529]
0.00 0.00 1/2 delete_all_child_windows [1521]
0.00 0.00 1/133 Fdelq [1154]
0.00 0.00 1/1 free_font_driver_list [1604]
0.00 0.00 1/1 initial_free_frame_resources [1610]
0.00 0.00 1/1 x_clipboard_manager_save_frame [1639]
0.00 0.00 1/2 safe_call2 [1540]
1 check_minibuf_window <cycle 4> [1592]
1 Fdelete_terminal <cycle 4> [1564]
1 safe_call <cycle 4> [1026]
1 do_switch_frame <cycle 4> [1388]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[231] 0.0 0.00 0.00 1 free_frame_faces [231]
0.00 0.00 1/20 free_realized_face [116]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 3/1140773 xfree [760]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3255/3255 handle_face_prop [164]
[232] 0.0 0.00 0.00 3255 face_at_buffer_position [232]
0.00 0.00 3255/12169 Fget_text_property [208]
0.00 0.00 3255/12130 Fnext_single_property_change [217]
0.00 0.00 3255/428532 lookup_char_property [390]
0.00 0.00 3255/408494 textget [769]
0.00 0.00 3255/186535 overlays_at [781]
-----------------------------------------------
3455 compute_display_string_pos <cycle 4> [263]
[233] 0.0 0.00 0.00 3455 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 3195/180498 get_char_property_and_overlay [100]
0.00 0.00 3195/3928 Fnext_property_change [269]
0.00 0.00 264/12130 Fnext_single_property_change [217]
0.00 0.00 3195/3195 Fnext_char_property_change [876]
3191 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 1140/1140 init_iterator <cycle 4> [163]
[234] 0.0 0.00 0.00 1140 produce_special_glyphs [234]
0.00 0.00 1138/146733 x_produce_glyphs [57]
0.00 0.00 2/2 produce_glyphs [1534]
-----------------------------------------------
0.00 0.00 2/6266 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 6264/6266 Fframe_parameters [171]
[235] 0.0 0.00 0.00 6266 make_formatted_string [235]
0.00 0.00 6266/8785 make_string [226]
-----------------------------------------------
0.00 0.00 460/147661 x_compute_glyph_string_overhangs [483]
0.00 0.00 147201/147661 get_per_char_metric [237]
[236] 0.0 0.00 0.00 147661 xftfont_text_extents [236]
0.00 0.00 147661/3508683 unblock_input_to [144]
0.00 0.00 7/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 7/1112161 do_pending_atimers [55]
0.00 0.00 147661/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3205/147201 x_get_glyph_overhangs [407]
0.00 0.00 143996/147201 x_produce_glyphs [57]
[237] 0.0 0.00 0.00 147201 get_per_char_metric [237]
0.00 0.00 147201/147661 xftfont_text_extents [236]
-----------------------------------------------
0.00 0.00 506/1562 move_it_to <cycle 4> [213]
0.00 0.00 518/1562 reseat_at_previous_visible_line_start [294]
0.00 0.00 538/1562 move_it_vertically_backward <cycle 4> [292]
[238] 0.0 0.00 0.00 1562 back_to_previous_visible_line_start [238]
0.00 0.00 1558/15456 find_composition [194]
0.00 0.00 1558/180498 get_char_property_and_overlay [100]
0.00 0.00 1558/5053 handle_display_prop [241]
0.00 0.00 1561/1561 find_newline_no_quit [661]
0.00 0.00 3116/8883 bidi_unshelve_cache [827]
0.00 0.00 1558/167471 Fget_char_property [786]
0.00 0.00 1558/3667 bidi_shelve_cache [863]
-----------------------------------------------
0.00 0.00 24/286 next_element_from_string <cycle 4> [219]
0.00 0.00 262/286 next_element_from_buffer <cycle 4> [161]
[239] 0.0 0.00 0.00 286 composition_reseat_it [239]
0.00 0.00 286/7159 composition_compute_stop_pos [107]
-----------------------------------------------
1001 insert_from_string <cycle 4> [984]
[240] 0.0 0.00 0.00 1001 insert_from_string_1 <cycle 4> [240]
0.00 0.00 1001/1001 graft_intervals_into_buffer [252]
0.00 0.00 1001/1819 offset_intervals [288]
0.00 0.00 37/48 make_gap [595]
0.00 0.00 1001/2551 record_insert [643]
0.00 0.00 1001/2485 invalidate_buffer_caches [893]
0.00 0.00 1001/1553 copy_text [931]
0.00 0.00 1001/1821 adjust_overlays_for_insert [915]
0.00 0.00 1001/1821 adjust_markers_for_insert [914]
0.00 0.00 500/31663 count_size_as_multibyte [810]
1001 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 1558/5053 back_to_previous_visible_line_start [238]
0.00 0.00 3495/5053 handle_stop <cycle 4> [160]
[241] 0.0 0.00 0.00 5053 handle_display_prop [241]
0.00 0.00 5053/180498 get_char_property_and_overlay [100]
-----------------------------------------------
0.00 0.00 3495/3495 handle_stop <cycle 4> [160]
[242] 0.0 0.00 0.00 3495 handle_composition_prop [242]
0.00 0.00 3495/15456 find_composition [194]
-----------------------------------------------
3962 handle_stop <cycle 4> [160]
[243] 0.0 0.00 0.00 3962 handle_fontified_prop <cycle 4> [243]
0.00 0.00 4125/180498 get_char_property_and_overlay [100]
0.00 0.00 467/77270 set_internal [145]
0.00 0.00 4125/167471 Fget_char_property [786]
467 store_symval_forwarding <cycle 4> [802]
467 specbind <cycle 4> [128]
467 safe_call <cycle 4> [1026]
467 unbind_to <cycle 4> [244]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1592]
1 Fset_window_configuration <cycle 4> [702]
1 decode_coding <cycle 4> [547]
1 Fx_create_frame <cycle 4> [202]
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 make_frame <cycle 4> [534]
2 set_frame_menubar <cycle 4> [418]
2 Fdo_auto_save <cycle 4> [593]
2 Fautoload_do_load <cycle 4> [587]
3 Fkill_buffer <cycle 4> [565]
4 adjust_frame_size <cycle 4> [497]
4 load_charset <cycle 4> [221]
4 Feval_buffer <cycle 4> [507]
6 get_keyelt <cycle 4> [541]
6 Fload <cycle 4> [411]
10 unwind_to_catch <cycle 4> [657]
11 Finsert_file_contents <cycle 4> [351]
12 show_hourglass <cycle 4> [183]
13 digest_single_submenu <cycle 4> [448]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_element <cycle 4> [379]
24 display_mode_line <cycle 4> [472]
29 echo_area_display <cycle 4> [704]
29 redisplay_window <cycle 4> [410]
35 with_echo_area_buffer <cycle 4> [405]
44 compact_buffer <cycle 4> [677]
49 Fgarbage_collect <cycle 4> [64]
65 Flet <cycle 4> [431]
97 eval_sub <cycle 4> [176]
186 readevalloop <cycle 4> [402]
240 apply_lambda <cycle 4> [340]
308 process_tool_bar_item <cycle 4> [333]
314 internal_condition_case_1 <cycle 4> [1098]
467 handle_fontified_prop <cycle 4> [243]
760 safe__call <cycle 4> [301]
1019 update_compositions <cycle 4> [154]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1034 Fcall_interactively <cycle 4> [106]
1037 code_convert_string <cycle 4> [264]
1549 safe_run_hooks <cycle 4> [276]
3100 Fcurrent_active_maps <cycle 4> [192]
3191 Fnext_single_char_property_change <cycle 4> [233]
16753 exec_byte_code <cycle 4> [73]
16850 Ffuncall <cycle 4> [29]
0.00 0.00 1/9783 internal_condition_case <cycle 2> [215]
0.00 0.00 9/9783 wait_reading_process_output [44]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 53/9783 redisplay_internal [38]
0.01 0.13 509/9783 command_loop_1 <cycle 2> [18]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
[244] 0.0 0.00 0.00 50476 unbind_to <cycle 4> [244]
0.00 0.00 2902/77270 set_internal [145]
0.00 0.00 34/995 Fset_match_data [315]
0.00 0.00 510/1022 cancel_hourglass [438]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 34/37 unwind_set_match_data [746]
0.00 0.00 2902/5857 Flocal_variable_p [840]
0.00 0.00 1486/1486 free_misc [941]
0.00 0.00 1476/1476 save_restriction_restore [942]
0.00 0.00 1039/1039 code_conversion_restore [974]
0.00 0.00 1000/1000 reset_var_on_error [985]
0.00 0.00 795/795 set_buffer_if_live [1002]
0.00 0.00 517/517 restore_kboard_configuration [1057]
0.00 0.00 50/50 pop_message_unwind [1228]
0.00 0.00 47/47 unwind_redisplay [1253]
0.00 0.00 16/1140773 xfree [760]
0.00 0.00 9/9 wait_reading_process_output_unwind [1384]
0.00 0.00 7/7 do_nothing [1399]
0.00 0.00 6/6 fast_set_selected_frame [1411]
0.00 0.00 4/4 record_load_unwind [1464]
0.00 0.00 4/4 load_warn_old_style_backquotes [1461]
0.00 0.00 4/4 readevalloop_1 [1463]
0.00 0.00 3/3 decide_coding_unwind [1485]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 2/2 do_auto_save_unwind [1522]
0.00 0.00 2/2 restore_menu_items [1539]
0.00 0.00 2/2 un_autoload [1544]
0.00 0.00 2/2 fclose_unwind [1525]
0.00 0.00 1/1 unwind_create_frame [1632]
0.00 0.00 1/1 do_unwind_create_frame [1599]
16909 Fset_default <cycle 4> [198]
3851 bcall0 <cycle 4> [860]
2897 store_symval_forwarding <cycle 4> [802]
1486 save_excursion_restore <cycle 4> [303]
803 set_buffer_internal_1 <cycle 4> [871]
38 unwind_format_mode_line <cycle 4> [1275]
35 unwind_with_echo_area_buffer <cycle 4> [1282]
-----------------------------------------------
0.00 0.00 8/2757 read_char <cycle 2> [20]
0.00 0.00 123/2757 Fsubstring [362]
0.00 0.00 2626/2757 Ffuncall <cycle 4> [29]
[245] 0.0 0.00 0.00 2757 Fvector [245]
0.00 0.00 2757/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 446/1468 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 1022/1468 Fface_font [268]
[246] 0.0 0.00 0.00 1468 lookup_named_face [246]
0.00 0.00 1468/1575 Finternal_merge_in_global_face [247]
0.00 0.00 1468/1502 get_lface_attributes [355]
0.00 0.00 1468/1580 merge_face_vectors <cycle 1> [552]
-----------------------------------------------
0.00 0.00 1/1575 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 24/1575 face_at_string_position [275]
0.00 0.00 82/1575 Ffuncall <cycle 4> [29]
0.00 0.00 1468/1575 lookup_named_face [246]
[247] 0.0 0.00 0.00 1575 Finternal_merge_in_global_face [247]
0.00 0.00 4/94 realize_face [152]
0.00 0.00 164/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 1490/1490 lface_equal_p [556]
0.00 0.00 1/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 1493/1589 lface_hash [928]
0.00 0.00 164/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 2582/2582 Ffuncall <cycle 4> [29]
[248] 0.0 0.00 0.00 2582 Fmake_byte_code [248]
0.00 0.00 2582/154204 allocate_vector [92]
0.00 0.00 2582/2621 make_byte_code [890]
-----------------------------------------------
1 Fundo_boundary <cycle 4> [1582]
3 Finsert_file_contents <cycle 4> [351]
8 Fset_coding_system_priority <cycle 4> [473]
299 exec_byte_code <cycle 4> [73]
500 Fsetq <cycle 4> [338]
728 code_conversion_save <cycle 4> [376]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
[249] 0.0 0.00 0.00 2561 Fset <cycle 4> [249]
0.00 0.00 2561/77270 set_internal [145]
1792 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
1472 modify_text_properties <cycle 4> [945]
1752 prepare_to_modify_buffer <cycle 4> [421]
[250] 0.0 0.00 0.00 3224 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 2471/2471 verify_interval_modification [277]
0.00 0.00 1022/77270 set_internal [145]
0.00 0.00 3224/3229 bset_redisplay [873]
1022 store_symval_forwarding <cycle 4> [802]
1022 specbind <cycle 4> [128]
1022 Fset <cycle 4> [249]
1022 unbind_to <cycle 4> [244]
1000 call0 <cycle 4> [854]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
91 Ffuncall <cycle 4> [29]
[251] 0.0 0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 93/1944 Ffind_file_name_handler [158]
15 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 1001/1001 insert_from_string_1 <cycle 4> [240]
[252] 0.0 0.00 0.00 1001 graft_intervals_into_buffer [252]
0.00 0.00 999/1000 set_text_properties_1 [271]
0.00 0.00 999/256439 find_interval [87]
0.00 0.00 999/312932 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 519/2539 Ffuncall <cycle 4> [29]
0.00 0.00 2020/2539 Fline_beginning_position [266]
[253] 0.0 0.00 0.00 2539 Fconstrain_to_field [253]
0.00 0.00 4089/180498 get_char_property_and_overlay [100]
0.00 0.00 4089/167471 Fget_char_property [786]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
[254] 0.0 0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 482/39716 re_search [74]
0.00 0.00 478/1289625 Fcons [80]
0.00 0.00 2/49854 compile_pattern [156]
0.00 0.00 482/10760 make_unibyte_string [477]
0.00 0.00 2/2 open_directory [698]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 484/484 read_dirent [1081]
0.00 0.00 482/670 decode_file_name [1020]
0.00 0.00 4/315 encode_file_name [1102]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/1020 record_unwind_protect_ptr [982]
0.00 0.00 2/3508670 unblock_input [754]
486 code_convert_string <cycle 4> [264]
2 Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
0.00 0.00 1/25585 Ftry_completion [416]
0.00 0.00 2/25585 x_set_font <cycle 4> [189]
0.00 0.00 2/25585 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/25585 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 4/25585 eval_sub <cycle 4> [176]
0.00 0.00 5/25585 show_hourglass <cycle 4> [183]
0.00 0.00 10/25585 search_image_cache [613]
0.00 0.00 14/25585 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 22/25585 face_attr_equal_p [555]
0.00 0.00 63/25585 exec_byte_code <cycle 4> [73]
0.00 0.00 86/25585 hscroll_window_tree [498]
0.00 0.00 101/25585 display_mode_element <cycle 4> [379]
0.00 0.00 261/25585 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 462/25585 readevalloop <cycle 4> [402]
0.00 0.00 1057/25585 where_is_internal <cycle 4> [157]
0.00 0.00 1411/25585 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 22080/25585 compile_pattern [156]
[255] 0.0 0.00 0.00 25585 Fequal [255]
0.00 0.00 25585/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 386/386 Ffuncall <cycle 4> [29]
[256] 0.0 0.00 0.00 386 string_match_1 [256]
0.00 0.00 386/39716 re_search [74]
0.00 0.00 386/49854 compile_pattern [156]
0.00 0.00 263/695 string_byte_to_char [1017]
0.00 0.00 27/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 2/4964 file_attributes [518]
0.00 0.00 6/4964 eval_sub <cycle 4> [176]
0.00 0.00 49/4964 Fgarbage_collect <cycle 4> [64]
0.00 0.00 71/4964 Fmapcar <cycle 4> [401]
0.00 0.00 355/4964 funcall_lambda <cycle 4> [314]
0.00 0.00 995/4964 Fmatch_data [330]
0.00 0.00 1081/4964 Fbacktrace_frame [318]
0.00 0.00 2405/4964 exec_byte_code <cycle 4> [73]
[257] 0.0 0.00 0.00 4964 Flist [257]
0.00 0.00 18766/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [215]
[258] 0.0 0.00 0.00 1 cmd_error [258]
0.00 0.00 1/1 cmd_error_internal [259]
0.00 0.00 1/1022 cancel_hourglass [438]
-----------------------------------------------
0.00 0.00 1/1 cmd_error [258]
[259] 0.0 0.00 0.00 1 cmd_error_internal [259]
0.00 0.00 1/9783 call3 <cycle 4> [1330]
0.00 0.00 1/8785 make_string [226]
-----------------------------------------------
0.00 0.00 352/3592 display_line <cycle 4> [184]
0.00 0.00 3240/3592 move_it_in_display_line_to <cycle 4> [58]
[260] 0.0 0.00 0.00 3592 handle_line_prefix [260]
0.00 0.00 3592/180498 get_char_property_and_overlay [100]
0.00 0.00 3592/167471 Fget_char_property [786]
0.00 0.00 3592/9334 get_it_property [824]
-----------------------------------------------
0.00 0.00 40/436 Ffuncall <cycle 4> [29]
0.00 0.00 396/436 Fput [267]
[261] 0.0 0.00 0.00 436 Fplist_put [261]
0.00 0.00 247/9355 Fsetcar [129]
0.00 0.00 220/1289625 Fcons [80]
0.00 0.00 31/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 3495/3495 handle_stop <cycle 4> [160]
[262] 0.0 0.00 0.00 3495 handle_invisible_prop [262]
0.00 0.00 3255/180498 get_char_property_and_overlay [100]
0.00 0.00 240/12169 Fget_text_property [208]
0.00 0.00 240/428532 lookup_char_property [390]
0.00 0.00 240/408494 textget [769]
-----------------------------------------------
3623 bidi_fetch_char <cycle 4> [791]
[263] 0.0 0.00 0.00 3623 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3455/180498 get_char_property_and_overlay [100]
0.00 0.00 3455/167471 Fget_char_property [786]
3455 Fnext_single_char_property_change <cycle 4> [233]
-----------------------------------------------
1 xg_create_frame_widgets <cycle 4> [592]
1 Finsert_file_contents <cycle 4> [351]
1 Ffile_accessible_directory_p <cycle 4> [453]
2 Ffile_exists_p <cycle 4> [400]
2 Ffile_attributes <cycle 4> [424]
18 Ffile_symlink_p <cycle 4> [308]
25 Ffile_readable_p <cycle 4> [311]
40 Ffile_directory_p <cycle 4> [285]
59 Ffuncall <cycle 4> [29]
188 Fexpand_file_name <cycle 4> [173]
215 digest_single_submenu <cycle 4> [448]
486 directory_files_internal <cycle 4> [254]
[264] 0.0 0.00 0.00 1038 code_convert_string <cycle 4> [264]
0.00 0.00 1037/1044 setup_coding_system [296]
0.00 0.00 1037/2446268 hash_lookup [25]
1037 unbind_to <cycle 4> [244]
728 decode_coding_object <cycle 4> [307]
309 encode_coding_object <cycle 4> [466]
-----------------------------------------------
0.00 0.00 1/2014 Fcurrent_window_configuration [526]
0.00 0.00 1/2014 make_frame <cycle 4> [534]
0.00 0.00 1/2014 create_terminal <cycle 4> [513]
0.00 0.00 2/2014 make_window [557]
0.00 0.00 2/2014 x_scroll_bar_create [525]
0.00 0.00 3/2014 make_hash_table [471]
0.00 0.00 8/2014 font_make_object [415]
0.00 0.00 887/2014 Ffont_spec [280]
0.00 0.00 1109/2014 font_make_entity [290]
[265] 0.0 0.00 0.00 2014 allocate_pseudovector [265]
0.00 0.00 2014/156717 Fmake_string [81]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [29]
[266] 0.0 0.00 0.00 2020 Fline_beginning_position [266]
0.00 0.00 2020/2539 Fconstrain_to_field [253]
0.00 0.00 2020/2538 scan_newline_from_point [650]
-----------------------------------------------
0.00 0.00 2/396 modify_event_symbol [426]
0.00 0.00 2/396 Fdefvar <cycle 4> [454]
0.00 0.00 4/396 eval_sub <cycle 4> [176]
0.00 0.00 10/396 apply_modifiers [309]
0.00 0.00 22/396 parse_modifiers [377]
0.00 0.00 27/396 Ffset [225]
0.00 0.00 129/396 Ffuncall <cycle 4> [29]
0.00 0.00 200/396 update_overlay_arrows <cycle 4> [299]
[267] 0.0 0.00 0.00 396 Fput [267]
0.00 0.00 396/436 Fplist_put [261]
0.00 0.00 158/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [29]
[268] 0.0 0.00 0.00 1022 Fface_font [268]
0.00 0.00 1022/1468 lookup_named_face [246]
0.00 0.00 1022/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 733/3928 make_buffer_string_both [306]
0.00 0.00 3195/3928 Fnext_single_char_property_change <cycle 4> [233]
[269] 0.0 0.00 0.00 3928 Fnext_property_change [269]
0.00 0.00 3105/256439 find_interval [87]
0.00 0.00 27869/183733 next_interval [783]
0.00 0.00 27808/28807 intervals_equal [812]
0.00 0.00 3928/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 27774/27774 compile_pattern [156]
[270] 0.0 0.00 0.00 27774 re_compile_pattern [270]
0.00 0.00 27774/1153527 xmalloc [118]
0.00 0.00 27777/1140773 xfree [760]
0.00 0.00 3200/3200 re_iswctype [875]
0.00 0.00 2671/2682 skip_one_char [887]
0.00 0.00 290/2125 xrealloc [905]
0.00 0.00 25/25 re_wctype [1305]
0.00 0.00 24/27792 analyze_first [813]
-----------------------------------------------
0.00 0.00 1/1000 set_text_properties [558]
0.00 0.00 999/1000 graft_intervals_into_buffer [252]
[271] 0.0 0.00 0.00 1000 set_text_properties_1 [271]
0.00 0.00 1000/1000 set_properties [272]
0.00 0.00 999/999 split_interval_right [536]
-----------------------------------------------
0.00 0.00 1000/1000 set_text_properties_1 [271]
[272] 0.0 0.00 0.00 1000 set_properties [272]
0.00 0.00 1000/35053 Fcopy_sequence [150]
-----------------------------------------------
2 directory_files_internal <cycle 4> [254]
28 Ffuncall <cycle 4> [29]
39 Ffile_directory_p <cycle 4> [285]
[273] 0.0 0.00 0.00 69 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 69/1944 Ffind_file_name_handler [158]
0.00 0.00 64/41699 make_specified_string [422]
5 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 879/879 Fset_fontset_font <cycle 4> [56]
[274] 0.0 0.00 0.00 879 concat3 [274]
0.00 0.00 879/45490 concat [103]
-----------------------------------------------
0.00 0.00 240/1464 handle_face_prop [164]
0.00 0.00 264/1464 display_string <cycle 4> [210]
0.00 0.00 960/1464 face_before_or_after_it_pos <cycle 4> [289]
[275] 0.0 0.00 0.00 1464 face_at_string_position [275]
0.00 0.00 1464/12169 Fget_text_property [208]
0.00 0.00 1464/12130 Fnext_single_property_change [217]
0.00 0.00 24/1575 Finternal_merge_in_global_face [247]
0.00 0.00 1464/428532 lookup_char_property [390]
0.00 0.00 24/1580 merge_face_ref <cycle 1> [684]
0.00 0.00 1464/408494 textget [769]
0.00 0.00 24/49012 Fcar [807]
-----------------------------------------------
2 Fdo_auto_save <cycle 4> [593]
4 set_frame_menubar <cycle 4> [418]
12 show_hourglass <cycle 4> [183]
0.00 0.00 1/9783 read_char <cycle 2> [20]
0.04 0.40 1530/9783 command_loop_1 <cycle 2> [18]
[276] 0.0 0.00 0.00 1549 safe_run_hooks <cycle 4> [276]
0.00 0.00 1549/77270 set_internal [145]
0.00 0.00 1549/1549 run_hook_with_args [932]
1549 store_symval_forwarding <cycle 4> [802]
1549 specbind <cycle 4> [128]
1549 unbind_to <cycle 4> [244]
1548 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 2471/2471 prepare_to_modify_buffer_1 <cycle 4> [250]
[277] 0.0 0.00 0.00 2471 verify_interval_modification [277]
0.00 0.00 2471/256439 find_interval [87]
0.00 0.00 5572/428532 lookup_char_property [390]
0.00 0.00 5572/408494 textget [769]
0.00 0.00 3574/183733 next_interval [783]
-----------------------------------------------
0.00 0.00 556/556 command_loop_1 <cycle 2> [18]
[278] 0.0 0.00 0.00 556 composition_adjust_point [278]
0.00 0.00 556/556 find_automatic_composition [293]
0.00 0.00 556/16012 get_property_and_range [205]
-----------------------------------------------
3 eval_sub <cycle 4> [176]
49 Ffuncall <cycle 4> [29]
[279] 0.0 0.00 0.00 52 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 52/1944 Ffind_file_name_handler [158]
0.00 0.00 46/41699 make_specified_string [422]
0.00 0.00 46/181 Fnext_read_file_uses_dialog_p [1133]
6 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 1/887 font_open_by_name [387]
0.00 0.00 1/887 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/887 fontset_from_font <cycle 4> [343]
0.00 0.00 6/887 realize_face [152]
0.00 0.00 119/887 Ffuncall <cycle 4> [29]
0.00 0.00 759/887 Fset_fontset_font <cycle 4> [56]
[280] 0.0 0.00 0.00 887 Ffont_spec [280]
0.00 0.00 887/2014 allocate_pseudovector [265]
0.00 0.00 75/75 font_parse_name [350]
0.00 0.00 227/233 Ffontp [363]
0.00 0.00 182/1320 font_put_extra [336]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [29]
[281] 0.0 0.00 0.00 183 read_internal_start [281]
0.00 0.00 183/183 read0 <cycle 5> [1038]
0.00 0.00 1/5549489 validate_subarray [62]
0.00 0.00 1/5549204 string_char_to_byte [752]
-----------------------------------------------
[282] 0.0 0.00 0.00 183+3707 <cycle 5 as a whole> [282]
0.00 0.00 2710 read1 <cycle 5> [300]
0.00 0.00 540 read_list <cycle 5> [357]
0.00 0.00 90 read_vector <cycle 5> [366]
0.00 0.00 550 read0 <cycle 5> [1038]
-----------------------------------------------
23 where_is_internal <cycle 4> [157]
[283] 0.0 0.00 0.00 23 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1879/116631 Flength [126]
0.00 0.00 46/1289625 Fcons [80]
0.00 0.00 1856/49012 Fcar [807]
0.00 0.00 1856/410271 Fcdr [768]
0.00 0.00 1833/11766 Faref [821]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/14391 list1 [818]
1820 map_keymap <cycle 4> [865]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
2 Fload <cycle 4> [411]
4 eval_sub <cycle 4> [176]
38 Ffuncall <cycle 4> [29]
[284] 0.0 0.00 0.00 45 Ffile_name_directory <cycle 4> [284]
0.00 0.00 45/1944 Ffind_file_name_handler [158]
5 call2 <cycle 4> [924]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
2 eval_sub <cycle 4> [176]
41 Ffuncall <cycle 4> [29]
[285] 0.0 0.00 0.00 44 Ffile_directory_p <cycle 4> [285]
0.00 0.00 44/1944 Ffind_file_name_handler [158]
0.00 0.00 40/315 encode_file_name [1102]
0.00 0.00 40/53 file_directory_p [1211]
44 expand_and_dir_to_file <cycle 4> [1263]
40 code_convert_string <cycle 4> [264]
39 Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
0.00 0.00 4/2088 text_quoting_style <cycle 4> [434]
0.00 0.00 10/2088 apply_modifiers [309]
0.00 0.00 11/2088 parse_modifiers [377]
0.00 0.00 118/2088 Ffontp [363]
0.00 0.00 120/2088 font_prop_validate_symbol [391]
0.00 0.00 124/2088 Ffuncall <cycle 4> [29]
0.00 0.00 140/2088 ftfont_list [211]
0.00 0.00 691/2088 font_parse_family_registry [321]
0.00 0.00 870/2088 read1 <cycle 5> [300]
[286] 0.0 0.00 0.00 2088 Fintern [286]
0.00 0.00 2088/142598 oblookup [125]
0.00 0.00 350/545 Fmake_symbol [574]
0.00 0.00 2088/285196 check_obarray [775]
-----------------------------------------------
0.00 0.00 1452/1452 Ffuncall <cycle 4> [29]
[287] 0.0 0.00 0.00 1452 Fbackward_prefix_chars [287]
0.00 0.00 1452/15953 set_point_both [206]
0.00 0.00 1443/145888 char_quoted [174]
0.00 0.00 1443/4865 SETUP_SYNTAX_TABLE [852]
0.00 0.00 1443/1443 syntax_prefix_flag_p [948]
-----------------------------------------------
0.00 0.00 89/1819 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 729/1819 del_range_2 [332]
0.00 0.00 1001/1819 insert_from_string_1 <cycle 4> [240]
[288] 0.0 0.00 0.00 1819 offset_intervals [288]
0.00 0.00 999/256439 find_interval [87]
0.00 0.00 999/2778892 Fnreverse [45]
0.00 0.00 1998/1289625 Fcons [80]
0.00 0.00 4995/428532 lookup_char_property [390]
0.00 0.00 999/501996 Fassq [384]
0.00 0.00 8977/265452 balance_possible_root_interval [776]
0.00 0.00 7978/312932 balance_an_interval [771]
0.00 0.00 999/410271 Fcdr [768]
0.00 0.00 999/28807 intervals_equal [812]
0.00 0.00 999/49012 Fcar [807]
-----------------------------------------------
1272 get_next_display_element <cycle 4> [10]
[289] 0.0 0.00 0.00 1272 face_before_or_after_it_pos <cycle 4> [289]
0.00 0.00 960/1464 face_at_string_position [275]
960 bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
0.00 0.00 1109/1109 ftfont_pattern_entity [216]
[290] 0.0 0.00 0.00 1109 font_make_entity [290]
0.00 0.00 1109/2014 allocate_pseudovector [265]
-----------------------------------------------
0.00 0.00 2039/2039 add_text_properties_1 <cycle 4> [104]
[291] 0.0 0.00 0.00 2039 add_properties [291]
0.00 0.00 75/9355 Fsetcar [129]
0.00 0.00 3932/1289625 Fcons [80]
0.00 0.00 2191/49012 Fcar [807]
0.00 0.00 2044/410271 Fcdr [768]
0.00 0.00 2037/2998 record_property_change [883]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
507 move_it_to <cycle 4> [213]
[292] 0.0 0.00 0.00 510 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 538/1562 back_to_previous_visible_line_start [238]
0.00 0.00 1020/3667 bidi_shelve_cache [863]
0.00 0.00 1020/8883 bidi_unshelve_cache [827]
0.00 0.00 510/589 default_line_pixel_height [1028]
1020 move_it_to <cycle 4> [213]
521 move_it_by_lines <cycle 4> [935]
510 reseat_1 <cycle 4> [889]
19 line_bottom_y <cycle 4> [537]
1 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 556/556 composition_adjust_point [278]
[293] 0.0 0.00 0.00 556 find_automatic_composition [293]
0.00 0.00 2584/7538722 char_table_ref [37]
0.00 0.00 556/559 window_loop [347]
0.00 0.00 2028/2028 char_composable_p [356]
0.00 0.00 556/25879 buf_charpos_to_bytepos [733]
0.00 0.00 556/41387 Fcurrent_buffer [809]
0.00 0.00 556/559 Fget_buffer_window [1033]
-----------------------------------------------
0.00 0.00 8/518 start_display <cycle 4> [197]
0.00 0.00 510/518 Fvertical_motion <cycle 4> [209]
[294] 0.0 0.00 0.00 518 reseat_at_previous_visible_line_start [294]
0.00 0.00 518/1562 back_to_previous_visible_line_start [238]
-----------------------------------------------
0.00 0.00 295/42803 Fboundp [505]
0.00 0.00 743/42803 Fmake_local_variable <cycle 4> [436]
0.00 0.00 41765/42803 find_symbol_value <cycle 4> [298]
[295] 0.0 0.00 0.00 42803 swap_in_symval_forwarding [295]
0.00 0.00 14649/4474415 assq_no_quit [63]
0.00 0.00 14649/41387 Fcurrent_buffer [809]
0.00 0.00 14536/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/1044 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1044 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/1044 create_terminal <cycle 4> [513]
0.00 0.00 3/1044 Finsert_file_contents <cycle 4> [351]
0.00 0.00 1037/1044 code_convert_string <cycle 4> [264]
[296] 0.0 0.00 0.00 1044 setup_coding_system [296]
0.00 0.00 1044/2446268 hash_lookup [25]
-----------------------------------------------
19 signal_after_change <cycle 4> [297]
1 Fremove_text_properties <cycle 4> [625]
3 Finsert_file_contents <cycle 4> [351]
19 insert_char <cycle 4> [1331]
729 del_range_1 <cycle 4> [331]
1001 insert_from_string <cycle 4> [984]
1471 add_text_properties_1 <cycle 4> [104]
[297] 0.0 0.00 0.00 3224+19 signal_after_change <cycle 4> [297]
0.00 0.00 1022/77270 set_internal [145]
0.00 0.00 1022/1022 report_interval_modification [977]
0.00 0.00 1000/227551 grow_specpdl [779]
0.00 0.00 1000/1020 record_unwind_protect_ptr [982]
0.00 0.00 1000/2061 Frun_hook_with_args [910]
0.00 0.00 19/1699 multibyte_chars_in_text [925]
0.00 0.00 19/21 chars_in_text [1322]
1022 store_symval_forwarding <cycle 4> [802]
1022 specbind <cycle 4> [128]
1022 unbind_to <cycle 4> [244]
1000 Fcommandp <cycle 4> [853]
19 prepare_to_modify_buffer <cycle 4> [421]
19 signal_after_change <cycle 4> [297]
-----------------------------------------------
2 create_terminal <cycle 4> [513]
3 Fkill_local_variable <cycle 4> [741]
4 readevalloop <cycle 4> [402]
45 Fmake_local_variable <cycle 4> [436]
89 update_overlay_arrows <cycle 4> [299]
100 overlay_arrows_changed_p <cycle 4> [1227]
704 display_line <cycle 4> [184]
3115 current_minor_maps <cycle 4> [880]
4697 Fcommandp <cycle 4> [853]
19812 specbind <cycle 4> [128]
49544 Fsymbol_value <cycle 4> [806]
[298] 0.0 0.00 0.00 78115 find_symbol_value <cycle 4> [298]
0.00 0.00 41765/42803 swap_in_symval_forwarding [295]
14522 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
5 redraw_frame <cycle 4> [683]
0.00 0.01 43/9783 redisplay_internal [38]
[299] 0.0 0.00 0.00 48 update_overlay_arrows <cycle 4> [299]
0.00 0.00 200/396 Fput [267]
0.00 0.00 90/98231 Fplist_get [798]
0.00 0.00 90/69910 Fget [800]
0.00 0.00 45/74640 do_symval_forwarding [799]
89 find_symbol_value <cycle 4> [298]
-----------------------------------------------
550 read0 <cycle 5> [1038]
2160 read_list <cycle 5> [357]
[300] 0.0 0.00 0.00 2710 read1 <cycle 5> [300]
0.00 0.00 870/2088 Fintern [286]
0.00 0.00 21827/28240 readchar [334]
0.00 0.00 1788/1788 read_escape [408]
0.00 0.00 329/1289625 Fcons [80]
0.00 0.00 329/1230 list2 [368]
0.00 0.00 1006/41699 make_specified_string [422]
0.00 0.00 35/3508683 unblock_input_to [144]
0.00 0.00 6/545 Fmake_symbol [574]
0.00 0.00 1537/1537 char_string [936]
0.00 0.00 1136/1318 unreadchar [956]
0.00 0.00 1092/1092 string_to_number [965]
0.00 0.00 876/1699 multibyte_chars_in_text [925]
0.00 0.00 172/539 intern_sym [1044]
0.00 0.00 48/48 str_as_unibyte [1248]
0.00 0.00 39/2621 make_byte_code [890]
0.00 0.00 35/3508670 unblock_input [754]
0.00 0.00 6/652 make_float [1021]
450 read_list <cycle 5> [357]
329 read0 <cycle 5> [1038]
90 read_vector <cycle 5> [366]
-----------------------------------------------
169 safe__call1 <cycle 4> [1139]
591 safe_call <cycle 4> [1026]
[301] 0.0 0.00 0.00 760 safe__call <cycle 4> [301]
0.00 0.00 929/77270 set_internal [145]
929 store_symval_forwarding <cycle 4> [802]
929 specbind <cycle 4> [128]
760 internal_condition_case_n <cycle 4> [896]
760 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 1/8 font_open_by_spec [389]
0.00 0.00 1/8 Fset_fontset_font <cycle 4> [56]
0.00 0.00 6/8 realize_face [152]
[302] 0.0 0.00 0.00 8 font_load_for_lface [302]
0.00 0.00 8/138692 font_find_for_lface [14]
0.00 0.00 8/12 font_open_entity [392]
0.00 0.00 8/12 font_open_for_lface [397]
0.00 0.00 8/47 Ffont_get [726]
0.00 0.00 8/410271 Fcdr [768]
-----------------------------------------------
1486 unbind_to <cycle 4> [244]
[303] 0.0 0.00 0.00 1486 save_excursion_restore <cycle 4> [303]
0.00 0.00 1486/11493 Fgoto_char [218]
0.00 0.00 1486/1486 Fmarker_buffer [939]
0.00 0.00 1486/4179 unchain_marker [858]
1486 Fset_buffer <cycle 4> [897]
-----------------------------------------------
446 draw_fringe_bitmap <cycle 4> [1087]
[304] 0.0 0.00 0.00 446 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 446/1468 lookup_named_face [246]
0.00 0.00 446/8828 prepare_face_for_display [617]
0.00 0.00 223/1972 window_box_left [912]
0.00 0.00 223/223 window_box_right [1124]
446 x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
4777 access_keymap_1 <cycle 4> [305]
2 Fdefine_key <cycle 4> [112]
2076 access_keymap <cycle 4> [907]
2894 Flookup_key <cycle 4> [891]
[305] 0.0 0.00 0.00 4972+4777 access_keymap_1 <cycle 4> [305]
0.00 0.00 8958/9497 apply_modifiers [309]
0.00 0.00 8958/8979 reorder_modifiers [378]
0.00 0.00 76/1289625 Fcons [80]
0.00 0.00 365098/465106 get_keymap [766]
0.00 0.00 347/11766 Faref [821]
5900 get_keyelt <cycle 4> [541]
4777 access_keymap_1 <cycle 4> [305]
-----------------------------------------------
0.00 0.00 2/733 Fbuffer_substring [553]
0.00 0.00 3/733 current_message_1 [533]
0.00 0.00 728/733 decode_coding_object <cycle 4> [307]
[306] 0.0 0.00 0.00 733 make_buffer_string_both [306]
0.00 0.00 733/204864 Ftext_properties_at [97]
0.00 0.00 733/3928 Fnext_property_change [269]
0.00 0.00 729/46458 make_uninit_multibyte_string [417]
0.00 0.00 4/41699 make_specified_string [422]
0.00 0.00 733/733 update_buffer_properties [1006]
0.00 0.00 4/29246 make_uninit_string [811]
-----------------------------------------------
728 code_convert_string <cycle 4> [264]
[307] 0.0 0.00 0.00 728 decode_coding_object <cycle 4> [307]
0.00 0.00 728/733 make_buffer_string_both [306]
0.00 0.00 728/728 Fbuffer_string [1013]
728 code_conversion_save <cycle 4> [376]
728 decode_coding <cycle 4> [547]
-----------------------------------------------
27 Ffuncall <cycle 4> [29]
[308] 0.0 0.00 0.00 27 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 27/1944 Ffind_file_name_handler [158]
0.00 0.00 22/315 encode_file_name [1102]
27 Fexpand_file_name <cycle 4> [173]
18 code_convert_string <cycle 4> [264]
-----------------------------------------------
0.00 0.00 6/9497 Fdefine_key <cycle 4> [112]
0.00 0.00 21/9497 store_in_keymap [502]
0.00 0.00 512/9497 modify_event_symbol [426]
0.00 0.00 8958/9497 access_keymap_1 <cycle 4> [305]
[309] 0.0 0.00 0.00 9497 apply_modifiers [309]
0.00 0.00 9497/4474415 assq_no_quit [63]
0.00 0.00 10/396 Fput [267]
0.00 0.00 10/2088 Fintern [286]
0.00 0.00 20/1289625 Fcons [80]
0.00 0.00 10/46458 make_uninit_multibyte_string [417]
0.00 0.00 24913/98231 Fplist_get [798]
0.00 0.00 24913/69910 Fget [800]
0.00 0.00 4/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 1046/10417 lisp_malloc [409]
0.00 0.00 2561/10417 Fmake_string [81]
0.00 0.00 6810/10417 lisp_align_malloc [329]
[310] 0.0 0.00 0.00 10417 mem_insert [310]
0.00 0.00 10417/1153527 xmalloc [118]
0.00 0.00 4067/5019 mem_rotate_left [849]
0.00 0.00 3767/5100 mem_rotate_right [848]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
24 Ffuncall <cycle 4> [29]
[311] 0.0 0.00 0.00 26 Ffile_readable_p <cycle 4> [311]
0.00 0.00 26/1944 Ffind_file_name_handler [158]
0.00 0.00 26/315 encode_file_name [1102]
26 Fexpand_file_name <cycle 4> [173]
25 code_convert_string <cycle 4> [264]
-----------------------------------------------
3 Fload <cycle 4> [411]
23 internal_condition_case_1 <cycle 4> [1098]
[312] 0.0 0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26/1944 Ffind_file_name_handler [158]
0.00 0.00 26/26 search_embedded_absfilename [1303]
0.00 0.00 26/7242 Ffboundp [831]
26 call1 <cycle 4> [949]
-----------------------------------------------
36 apply1 <cycle 4> [1278]
61 eval_sub <cycle 4> [176]
935 Ffuncall <cycle 4> [29]
[313] 0.0 0.00 0.00 1032 Fapply <cycle 4> [313]
0.00 0.00 1032/116631 Flength [126]
1032 Ffuncall <cycle 4> [29]
-----------------------------------------------
495 apply_lambda <cycle 4> [340]
48774 Ffuncall <cycle 4> [29]
[314] 0.0 0.00 0.00 49269 funcall_lambda <cycle 4> [314]
0.00 0.00 454/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 454/1112161 do_pending_atimers [55]
0.00 0.00 355/4964 Flist [257]
0.00 0.00 11/77270 set_internal [145]
0.00 0.00 32/1289625 Fcons [80]
25484 specbind <cycle 4> [128]
16113 exec_byte_code <cycle 4> [73]
164 Fprogn <cycle 4> [996]
11 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
0.00 0.00 34/995 unbind_to <cycle 4> [244]
0.00 0.00 961/995 Ffuncall <cycle 4> [29]
[315] 0.0 0.00 0.00 995 Fset_match_data [315]
0.00 0.00 995/116631 Flength [126]
0.00 0.00 4/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 1/819 fontset_from_font <cycle 4> [343]
0.00 0.00 12/819 font_rescale_ratio [398]
0.00 0.00 806/819 Fset_fontset_font <cycle 4> [56]
[316] 0.0 0.00 0.00 819 Ffont_xlfd_name [316]
0.00 0.00 819/8785 make_string [226]
0.00 0.00 819/555562 font_unparse_xlfd [86]
-----------------------------------------------
4 text_quoting_style <cycle 4> [434]
202 process_tool_bar_item <cycle 4> [333]
[317] 0.0 0.00 0.00 206 Fkey_description <cycle 4> [317]
0.00 0.00 206/45490 concat [103]
0.00 0.00 206/116631 Flength [126]
0.00 0.00 206/8785 make_string [226]
0.00 0.00 206/965 Fconcat [986]
438 Fsingle_key_description <cycle 4> [544]
-----------------------------------------------
0.00 0.00 1084/1084 Ffuncall <cycle 4> [29]
[318] 0.0 0.00 0.00 1084 Fbacktrace_frame [318]
0.00 0.00 1081/4964 Flist [257]
0.00 0.00 1084/1289625 Fcons [80]
0.00 0.00 1084/1084 get_backtrace_frame [966]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[319] 0.0 0.00 0.00 1030 Fwindow_scroll_bars [319]
0.00 0.00 1030/1032 list5 [327]
0.00 0.00 1030/1289625 Fcons [80]
0.00 0.00 1030/5391 set_window_margins [847]
-----------------------------------------------
297 Ffuncall <cycle 4> [29]
314 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 1/9783 internal_condition_case <cycle 2> [215]
[320] 0.0 0.00 0.00 612 Feval <cycle 4> [320]
0.00 0.00 612/77270 set_internal [145]
612 store_symval_forwarding <cycle 4> [802]
612 specbind <cycle 4> [128]
612 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 686/686 Fset_fontset_font <cycle 4> [56]
[321] 0.0 0.00 0.00 686 font_parse_family_registry [321]
0.00 0.00 691/2088 Fintern [286]
0.00 0.00 686/3332260 casify_object [48]
0.00 0.00 20/241 concat2 [328]
0.00 0.00 4/140083 font_intern_prop [93]
0.00 0.00 4/4 Ffont_put [543]
0.00 0.00 686/2666 Fdowncase [888]
0.00 0.00 47/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[322] 0.0 0.00 0.00 6 Finternal_char_font [322]
0.00 0.00 6/142572 face_for_char [11]
0.00 0.00 5/1289625 Fcons [80]
0.00 0.00 6/710 lookup_basic_face [1016]
0.00 0.00 6/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 934/934 Ffuncall <cycle 4> [29]
[323] 0.0 0.00 0.00 934 Ftext_property_any [323]
0.00 0.00 932/256439 find_interval [87]
0.00 0.00 9339/428532 lookup_char_property [390]
0.00 0.00 9339/408494 textget [769]
0.00 0.00 8878/183733 next_interval [783]
0.00 0.00 8379/49012 Fcar [807]
0.00 0.00 934/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 1/895 x_set_font <cycle 4> [189]
0.00 0.00 2/895 Fnew_fontset <cycle 4> [371]
0.00 0.00 12/895 realize_face [152]
0.00 0.00 880/895 check_fontset_name [325]
[324] 0.0 0.00 0.00 895 fs_query_fontset [324]
0.00 0.00 40/38795 fast_string_match_internal [71]
0.00 0.00 895/3332260 casify_object [48]
0.00 0.00 895/895 Frassoc [393]
0.00 0.00 16/554979 Fassoc [66]
0.00 0.00 14/14 fontset_pattern_regexp [549]
0.00 0.00 895/2666 Fdowncase [888]
0.00 0.00 889/1800 c_strcasecmp [917]
-----------------------------------------------
0.00 0.00 880/880 Fset_fontset_font <cycle 4> [56]
[325] 0.0 0.00 0.00 880 check_fontset_name [325]
0.00 0.00 880/895 fs_query_fontset [324]
0.00 0.00 880/2119 decode_live_frame [906]
-----------------------------------------------
4 text_quoting_style <cycle 4> [434]
10 Ffuncall <cycle 4> [29]
1055 process_tool_bar_item <cycle 4> [333]
[326] 0.0 0.00 0.00 1069 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 871/2778892 Fnreverse [45]
0.00 0.00 224/224 preferred_sequence_p [367]
0.00 0.00 214/215 Fsafe_length [427]
0.00 0.00 271/1289625 Fcons [80]
0.00 0.00 261/25585 Fequal [255]
0.00 0.00 261/1677 Fmember [388]
0.00 0.00 10/1230 list2 [368]
0.00 0.00 1069/1073 parse_solitary_modifier [968]
0.00 0.00 1067/1071 Freverse [969]
0.00 0.00 1032/98231 Fplist_get [798]
0.00 0.00 1032/69910 Fget [800]
0.00 0.00 261/11766 Faref [821]
0.00 0.00 10/465106 get_keymap [766]
1067 where_is_internal <cycle 4> [157]
1059 Fcurrent_active_maps <cycle 4> [192]
1042 Fkey_binding <cycle 4> [352]
263 shadow_lookup <cycle 4> [459]
-----------------------------------------------
0.00 0.00 2/1032 Fautoload [584]
0.00 0.00 1030/1032 Fwindow_scroll_bars [319]
[327] 0.0 0.00 0.00 1032 list5 [327]
0.00 0.00 4128/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 16/241 Fget_load_suffixes [443]
0.00 0.00 20/241 font_parse_family_registry [321]
0.00 0.00 205/241 process_tool_bar_item <cycle 4> [333]
[328] 0.0 0.00 0.00 241 concat2 [328]
0.00 0.00 241/45490 concat [103]
-----------------------------------------------
0.00 0.00 6810/6810 Fcons [80]
[329] 0.0 0.00 0.00 6810 lisp_align_malloc [329]
0.00 0.00 6810/10417 mem_insert [310]
-----------------------------------------------
0.00 0.00 34/995 record_unwind_save_match_data [469]
0.00 0.00 961/995 Ffuncall <cycle 4> [29]
[330] 0.0 0.00 0.00 995 Fmatch_data [330]
0.00 0.00 995/4964 Flist [257]
0.00 0.00 4/487 Fmake_marker [646]
0.00 0.00 4/572 set_marker_internal [747]
0.00 0.00 4/557 Fset_marker [1035]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [405]
728 Ferase_buffer <cycle 4> [1014]
[331] 0.0 0.00 0.00 729 del_range_1 <cycle 4> [331]
0.00 0.00 729/729 del_range_2 [332]
0.00 0.00 1458/25879 buf_charpos_to_bytepos [733]
0.00 0.00 729/2485 invalidate_buffer_caches [893]
729 signal_after_change <cycle 4> [297]
729 update_compositions <cycle 4> [154]
729 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 729/729 del_range_1 <cycle 4> [331]
[332] 0.0 0.00 0.00 729 del_range_2 [332]
0.00 0.00 729/1819 offset_intervals [288]
0.00 0.00 729/729 record_delete [1012]
0.00 0.00 729/732 adjust_markers_for_delete [1007]
0.00 0.00 729/3768 recenter_overlay_lists [861]
0.00 0.00 729/732 adjust_overlays_for_delete [1008]
0.00 0.00 729/729 evaporate_overlays [1011]
-----------------------------------------------
61 menu_bar_item <cycle 4> [467]
78 map_keymap_internal <cycle 4> [680]
1297 single_menu_item <cycle 4> [481]
[333] 0.0 0.00 0.00 1436 process_tool_bar_item <cycle 4> [333]
0.00 0.00 205/241 concat2 [328]
0.00 0.00 36/8785 make_string [226]
0.00 0.00 36/3332260 casify_object [48]
0.00 0.00 22/1289625 Fcons [80]
0.00 0.00 36/1153527 xmalloc [118]
0.00 0.00 2/8857 Fmake_vector [207]
0.00 0.00 2/63 larger_vector [413]
0.00 0.00 4/1230 list2 [368]
0.00 0.00 1277/465106 get_keymap [766]
0.00 0.00 861/49012 Fcar [807]
0.00 0.00 625/98231 Fplist_get [798]
0.00 0.00 625/69910 Fget [800]
0.00 0.00 568/571 Fsubstitute_command_keys [1031]
0.00 0.00 36/36 Fupcase_initials [1277]
0.00 0.00 36/1140773 xfree [760]
0.00 0.00 18/1291 menu_separator_name_p [958]
0.00 0.00 18/14391 list1 [818]
1055 Fwhere_is_internal <cycle 4> [326]
568 text_quoting_style <cycle 4> [434]
308 unbind_to <cycle 4> [244]
308 menu_item_eval_property <cycle 4> [109]
202 Fkey_description <cycle 4> [317]
-----------------------------------------------
0.00 0.00 91/28240 lisp_file_lexically_bound_p [577]
0.00 0.00 1460/28240 readevalloop <cycle 4> [402]
0.00 0.00 4862/28240 read_escape [408]
0.00 0.00 21827/28240 read1 <cycle 5> [300]
[334] 0.0 0.00 0.00 28240 readchar [334]
0.00 0.00 18613/18613 readbyte_from_file [335]
-----------------------------------------------
0.00 0.00 18613/18613 readchar [334]
[335] 0.0 0.00 0.00 18613 readbyte_from_file [335]
0.00 0.00 18613/3508683 unblock_input_to [144]
0.00 0.00 18613/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1320 font_open_by_name [387]
0.00 0.00 28/1320 font_clear_prop [433]
0.00 0.00 182/1320 Ffont_spec [280]
0.00 0.00 1109/1320 ftfont_pattern_entity [216]
[336] 0.0 0.00 0.00 1320 font_put_extra [336]
0.00 0.00 2584/1289625 Fcons [80]
0.00 0.00 1134/4474415 assq_no_quit [63]
0.00 0.00 1107/1107 Fstring_lessp [964]
0.00 0.00 28/133 Fdelq [1154]
-----------------------------------------------
1321 Ffuncall <cycle 4> [29]
[337] 0.0 0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1411/25585 Fequal [255]
0.00 0.00 67/82 Finternal_make_lisp_face [385]
0.00 0.00 1321/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 501/530 font_clear_prop [433]
0.00 0.00 1321/4585 resolve_face_name [856]
0.00 0.00 1321/1762 lface_from_face_name [921]
0.00 0.00 1321/98231 Fplist_get [798]
0.00 0.00 1321/69910 Fget [800]
0.00 0.00 178/334 fset_redisplay [1100]
0.00 0.00 12/1778 font_style_to_value [919]
0.00 0.00 1/1 merge_face_heights [1612]
1 Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
500 eval_sub <cycle 4> [176]
[338] 0.0 0.00 0.00 500 Fsetq <cycle 4> [338]
0.00 0.00 500/116631 Flength [126]
0.00 0.00 500/410271 Fcdr [768]
0.00 0.00 500/49012 Fcar [807]
500 Fset <cycle 4> [249]
500 eval_sub <cycle 4> [176]
-----------------------------------------------
2 with_echo_area_buffer <cycle 4> [405]
4 do_switch_frame <cycle 4> [1388]
29 display_echo_area_1 <cycle 4> [1292]
[339] 0.0 0.00 0.00 35 resize_mini_window <cycle 4> [339]
0.00 0.00 29/3495 compute_stop_pos [166]
0.00 0.00 70/283 set_marker_both [1108]
0.00 0.00 35/1055 extract_float [970]
0.00 0.00 6/6 shrink_mini_window [1417]
35 reseat <cycle 4> [375]
35 init_iterator <cycle 4> [163]
35 move_it_to <cycle 4> [213]
29 handle_stop <cycle 4> [160]
8 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
495 eval_sub <cycle 4> [176]
[340] 0.0 0.00 0.00 495 apply_lambda <cycle 4> [340]
0.00 0.00 495/116631 Flength [126]
0.00 0.00 443/49012 Fcar [807]
0.00 0.00 443/410271 Fcdr [768]
495 funcall_lambda <cycle 4> [314]
443 eval_sub <cycle 4> [176]
255 exec_byte_code <cycle 4> [73]
240 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 4/53 safe_to_load_version [462]
0.00 0.00 49/53 ftfont_get_charset [346]
[341] 0.0 0.00 0.00 53 fast_c_string_match_ignore_case [341]
0.00 0.00 53/39716 re_search [74]
0.00 0.00 53/49854 compile_pattern [156]
0.00 0.00 53/53 string_make_unibyte [1212]
-----------------------------------------------
0.00 0.00 1/560 fontset_from_font <cycle 4> [343]
0.00 0.00 2/560 modify_event_symbol [426]
0.00 0.00 2/560 create_terminal <cycle 4> [513]
0.00 0.00 2/560 Fdo_auto_save <cycle 4> [593]
0.00 0.00 3/560 bidi_initialize <cycle 4> [167]
0.00 0.00 4/560 readevalloop <cycle 4> [402]
0.00 0.00 24/560 display_mode_element <cycle 4> [379]
0.00 0.00 522/560 top_level_1 <cycle 2> [39]
[342] 0.0 0.00 0.00 560 intern_1 [342]
0.00 0.00 560/142598 oblookup [125]
0.00 0.00 1/545 Fmake_symbol [574]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 560/285196 check_obarray [775]
-----------------------------------------------
1 x_new_font <cycle 4> [588]
[343] 0.0 0.00 0.00 1 fontset_from_font <cycle 4> [343]
0.00 0.00 1/883 find_font_encoding [68]
0.00 0.00 2/138863 copy_font_spec [78]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 1/82 make_fontset [396]
0.00 0.00 1/2446268 hash_lookup [25]
0.00 0.00 1/819 Ffont_xlfd_name [316]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 1/560 intern_1 [342]
0.00 0.00 1/3332260 casify_object [48]
0.00 0.00 1/1109469 assoc_no_quit [96]
0.00 0.00 1/1 font_get_name [1602]
0.00 0.00 1/2666 Fdowncase [888]
0.00 0.00 1/539 intern_sym [1044]
2 Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
0.00 0.00 5/573 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 9/573 Ffuncall <cycle 4> [29]
0.00 0.00 559/573 window_loop [347]
[344] 0.0 0.00 0.00 573 window_list_1 [344]
0.00 0.00 573/2778892 Fnreverse [45]
0.00 0.00 1132/1289625 Fcons [80]
0.00 0.00 573/586 window_list [578]
0.00 0.00 1146/1148 candidate_window_p [961]
0.00 0.00 573/575 decode_next_window_args [1030]
0.00 0.00 573/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 141/141 ftfont_list [211]
[345] 0.0 0.00 0.00 141 ftfont_spec_pattern [345]
0.00 0.00 49/49 ftfont_get_charset [346]
0.00 0.00 3/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 49/49 ftfont_spec_pattern [345]
[346] 0.0 0.00 0.00 49 ftfont_get_charset [346]
0.00 0.00 49/53 fast_c_string_match_ignore_case [341]
0.00 0.00 49/10760 make_unibyte_string [477]
-----------------------------------------------
0.00 0.00 3/559 Fother_buffer [570]
0.00 0.00 556/559 find_automatic_composition [293]
[347] 0.0 0.00 0.00 559 window_loop [347]
0.00 0.00 559/573 window_list_1 [344]
-----------------------------------------------
0.00 0.00 518/518 exec_byte_code <cycle 4> [73]
[348] 0.0 0.00 0.00 518 Fforward_line [348]
0.00 0.00 518/15953 set_point_both [206]
0.00 0.00 518/2538 scan_newline_from_point [650]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [29]
[349] 0.0 0.00 0.00 516 skip_syntaxes [349]
0.00 0.00 516/15953 set_point_both [206]
0.00 0.00 516/25879 buf_charpos_to_bytepos [733]
0.00 0.00 516/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
0.00 0.00 75/75 Ffont_spec [280]
[350] 0.0 0.00 0.00 75 font_parse_name [350]
0.00 0.00 17/18 font_parse_xlfd [354]
0.00 0.00 58/140083 font_intern_prop [93]
0.00 0.00 1/652 make_float [1021]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[351] 0.0 0.00 0.00 3 Finsert_file_contents <cycle 4> [351]
0.00 0.00 2/2 Ffind_operation_coding_system [358]
0.00 0.00 3/1944 Ffind_file_name_handler [158]
0.00 0.00 6/77270 set_internal [145]
0.00 0.00 3/2446268 hash_lookup [25]
0.00 0.00 3/1044 setup_coding_system [296]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 1/1 raw_text_coding_system [598]
0.00 0.00 3/1230 list2 [368]
0.00 0.00 3/48 make_gap [595]
0.00 0.00 1/731 insert_from_gap [670]
0.00 0.00 3/1593 buf_bytepos_to_charpos [730]
0.00 0.00 6/227551 grow_specpdl [779]
0.00 0.00 6/6 move_gap_both [1414]
0.00 0.00 4/11 emacs_read [1360]
0.00 0.00 3/7242 Ffboundp [831]
0.00 0.00 3/315 encode_file_name [1102]
0.00 0.00 3/172 emacs_open [1138]
0.00 0.00 3/538 record_unwind_protect_int [1045]
0.00 0.00 3/1006 invalidate_region_cache [983]
0.00 0.00 3/46 gap_left [1256]
0.00 0.00 3/2485 invalidate_buffer_caches [893]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/6 emacs_close [1410]
0.00 0.00 3/7 clear_unwind_protect [1397]
11 unbind_to <cycle 4> [244]
6 store_symval_forwarding <cycle 4> [802]
6 specbind <cycle 4> [128]
6 call2 <cycle 4> [924]
3 Fexpand_file_name <cycle 4> [173]
3 call3 <cycle 4> [1330]
3 signal_after_change <cycle 4> [297]
3 update_compositions <cycle 4> [154]
3 decode_coding_gap <cycle 4> [603]
3 prepare_to_modify_buffer <cycle 4> [421]
3 Fset <cycle 4> [249]
1 code_convert_string <cycle 4> [264]
-----------------------------------------------
1020 Fkey_binding <cycle 4> [352]
1042 Fwhere_is_internal <cycle 4> [326]
0.01 0.13 510/9783 test_undefined [40]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
[352] 0.0 0.00 0.00 2062+1020 Fkey_binding <cycle 4> [352]
0.00 0.00 2062/1289625 Fcons [80]
2062 Flookup_key <cycle 4> [891]
1020 Fcurrent_active_maps <cycle 4> [192]
1020 Fkey_binding <cycle 4> [352]
-----------------------------------------------
0.00 0.00 1/3432 update_face_from_frame_parameter [688]
0.00 0.00 6/3432 realize_basic_faces [153]
0.00 0.00 22/3432 Finternal_get_lisp_face_attribute [571]
0.00 0.00 84/3432 realize_named_face [155]
0.00 0.00 164/3432 Finternal_make_lisp_face [385]
0.00 0.00 164/3432 Finternal_merge_in_global_face [247]
0.00 0.00 1321/3432 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1670/3432 get_lface_attributes_no_remap [382]
[353] 0.0 0.00 0.00 3432 lface_from_face_name_no_resolve [353]
0.00 0.00 3432/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/18 Fnew_fontset <cycle 4> [371]
0.00 0.00 17/18 font_parse_name [350]
[354] 0.0 0.00 0.00 18 font_parse_xlfd [354]
0.00 0.00 220/140083 font_intern_prop [93]
0.00 0.00 22/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 34/1502 merge_named_face <cycle 1> [520]
0.00 0.00 1468/1502 lookup_named_face [246]
[355] 0.0 0.00 0.00 1502 get_lface_attributes [355]
0.00 0.00 1502/4474415 assq_no_quit [63]
0.00 0.00 1502/1670 get_lface_attributes_no_remap [382]
0.00 0.00 1502/4585 resolve_face_name [856]
-----------------------------------------------
0.00 0.00 2028/2028 find_automatic_composition [293]
[356] 0.0 0.00 0.00 2028 char_composable_p [356]
0.00 0.00 916/7538722 char_table_ref [37]
-----------------------------------------------
90 read_vector <cycle 5> [366]
450 read1 <cycle 5> [300]
[357] 0.0 0.00 0.00 540 read_list <cycle 5> [357]
0.00 0.00 1582/1289625 Fcons [80]
0.00 0.00 1582/14391 list1 [818]
2160 read1 <cycle 5> [300]
38 read0 <cycle 5> [1038]
-----------------------------------------------
0.00 0.00 2/2 Finsert_file_contents <cycle 4> [351]
[358] 0.0 0.00 0.00 2 Ffind_operation_coding_system [358]
0.00 0.00 31/38795 fast_string_match_internal [71]
0.00 0.00 1/10 Fcoding_system_p [492]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
-----------------------------------------------
0.00 0.00 2/170 char_table_set [195]
0.00 0.00 11/170 char_table_set_range [76]
0.00 0.00 24/170 sub_char_table_set [463]
0.00 0.00 133/170 sub_char_table_set_range [373]
[359] 0.0 0.00 0.00 170 make_sub_char_table [359]
0.00 0.00 170/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 1/695 make_lispy_position <cycle 4> [562]
0.00 0.00 6/695 Fxw_color_values [548]
0.00 0.00 147/695 Fgarbage_collect <cycle 4> [64]
0.00 0.00 541/695 Ffuncall <cycle 4> [29]
[360] 0.0 0.00 0.00 695 list3 [360]
0.00 0.00 1390/1289625 Fcons [80]
-----------------------------------------------
8 redisplay_window <cycle 4> [410]
0.00 0.00 6/9783 redisplay_internal [38]
[361] 0.0 0.00 0.00 14 x_consider_frame_title <cycle 4> [361]
0.00 0.00 14/3208 Fframe_parameter [172]
0.00 0.00 14/38 format_mode_line_unwind_data [601]
0.00 0.00 14/410271 Fcdr [768]
0.00 0.00 14/227551 grow_specpdl [779]
0.00 0.00 14/8775 record_unwind_protect [828]
0.00 0.00 14/38 Fselect_window [1272]
14 select_window <cycle 4> [528]
14 set_buffer_internal_1 <cycle 4> [871]
14 init_iterator <cycle 4> [163]
14 display_mode_element <cycle 4> [379]
14 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 99/654 shadow_lookup <cycle 4> [459]
0.00 0.00 555/654 exec_byte_code <cycle 4> [73]
[362] 0.0 0.00 0.00 654 Fsubstring [362]
0.00 0.00 123/2757 Fvector [245]
0.00 0.00 654/5549489 validate_subarray [62]
0.00 0.00 531/41699 make_specified_string [422]
0.00 0.00 531/531 copy_text_properties [1046]
0.00 0.00 55/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 2/233 font_update_drivers [568]
0.00 0.00 4/233 Ffont_put [543]
0.00 0.00 227/233 Ffont_spec [280]
[363] 0.0 0.00 0.00 233 Ffontp [363]
0.00 0.00 204/204 font_prop_validate_symbol [391]
0.00 0.00 118/2088 Fintern [286]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 2/1230 list2 [368]
0.00 0.00 2/1109470 xfont_get_cache [121]
0.00 0.00 27/27 font_prop_validate_otf [1296]
0.00 0.00 1/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 77/77 Ffuncall <cycle 4> [29]
[364] 0.0 0.00 0.00 77 Fcoding_system_eol_type [364]
0.00 0.00 77/2224296 Fgethash [28]
0.00 0.00 77/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 1/415 x_set_tool_bar_position [638]
0.00 0.00 1/415 Ffuncall <cycle 4> [29]
0.00 0.00 2/415 save_menu_items [605]
0.00 0.00 6/415 adjust_frame_size <cycle 4> [497]
0.00 0.00 6/415 file_attributes [518]
0.00 0.00 7/415 Fcurrent_time [530]
0.00 0.00 392/415 Fgarbage_collect <cycle 4> [64]
[365] 0.0 0.00 0.00 415 list4 [365]
0.00 0.00 1245/1289625 Fcons [80]
-----------------------------------------------
90 read1 <cycle 5> [300]
[366] 0.0 0.00 0.00 90 read_vector <cycle 5> [366]
0.00 0.00 90/8857 Fmake_vector [207]
0.00 0.00 90/116631 Flength [126]
0.00 0.00 744/49012 Fcar [807]
0.00 0.00 744/410271 Fcdr [768]
0.00 0.00 744/744 free_cons [1004]
90 read_list <cycle 5> [357]
-----------------------------------------------
0.00 0.00 224/224 Fwhere_is_internal <cycle 4> [326]
[367] 0.0 0.00 0.00 224 preferred_sequence_p [367]
0.00 0.00 224/116631 Flength [126]
0.00 0.00 462/11766 Faref [821]
-----------------------------------------------
0.00 0.00 1/1230 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 2/1230 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/1230 Ffontp [363]
0.00 0.00 3/1230 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/1230 process_tool_bar_item <cycle 4> [333]
0.00 0.00 8/1230 read_char <cycle 2> [20]
0.00 0.00 10/1230 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 11/1230 parse_modifiers [377]
0.00 0.00 12/1230 get_keyelt <cycle 4> [541]
0.00 0.00 16/1230 adjust_frame_size <cycle 4> [497]
0.00 0.00 26/1230 handle_one_xevent [99]
0.00 0.00 106/1230 Ffuncall <cycle 4> [29]
0.00 0.00 182/1230 exec_byte_code <cycle 4> [73]
0.00 0.00 329/1230 read1 <cycle 5> [300]
0.00 0.00 518/1230 Fcall_interactively <cycle 4> [106]
[368] 0.0 0.00 0.00 1230 list2 [368]
0.00 0.00 1230/1289625 Fcons [80]
-----------------------------------------------
1 Fmessage <cycle 4> [1510]
8 Ffuncall <cycle 4> [29]
[369] 0.0 0.00 0.00 9 styled_format <cycle 4> [369]
0.00 0.00 16/16 lisp_string_width [370]
0.00 0.00 9/41699 make_specified_string [422]
0.00 0.00 16/1553 copy_text [931]
1 text_quoting_style <cycle 4> [434]
-----------------------------------------------
0.00 0.00 16/16 styled_format <cycle 4> [369]
[370] 0.0 0.00 0.00 16 lisp_string_width [370]
0.00 0.00 167/15456 find_composition [194]
0.00 0.00 167/821 char_width [1000]
0.00 0.00 16/292 buffer_display_table [1107]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[371] 0.0 0.00 0.00 2 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/38 Fset_char_table_range [223]
0.00 0.00 1/18 font_parse_xlfd [354]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 2/895 fs_query_fontset [324]
0.00 0.00 1/82 make_fontset [396]
0.00 0.00 2/3332260 casify_object [48]
0.00 0.00 1/555562 font_unparse_xlfd [86]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 52/49012 Fcar [807]
0.00 0.00 52/410271 Fcdr [768]
0.00 0.00 2/2666 Fdowncase [888]
0.00 0.00 1/881 free_realized_fontsets [997]
147 Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
0.00 0.00 510/510 command_loop_1 <cycle 2> [18]
[372] 0.0 0.00 0.00 510 start_hourglass [372]
0.00 0.00 510/510 start_atimer [383]
0.00 0.00 510/1022 cancel_hourglass [438]
-----------------------------------------------
1974 sub_char_table_set_range [373]
0.00 0.00 1031/1031 char_table_set_range [76]
[373] 0.0 0.00 0.00 1031+1974 sub_char_table_set_range [373]
0.00 0.00 133/170 make_sub_char_table [359]
1974 sub_char_table_set_range [373]
-----------------------------------------------
0.00 0.00 30173/30173 map_sub_char_table <cycle 4> [110]
[374] 0.0 0.00 0.00 30173 accumulate_script_ranges [374]
0.00 0.00 1076/1289625 Fcons [80]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
35 resize_mini_window <cycle 4> [339]
507 move_it_to <cycle 4> [213]
510 Fvertical_motion <cycle 4> [209]
1072 start_display <cycle 4> [197]
[375] 0.0 0.00 0.00 2127 reseat <cycle 4> [375]
0.00 0.00 11/3495 compute_stop_pos [166]
2127 reseat_1 <cycle 4> [889]
11 handle_stop <cycle 4> [160]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [603]
309 encode_coding_object <cycle 4> [466]
728 decode_coding_object <cycle 4> [307]
[376] 0.0 0.00 0.00 1039 code_conversion_save <cycle 4> [376]
0.00 0.00 1039/1289625 Fcons [80]
0.00 0.00 1039/41387 Fcurrent_buffer [809]
0.00 0.00 1039/227551 grow_specpdl [779]
0.00 0.00 1039/8775 record_unwind_protect [828]
0.00 0.00 728/743 Fbuffer_live_p [1005]
1454 set_buffer_internal_1 <cycle 4> [871]
728 Fmake_local_variable <cycle 4> [436]
728 Fset <cycle 4> [249]
728 Ferase_buffer <cycle 4> [1014]
-----------------------------------------------
0.00 0.00 21/9158 Fdefine_key <cycle 4> [112]
0.00 0.00 158/9158 where_is_internal <cycle 4> [157]
0.00 0.00 8979/9158 reorder_modifiers [378]
[377] 0.0 0.00 0.00 9158 parse_modifiers [377]
0.00 0.00 22/396 Fput [267]
0.00 0.00 11/2088 Fintern [286]
0.00 0.00 11/8785 make_string [226]
0.00 0.00 36/1289625 Fcons [80]
0.00 0.00 11/1230 list2 [368]
0.00 0.00 9158/98231 Fplist_get [798]
0.00 0.00 9158/69910 Fget [800]
-----------------------------------------------
0.00 0.00 21/8979 store_in_keymap [502]
0.00 0.00 8958/8979 access_keymap_1 <cycle 4> [305]
[378] 0.0 0.00 0.00 8979 reorder_modifiers [378]
0.00 0.00 8979/9158 parse_modifiers [377]
-----------------------------------------------
1664 display_mode_element <cycle 4> [379]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_line <cycle 4> [472]
[379] 0.0 0.00 0.00 38+1664 display_mode_element <cycle 4> [379]
0.00 0.00 52/204864 Ftext_properties_at [97]
0.00 0.00 52/554979 Fassoc [66]
0.00 0.00 24/24 decode_mode_spec_coding [460]
0.00 0.00 24/560 intern_1 [342]
0.00 0.00 101/25585 Fequal [255]
0.00 0.00 3/35053 Fcopy_sequence [150]
0.00 0.00 810/1039 Fboundp [505]
0.00 0.00 3/116631 Flength [126]
0.00 0.00 3/3 set_text_properties [558]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 8/1593 buf_bytepos_to_charpos [730]
0.00 0.00 22/25879 buf_charpos_to_bytepos [733]
0.00 0.00 432/695 string_byte_to_char [1017]
0.00 0.00 412/98231 Fplist_get [798]
0.00 0.00 412/69910 Fget [800]
0.00 0.00 230/276 c_string_width [1109]
0.00 0.00 84/591680 Fsetcdr [764]
0.00 0.00 56/56 display_count_lines [1205]
0.00 0.00 48/1775 marker_position [920]
0.00 0.00 42/42 store_mode_line_noprop [1267]
0.00 0.00 24/1717 marker_byte_position [923]
0.00 0.00 24/24 pint2str [1310]
0.00 0.00 3/3 Fset_text_properties [1477]
0.00 0.00 3/5810 Fnthcdr [841]
786 Fsymbol_value <cycle 4> [806]
528 display_string <cycle 4> [210]
120 safe__call1 <cycle 4> [1139]
24 inhibit_garbage_collection <cycle 4> [111]
24 call1 <cycle 4> [949]
24 unbind_to <cycle 4> [244]
1664 display_mode_element <cycle 4> [379]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [29]
[380] 0.0 0.00 0.00 20 Fsearch_forward [380]
0.00 0.00 20/5180 search_command [180]
-----------------------------------------------
61 eval_sub <cycle 4> [176]
[381] 0.0 0.00 0.00 61 FletX <cycle 4> [381]
0.00 0.00 120/77270 set_internal [145]
0.00 0.00 375/410271 Fcdr [768]
0.00 0.00 250/49012 Fcar [807]
125 specbind <cycle 4> [128]
125 eval_sub <cycle 4> [176]
120 store_symval_forwarding <cycle 4> [802]
61 Fprogn <cycle 4> [996]
-----------------------------------------------
0.00 0.00 168/1670 realize_named_face [155]
0.00 0.00 1502/1670 get_lface_attributes [355]
[382] 0.0 0.00 0.00 1670 get_lface_attributes_no_remap [382]
0.00 0.00 1670/3432 lface_from_face_name_no_resolve [353]
-----------------------------------------------
0.00 0.00 510/510 start_hourglass [372]
[383] 0.0 0.00 0.00 510 start_atimer [383]
0.00 0.00 510/1039907 set_alarm [84]
0.00 0.00 510/1040417 block_atimers [119]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 510/510 schedule_atimer [1073]
0.00 0.00 510/1041550 gettime [763]
0.00 0.00 510/610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 1/501996 x_set_screen_gamma [692]
0.00 0.00 1/501996 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/501996 Fset_window_configuration <cycle 4> [702]
0.00 0.00 2/501996 Fprovide [583]
0.00 0.00 2/501996 save_window_save [634]
0.00 0.00 3/501996 uniprop_table [168]
0.00 0.00 3/501996 Fset_terminal_parameter [618]
0.00 0.00 3/501996 Fkill_local_variable <cycle 4> [741]
0.00 0.00 4/501996 realize_basic_faces [153]
0.00 0.00 6/501996 Fframe_parameters [171]
0.00 0.00 9/501996 Fterminal_parameter [736]
0.00 0.00 19/501996 eval_sub <cycle 4> [176]
0.00 0.00 44/501996 lookup_fringe_bitmap [451]
0.00 0.00 47/501996 Ffont_get [726]
0.00 0.00 74/501996 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 75/501996 get_frame_param [719]
0.00 0.00 76/501996 store_frame_param [490]
0.00 0.00 92/501996 Fwindow_parameter [717]
0.00 0.00 101/501996 x_get_arg [701]
0.00 0.00 543/501996 Fmacroexpand <cycle 4> [674]
0.00 0.00 777/501996 Fmake_local_variable <cycle 4> [436]
0.00 0.00 999/501996 offset_intervals [288]
0.00 0.00 1563/501996 exec_byte_code <cycle 4> [73]
0.00 0.00 3205/501996 Fframe_parameter [172]
0.00 0.00 6230/501996 text_property_stickiness [214]
0.00 0.00 81468/501996 store_in_alist [196]
0.00 0.00 406647/501996 lookup_char_property [390]
[384] 0.0 0.00 0.00 501996 Fassq [384]
0.00 0.00 106/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 106/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 1/82 realize_basic_faces [153]
0.00 0.00 14/82 realize_named_face [155]
0.00 0.00 67/82 Finternal_set_lisp_face_attribute <cycle 4> [337]
[385] 0.0 0.00 0.00 82 Finternal_make_lisp_face [385]
0.00 0.00 82/8857 Fmake_vector [207]
0.00 0.00 164/1289625 Fcons [80]
0.00 0.00 164/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 164/1762 lface_from_face_name [921]
0.00 0.00 82/98231 Fplist_get [798]
0.00 0.00 82/69910 Fget [800]
0.00 0.00 81/334 fset_redisplay [1100]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[386] 0.0 0.00 0.00 1 x_default_font_parameter <cycle 4> [386]
0.00 0.00 1/1 font_open_by_name [387]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 1/51 x_get_arg [701]
0.00 0.00 1/1 xsettings_get_system_font [1676]
1 x_default_parameter <cycle 4> [720]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [386]
[387] 0.0 0.00 0.00 1 font_open_by_name [387]
0.00 0.00 1/1 font_open_by_spec [389]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 1/1320 font_put_extra [336]
-----------------------------------------------
0.00 0.00 2/1677 eval_sub <cycle 4> [176]
0.00 0.00 261/1677 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1414/1677 exec_byte_code <cycle 4> [73]
[388] 0.0 0.00 0.00 1677 Fmember [388]
0.00 0.00 1189/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 1/1 font_open_by_name [387]
[389] 0.0 0.00 0.00 1 font_open_by_spec [389]
0.00 0.00 1/8 font_load_for_lface [302]
-----------------------------------------------
0.00 0.00 93/428532 note_mouse_highlight [419]
0.00 0.00 240/428532 handle_invisible_prop [262]
0.00 0.00 1464/428532 face_at_string_position [275]
0.00 0.00 1935/428532 Ffuncall <cycle 4> [29]
0.00 0.00 3255/428532 face_at_buffer_position [232]
0.00 0.00 4995/428532 offset_intervals [288]
0.00 0.00 5182/428532 Fget_pos_property [204]
0.00 0.00 5572/428532 verify_interval_modification [277]
0.00 0.00 9339/428532 Ftext_property_any [323]
0.00 0.00 11412/428532 text_property_stickiness [214]
0.00 0.00 15043/428532 get_property_and_range [205]
0.00 0.00 49343/428532 compute_stop_pos [166]
0.00 0.00 140161/428532 Fnext_single_property_change [217]
0.00 0.00 180498/428532 get_char_property_and_overlay [100]
[390] 0.0 0.00 0.00 428532 lookup_char_property [390]
0.00 0.00 406647/501996 Fassq [384]
0.00 0.00 387126/410271 Fcdr [768]
0.00 0.00 28232/98231 Fplist_get [798]
-----------------------------------------------
0.00 0.00 204/204 Ffontp [363]
[391] 0.0 0.00 0.00 204 font_prop_validate_symbol [391]
0.00 0.00 120/2088 Fintern [286]
0.00 0.00 118/3332260 casify_object [48]
0.00 0.00 118/2666 Fdowncase [888]
0.00 0.00 4/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [13]
0.00 0.00 8/12 font_load_for_lface [302]
[392] 0.0 0.00 0.00 12 font_open_entity [392]
0.00 0.00 8/8 xftfont_open [394]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 8/160 normal_char_ascent_descent [1142]
0.00 0.00 8/10 get_font_ascent_descent [1371]
0.00 0.00 4/4 xftfont_cached_font_ok [1470]
-----------------------------------------------
0.00 0.00 895/895 fs_query_fontset [324]
[393] 0.0 0.00 0.00 895 Frassoc [393]
0.00 0.00 942/6002698 internal_equal [52]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 8/8 font_open_entity [392]
[394] 0.0 0.00 0.00 8 xftfont_open [394]
0.00 0.00 8/8 font_build_object [406]
0.00 0.00 8/2218909 ftfont_get_fc_charset [23]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 8/4474415 assq_no_quit [63]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 16/3508683 unblock_input_to [144]
0.00 0.00 16/3508670 unblock_input [754]
0.00 0.00 8/12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 2/84 load_charset_map [222]
0.00 0.00 82/84 make_fontset [396]
[395] 0.0 0.00 0.00 84 Fmake_char_table [395]
0.00 0.00 84/8857 Fmake_vector [207]
0.00 0.00 84/98231 Fplist_get [798]
0.00 0.00 84/69910 Fget [800]
-----------------------------------------------
0.00 0.00 1/82 fontset_font [12]
0.00 0.00 1/82 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/82 fontset_from_font <cycle 4> [343]
0.00 0.00 79/82 make_fontset_for_ascii_face [403]
[396] 0.0 0.00 0.00 82 make_fontset [396]
0.00 0.00 82/84 Fmake_char_table [395]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [13]
0.00 0.00 8/12 font_load_for_lface [302]
[397] 0.0 0.00 0.00 12 font_open_for_lface [397]
0.00 0.00 12/12 font_rescale_ratio [398]
0.00 0.00 1/138693 build_style_table [795]
-----------------------------------------------
0.00 0.00 12/12 font_open_for_lface [397]
[398] 0.0 0.00 0.00 12 font_rescale_ratio [398]
0.00 0.00 12/38795 fast_string_match_internal [71]
0.00 0.00 12/819 Ffont_xlfd_name [316]
-----------------------------------------------
0.00 0.00 91/3634 x_window_to_frame [554]
0.00 0.00 122/3634 x_top_window_to_frame [542]
0.00 0.00 3421/3634 x_any_window_to_frame [404]
[399] 0.0 0.00 0.00 3634 xg_win_to_widget [399]
0.00 0.00 3634/3508683 unblock_input_to [144]
0.00 0.00 3634/3508670 unblock_input [754]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
2 Ffuncall <cycle 4> [29]
[400] 0.0 0.00 0.00 3 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/1944 Ffind_file_name_handler [158]
0.00 0.00 3/315 encode_file_name [1102]
3 Fexpand_file_name <cycle 4> [173]
2 code_convert_string <cycle 4> [264]
-----------------------------------------------
5 eval_sub <cycle 4> [176]
24 Fbuffer_list <cycle 4> [1308]
42 Ffuncall <cycle 4> [29]
[401] 0.0 0.00 0.00 71 Fmapcar <cycle 4> [401]
0.00 0.00 71/116631 Flength [126]
0.00 0.00 71/4964 Flist [257]
71 mapcar1 <cycle 4> [1186]
-----------------------------------------------
2 Fload <cycle 4> [411]
2 Feval_buffer <cycle 4> [507]
[402] 0.0 0.00 0.00 4 readevalloop <cycle 4> [402]
0.00 0.00 462/25585 Fequal [255]
0.00 0.00 1460/28240 readchar [334]
0.00 0.00 12/77270 set_internal [145]
0.00 0.00 4/560 intern_1 [342]
0.00 0.00 4/2778892 Fnreverse [45]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 462/49012 Fcar [807]
0.00 0.00 182/1318 unreadchar [956]
0.00 0.00 8/7242 Ffboundp [831]
0.00 0.00 4/227551 grow_specpdl [779]
0.00 0.00 4/538 record_unwind_protect_int [1045]
0.00 0.00 4/74640 do_symval_forwarding [799]
0.00 0.00 4/119 Ffile_name_absolute_p [1162]
186 call1 <cycle 4> [949]
186 unbind_to <cycle 4> [244]
182 eval_sub <cycle 4> [176]
136 readevalloop_eager_expand_eval <cycle 4> [1150]
12 store_symval_forwarding <cycle 4> [802]
12 specbind <cycle 4> [128]
4 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 79/79 realize_face [152]
[403] 0.0 0.00 0.00 79 make_fontset_for_ascii_face [403]
0.00 0.00 79/82 make_fontset [396]
-----------------------------------------------
0.00 0.00 1610/3429 event_handler_gdk [98]
0.00 0.00 1819/3429 handle_one_xevent [99]
[404] 0.0 0.00 0.00 3429 x_any_window_to_frame [404]
0.00 0.00 3421/3634 xg_win_to_widget [399]
-----------------------------------------------
1 message3_nolog <cycle 4> [1532]
3 current_message <cycle 4> [1193]
29 echo_area_display <cycle 4> [704]
0.00 0.00 2/9783 resize_echo_area_exactly [229]
[405] 0.0 0.00 0.00 35 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 70/77270 set_internal [145]
0.00 0.00 3/3 current_message_1 [533]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 93/1775 marker_position [920]
0.00 0.00 93/1717 marker_byte_position [923]
0.00 0.00 62/283 set_marker_both [1108]
0.00 0.00 35/227551 grow_specpdl [779]
0.00 0.00 35/8775 record_unwind_protect [828]
0.00 0.00 31/146 adjust_window_count [1146]
0.00 0.00 31/73 wset_buffer [1184]
0.00 0.00 2/2 resize_mini_window_1 [1538]
0.00 0.00 1/729 del_range [1010]
70 store_symval_forwarding <cycle 4> [802]
70 specbind <cycle 4> [128]
35 ensure_echo_area_buffers <cycle 4> [597]
35 set_buffer_internal_1 <cycle 4> [871]
35 unbind_to <cycle 4> [244]
29 display_echo_area_1 <cycle 4> [1292]
2 resize_mini_window <cycle 4> [339]
1 del_range_1 <cycle 4> [331]
1 set_message_1 <cycle 4> [1628]
-----------------------------------------------
0.00 0.00 8/8 xftfont_open [394]
[406] 0.0 0.00 0.00 8 font_build_object [406]
0.00 0.00 8/8 font_make_object [415]
0.00 0.00 16/8785 make_string [226]
0.00 0.00 8/555562 font_unparse_xlfd [86]
0.00 0.00 24/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 11/3205 update_window_line <cycle 4> [517]
0.00 0.00 3194/3205 draw_glyphs <cycle 4> [35]
[407] 0.0 0.00 0.00 3205 x_get_glyph_overhangs [407]
0.00 0.00 3205/147201 get_per_char_metric [237]
0.00 0.00 3205/7891 get_glyph_face_and_encoding [620]
-----------------------------------------------
0.00 0.00 1788/1788 read1 <cycle 5> [300]
[408] 0.0 0.00 0.00 1788 read_escape [408]
0.00 0.00 4862/28240 readchar [334]
-----------------------------------------------
0.00 0.00 5/1280 allocate_buffer [652]
0.00 0.00 26/1280 Fmake_symbol [574]
0.00 0.00 48/1280 Fmake_string [81]
0.00 0.00 56/1280 make_interval [535]
0.00 0.00 61/1280 allocate_misc [531]
0.00 0.00 178/1280 allocate_string_data [484]
0.00 0.00 906/1280 make_uninit_multibyte_string [417]
[409] 0.0 0.00 0.00 1280 lisp_malloc [409]
0.00 0.00 1046/10417 mem_insert [310]
-----------------------------------------------
14 redisplay_window_0 <cycle 4> [1348]
15 redisplay_window_1 <cycle 4> [1344]
[410] 0.0 0.00 0.00 29 redisplay_window <cycle 4> [410]
0.00 0.00 3/3495 compute_stop_pos [166]
0.00 0.00 20/77270 set_internal [145]
0.00 0.00 29/78 reconsider_clip_changes [461]
0.00 0.00 23/101 update_window_fringes [450]
0.00 0.00 58/82 temp_set_point_both [1177]
0.00 0.00 49/1775 marker_position [920]
0.00 0.00 49/1717 marker_byte_position [923]
0.00 0.00 39/589 default_line_pixel_height [1028]
0.00 0.00 29/29 set_vertical_scroll_bar [1293]
0.00 0.00 29/29 XTredeem_scroll_bar [1290]
0.00 0.00 26/157 window_outdated [1143]
0.00 0.00 20/69 mode_line_update_needed [1192]
0.00 0.00 18/100 row_for_charpos_p [1169]
0.00 0.00 14/1742 window_text_bottom_y [922]
0.00 0.00 7/7 compute_window_start_on_continuation_line [1398]
0.00 0.00 4/10850 Fmemq [822]
0.00 0.00 4/4 blank_row [1452]
0.00 0.00 3/283 set_marker_both [1108]
0.00 0.00 3/3 run_window_scroll_functions [1496]
0.00 0.00 1/35 clear_glyph_matrix [1281]
49 set_buffer_internal_1 <cycle 4> [871]
29 unbind_to <cycle 4> [244]
29 XTset_vertical_scroll_bar <cycle 4> [475]
20 store_symval_forwarding <cycle 4> [802]
20 specbind <cycle 4> [128]
19 display_mode_lines <cycle 4> [1323]
12 window_box_height <cycle 4> [1166]
11 try_window <cycle 4> [1269]
8 x_consider_frame_title <cycle 4> [361]
8 update_frame_tool_bar <cycle 4> [446]
3 handle_stop <cycle 4> [160]
3 reseat <cycle 4> [375]
3 init_iterator <cycle 4> [163]
3 move_it_vertically_backward <cycle 4> [292]
1 overlay_arrows_changed_p <cycle 4> [1227]
-----------------------------------------------
2 Fautoload_do_load <cycle 4> [587]
24 Ffuncall <cycle 4> [29]
[411] 0.0 0.00 0.00 26 Fload <cycle 4> [411]
0.00 0.00 3/4 Fget_load_suffixes [443]
0.00 0.00 4/4 safe_to_load_version [462]
0.00 0.00 14/77270 set_internal [145]
0.00 0.00 1/45490 concat [103]
0.00 0.00 3/2778892 Fnreverse [45]
0.00 0.00 2/4 lisp_file_lexically_bound_p [577]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 12/227551 grow_specpdl [779]
0.00 0.00 8/8 suffix_p [1392]
0.00 0.00 8/8775 record_unwind_protect [828]
0.00 0.00 4/538 record_unwind_protect_int [1045]
0.00 0.00 4/1140773 xfree [760]
0.00 0.00 2/315 encode_file_name [1102]
0.00 0.00 2/4 set_unwind_protect_ptr [1465]
0.00 0.00 2/7242 Ffboundp [831]
0.00 0.00 2/6 emacs_close [1410]
0.00 0.00 2/7 clear_unwind_protect [1397]
0.00 0.00 1/557 Fappend [1034]
26 openp <cycle 4> [220]
23 internal_condition_case_1 <cycle 4> [1098]
14 store_symval_forwarding <cycle 4> [802]
14 specbind <cycle 4> [128]
6 unbind_to <cycle 4> [244]
3 Fsubstitute_in_file_name <cycle 4> [312]
2 readevalloop <cycle 4> [402]
2 Ffile_name_directory <cycle 4> [284]
2 call1 <cycle 4> [949]
2 call4 <cycle 4> [1273]
-----------------------------------------------
<spontaneous>
[412] 0.0 0.00 0.00 xpm_alloc_color [412]
0.00 0.00 922/922 xbm_image_p [414]
0.00 0.00 922/1101 x_parse_color [624]
0.00 0.00 922/143520 hash_string [794]
0.00 0.00 922/922 lookup_rgb_color [994]
-----------------------------------------------
0.00 0.00 1/63 menu_bar_items <cycle 4> [435]
0.00 0.00 2/63 process_tool_bar_item <cycle 4> [333]
0.00 0.00 12/63 ensure_menu_items [478]
0.00 0.00 48/63 hash_put [82]
[413] 0.0 0.00 0.00 63 larger_vector [413]
0.00 0.00 63/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [412]
[414] 0.0 0.00 0.00 922 xbm_image_p [414]
0.00 0.00 922/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 8/8 font_build_object [406]
[415] 0.0 0.00 0.00 8 font_make_object [415]
0.00 0.00 8/3144 Fcopy_alist [188]
0.00 0.00 8/2014 allocate_pseudovector [265]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[416] 0.0 0.00 0.00 3 Ftry_completion [416]
0.00 0.00 89/2774417 Fcompare_strings [32]
0.00 0.00 1/25585 Fequal [255]
-----------------------------------------------
0.00 0.00 10/46458 apply_modifiers [309]
0.00 0.00 16/46458 make_string_from_bytes [718]
0.00 0.00 200/46458 make_multibyte_string [653]
0.00 0.00 500/46458 Fmake_string [81]
0.00 0.00 729/46458 make_buffer_string_both [306]
0.00 0.00 3304/46458 concat [103]
0.00 0.00 41699/46458 make_specified_string [422]
[417] 0.0 0.00 0.00 46458 make_uninit_multibyte_string [417]
0.00 0.00 906/1280 lisp_malloc [409]
0.00 0.00 45519/45519 allocate_string_data [484]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
6 show_hourglass <cycle 4> [183]
[418] 0.0 0.00 0.00 7 set_frame_menubar <cycle 4> [418]
0.00 0.00 7/7 free_menubar_widget_value_tree [449]
0.00 0.00 6/6 xg_modify_menubar_widgets [476]
0.00 0.00 8/77270 set_internal [145]
0.00 0.00 1/1 xg_create_widget [524]
0.00 0.00 2/2 init_menu_items [600]
0.00 0.00 2/2 save_menu_items [605]
0.00 0.00 42/1333 make_widget_value [447]
0.00 0.00 2/34 record_unwind_save_match_data [469]
0.00 0.00 14/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 14/3508670 unblock_input [754]
0.00 0.00 13/13 update_submenu_strings [1353]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
13 parse_single_submenu <cycle 4> [494]
13 digest_single_submenu <cycle 4> [448]
8 store_symval_forwarding <cycle 4> [802]
8 specbind <cycle 4> [128]
7 xg_update_frame_menubar <cycle 4> [705]
4 set_buffer_internal_1 <cycle 4> [871]
4 safe_run_hooks <cycle 4> [276]
2 menu_bar_items <cycle 4> [435]
2 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 31/73 XTframe_up_to_date [457]
0.00 0.00 42/73 note_mouse_movement [441]
[419] 0.0 0.00 0.00 73 note_mouse_highlight [419]
0.00 0.00 93/12169 Fget_text_property [208]
0.00 0.00 73/114 window_from_coordinates [519]
0.00 0.00 93/428532 lookup_char_property [390]
0.00 0.00 140/148 clear_mouse_face [1144]
0.00 0.00 93/408494 textget [769]
0.00 0.00 73/917 popup_activated [995]
0.00 0.00 70/70 x_define_frame_cursor [1191]
0.00 0.00 70/70 define_frame_cursor1 [1187]
0.00 0.00 70/157 window_outdated [1143]
0.00 0.00 70/2152 window_box_left_offset [901]
0.00 0.00 70/70 window_box_right_offset [1190]
0.00 0.00 31/31 coords_in_mouse_face_p [1287]
0.00 0.00 31/186535 overlays_at [781]
0.00 0.00 31/186255 sort_overlays [782]
-----------------------------------------------
1 Fmake_frame_visible <cycle 4> [606]
[420] 0.0 0.00 0.00 1 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 48/1112161 do_pending_atimers [55]
0.00 0.00 1/1 x_set_offset [522]
0.00 0.00 48/3508683 unblock_input_to [144]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 48/3508670 unblock_input [754]
0.00 0.00 47/56 x_sync [1207]
0.00 0.00 47/47 input_polling_used [1251]
1 x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
19 prepare_to_modify_buffer <cycle 4> [421]
3 Finsert_file_contents <cycle 4> [351]
19 signal_after_change <cycle 4> [297]
70 message_dolog <cycle 4> [742]
729 del_range_1 <cycle 4> [331]
1001 insert_from_string_1 <cycle 4> [240]
[421] 0.0 0.00 0.00 1822+19 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 89/1819 offset_intervals [288]
0.00 0.00 2/48 make_gap [595]
0.00 0.00 89/2551 record_insert [643]
0.00 0.00 89/1821 adjust_overlays_for_insert [915]
0.00 0.00 89/1821 adjust_markers_for_insert [914]
0.00 0.00 19/2485 invalidate_buffer_caches [893]
1752 prepare_to_modify_buffer_1 <cycle 4> [250]
19 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 1/41699 Fdo_auto_save <cycle 4> [593]
0.00 0.00 4/41699 make_buffer_string_both [306]
0.00 0.00 6/41699 eval_sub <cycle 4> [176]
0.00 0.00 9/41699 styled_format <cycle 4> [369]
0.00 0.00 46/41699 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 64/41699 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 109/41699 Ffuncall <cycle 4> [29]
0.00 0.00 188/41699 font_intern_prop [93]
0.00 0.00 325/41699 Fexpand_file_name <cycle 4> [173]
0.00 0.00 434/41699 Fsingle_key_description <cycle 4> [544]
0.00 0.00 471/41699 Fregexp_quote [626]
0.00 0.00 531/41699 Fsubstring [362]
0.00 0.00 1006/41699 read1 <cycle 5> [300]
0.00 0.00 9731/41699 make_unibyte_string [477]
0.00 0.00 28774/41699 concat [103]
[422] 0.0 0.00 0.00 41699 make_specified_string [422]
0.00 0.00 41699/46458 make_uninit_multibyte_string [417]
0.00 0.00 802/1699 multibyte_chars_in_text [925]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
[423] 0.0 0.00 0.00 2 Fdirectory_files <cycle 4> [423]
0.00 0.00 2/1944 Ffind_file_name_handler [158]
2 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[424] 0.0 0.00 0.00 2 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/1944 Ffind_file_name_handler [158]
0.00 0.00 2/315 encode_file_name [1102]
2 internal_condition_case_2 <cycle 4> [1531]
2 code_convert_string <cycle 4> [264]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[425] 0.0 0.00 0.00 510 make_lispy_event [425]
0.00 0.00 510/510 modify_event_symbol [426]
-----------------------------------------------
0.00 0.00 510/510 make_lispy_event [425]
[426] 0.0 0.00 0.00 510 modify_event_symbol [426]
0.00 0.00 512/9497 apply_modifiers [309]
0.00 0.00 2/396 Fput [267]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 1/215 Ffuncall <cycle 4> [29]
0.00 0.00 214/215 Fwhere_is_internal <cycle 4> [326]
[427] 0.0 0.00 0.00 215 Fsafe_length [427]
0.00 0.00 401/1289625 Fcons [80]
-----------------------------------------------
460 draw_glyphs <cycle 4> [35]
[428] 0.0 0.00 0.00 460 x_draw_glyph_string <cycle 4> [428]
0.00 0.00 490/490 x_draw_glyph_string_foreground [429]
0.00 0.00 491/491 x_set_glyph_string_gc [697]
0.00 0.00 512/512 x_set_glyph_string_clipping [1063]
0.00 0.00 398/398 x_draw_stretch_glyph_string [1091]
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
30 x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
0.00 0.00 490/490 x_draw_glyph_string <cycle 4> [428]
[429] 0.0 0.00 0.00 490 x_draw_glyph_string_foreground [429]
0.00 0.00 490/490 xftfont_draw [430]
-----------------------------------------------
0.00 0.00 490/490 x_draw_glyph_string_foreground [429]
[430] 0.0 0.00 0.00 490 xftfont_draw [430]
0.00 0.00 490/490 font_get_frame_data [442]
0.00 0.00 491/3508683 unblock_input_to [144]
0.00 0.00 490/497 xftfont_get_colors [576]
0.00 0.00 1/1 font_put_frame_data [648]
0.00 0.00 491/3508670 unblock_input [754]
-----------------------------------------------
65 eval_sub <cycle 4> [176]
[431] 0.0 0.00 0.00 65 Flet <cycle 4> [431]
0.00 0.00 65/116631 Flength [126]
0.00 0.00 378/410271 Fcdr [768]
0.00 0.00 252/49012 Fcar [807]
126 eval_sub <cycle 4> [176]
126 specbind <cycle 4> [128]
65 Fprogn <cycle 4> [996]
65 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 28/715 xg_modify_menubar_widgets [476]
0.00 0.00 46/715 xg_update_menubar [503]
0.00 0.00 641/715 create_menus [437]
[432] 0.0 0.00 0.00 715 xg_item_label_same_p [432]
0.00 0.00 642/1153527 xmalloc [118]
0.00 0.00 1357/2399 get_utf8_string [895]
0.00 0.00 112/113 make_widget_for_menu_item [1165]
-----------------------------------------------
0.00 0.00 1/530 merge_face_ref <cycle 1> [684]
0.00 0.00 28/530 merge_face_vectors <cycle 1> [552]
0.00 0.00 501/530 Finternal_set_lisp_face_attribute <cycle 4> [337]
[433] 0.0 0.00 0.00 530 font_clear_prop [433]
0.00 0.00 28/138863 copy_font_spec [78]
0.00 0.00 28/1320 font_put_extra [336]
0.00 0.00 28/47 Ffont_get [726]
0.00 0.00 28/410271 Fcdr [768]
-----------------------------------------------
571 text_quoting_style <cycle 4> [434]
1 styled_format <cycle 4> [369]
1 print_error_message <cycle 4> [1618]
2 Ffuncall <cycle 4> [29]
4 doprnt <cycle 4> [1454]
568 process_tool_bar_item <cycle 4> [333]
[434] 0.0 0.00 0.00 576+571 text_quoting_style <cycle 4> [434]
0.00 0.00 571/1153527 xmalloc [118]
0.00 0.00 4/2088 Fintern [286]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 16/16 make_string_from_bytes [718]
0.00 0.00 571/1140773 xfree [760]
0.00 0.00 18/2125 xrealloc [905]
4 Fwhere_is_internal <cycle 4> [326]
4 Fkey_description <cycle 4> [317]
571 text_quoting_style <cycle 4> [434]
-----------------------------------------------
1 initialize_frame_menubar <cycle 4> [1611]
2 set_frame_menubar <cycle 4> [418]
6 show_hourglass <cycle 4> [183]
[435] 0.0 0.00 0.00 9 menu_bar_items <cycle 4> [435]
0.00 0.00 18/6230 get_local_map [193]
0.00 0.00 1/63 larger_vector [413]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 16/465106 get_keymap [766]
16 access_keymap <cycle 4> [907]
16 map_keymap_internal <cycle 4> [680]
16 map_keymap_canonical <cycle 4> [1158]
9 current_minor_maps <cycle 4> [880]
-----------------------------------------------
53 Ffuncall <cycle 4> [29]
728 code_conversion_save <cycle 4> [376]
[436] 0.0 0.00 0.00 781 Fmake_local_variable <cycle 4> [436]
0.00 0.00 743/42803 swap_in_symval_forwarding [295]
0.00 0.00 90/1289625 Fcons [80]
0.00 0.00 36/36 make_blv [506]
0.00 0.00 4/77270 set_internal [145]
0.00 0.00 777/501996 Fassq [384]
0.00 0.00 4/1039 Fboundp [505]
0.00 0.00 45/89 let_shadows_buffer_binding_p [1174]
0.00 0.00 36/36 let_shadows_global_binding_p [1279]
0.00 0.00 14/74640 do_symval_forwarding [799]
45 find_symbol_value <cycle 4> [298]
14 store_symval_forwarding <cycle 4> [802]
4 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
57 create_menus [437]
0.00 0.00 1/9 xg_update_menubar [503]
0.00 0.00 1/9 xg_create_widget [524]
0.00 0.00 7/9 xg_update_submenu [440]
[437] 0.0 0.00 0.00 9+57 create_menus [437]
0.00 0.00 641/715 xg_item_label_same_p [432]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 709/1291 menu_separator_name_p [958]
0.00 0.00 59/60 xg_gtk_scroll_destroy [1201]
57 create_menus [437]
-----------------------------------------------
0.00 0.00 1/1022 recursive_edit_1 [3]
0.00 0.00 1/1022 cmd_error [258]
0.00 0.00 510/1022 start_hourglass [372]
0.00 0.00 510/1022 unbind_to <cycle 4> [244]
[438] 0.0 0.00 0.00 1022 cancel_hourglass [438]
0.00 0.00 510/510 cancel_atimer [439]
-----------------------------------------------
0.00 0.00 510/510 cancel_hourglass [438]
[439] 0.0 0.00 0.00 510 cancel_atimer [439]
0.00 0.00 510/1040417 block_atimers [119]
-----------------------------------------------
41 xg_update_submenu [440]
0.00 0.00 1/24 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 7/24 xg_modify_menubar_widgets [476]
0.00 0.00 16/24 tb_size_cb [456]
[440] 0.0 0.00 0.00 24+41 xg_update_submenu [440]
0.00 0.00 7/9 create_menus [437]
0.00 0.00 521/527 xg_update_menubar [503]
0.00 0.00 564/1291 menu_separator_name_p [958]
0.00 0.00 5/5 xg_destroy_widgets [1440]
41 xg_update_submenu [440]
-----------------------------------------------
0.00 0.00 55/55 handle_one_xevent [99]
[441] 0.0 0.00 0.00 55 note_mouse_movement [441]
0.00 0.00 42/73 note_mouse_highlight [419]
0.00 0.00 40/40 remember_mouse_glyph [566]
-----------------------------------------------
0.00 0.00 490/490 xftfont_draw [430]
[442] 0.0 0.00 0.00 490 font_get_frame_data [442]
0.00 0.00 490/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/4 Ffuncall <cycle 4> [29]
0.00 0.00 3/4 Fload <cycle 4> [411]
[443] 0.0 0.00 0.00 4 Fget_load_suffixes [443]
0.00 0.00 16/241 concat2 [328]
0.00 0.00 16/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[444] 0.0 0.00 0.00 2 Fset_charset_priority [444]
0.00 0.00 208/1289625 Fcons [80]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 2/2446268 hash_lookup [25]
0.00 0.00 6/2778892 Fnreverse [45]
0.00 0.00 666/10850 Fmemq [822]
0.00 0.00 2/133 Fdelq [1154]
0.00 0.00 2/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 63/63 Ffuncall <cycle 4> [29]
[445] 0.0 0.00 0.00 63 time_arith [445]
0.00 0.00 252/1289625 Fcons [80]
0.00 0.00 126/178 lisp_time_struct [1135]
0.00 0.00 63/63 time_add [1196]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
1 xg_create_frame_widgets <cycle 4> [592]
8 redisplay_window <cycle 4> [410]
[446] 0.0 0.00 0.00 10 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1 tb_size_cb [456]
0.00 0.00 1/24 xg_update_submenu [440]
0.00 0.00 14/25585 Fequal [255]
0.00 0.00 10/37 xstrdup [546]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 10/30 valid_image_p [621]
0.00 0.00 9/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 10/30 xpm_image_p [1289]
0.00 0.00 10/10 file_for_image [1367]
0.00 0.00 10/7242 Ffboundp [831]
0.00 0.00 10/10 find_icon_from_name [1368]
0.00 0.00 9/9 Ftool_bar_get_system_style [1382]
0.00 0.00 9/3508670 unblock_input [754]
0.00 0.00 1/72 frame_size_history_add [1185]
10 call1 <cycle 4> [949]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 42/1333 set_frame_menubar <cycle 4> [418]
0.00 0.00 1291/1333 digest_single_submenu <cycle 4> [448]
[447] 0.0 0.00 0.00 1333 make_widget_value [447]
0.00 0.00 1333/3508683 unblock_input_to [144]
0.00 0.00 1333/1380 xzalloc [952]
0.00 0.00 1333/3508670 unblock_input [754]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [418]
[448] 0.0 0.00 0.00 13 digest_single_submenu <cycle 4> [448]
0.00 0.00 1291/1333 make_widget_value [447]
0.00 0.00 13/1153527 xmalloc [118]
0.00 0.00 215/216 code_convert_string_norecord [1126]
0.00 0.00 13/16 xnmalloc [1343]
0.00 0.00 13/227551 grow_specpdl [779]
0.00 0.00 13/1020 record_unwind_protect_ptr [982]
215 code_convert_string <cycle 4> [264]
13 unbind_to <cycle 4> [244]
-----------------------------------------------
1326 free_menubar_widget_value_tree [449]
0.00 0.00 7/7 set_frame_menubar <cycle 4> [418]
[449] 0.0 0.00 0.00 7+1326 free_menubar_widget_value_tree [449]
0.00 0.00 1326/3508683 unblock_input_to [144]
0.00 0.00 1333/1140773 xfree [760]
0.00 0.00 1326/3508670 unblock_input [754]
1326 free_menubar_widget_value_tree [449]
-----------------------------------------------
0.00 0.00 23/101 redisplay_window <cycle 4> [410]
0.00 0.00 78/101 update_window <cycle 4> [458]
[450] 0.0 0.00 0.00 101 update_window_fringes [450]
0.00 0.00 88/88 lookup_fringe_bitmap [451]
0.00 0.00 101/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 88/88 update_window_fringes [450]
[451] 0.0 0.00 0.00 88 lookup_fringe_bitmap [451]
0.00 0.00 44/116631 Flength [126]
0.00 0.00 44/501996 Fassq [384]
0.00 0.00 44/98231 Fplist_get [798]
0.00 0.00 44/69910 Fget [800]
0.00 0.00 44/49012 Fcar [807]
0.00 0.00 44/5762 Fnth [842]
-----------------------------------------------
6 show_hourglass <cycle 4> [183]
[452] 0.0 0.00 0.00 6 tool_bar_items <cycle 4> [452]
0.00 0.00 12/6230 get_local_map [193]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 12/465106 get_keymap [766]
12 access_keymap <cycle 4> [907]
6 map_keymap <cycle 4> [865]
6 current_minor_maps <cycle 4> [880]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[453] 0.0 0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 1/1944 Ffind_file_name_handler [158]
0.00 0.00 1/315 encode_file_name [1102]
0.00 0.00 1/1 file_accessible_directory_p [1601]
1 Fexpand_file_name <cycle 4> [173]
1 code_convert_string <cycle 4> [264]
-----------------------------------------------
137 eval_sub <cycle 4> [176]
[454] 0.0 0.00 0.00 137 Fdefvar <cycle 4> [454]
0.00 0.00 137/1289625 Fcons [80]
0.00 0.00 2/396 Fput [267]
0.00 0.00 137/219 Fdefault_boundp [1125]
0.00 0.00 137/49012 Fcar [807]
0.00 0.00 16/16 default_toplevel_binding [1339]
121 Fset_default <cycle 4> [198]
121 eval_sub <cycle 4> [176]
-----------------------------------------------
72 map_keymap_internal <cycle 4> [680]
143 Fset_fontset_font <cycle 4> [56]
[455] 0.0 0.00 0.00 215 map_char_table <cycle 4> [455]
0.00 0.00 215/1289625 Fcons [80]
215 map_sub_char_table <cycle 4> [110]
-----------------------------------------------
0.00 0.00 1/1 update_frame_tool_bar <cycle 4> [446]
[456] 0.0 0.00 0.00 1 tb_size_cb [456]
0.00 0.00 16/24 xg_update_submenu [440]
0.00 0.00 1/72 frame_size_history_add [1185]
-----------------------------------------------
0.00 0.00 2/47 message3 <cycle 4> [596]
0.00 0.00 45/47 redisplay_internal [38]
[457] 0.0 0.00 0.00 47 XTframe_up_to_date [457]
0.00 0.00 31/73 note_mouse_highlight [419]
-----------------------------------------------
1 update_single_window <cycle 4> [1633]
77 update_window_tree <cycle 4> [1258]
[458] 0.0 0.00 0.00 78 update_window <cycle 4> [458]
0.00 0.00 78/101 update_window_fringes [450]
0.00 0.00 78/3508683 unblock_input_to [144]
0.00 0.00 234/234 add_row_entry [1117]
0.00 0.00 117/1742 window_text_bottom_y [922]
0.00 0.00 95/311 row_equal_p.constprop.18 [1104]
0.00 0.00 92/340 assign_row [1099]
0.00 0.00 78/3508670 unblock_input [754]
0.00 0.00 78/78 x_update_window_begin [1182]
0.00 0.00 6/2125 xrealloc [905]
0.00 0.00 6/439 xnrealloc [1088]
0.00 0.00 6/25 xpalloc [1306]
0.00 0.00 2/2 next_almost_prime [1533]
248 update_window_line <cycle 4> [517]
78 x_update_window_end <cycle 4> [563]
-----------------------------------------------
263 Fwhere_is_internal <cycle 4> [326]
[459] 0.0 0.00 0.00 263 shadow_lookup <cycle 4> [459]
0.00 0.00 99/654 Fsubstring [362]
499 Flookup_key <cycle 4> [891]
-----------------------------------------------
0.00 0.00 24/24 display_mode_element <cycle 4> [379]
[460] 0.0 0.00 0.00 24 decode_mode_spec_coding [460]
0.00 0.00 24/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 29/78 redisplay_window <cycle 4> [410]
0.00 0.00 49/78 redisplay_internal [38]
[461] 0.0 0.00 0.00 78 reconsider_clip_changes [461]
0.00 0.00 28/15456 find_composition [194]
-----------------------------------------------
0.00 0.00 4/4 Fload <cycle 4> [411]
[462] 0.0 0.00 0.00 4 safe_to_load_version [462]
0.00 0.00 4/53 fast_c_string_match_ignore_case [341]
0.00 0.00 4/11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 1920/1920 char_table_set [195]
[463] 0.0 0.00 0.00 1920 sub_char_table_set [463]
0.00 0.00 24/170 make_sub_char_table [359]
-----------------------------------------------
0.00 0.00 1/5 x_set_offset [522]
0.00 0.00 1/5 Fx_wm_set_size_hint [523]
0.00 0.00 1/5 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/5 xg_frame_set_char_size <cycle 4> [474]
[464] 0.0 0.00 0.00 5 x_wm_set_size_hint [464]
0.00 0.00 2/3208 Fframe_parameter [172]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 5/16 xg_get_gdk_scale [1342]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[465] 0.0 0.00 0.00 12 Fframe_list [465]
0.00 0.00 12/35053 Fcopy_sequence [150]
-----------------------------------------------
309 code_convert_string <cycle 4> [264]
[466] 0.0 0.00 0.00 309 encode_coding_object <cycle 4> [466]
0.00 0.00 309/1153527 xmalloc [118]
0.00 0.00 309/10760 make_unibyte_string [477]
0.00 0.00 309/309 encode_coding [715]
0.00 0.00 309/1140773 xfree [760]
309 code_conversion_save <cycle 4> [376]
-----------------------------------------------
70 map_keymap_internal <cycle 4> [680]
[467] 0.0 0.00 0.00 70 menu_bar_item <cycle 4> [467]
0.00 0.00 131/1289625 Fcons [80]
0.00 0.00 70/10850 Fmemq [822]
0.00 0.00 61/14391 list1 [818]
61 process_tool_bar_item <cycle 4> [333]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[468] 0.0 0.00 0.00 4 looking_at_1 [468]
0.00 0.00 4/55320 re_match_2_internal [83]
0.00 0.00 4/49854 compile_pattern [156]
0.00 0.00 4/5458 re_match_2 [846]
-----------------------------------------------
0.00 0.00 2/34 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/34 Fautoload_do_load <cycle 4> [587]
0.00 0.00 6/34 redisplay_internal [38]
0.00 0.00 24/34 display_mode_line <cycle 4> [472]
[469] 0.0 0.00 0.00 34 record_unwind_save_match_data [469]
0.00 0.00 34/995 Fmatch_data [330]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [29]
[470] 0.0 0.00 0.00 16 Fcoding_system_base [470]
0.00 0.00 15/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 3/3 Fmake_hash_table [113]
[471] 0.0 0.00 0.00 3 make_hash_table [471]
0.00 0.00 12/8857 Fmake_vector [207]
0.00 0.00 3/2014 allocate_pseudovector [265]
-----------------------------------------------
4 pos_visible_p <cycle 4> [1462]
20 display_mode_lines <cycle 4> [1323]
[472] 0.0 0.00 0.00 24 display_mode_line <cycle 4> [472]
0.00 0.00 24/34 record_unwind_save_match_data [469]
0.00 0.00 24/24 push_kboard [567]
0.00 0.00 24/38 format_mode_line_unwind_data [601]
0.00 0.00 48/227551 grow_specpdl [779]
0.00 0.00 48/8775 record_unwind_protect [828]
0.00 0.00 24/376 prepare_desired_row [1095]
0.00 0.00 24/1140773 xfree [760]
0.00 0.00 24/24 pop_kboard [1311]
0.00 0.00 24/376 compute_line_metrics [1094]
0.00 0.00 24/215 extend_face_to_end_of_line [1127]
24 init_iterator <cycle 4> [163]
24 display_mode_element <cycle 4> [379]
24 unbind_to <cycle 4> [244]
24 display_string <cycle 4> [210]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[473] 0.0 0.00 0.00 2 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 8/2224296 Fgethash [28]
0.00 0.00 42/1289625 Fcons [80]
8 Fset <cycle 4> [249]
-----------------------------------------------
2 x_set_window_size <cycle 4> [1550]
[474] 0.0 0.00 0.00 2 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/5 x_wm_set_size_hint [464]
0.00 0.00 1/1 x_wait_for_event [532]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1230 list2 [368]
0.00 0.00 2/75 get_frame_param [719]
0.00 0.00 2/72 frame_size_history_add [1185]
0.00 0.00 2/334 fset_redisplay [1100]
0.00 0.00 2/29 cancel_mouse_face [1291]
0.00 0.00 1/410271 Fcdr [768]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
29 redisplay_window <cycle 4> [410]
[475] 0.0 0.00 0.00 29 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/2 x_scroll_bar_create [525]
0.00 0.00 7/1112161 do_pending_atimers [55]
0.00 0.00 35/3508683 unblock_input_to [144]
0.00 0.00 6/8 xg_update_scrollbar_pos [662]
0.00 0.00 35/3508670 unblock_input [754]
0.00 0.00 29/29 xg_set_toolkit_scroll_bar_thumb [1294]
0.00 0.00 8/257 x_clear_area [1113]
29 window_box <cycle 4> [1048]
-----------------------------------------------
0.00 0.00 6/6 set_frame_menubar <cycle 4> [418]
[476] 0.0 0.00 0.00 6 xg_modify_menubar_widgets [476]
0.00 0.00 7/24 xg_update_submenu [440]
0.00 0.00 28/715 xg_item_label_same_p [432]
0.00 0.00 6/527 xg_update_menubar [503]
-----------------------------------------------
0.00 0.00 1/10760 intern_1 [342]
0.00 0.00 1/10760 x_default_font_parameter <cycle 4> [386]
0.00 0.00 1/10760 Fnew_fontset <cycle 4> [371]
0.00 0.00 23/10760 openp <cycle 4> [220]
0.00 0.00 49/10760 ftfont_get_charset [346]
0.00 0.00 309/10760 encode_coding_object <cycle 4> [466]
0.00 0.00 482/10760 directory_files_internal <cycle 4> [254]
0.00 0.00 1109/10760 ftfont_pattern_entity [216]
0.00 0.00 8785/10760 make_string [226]
[477] 0.0 0.00 0.00 10760 make_unibyte_string [477]
0.00 0.00 9731/41699 make_specified_string [422]
-----------------------------------------------
0.00 0.00 106/1570 push_menu_pane [615]
0.00 0.00 186/1570 single_menu_item <cycle 4> [481]
0.00 0.00 1278/1570 push_menu_item [488]
[478] 0.0 0.00 0.00 1570 ensure_menu_items [478]
0.00 0.00 12/63 larger_vector [413]
-----------------------------------------------
2 ensure_echo_area_buffers <cycle 4> [597]
3 Ffuncall <cycle 4> [29]
5 message_dolog <cycle 4> [742]
[479] 0.0 0.00 0.00 10 Fget_buffer_create <cycle 4> [479]
0.00 0.00 5/35053 Fcopy_sequence [150]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 5/1153527 xmalloc [118]
0.00 0.00 5/5 allocate_buffer [652]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 5/487 Fmake_marker [646]
0.00 0.00 10/410271 Fcdr [768]
0.00 0.00 10/2843 Fget_buffer [884]
0.00 0.00 10/3508670 unblock_input [754]
0.00 0.00 5/5 reset_buffer [1436]
0.00 0.00 5/10 reset_buffer_local_variables [1374]
0.00 0.00 5/14391 list1 [818]
0.00 0.00 5/1818 nconc2 [916]
5 call1 <cycle 4> [949]
-----------------------------------------------
5 x_set_frame_alpha <cycle 4> [480]
1 Fredirect_frame_focus <cycle 4> [1575]
1 x_set_alpha <cycle 4> [710]
0.00 0.00 1/9783 handle_one_xevent [99]
0.00 0.00 17/9783 x_focus_changed [170]
[480] 0.0 0.00 0.00 20+5 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 11/1109473 x_catch_errors_with_handler [51]
0.00 0.00 11/1109472 x_uncatch_errors [60]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
0.00 0.00 11/11 x_update_cursor [1363]
11 update_cursor_in_window_tree <cycle 4> [635]
5 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
1297 map_keymap_internal <cycle 4> [680]
[481] 0.0 0.00 0.00 1297 single_menu_item <cycle 4> [481]
0.00 0.00 1278/1278 push_menu_item [488]
0.00 0.00 186/1570 ensure_menu_items [478]
0.00 0.00 1297/1297 parse_menu_item [957]
1297 process_tool_bar_item <cycle 4> [333]
93 single_keymap_panes <cycle 4> [616]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [29]
[482] 0.0 0.00 0.00 11 Fcoding_system_plist [482]
0.00 0.00 11/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 17/460 _init [36]
0.00 0.00 443/460 draw_glyphs <cycle 4> [35]
[483] 0.0 0.00 0.00 460 x_compute_glyph_string_overhangs [483]
0.00 0.00 460/147661 xftfont_text_extents [236]
-----------------------------------------------
0.00 0.00 45519/45519 make_uninit_multibyte_string [417]
[484] 0.0 0.00 0.00 45519 allocate_string_data [484]
0.00 0.00 178/1280 lisp_malloc [409]
-----------------------------------------------
18 set_iterator_to_next <cycle 4> [124]
3544 get_visually_first_element <cycle 4> [864]
[485] 0.0 0.00 0.00 3562 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
0.00 0.00 45/1593 buf_bytepos_to_charpos [730]
0.00 0.00 3562/6322 bidi_line_init [834]
45 find_first_strong_char <cycle 4> [487]
-----------------------------------------------
45 find_first_strong_char <cycle 4> [487]
[486] 0.0 0.00 0.00 45 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
45 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
45 bidi_paragraph_init <cycle 4> [485]
[487] 0.0 0.00 0.00 45 find_first_strong_char <cycle 4> [487]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
0.00 0.00 45/285588 bidi_get_category [774]
45 bidi_fetch_char_skip_isolates <cycle 4> [486]
-----------------------------------------------
0.00 0.00 1278/1278 single_menu_item <cycle 4> [481]
[488] 0.0 0.00 0.00 1278 push_menu_item [488]
0.00 0.00 1278/1570 ensure_menu_items [478]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[489] 0.0 0.00 0.00 8 Fx_selection_exists_p [489]
0.00 0.00 8/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 8/1112161 do_pending_atimers [55]
0.00 0.00 8/4474415 assq_no_quit [63]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 8/8 frame_for_x_selection [1389]
0.00 0.00 8/8 symbol_to_x_atom [1393]
0.00 0.00 8/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/76 x_set_font_backend [612]
0.00 0.00 6/76 x_set_font <cycle 4> [189]
0.00 0.00 32/76 handle_one_xevent [99]
0.00 0.00 37/76 x_set_frame_parameters <cycle 4> [114]
[490] 0.0 0.00 0.00 76 store_frame_param [490]
0.00 0.00 76/1289625 Fcons [80]
0.00 0.00 76/501996 Fassq [384]
0.00 0.00 38/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [29]
[491] 0.0 0.00 0.00 16 Fdelete [491]
0.00 0.00 100/6002698 internal_equal [52]
0.00 0.00 2/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 1/10 Ffind_operation_coding_system [358]
0.00 0.00 2/10 create_terminal <cycle 4> [513]
0.00 0.00 3/10 Ffuncall <cycle 4> [29]
0.00 0.00 4/10 Fcheck_coding_system [529]
[492] 0.0 0.00 0.00 10 Fcoding_system_p [492]
0.00 0.00 9/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 24/4272 map_keymap_internal <cycle 4> [680]
0.00 0.00 4248/4272 map_sub_char_table <cycle 4> [110]
[493] 0.0 0.00 0.00 4272 map_keymap_char_table_item [493]
0.00 0.00 72/1289625 Fcons [80]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [418]
[494] 0.0 0.00 0.00 13 parse_single_submenu <cycle 4> [494]
0.00 0.00 13/116631 Flength [126]
0.00 0.00 13/49012 Fcar [807]
0.00 0.00 13/410271 Fcdr [768]
0.00 0.00 13/135 Fkeymap_prompt [1151]
0.00 0.00 13/465106 get_keymap [766]
13 single_keymap_panes <cycle 4> [616]
-----------------------------------------------
20 Fimage_mask_p <cycle 4> [640]
[495] 0.0 0.00 0.00 20 lookup_image <cycle 4> [495]
0.00 0.00 20/2778892 Fnreverse [45]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 20/20 search_image_cache [613]
0.00 0.00 10/60 define_image_type [575]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 50/100 image_spec_value [1168]
0.00 0.00 20/20 sxhash [1328]
0.00 0.00 20/1041550 gettime [763]
0.00 0.00 10/1380 xzalloc [952]
0.00 0.00 10/60 lookup_image_type [1200]
0.00 0.00 10/3508670 unblock_input [754]
0.00 0.00 10/10 x_build_heuristic_mask [1377]
0.00 0.00 10/14391 list1 [818]
10 xpm_load <cycle 4> [1381]
-----------------------------------------------
22 update_window_cursor <cycle 4> [1320]
78 x_update_window_end <cycle 4> [563]
[496] 0.0 0.00 0.00 100 display_and_set_cursor <cycle 4> [496]
0.00 0.00 16/554979 Fassoc [66]
82 x_draw_window_cursor <cycle 4> [1178]
43 erase_phys_cursor <cycle 4> [1265]
-----------------------------------------------
1 x_set_scroll_bar_width <cycle 4> [1662]
1 x_set_scroll_bar_height <cycle 4> [1661]
1 Fset_window_configuration <cycle 4> [702]
1 x_new_font <cycle 4> [588]
1 xg_frame_set_char_size <cycle 4> [474]
1 xg_update_frame_menubar <cycle 4> [705]
1 update_frame_tool_bar <cycle 4> [446]
2 Fx_create_frame <cycle 4> [202]
4 do_pending_window_change <cycle 4> [1097]
[497] 0.0 0.00 0.00 13 adjust_frame_size <cycle 4> [497]
0.00 0.00 22/1289625 Fcons [80]
0.00 0.00 6/415 list4 [365]
0.00 0.00 16/1230 list2 [368]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 10/10 frame_inhibit_resize [734]
0.00 0.00 24/24 sanitize_window_sizes [1314]
0.00 0.00 22/72 frame_size_history_add [1185]
0.00 0.00 13/334 fset_redisplay [1100]
0.00 0.00 8/3508670 unblock_input [754]
0.00 0.00 7/7 resize_frame_windows [1401]
0.00 0.00 6/6 calculate_costs [1409]
28 call4 <cycle 4> [1273]
25 call2 <cycle 4> [924]
6 window_box <cycle 4> [1048]
6 adjust_frame_glyphs <cycle 4> [651]
6 run_window_configuration_change_hook <cycle 4> [545]
4 unbind_to <cycle 4> [244]
2 x_set_window_size <cycle 4> [1550]
-----------------------------------------------
0.00 0.00 43/43 hscroll_windows [499]
[498] 0.0 0.00 0.00 43 hscroll_window_tree [498]
0.00 0.00 86/25585 Fequal [255]
0.00 0.00 86/572 set_marker_internal [747]
0.00 0.00 172/678 Fmarker_position [1018]
0.00 0.00 86/6062 window_box_width [838]
0.00 0.00 86/86 Fwindow_point [1176]
0.00 0.00 86/86 Fwindow_old_point [1175]
0.00 0.00 86/557 Fset_marker [1035]
0.00 0.00 86/90 Fbuffer_local_value [1173]
-----------------------------------------------
0.00 0.00 43/43 redisplay_internal [38]
[499] 0.0 0.00 0.00 43 hscroll_windows [499]
0.00 0.00 43/43 hscroll_window_tree [498]
-----------------------------------------------
2 xg_set_icon <cycle 4> [699]
10 xpm_load <cycle 4> [1381]
[500] 0.0 0.00 0.00 12 x_find_image_fd <cycle 4> [500]
0.00 0.00 12/8785 make_string [226]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 12/315 encode_file_name [1102]
12 Fexpand_file_name <cycle 4> [173]
12 openp <cycle 4> [220]
-----------------------------------------------
6 Fsort [501]
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[501] 0.0 0.00 0.00 5+6 Fsort [501]
0.00 0.00 11/116631 Flength [126]
0.00 0.00 3/5810 Fnthcdr [841]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/591680 Fsetcdr [764]
6 Fsort [501]
-----------------------------------------------
0.00 0.00 22/22 Fdefine_key <cycle 4> [112]
[502] 0.0 0.00 0.00 22 store_in_keymap [502]
0.00 0.00 44/1289625 Fcons [80]
0.00 0.00 21/9497 apply_modifiers [309]
0.00 0.00 21/8979 reorder_modifiers [378]
-----------------------------------------------
42 xg_update_menubar [503]
0.00 0.00 6/527 xg_modify_menubar_widgets [476]
0.00 0.00 521/527 xg_update_submenu [440]
[503] 0.0 0.00 0.00 527+42 xg_update_menubar [503]
0.00 0.00 1/9 create_menus [437]
0.00 0.00 46/715 xg_item_label_same_p [432]
0.00 0.00 1042/2399 get_utf8_string [895]
0.00 0.00 1/113 make_widget_for_menu_item [1165]
42 xg_update_menubar [503]
-----------------------------------------------
[504] 0.0 0.00 0.00 1580+78 <cycle 1 as a whole> [504]
0.00 0.00 34 merge_named_face <cycle 1> [520]
0.00 0.00 1588 merge_face_vectors <cycle 1> [552]
0.00 0.00 36 merge_face_ref <cycle 1> [684]
-----------------------------------------------
0.00 0.00 4/1039 Fmake_local_variable <cycle 4> [436]
0.00 0.00 16/1039 eval_sub <cycle 4> [176]
0.00 0.00 209/1039 Ffuncall <cycle 4> [29]
0.00 0.00 810/1039 display_mode_element <cycle 4> [379]
[505] 0.0 0.00 0.00 1039 Fboundp [505]
0.00 0.00 295/42803 swap_in_symval_forwarding [295]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [436]
[506] 0.0 0.00 0.00 36 make_blv [506]
0.00 0.00 36/1289625 Fcons [80]
0.00 0.00 36/1153527 xmalloc [118]
0.00 0.00 7/74640 do_symval_forwarding [799]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[507] 0.0 0.00 0.00 2 Feval_buffer <cycle 4> [507]
0.00 0.00 6/77270 set_internal [145]
0.00 0.00 2/4 lisp_file_lexically_bound_p [577]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1486 save_excursion_save [581]
0.00 0.00 2/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 2/2 temp_set_point [751]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
0.00 0.00 2/2843 Fget_buffer [884]
6 store_symval_forwarding <cycle 4> [802]
6 specbind <cycle 4> [128]
4 unbind_to <cycle 4> [244]
2 readevalloop <cycle 4> [402]
-----------------------------------------------
1 Fx_open_connection <cycle 4> [1587]
[508] 0.0 0.00 0.00 1 x_term_init <cycle 4> [508]
0.00 0.00 1/1 xsettings_initialize [572]
0.00 0.00 2/1109464 x_had_errors_p [50]
0.00 0.00 1/1 x_load_resources [594]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1 x_session_initialize [628]
0.00 0.00 1/8785 make_string [226]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 1/1 allocate_kboard [649]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/37 xstrdup [546]
0.00 0.00 1/1 xlispstrdup [689]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 3/3508670 unblock_input [754]
0.00 0.00 2/49 xrdb_get_resource [1246]
0.00 0.00 2/5 display_x_get_resource [1430]
0.00 0.00 2/2 fixup_locale [1527]
0.00 0.00 1/1 x_display_ok [1641]
0.00 0.00 1/1380 xzalloc [952]
0.00 0.00 1/4 Fsystem_name [1451]
0.00 0.00 1/1 x_find_modifier_meanings [1642]
0.00 0.00 1/1 xg_create_default_cursor [1669]
0.00 0.00 1/1 select_visual [1627]
0.00 0.00 1/189 egetenv_internal [1131]
0.00 0.00 1/3 rpl_fcntl [1495]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/47 request_sigio [1252]
0.00 0.00 1/1 xg_initialize [1672]
0.00 0.00 1/1 init_sigio [1609]
0.00 0.00 1/2 add_keyboard_wait_descriptor [1515]
0.00 0.00 1/1 Fset_input_interrupt_mode [1577]
1 create_terminal <cycle 4> [513]
1 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[509] 0.0 0.00 0.00 6 Fx_register_dnd_atom [509]
0.00 0.00 6/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 6/1112161 do_pending_atimers [55]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 6/143 decode_window_system_frame [1147]
0.00 0.00 6/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 94/94 realize_face [152]
[510] 0.0 0.00 0.00 94 make_realized_face [510]
0.00 0.00 94/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 6/179 Fxw_color_values [548]
0.00 0.00 12/179 x_decode_color [645]
0.00 0.00 161/179 load_color2 [514]
[511] 0.0 0.00 0.00 179 x_defined_color [511]
0.00 0.00 179/3508683 unblock_input_to [144]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 179/1101 x_parse_color [624]
0.00 0.00 179/179 xg_check_special_colors [1134]
0.00 0.00 179/3508670 unblock_input [754]
0.00 0.00 173/175 x_alloc_nearest_color [1137]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
49 Fgarbage_collect <cycle 4> [64]
[512] 0.0 0.00 0.00 50 push_message <cycle 4> [512]
0.00 0.00 50/1289625 Fcons [80]
50 current_message <cycle 4> [1193]
-----------------------------------------------
1 x_term_init <cycle 4> [508]
[513] 0.0 0.00 0.00 1 create_terminal <cycle 4> [513]
0.00 0.00 2/1044 setup_coding_system [296]
0.00 0.00 2/10 Fcoding_system_p [492]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 2/1153527 xmalloc [118]
2 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 161/161 realize_face [152]
[514] 0.0 0.00 0.00 161 load_color2 [514]
0.00 0.00 161/179 x_defined_color [511]
0.00 0.00 161/161 defined_color [1141]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [104]
[515] 0.0 0.00 0.00 4 copy_properties [515]
0.00 0.00 3/35053 Fcopy_sequence [150]
-----------------------------------------------
240 update_window_line <cycle 4> [517]
[516] 0.0 0.00 0.00 240 x_write_glyphs <cycle 4> [516]
0.00 0.00 240/3508683 unblock_input_to [144]
0.00 0.00 240/3508670 unblock_input [754]
240 draw_glyphs <cycle 4> [35]
-----------------------------------------------
248 update_window <cycle 4> [458]
[517] 0.0 0.00 0.00 248 update_window_line <cycle 4> [517]
0.00 0.00 226/3508683 unblock_input_to [144]
0.00 0.00 11/3205 x_get_glyph_overhangs [407]
0.00 0.00 248/272 Finternal_show_cursor_p [1110]
0.00 0.00 230/230 x_after_update_window_line [1120]
0.00 0.00 226/3508670 unblock_input [754]
240 x_write_glyphs <cycle 4> [516]
233 x_clear_end_of_line <cycle 4> [1118]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[518] 0.0 0.00 0.00 2 file_attributes [518]
0.00 0.00 6/415 list4 [365]
0.00 0.00 2/8785 make_string [226]
0.00 0.00 2/4964 Flist [257]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 6/13 make_lisp_time [1352]
0.00 0.00 2/2 strmode [1542]
0.00 0.00 2/2 filemodestring [1526]
-----------------------------------------------
0.00 0.00 1/114 make_lispy_position <cycle 4> [562]
0.00 0.00 40/114 remember_mouse_glyph [566]
0.00 0.00 73/114 note_mouse_highlight [419]
[519] 0.0 0.00 0.00 114 window_from_coordinates [519]
0.00 0.00 114/119 Fcurrent_window_configuration [526]
0.00 0.00 114/118 foreach_window_1 [608]
-----------------------------------------------
34 merge_face_ref <cycle 1> [684]
[520] 0.0 0.00 0.00 34 merge_named_face <cycle 1> [520]
0.00 0.00 34/1502 get_lface_attributes [355]
34 merge_face_vectors <cycle 1> [552]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
1 Ffuncall <cycle 4> [29]
[521] 0.0 0.00 0.00 2 Fpropertize <cycle 4> [521]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 2/2 Fadd_text_properties [1503]
2 add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
0.00 0.00 1/1 x_make_frame_visible <cycle 4> [420]
[522] 0.0 0.00 0.00 1 x_set_offset [522]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 1/1 x_sync_with_move [711]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[523] 0.0 0.00 0.00 1 Fx_wm_set_size_hint [523]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/143 decode_window_system_frame [1147]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 set_frame_menubar <cycle 4> [418]
[524] 0.0 0.00 0.00 1 xg_create_widget [524]
0.00 0.00 1/9 create_menus [437]
-----------------------------------------------
0.00 0.00 2/2 XTset_vertical_scroll_bar <cycle 4> [475]
[525] 0.0 0.00 0.00 2 x_scroll_bar_create [525]
0.00 0.00 2/2014 allocate_pseudovector [265]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 4/3508683 unblock_input_to [144]
0.00 0.00 2/8 xg_update_scrollbar_pos [662]
0.00 0.00 4/3508670 unblock_input [754]
0.00 0.00 2/2 xg_create_scroll_bar [1553]
-----------------------------------------------
0.00 0.00 1/119 Ffuncall <cycle 4> [29]
0.00 0.00 4/119 window_list [578]
0.00 0.00 114/119 window_from_coordinates [519]
[526] 0.0 0.00 0.00 119 Fcurrent_window_configuration [526]
0.00 0.00 2/8857 Fmake_vector [207]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 1/154204 allocate_vector [92]
0.00 0.00 1/4706 save_window_save [634]
0.00 0.00 1/2119 decode_live_frame [906]
0.00 0.00 1/2 Fset_window_new_pixel [1513]
-----------------------------------------------
0.00 0.00 7/7 Ffuncall <cycle 4> [29]
[527] 0.0 0.00 0.00 7 Fintern_soft [527]
0.00 0.00 7/142598 oblookup [125]
0.00 0.00 7/285196 check_obarray [775]
-----------------------------------------------
2 Fset_window_configuration <cycle 4> [702]
5 do_switch_frame <cycle 4> [1388]
10 Ffuncall <cycle 4> [29]
14 unwind_format_mode_line <cycle 4> [1275]
14 x_consider_frame_title <cycle 4> [361]
[528] 0.0 0.00 0.00 45 select_window <cycle 4> [528]
0.00 0.00 6/15953 set_point_both [206]
0.00 0.00 2/2 record_buffer [654]
0.00 0.00 6/1492 set_point_from_marker [938]
0.00 0.00 5/6 redisplay_other_windows [1415]
0.00 0.00 5/283 set_marker_both [1108]
0.00 0.00 2/8 wset_redisplay [1394]
45 Fset_buffer <cycle 4> [897]
2 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 1/4 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/4 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/4 Ffuncall <cycle 4> [29]
[529] 0.0 0.00 0.00 4 Fcheck_coding_system [529]
0.00 0.00 4/10 Fcoding_system_p [492]
0.00 0.00 4/98231 Fplist_get [798]
0.00 0.00 4/69910 Fget [800]
-----------------------------------------------
0.00 0.00 2/7 make_frame_visible_1 [607]
0.00 0.00 2/7 Ffuncall <cycle 4> [29]
0.00 0.00 3/7 set_window_buffer <cycle 4> [573]
[530] 0.0 0.00 0.00 7 Fcurrent_time [530]
0.00 0.00 7/415 list4 [365]
0.00 0.00 7/1289625 Fcons [80]
0.00 0.00 7/1041550 gettime [763]
0.00 0.00 7/13 make_lisp_time [1352]
-----------------------------------------------
0.00 0.00 1/4091 make_save_ptr [740]
0.00 0.00 72/4091 make_save_funcptr_ptr_obj [693]
0.00 0.00 487/4091 Fmake_marker [646]
0.00 0.00 551/4091 make_save_ptr_int [642]
0.00 0.00 1486/4091 make_save_obj_obj_obj_obj [582]
0.00 0.00 1494/4091 build_marker [580]
[531] 0.0 0.00 0.00 4091 allocate_misc [531]
0.00 0.00 61/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_set_char_size <cycle 4> [474]
[532] 0.0 0.00 0.00 1 x_wait_for_event [532]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 4/1041550 gettime [763]
0.00 0.00 3/3 totally_unblock_input [1499]
0.00 0.00 3/2075 timespec_sub [909]
0.00 0.00 1/610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 3/3 with_echo_area_buffer <cycle 4> [405]
[533] 0.0 0.00 0.00 3 current_message_1 [533]
0.00 0.00 3/733 make_buffer_string_both [306]
0.00 0.00 3/5 make_buffer_string [749]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[534] 0.0 0.00 0.00 1 make_frame <cycle 4> [534]
0.00 0.00 2/2 make_window [557]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/41387 Fcurrent_buffer [809]
0.00 0.00 1/14391 list1 [818]
0.00 0.00 1/49012 Fcar [807]
2 unbind_to <cycle 4> [244]
2 set_window_buffer <cycle 4> [573]
-----------------------------------------------
0.00 0.00 4/1007 create_root_interval [722]
0.00 0.00 4/1007 split_interval_left [117]
0.00 0.00 999/1007 split_interval_right [536]
[535] 0.0 0.00 0.00 1007 make_interval [535]
0.00 0.00 56/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 999/999 set_text_properties_1 [271]
[536] 0.0 0.00 0.00 999 split_interval_right [536]
0.00 0.00 999/1007 make_interval [535]
0.00 0.00 999/265452 balance_possible_root_interval [776]
0.00 0.00 997/312932 balance_an_interval [771]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1462]
19 move_it_vertically_backward <cycle 4> [292]
509 Fline_pixel_height <cycle 4> [1076]
[537] 0.0 0.00 0.00 529 line_bottom_y <cycle 4> [537]
0.00 0.00 1/146733 x_produce_glyphs [57]
510 move_it_by_lines <cycle 4> [935]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [99]
[538] 0.0 0.00 0.00 1 do_ewmh_fullscreen [538]
0.00 0.00 1/1 x_wm_supports [540]
0.00 0.00 1/27 get_current_wm_state [627]
-----------------------------------------------
0.00 0.00 1/3 decode_coding_gap <cycle 4> [603]
0.00 0.00 2/3 decode_coding <cycle 4> [547]
[539] 0.0 0.00 0.00 3 detect_coding_utf_16 [539]
0.00 0.00 3/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 1/1 do_ewmh_fullscreen [538]
[540] 0.0 0.00 0.00 1 x_wm_supports [540]
0.00 0.00 3/1109464 x_had_errors_p [50]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
1 Fdefine_key <cycle 4> [112]
1536 access_keymap <cycle 4> [907]
2311 Flookup_key <cycle 4> [891]
5900 access_keymap_1 <cycle 4> [305]
21339 where_is_internal_1 <cycle 4> [101]
22773 accessible_keymaps_1 <cycle 4> [228]
[541] 0.0 0.00 0.00 53860 get_keyelt <cycle 4> [541]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 12/1230 list2 [368]
6 unbind_to <cycle 4> [244]
6 menu_item_eval_property <cycle 4> [109]
-----------------------------------------------
0.00 0.00 9/132 XSetWMSizeHints [660]
0.00 0.00 123/132 handle_one_xevent [99]
[542] 0.0 0.00 0.00 132 x_top_window_to_frame [542]
0.00 0.00 122/3634 xg_win_to_widget [399]
-----------------------------------------------
0.00 0.00 4/4 font_parse_family_registry [321]
[543] 0.0 0.00 0.00 4 Ffont_put [543]
0.00 0.00 4/233 Ffontp [363]
-----------------------------------------------
438 Fkey_description <cycle 4> [317]
[544] 0.0 0.00 0.00 438 Fsingle_key_description <cycle 4> [544]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 434/41699 make_specified_string [422]
0.00 0.00 434/434 push_key_description [1089]
4 esprintf <cycle 4> [1455]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
1 Fset_window_configuration <cycle 4> [702]
6 adjust_frame_size <cycle 4> [497]
[545] 0.0 0.00 0.00 8 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 5/573 window_list_1 [344]
0.00 0.00 10/239 Fwindow_buffer [1116]
0.00 0.00 8/3215 Fdefault_value [874]
0.00 0.00 5/5 Fwindow_list [1427]
0.00 0.00 5/5857 Flocal_variable_p [840]
5 run_funs <cycle 4> [1437]
-----------------------------------------------
0.00 0.00 1/37 x_term_init <cycle 4> [508]
0.00 0.00 7/37 dupstring [639]
0.00 0.00 9/37 x_parse_color [624]
0.00 0.00 10/37 smc_save_yourself_CB [614]
0.00 0.00 10/37 update_frame_tool_bar <cycle 4> [446]
[546] 0.0 0.00 0.00 37 xstrdup [546]
0.00 0.00 37/1153527 xmalloc [118]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [603]
728 decode_coding_object <cycle 4> [307]
[547] 0.0 0.00 0.00 730 decode_coding <cycle 4> [547]
0.00 0.00 2/3 detect_coding_utf_16 [539]
0.00 0.00 2/3 record_first_change [656]
0.00 0.00 730/730 produce_chars [671]
0.00 0.00 730/2551 record_insert [643]
0.00 0.00 1/3 record_xmalloc [659]
0.00 0.00 730/1041 get_translation_table [972]
0.00 0.00 730/1044 coding_set_source [971]
0.00 0.00 730/1349 coding_set_destination [954]
0.00 0.00 728/728 decode_coding_utf_8 [1015]
0.00 0.00 2/2 decode_coding_raw_text [1520]
727 set_buffer_internal_1 <cycle 4> [871]
1 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[548] 0.0 0.00 0.00 6 Fxw_color_values [548]
0.00 0.00 6/695 list3 [360]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 6/179 x_defined_color [511]
0.00 0.00 6/143 decode_window_system_frame [1147]
-----------------------------------------------
0.00 0.00 14/14 fs_query_fontset [324]
[549] 0.0 0.00 0.00 14 fontset_pattern_regexp [549]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[550] 0.0 0.00 0.00 2 Fx_change_window_property [550]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/143 decode_window_system_frame [1147]
0.00 0.00 2/2 x_check_property_data [1546]
0.00 0.00 2/16 xnmalloc [1343]
0.00 0.00 2/2 x_fill_property_data [1547]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 2/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[551] 0.0 0.00 0.00 1 Fcopy_keymap [551]
0.00 0.00 19/1289625 Fcons [80]
0.00 0.00 10/14391 list1 [818]
0.00 0.00 1/465106 get_keymap [766]
-----------------------------------------------
34 merge_named_face <cycle 1> [520]
0.00 0.00 1/1580 Finternal_merge_in_global_face [247]
0.00 0.00 1/1580 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 84/1580 realize_named_face [155]
0.00 0.00 1468/1580 lookup_named_face [246]
[552] 0.0 0.00 0.00 1588 merge_face_vectors <cycle 1> [552]
0.00 0.00 28/530 font_clear_prop [433]
10 merge_face_ref <cycle 1> [684]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [73]
[553] 0.0 0.00 0.00 2 Fbuffer_substring [553]
0.00 0.00 2/733 make_buffer_string_both [306]
0.00 0.00 2/5 make_buffer_string [749]
0.00 0.00 2/1452 validate_region [947]
-----------------------------------------------
0.00 0.00 91/91 handle_one_xevent [99]
[554] 0.0 0.00 0.00 91 x_window_to_frame [554]
0.00 0.00 91/3634 xg_win_to_widget [399]
-----------------------------------------------
0.00 0.00 1/26821 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 26820/26821 lface_equal_p [556]
[555] 0.0 0.00 0.00 26821 face_attr_equal_p [555]
0.00 0.00 22/25585 Fequal [255]
-----------------------------------------------
0.00 0.00 1490/1490 Finternal_merge_in_global_face [247]
[556] 0.0 0.00 0.00 1490 lface_equal_p [556]
0.00 0.00 26820/26821 face_attr_equal_p [555]
-----------------------------------------------
0.00 0.00 2/2 make_frame <cycle 4> [534]
[557] 0.0 0.00 0.00 2 make_window [557]
0.00 0.00 2/2014 allocate_pseudovector [265]
0.00 0.00 6/487 Fmake_marker [646]
0.00 0.00 4/652 make_float [1021]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [379]
[558] 0.0 0.00 0.00 3 set_text_properties [558]
0.00 0.00 1/1000 set_text_properties_1 [271]
0.00 0.00 1/4 create_root_interval [722]
0.00 0.00 3/5001 validate_plist [850]
0.00 0.00 2/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[559] 0.0 0.00 0.00 1 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1044 setup_coding_system [296]
0.00 0.00 1/4 Fcheck_coding_system [529]
0.00 0.00 1/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[560] 0.0 0.00 0.00 1 Fset_terminal_coding_system_internal [560]
0.00 0.00 1/1044 setup_coding_system [296]
0.00 0.00 1/4 Fcheck_coding_system [529]
0.00 0.00 1/23 decode_live_terminal [1315]
0.00 0.00 1/1 coding_charset_list [1593]
-----------------------------------------------
0.00 0.00 131/131 wait_reading_process_output [44]
[561] 0.0 0.00 0.00 131 xg_select [561]
0.00 0.00 31/3508683 unblock_input_to [144]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 31/3508670 unblock_input [754]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[562] 0.0 0.00 0.00 1 make_lispy_position <cycle 4> [562]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 1/695 list3 [360]
0.00 0.00 1/114 window_from_coordinates [519]
0.00 0.00 1/1972 window_box_left [912]
1 buffer_posn_from_coords <cycle 4> [1590]
-----------------------------------------------
78 update_window <cycle 4> [458]
[563] 0.0 0.00 0.00 78 x_update_window_end <cycle 4> [563]
0.00 0.00 78/3508683 unblock_input_to [144]
0.00 0.00 78/3508670 unblock_input [754]
0.00 0.00 12/12 x_draw_vertical_border [1358]
78 draw_window_fringes <cycle 4> [1181]
78 display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[564] 0.0 0.00 0.00 2 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 1/1575 Finternal_merge_in_global_face [247]
0.00 0.00 2/1580 merge_face_ref <cycle 1> [684]
0.00 0.00 1/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 1/26821 face_attr_equal_p [555]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[565] 0.0 0.00 0.00 3 Fkill_buffer <cycle 4> [565]
0.00 0.00 1/1 Fother_buffer [570]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 3/1486 save_excursion_save [581]
0.00 0.00 3/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 6/1140773 xfree [760]
0.00 0.00 6/3508670 unblock_input [754]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/2843 Fget_buffer [884]
0.00 0.00 3/3 replace_buffer_in_windows [1493]
0.00 0.00 3/3 unlock_buffer [1500]
0.00 0.00 3/4 kill_buffer_processes [1460]
0.00 0.00 3/3 frames_discard_buffer [1489]
0.00 0.00 3/5 clear_charpos_cache [1428]
0.00 0.00 3/2126 Frassq [904]
0.00 0.00 3/133 Fdelq [1154]
0.00 0.00 3/3 replace_buffer_in_windows_safely [1494]
0.00 0.00 3/10 reset_buffer_local_variables [1374]
0.00 0.00 3/3 free_region_cache [1490]
6 call1 <cycle 4> [949]
3 Frun_hook_with_args_until_failure <cycle 4> [1449]
3 unbind_to <cycle 4> [244]
3 run_hook <cycle 4> [1416]
3 swap_out_buffer_local_variables <cycle 4> [1439]
2 set_buffer_internal_1 <cycle 4> [871]
1 Fset_buffer <cycle 4> [897]
-----------------------------------------------
0.00 0.00 40/40 note_mouse_movement [441]
[566] 0.0 0.00 0.00 40 remember_mouse_glyph [566]
0.00 0.00 40/114 window_from_coordinates [519]
0.00 0.00 39/39 window_relative_x_coord [1271]
0.00 0.00 39/2152 window_box_left_offset [901]
-----------------------------------------------
0.00 0.00 24/24 display_mode_line <cycle 4> [472]
[567] 0.0 0.00 0.00 24 push_kboard [567]
0.00 0.00 24/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 x_set_font_backend [612]
[568] 0.0 0.00 0.00 2 font_update_drivers [568]
0.00 0.00 2/233 Ffontp [363]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1818 nconc2 [916]
0.00 0.00 2/14391 list1 [818]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [29]
[569] 0.0 0.00 0.00 11 Fgetenv_internal [569]
0.00 0.00 3/8785 make_string [226]
0.00 0.00 11/200 getenv_internal [1129]
-----------------------------------------------
0.00 0.00 1/1 Fkill_buffer <cycle 4> [565]
[570] 0.0 0.00 0.00 1 Fother_buffer [570]
0.00 0.00 3/559 window_loop [347]
0.00 0.00 4/4 candidate_buffer [1453]
0.00 0.00 3/559 Fget_buffer_window [1033]
0.00 0.00 1/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[571] 0.0 0.00 0.00 22 Finternal_get_lisp_face_attribute [571]
0.00 0.00 22/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 22/2119 decode_live_frame [906]
0.00 0.00 22/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[572] 0.0 0.00 0.00 1 xsettings_initialize [572]
0.00 0.00 1/1 read_and_apply_settings [585]
0.00 0.00 4/7 dupstring [639]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/3 map_tool_bar_style [1491]
0.00 0.00 1/1 get_prop_window [1607]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1592]
2 make_frame <cycle 4> [534]
[573] 0.0 0.00 0.00 3 set_window_buffer <cycle 4> [573]
0.00 0.00 3/7 Fcurrent_time [530]
0.00 0.00 3/572 set_marker_internal [747]
0.00 0.00 6/283 set_marker_both [1108]
0.00 0.00 3/146 adjust_window_count [1146]
0.00 0.00 3/73 wset_buffer [1184]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/3 wset_update_mode_line [1501]
0.00 0.00 3/8 wset_redisplay [1394]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/10 set_marker_restricted [1375]
0.00 0.00 3/3 set_window_fringes [1497]
0.00 0.00 3/3 set_window_scroll_bars [1498]
0.00 0.00 3/5391 set_window_margins [847]
0.00 0.00 3/3 apply_window_adjustment [1484]
3 Fset_buffer <cycle 4> [897]
3 adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
0.00 0.00 1/545 intern_1 [342]
0.00 0.00 6/545 read1 <cycle 5> [300]
0.00 0.00 188/545 intern_driver [632]
0.00 0.00 350/545 Fintern [286]
[574] 0.0 0.00 0.00 545 Fmake_symbol [574]
0.00 0.00 26/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 10/60 lookup_image <cycle 4> [495]
0.00 0.00 20/60 Finit_image_library [641]
0.00 0.00 30/60 valid_image_p [621]
[575] 0.0 0.00 0.00 60 define_image_type [575]
0.00 0.00 60/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 60/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 7/497 xftfont_prepare_face [633]
0.00 0.00 490/497 xftfont_draw [430]
[576] 0.0 0.00 0.00 497 xftfont_get_colors [576]
0.00 0.00 62/3508683 unblock_input_to [144]
0.00 0.00 62/3508670 unblock_input [754]
0.00 0.00 7/10 x_query_colors [1379]
-----------------------------------------------
0.00 0.00 2/4 Fload <cycle 4> [411]
0.00 0.00 2/4 Feval_buffer <cycle 4> [507]
[577] 0.0 0.00 0.00 4 lisp_file_lexically_bound_p [577]
0.00 0.00 91/28240 readchar [334]
-----------------------------------------------
0.00 0.00 2/586 next_window [728]
0.00 0.00 5/586 redisplay_internal [38]
0.00 0.00 6/586 propagate_buffer_redisplay [721]
0.00 0.00 573/586 window_list_1 [344]
[578] 0.0 0.00 0.00 586 window_list [578]
0.00 0.00 4/2778892 Fnreverse [45]
0.00 0.00 4/119 Fcurrent_window_configuration [526]
0.00 0.00 4/118 foreach_window_1 [608]
0.00 0.00 4/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [44]
[579] 0.0 0.00 0.00 3 timerfd_callback [579]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 3/11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 1/1494 save_window_save [634]
0.00 0.00 3/1494 buf_charpos_to_bytepos [733]
0.00 0.00 4/1494 buf_bytepos_to_charpos [730]
0.00 0.00 1486/1494 save_excursion_save [581]
[580] 0.0 0.00 0.00 1494 build_marker [580]
0.00 0.00 1494/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 2/1486 Feval_buffer <cycle 4> [507]
0.00 0.00 3/1486 Fkill_buffer <cycle 4> [565]
0.00 0.00 1481/1486 exec_byte_code <cycle 4> [73]
[581] 0.0 0.00 0.00 1486 save_excursion_save [581]
0.00 0.00 1486/1494 build_marker [580]
0.00 0.00 1486/41387 Fcurrent_buffer [809]
0.00 0.00 1486/1486 Fpoint_marker [940]
-----------------------------------------------
0.00 0.00 2/1486 Feval_buffer <cycle 4> [507]
0.00 0.00 3/1486 Fkill_buffer <cycle 4> [565]
0.00 0.00 1481/1486 exec_byte_code <cycle 4> [73]
[582] 0.0 0.00 0.00 1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 1486/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 2/2 eval_sub <cycle 4> [176]
[583] 0.0 0.00 0.00 2 Fprovide [583]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 2/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[584] 0.0 0.00 0.00 2 Fautoload [584]
0.00 0.00 2/1032 list5 [327]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [572]
[585] 0.0 0.00 0.00 1 read_and_apply_settings [585]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 3/7 dupstring [639]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/1140773 xfree [760]
0.00 0.00 1/1109459 x_catch_errors [762]
0.00 0.00 1/2 Fbyteorder [1505]
0.00 0.00 1/3 map_tool_bar_style [1491]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [73]
[586] 0.0 0.00 0.00 2 skip_chars.constprop.5 [586]
0.00 0.00 2/15953 set_point_both [206]
0.00 0.00 1/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
543 Fmacroexpand <cycle 4> [674]
[587] 0.0 0.00 0.00 545 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2/34 record_unwind_save_match_data [469]
0.00 0.00 2/25585 Fequal [255]
0.00 0.00 4/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/49012 Fcar [807]
0.00 0.00 2/5997 Findirect_function [839]
2 Fload <cycle 4> [411]
2 unbind_to <cycle 4> [244]
-----------------------------------------------
2 x_set_font <cycle 4> [189]
[588] 0.0 0.00 0.00 2 x_new_font <cycle 4> [588]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/160 normal_char_ascent_descent [1142]
0.00 0.00 2/10 get_font_ascent_descent [1371]
0.00 0.00 1/1 fontset_ascii [1603]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 xic_set_xfontset [1674]
1 adjust_frame_size <cycle 4> [497]
1 fontset_from_font <cycle 4> [343]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[589] 0.0 0.00 0.00 1 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/143 decode_window_system_frame [1147]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[590] 0.0 0.00 0.00 1 other_visible_frames [590]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/56 x_sync [1207]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[591] 0.0 0.00 0.00 1 x_window <cycle 4> [591]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/1 create_frame_xic [1594]
0.00 0.00 1/3508670 unblock_input [754]
1 xg_create_frame_widgets <cycle 4> [592]
-----------------------------------------------
1 x_window <cycle 4> [591]
[592] 0.0 0.00 0.00 1 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/60 xg_gtk_scroll_destroy [1201]
0.00 0.00 1/1 emacs_fixed_new [1600]
0.00 0.00 1/1 my_log_handler [1615]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/216 code_convert_string_norecord [1126]
1 code_convert_string <cycle 4> [264]
1 update_frame_tool_bar <cycle 4> [446]
-----------------------------------------------
1 shut_down_emacs <cycle 4> [708]
0.00 0.00 1/9783 read_char <cycle 2> [20]
[593] 0.0 0.00 0.00 2 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/41699 make_specified_string [422]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 2/1020 record_unwind_protect_ptr [982]
0.00 0.00 2/2 record_auto_save [1536]
0.00 0.00 2/2 emacs_fopen [1523]
0.00 0.00 1/607 record_unwind_protect_void [1025]
2 safe_run_hooks <cycle 4> [276]
2 unbind_to <cycle 4> [244]
2 Fexpand_file_name <cycle 4> [173]
1 push_message <cycle 4> [512]
1 Ffile_name_directory <cycle 4> [284]
1 Ffile_directory_p <cycle 4> [285]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[594] 0.0 0.00 0.00 1 x_load_resources [594]
0.00 0.00 3/3 search_magic_path [611]
0.00 0.00 2/2 gethomedir [665]
0.00 0.00 3/1140773 xfree [760]
0.00 0.00 1/1 x_get_customization_string [1643]
0.00 0.00 1/4 Fsystem_name [1451]
0.00 0.00 1/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 2/48 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 3/48 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/48 make_gap_1 [669]
0.00 0.00 37/48 insert_from_string_1 <cycle 4> [240]
[595] 0.0 0.00 0.00 48 make_gap [595]
0.00 0.00 48/3508683 unblock_input_to [144]
0.00 0.00 48/3508670 unblock_input [754]
0.00 0.00 48/48 enlarge_buffer_text [1247]
0.00 0.00 43/46 gap_left [1256]
0.00 0.00 5/5 gap_right [1434]
-----------------------------------------------
2 Fmessage <cycle 4> [1510]
[596] 0.0 0.00 0.00 2 message3 <cycle 4> [596]
0.00 0.00 2/47 XTframe_up_to_date [457]
0.00 0.00 2/2 cancel_echoing [1517]
0.00 0.00 1/1 safe_eval_handler [1626]
2 message3_nolog <cycle 4> [1532]
2 message_dolog <cycle 4> [742]
-----------------------------------------------
4 setup_echo_area_for_printing <cycle 4> [1466]
35 with_echo_area_buffer <cycle 4> [405]
[597] 0.0 0.00 0.00 39 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 2/6266 make_formatted_string [235]
2 Fget_buffer_create <cycle 4> [479]
-----------------------------------------------
0.00 0.00 1/1 Finsert_file_contents <cycle 4> [351]
[598] 0.0 0.00 0.00 1 raw_text_coding_system [598]
0.00 0.00 1/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[599] 0.0 0.00 0.00 8 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 16/2446 Fbuffer_modified_p [894]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [418]
[600] 0.0 0.00 0.00 2 init_menu_items [600]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 14/38 x_consider_frame_title <cycle 4> [361]
0.00 0.00 24/38 display_mode_line <cycle 4> [472]
[601] 0.0 0.00 0.00 38 format_mode_line_unwind_data [601]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[602] 0.0 0.00 0.00 1 Fcharsetp [602]
0.00 0.00 1/2446268 hash_lookup [25]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [351]
[603] 0.0 0.00 0.00 3 decode_coding_gap <cycle 4> [603]
0.00 0.00 1/3 detect_coding_utf_16 [539]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/3 detect_coding [1487]
0.00 0.00 2/1041 get_translation_table [972]
0.00 0.00 2/2 check_ascii [1518]
2 code_conversion_save <cycle 4> [376]
2 decode_coding <cycle 4> [547]
-----------------------------------------------
4 Fposn_at_point <cycle 4> [1447]
6 Ffuncall <cycle 4> [29]
[604] 0.0 0.00 0.00 10 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 10/1717 marker_byte_position [923]
0.00 0.00 10/1775 marker_position [920]
0.00 0.00 4/5391 set_window_margins [847]
4 pos_visible_p <cycle 4> [1462]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [418]
[605] 0.0 0.00 0.00 2 save_menu_items [605]
0.00 0.00 2/415 list4 [365]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[606] 0.0 0.00 0.00 1 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 1/1 make_frame_visible_1 [607]
0.00 0.00 1/2119 decode_live_frame [906]
1 x_make_frame_visible <cycle 4> [420]
-----------------------------------------------
0.00 0.00 1/1 Fmake_frame_visible <cycle 4> [606]
[607] 0.0 0.00 0.00 1 make_frame_visible_1 [607]
0.00 0.00 2/7 Fcurrent_time [530]
-----------------------------------------------
0.00 0.00 4/118 window_list [578]
0.00 0.00 114/118 window_from_coordinates [519]
[608] 0.0 0.00 0.00 118 foreach_window_1 [608]
0.00 0.00 8/8 add_window_to_list [609]
0.00 0.00 118/118 check_window_containing [1163]
-----------------------------------------------
0.00 0.00 8/8 foreach_window_1 [608]
[609] 0.0 0.00 0.00 8 add_window_to_list [609]
0.00 0.00 8/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 14/14 search_magic_path [611]
[610] 0.0 0.00 0.00 14 magic_db [610]
0.00 0.00 14/1153527 xmalloc [118]
0.00 0.00 14/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 3/3 x_load_resources [594]
[611] 0.0 0.00 0.00 3 search_magic_path [611]
0.00 0.00 14/14 magic_db [610]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[612] 0.0 0.00 0.00 1 x_set_font_backend [612]
0.00 0.00 1/2 font_update_drivers [568]
0.00 0.00 1/76 store_frame_param [490]
-----------------------------------------------
0.00 0.00 20/20 lookup_image <cycle 4> [495]
[613] 0.0 0.00 0.00 20 search_image_cache [613]
0.00 0.00 10/25585 Fequal [255]
-----------------------------------------------
<spontaneous>
[614] 0.0 0.00 0.00 smc_save_yourself_CB [614]
0.00 0.00 10/37 xstrdup [546]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 14/1140773 xfree [760]
0.00 0.00 1/3 Fuser_login_name [1481]
0.00 0.00 1/16 xnmalloc [1343]
-----------------------------------------------
0.00 0.00 106/106 single_keymap_panes <cycle 4> [616]
[615] 0.0 0.00 0.00 106 push_menu_pane [615]
0.00 0.00 106/1570 ensure_menu_items [478]
-----------------------------------------------
13 parse_single_submenu <cycle 4> [494]
93 single_menu_item <cycle 4> [481]
[616] 0.0 0.00 0.00 106 single_keymap_panes <cycle 4> [616]
0.00 0.00 106/106 push_menu_pane [615]
106 map_keymap_internal <cycle 4> [680]
106 map_keymap_canonical <cycle 4> [1158]
-----------------------------------------------
0.00 0.00 446/8828 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 491/8828 x_set_glyph_string_gc [697]
0.00 0.00 7891/8828 get_glyph_face_and_encoding [620]
[617] 0.0 0.00 0.00 8828 prepare_face_for_display [617]
0.00 0.00 7/7 xftfont_prepare_face [633]
0.00 0.00 14/3508683 unblock_input_to [144]
0.00 0.00 14/3508670 unblock_input [754]
0.00 0.00 7/7 font_prepare_for_face [1400]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[618] 0.0 0.00 0.00 3 Fset_terminal_parameter [618]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 3/501996 Fassq [384]
0.00 0.00 3/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[619] 0.0 0.00 0.00 5 Fterminal_list [619]
0.00 0.00 6/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 3205/7891 x_get_glyph_overhangs [407]
0.00 0.00 4686/7891 fill_glyph_string [644]
[620] 0.0 0.00 0.00 7891 get_glyph_face_and_encoding [620]
0.00 0.00 7891/8828 prepare_face_for_display [617]
0.00 0.00 7891/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 10/30 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 20/30 Fimage_mask_p <cycle 4> [640]
[621] 0.0 0.00 0.00 30 valid_image_p [621]
0.00 0.00 30/60 define_image_type [575]
0.00 0.00 30/60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 1/5 bidi_find_paragraph_start [175]
0.00 0.00 4/5 find_newline [630]
[622] 0.0 0.00 0.00 5 new_region_cache [622]
0.00 0.00 10/1153527 xmalloc [118]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[623] 0.0 0.00 0.00 1 Fmapc <cycle 4> [623]
0.00 0.00 1/116631 Flength [126]
1 mapcar1 <cycle 4> [1186]
-----------------------------------------------
0.00 0.00 179/1101 x_defined_color [511]
0.00 0.00 922/1101 xpm_alloc_color [412]
[624] 0.0 0.00 0.00 1101 x_parse_color [624]
0.00 0.00 9/37 xstrdup [546]
0.00 0.00 765/1800 c_strcasecmp [917]
0.00 0.00 9/1380 xzalloc [952]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[625] 0.0 0.00 0.00 1 Fremove_text_properties <cycle 4> [625]
0.00 0.00 1/256439 find_interval [87]
0.00 0.00 961/961 remove_properties [990]
0.00 0.00 960/183733 next_interval [783]
0.00 0.00 2/5001 validate_plist [850]
0.00 0.00 1/228845 validate_interval_range [778]
1 modify_text_properties <cycle 4> [945]
1 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 2/471 eval_sub <cycle 4> [176]
0.00 0.00 469/471 Ffuncall <cycle 4> [29]
[626] 0.0 0.00 0.00 471 Fregexp_quote [626]
0.00 0.00 471/41699 make_specified_string [422]
-----------------------------------------------
0.00 0.00 1/27 do_ewmh_fullscreen [538]
0.00 0.00 26/27 handle_one_xevent [99]
[627] 0.0 0.00 0.00 27 get_current_wm_state [627]
0.00 0.00 27/3508683 unblock_input_to [144]
0.00 0.00 27/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[628] 0.0 0.00 0.00 1 x_session_initialize [628]
0.00 0.00 1/8785 make_string [226]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[629] 0.0 0.00 0.00 1 move_point [629]
0.00 0.00 1/15953 set_point_both [206]
0.00 0.00 1/10013 set_point [738]
-----------------------------------------------
0.00 0.00 2/4620 scan_newline [743]
0.00 0.00 519/4620 find_before_next_newline [691]
0.00 0.00 1561/4620 find_newline_no_quit [661]
0.00 0.00 2538/4620 scan_newline_from_point [650]
[630] 0.0 0.00 0.00 4620 find_newline [630]
0.00 0.00 4/5 new_region_cache [622]
0.00 0.00 1525/1593 buf_bytepos_to_charpos [730]
0.00 0.00 5118/25879 buf_charpos_to_bytepos [733]
0.00 0.00 3075/3075 region_cache_backward [881]
0.00 0.00 1041/1041 region_cache_forward [973]
0.00 0.00 510/6164 delete_cache_boundaries [837]
0.00 0.00 510/555 know_region_cache [1037]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[631] 0.0 0.00 0.00 1 set_frame_cursor_types [631]
0.00 0.00 1/554979 Fassoc [66]
0.00 0.00 1/1 get_specified_cursor_type [1608]
-----------------------------------------------
0.00 0.00 188/188 font_intern_prop [93]
[632] 0.0 0.00 0.00 188 intern_driver [632]
0.00 0.00 188/545 Fmake_symbol [574]
-----------------------------------------------
0.00 0.00 7/7 prepare_face_for_display [617]
[633] 0.0 0.00 0.00 7 xftfont_prepare_face [633]
0.00 0.00 7/1153527 xmalloc [118]
0.00 0.00 7/497 xftfont_get_colors [576]
-----------------------------------------------
0.00 0.00 1/4706 Fcurrent_window_configuration [526]
0.00 0.00 2/4706 Fwindow_new_total [745]
0.00 0.00 2/4706 Fset_window_new_total [744]
0.00 0.00 24/4706 Fwindow_parent [732]
0.00 0.00 28/4706 Fwindow_next_sibling [731]
0.00 0.00 103/4706 Fwindow_minibuffer_p [725]
0.00 0.00 104/4706 Fwindow_top_child [724]
0.00 0.00 104/4706 Fwindow_left_child [723]
0.00 0.00 529/4706 Fwindow_pixel_height [696]
0.00 0.00 537/4706 Fwindow_pixel_width [695]
0.00 0.00 1030/4706 Fwindow_pixel_left [681]
0.00 0.00 1030/4706 Fwindow_pixel_top [682]
0.00 0.00 1212/4706 Fwindow_frame [672]
[634] 0.0 0.00 0.00 4706 save_window_save [634]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 5/5 Fcopy_marker [729]
0.00 0.00 1/1494 build_marker [580]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 4/94 buffer_local_value [1171]
-----------------------------------------------
11 x_set_frame_alpha <cycle 4> [480]
[635] 0.0 0.00 0.00 11 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
22 update_window_cursor <cycle 4> [1320]
-----------------------------------------------
0.00 0.00 22/22 x_real_positions [637]
[636] 0.0 0.00 0.00 22 x_real_pos_and_offsets [636]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/22 x_sync_with_move [711]
0.00 0.00 21/22 handle_one_xevent [99]
[637] 0.0 0.00 0.00 22 x_real_positions [637]
0.00 0.00 22/22 x_real_pos_and_offsets [636]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[638] 0.0 0.00 0.00 1 x_set_tool_bar_position [638]
0.00 0.00 1/415 list4 [365]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/10850 Fmemq [822]
0.00 0.00 1/1 xg_change_toolbar_position [1668]
-----------------------------------------------
0.00 0.00 3/7 read_and_apply_settings [585]
0.00 0.00 4/7 xsettings_initialize [572]
[639] 0.0 0.00 0.00 7 dupstring [639]
0.00 0.00 7/37 xstrdup [546]
-----------------------------------------------
20 Ffuncall <cycle 4> [29]
[640] 0.0 0.00 0.00 20 Fimage_mask_p <cycle 4> [640]
0.00 0.00 20/30 valid_image_p [621]
0.00 0.00 20/30 xpm_image_p [1289]
0.00 0.00 20/143 decode_window_system_frame [1147]
20 lookup_image <cycle 4> [495]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [29]
[641] 0.0 0.00 0.00 20 Finit_image_library [641]
0.00 0.00 20/60 define_image_type [575]
0.00 0.00 20/60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 551/551 ftfont_lookup_cache [22]
[642] 0.0 0.00 0.00 551 make_save_ptr_int [642]
0.00 0.00 551/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 89/2551 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 730/2551 decode_coding <cycle 4> [547]
0.00 0.00 731/2551 insert_from_gap [670]
0.00 0.00 1001/2551 insert_from_string_1 <cycle 4> [240]
[643] 0.0 0.00 0.00 2551 record_insert [643]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1000/1000 prepare_record [675]
0.00 0.00 1/3 record_first_change [656]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[644] 0.0 0.00 0.00 460 fill_glyph_string [644]
0.00 0.00 4686/7891 get_glyph_face_and_encoding [620]
-----------------------------------------------
0.00 0.00 1/12 x_set_mouse_color [115]
0.00 0.00 1/12 x_set_foreground_color [700]
0.00 0.00 1/12 x_set_cursor_color [673]
0.00 0.00 1/12 x_set_border_color [694]
0.00 0.00 2/12 x_set_background_color [676]
0.00 0.00 6/12 Fx_create_frame <cycle 4> [202]
[645] 0.0 0.00 0.00 12 x_decode_color [645]
0.00 0.00 12/179 x_defined_color [511]
-----------------------------------------------
0.00 0.00 4/487 Fmatch_data [330]
0.00 0.00 5/487 Fget_buffer_create <cycle 4> [479]
0.00 0.00 5/487 Fcopy_marker [729]
0.00 0.00 6/487 make_window [557]
0.00 0.00 467/487 Ffuncall <cycle 4> [29]
[646] 0.0 0.00 0.00 487 Fmake_marker [646]
0.00 0.00 487/4091 allocate_misc [531]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[647] 0.0 0.00 0.00 2 Fsignal <cycle 4> [647]
0.00 0.00 3/1289625 Fcons [80]
0.00 0.00 2/10850 Fmemq [822]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
2 unwind_to_catch <cycle 4> [657]
-----------------------------------------------
0.00 0.00 1/1 xftfont_draw [430]
[648] 0.0 0.00 0.00 1 font_put_frame_data [648]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 1/1 make_save_ptr [740]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[649] 0.0 0.00 0.00 1 allocate_kboard [649]
0.00 0.00 1/1 init_kboard [655]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 518/2538 Fforward_line [348]
0.00 0.00 2020/2538 Fline_beginning_position [266]
[650] 0.0 0.00 0.00 2538 scan_newline_from_point [650]
0.00 0.00 2538/4620 find_newline [630]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
1 x_set_menu_bar_lines <cycle 4> [1654]
3 set_window_buffer <cycle 4> [573]
6 adjust_frame_size <cycle 4> [497]
0.00 0.00 2/9783 redisplay_internal [38]
[651] 0.0 0.00 0.00 13 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 13/3508683 unblock_input_to [144]
0.00 0.00 13/2125 xrealloc [905]
0.00 0.00 13/3508670 unblock_input [754]
0.00 0.00 2/2 realloc_glyph_pool [1535]
0.00 0.00 1/334 fset_redisplay [1100]
10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
2 adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [479]
[652] 0.0 0.00 0.00 5 allocate_buffer [652]
0.00 0.00 5/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 30/200 casify_object [48]
0.00 0.00 170/200 string_to_multibyte [658]
[653] 0.0 0.00 0.00 200 make_multibyte_string [653]
0.00 0.00 200/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.00 0.00 2/2 select_window <cycle 4> [528]
[654] 0.0 0.00 0.00 2 record_buffer [654]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 6/133 Fdelq [1154]
0.00 0.00 2/2126 Frassq [904]
0.00 0.00 2/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 1/1 allocate_kboard [649]
[655] 0.0 0.00 0.00 1 init_kboard [655]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/14391 list1 [818]
0.00 0.00 2/124 Fmake_sparse_keymap [1156]
0.00 0.00 1/3 Fset_keymap_parent [1476]
-----------------------------------------------
0.00 0.00 1/3 record_insert [643]
0.00 0.00 2/3 decode_coding <cycle 4> [547]
[656] 0.0 0.00 0.00 3 record_first_change [656]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/1 Fvisited_file_modtime [1584]
-----------------------------------------------
2 Fsignal <cycle 4> [647]
8 Fthrow <cycle 4> [1387]
[657] 0.0 0.00 0.00 10 unwind_to_catch <cycle 4> [657]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 10/10 set_poll_suppress_count [1376]
10 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 170/170 Fexpand_file_name <cycle 4> [173]
[658] 0.0 0.00 0.00 170 string_to_multibyte [658]
0.00 0.00 170/200 make_multibyte_string [653]
0.00 0.00 170/31663 count_size_as_multibyte [810]
-----------------------------------------------
0.00 0.00 1/3 decode_coding <cycle 4> [547]
0.00 0.00 2/3 load_charset <cycle 4> [221]
[659] 0.0 0.00 0.00 3 record_xmalloc [659]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/1020 record_unwind_protect_ptr [982]
-----------------------------------------------
<spontaneous>
[660] 0.0 0.00 0.00 XSetWMSizeHints [660]
0.00 0.00 9/132 x_top_window_to_frame [542]
0.00 0.00 9/10 x_display_info_for_display [1378]
-----------------------------------------------
0.00 0.00 1561/1561 back_to_previous_visible_line_start [238]
[661] 0.0 0.00 0.00 1561 find_newline_no_quit [661]
0.00 0.00 1561/4620 find_newline [630]
-----------------------------------------------
0.00 0.00 2/8 x_scroll_bar_create [525]
0.00 0.00 6/8 XTset_vertical_scroll_bar <cycle 4> [475]
[662] 0.0 0.00 0.00 8 xg_update_scrollbar_pos [662]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 8/16 xg_get_gdk_scale [1342]
0.00 0.00 8/3508670 unblock_input [754]
0.00 0.00 8/56 x_sync [1207]
0.00 0.00 8/334 fset_redisplay [1100]
0.00 0.00 8/29 cancel_mouse_face [1291]
0.00 0.00 3/257 x_clear_area [1113]
-----------------------------------------------
0.00 0.00 1/7 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/7 x_set_mouse_color [115]
0.00 0.00 1/7 x_set_border_color [694]
0.00 0.00 2/7 x_set_cursor_color [673]
0.00 0.00 2/7 x_set_background_color [676]
[663] 0.0 0.00 0.00 7 unload_color [663]
0.00 0.00 7/3508683 unblock_input_to [144]
0.00 0.00 7/3508670 unblock_input [754]
0.00 0.00 7/133 x_free_colors [1155]
-----------------------------------------------
0.00 0.00 2/2 face_for_char [11]
[664] 0.0 0.00 0.00 2 face_for_font [664]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 2/1589 lface_hash [928]
0.00 0.00 2/96 cache_face [1170]
0.00 0.00 2/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 2/2 x_load_resources [594]
[665] 0.0 0.00 0.00 2 gethomedir [665]
0.00 0.00 2/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 2/2 Fx_create_frame <cycle 4> [202]
[666] 0.0 0.00 0.00 2 register_font_driver [666]
0.00 0.00 2/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [203]
[667] 0.0 0.00 0.00 1 make_face_cache [667]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 1/1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [203]
[668] 0.0 0.00 0.00 1 make_image_cache [668]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 1/1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1/6 alloc_destination [713]
0.00 0.00 5/6 compact_buffer <cycle 4> [677]
[669] 0.0 0.00 0.00 6 make_gap_1 [669]
0.00 0.00 6/48 make_gap [595]
-----------------------------------------------
0.00 0.00 1/731 Finsert_file_contents <cycle 4> [351]
0.00 0.00 730/731 produce_chars [671]
[670] 0.0 0.00 0.00 731 insert_from_gap [670]
0.00 0.00 731/2551 record_insert [643]
0.00 0.00 731/2485 invalidate_buffer_caches [893]
0.00 0.00 731/1821 adjust_overlays_for_insert [915]
0.00 0.00 731/1821 adjust_markers_for_insert [914]
-----------------------------------------------
0.00 0.00 730/730 decode_coding <cycle 4> [547]
[671] 0.0 0.00 0.00 730 produce_chars [671]
0.00 0.00 730/731 insert_from_gap [670]
0.00 0.00 1/310 alloc_destination [713]
-----------------------------------------------
0.00 0.00 1215/1215 Ffuncall <cycle 4> [29]
[672] 0.0 0.00 0.00 1215 Fwindow_frame [672]
0.00 0.00 1212/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[673] 0.0 0.00 0.00 1 x_set_cursor_color [673]
0.00 0.00 2/7 unload_color [663]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 x_copy_color [1640]
-----------------------------------------------
543 Ffuncall <cycle 4> [29]
[674] 0.0 0.00 0.00 543 Fmacroexpand <cycle 4> [674]
0.00 0.00 543/501996 Fassq [384]
543 Fautoload_do_load <cycle 4> [587]
-----------------------------------------------
0.00 0.00 1000/1000 record_insert [643]
[675] 0.0 0.00 0.00 1000 prepare_record [675]
0.00 0.00 1/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/2 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/2 x_set_screen_gamma [692]
[676] 0.0 0.00 0.00 2 x_set_background_color [676]
0.00 0.00 2/12 x_decode_color [645]
0.00 0.00 2/7 unload_color [663]
-----------------------------------------------
338 Fgarbage_collect <cycle 4> [64]
[677] 0.0 0.00 0.00 338 compact_buffer <cycle 4> [677]
0.00 0.00 5/6 make_gap_1 [669]
44 unbind_to <cycle 4> [244]
44 truncate_undo_list <cycle 4> [1264]
-----------------------------------------------
0.00 0.00 5/5 clear_image_caches [679]
[678] 0.0 0.00 0.00 5 clear_image_cache [678]
0.00 0.00 5/3508683 unblock_input_to [144]
0.00 0.00 5/3508670 unblock_input [754]
0.00 0.00 5/1041550 gettime [763]
0.00 0.00 5/5 dtotimespec [1431]
0.00 0.00 5/2075 timespec_sub [909]
-----------------------------------------------
0.00 0.00 5/5 recompute_basic_faces [159]
[679] 0.0 0.00 0.00 5 clear_image_caches [679]
0.00 0.00 5/5 clear_image_cache [678]
-----------------------------------------------
16 menu_bar_items <cycle 4> [435]
106 single_keymap_panes <cycle 4> [616]
3634 map_keymap <cycle 4> [865]
[680] 0.0 0.00 0.00 3756 map_keymap_internal <cycle 4> [680]
0.00 0.00 72/72 make_save_funcptr_ptr_obj [693]
0.00 0.00 24/4272 map_keymap_char_table_item [493]
0.00 0.00 45464/465106 get_keymap [766]
0.00 0.00 1367/1367 map_keymap_call [953]
20649 accessible_keymaps_1 <cycle 4> [228]
19215 where_is_internal_1 <cycle 4> [101]
1367 call2 <cycle 4> [924]
1297 single_menu_item <cycle 4> [481]
78 process_tool_bar_item <cycle 4> [333]
72 map_char_table <cycle 4> [455]
70 menu_bar_item <cycle 4> [467]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[681] 0.0 0.00 0.00 1030 Fwindow_pixel_left [681]
0.00 0.00 1030/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[682] 0.0 0.00 0.00 1030 Fwindow_pixel_top [682]
0.00 0.00 1030/4706 save_window_save [634]
-----------------------------------------------
1 Fredraw_frame <cycle 4> [1576]
4 show_hourglass <cycle 4> [183]
[683] 0.0 0.00 0.00 5 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508683 unblock_input_to [144]
0.00 0.00 5/5 clear_frame [1429]
0.00 0.00 5/52 update_begin [1216]
0.00 0.00 5/52 update_end [1217]
0.00 0.00 5/62 clear_window_matrices [1197]
0.00 0.00 5/13 clear_current_matrices [1351]
0.00 0.00 5/334 fset_redisplay [1100]
0.00 0.00 5/11 mark_window_display_accurate [1361]
0.00 0.00 5/49 set_window_update_flags [1236]
0.00 0.00 4/3508670 unblock_input [754]
0.00 0.00 4/4 x_clear_frame [1469]
0.00 0.00 4/51 x_update_begin [1222]
0.00 0.00 4/51 x_update_end [1223]
5 update_overlay_arrows <cycle 4> [299]
-----------------------------------------------
10 merge_face_vectors <cycle 1> [552]
0.00 0.00 2/1580 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 24/1580 face_at_string_position [275]
[684] 0.0 0.00 0.00 36 merge_face_ref <cycle 1> [684]
0.00 0.00 1/530 font_clear_prop [433]
0.00 0.00 1/1778 font_style_to_value [919]
34 merge_named_face <cycle 1> [520]
-----------------------------------------------
0.00 0.00 9/9 fontset_find_font [13]
[685] 0.0 0.00 0.00 9 font_match_p [685]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 2/38 font_score [1274]
0.00 0.00 1/151894 xftfont_encode_char [787]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[686] 0.0 0.00 0.00 1 Fkill_emacs <cycle 4> [686]
0.00 0.00 1/1 x_clipboard_manager_save_all [687]
1 run_hook <cycle 4> [1416]
1 shut_down_emacs <cycle 4> [708]
1 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
0.00 0.00 1/1 Fkill_emacs <cycle 4> [686]
[687] 0.0 0.00 0.00 1 x_clipboard_manager_save_all [687]
0.00 0.00 1/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/3 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3 x_set_mouse_color [115]
0.00 0.00 1/3 x_set_cursor_color [673]
[688] 0.0 0.00 0.00 3 update_face_from_frame_parameter [688]
0.00 0.00 1/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
0.00 0.00 1/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[689] 0.0 0.00 0.00 1 xlispstrdup [689]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 519/519 Ffuncall <cycle 4> [29]
[690] 0.0 0.00 0.00 519 Fline_end_position [690]
0.00 0.00 519/519 find_before_next_newline [691]
-----------------------------------------------
0.00 0.00 519/519 Fline_end_position [690]
[691] 0.0 0.00 0.00 519 find_before_next_newline [691]
0.00 0.00 519/4620 find_newline [630]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[692] 0.0 0.00 0.00 1 x_set_screen_gamma [692]
0.00 0.00 1/2 x_set_background_color [676]
0.00 0.00 1/8 clear_face_cache [714]
0.00 0.00 1/501996 Fassq [384]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
-----------------------------------------------
0.00 0.00 72/72 map_keymap_internal <cycle 4> [680]
[693] 0.0 0.00 0.00 72 make_save_funcptr_ptr_obj [693]
0.00 0.00 72/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[694] 0.0 0.00 0.00 1 x_set_border_color [694]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/7 unload_color [663]
-----------------------------------------------
0.00 0.00 537/537 Ffuncall <cycle 4> [29]
[695] 0.0 0.00 0.00 537 Fwindow_pixel_width [695]
0.00 0.00 537/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 529/529 Ffuncall <cycle 4> [29]
[696] 0.0 0.00 0.00 529 Fwindow_pixel_height [696]
0.00 0.00 529/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 491/491 x_draw_glyph_string <cycle 4> [428]
[697] 0.0 0.00 0.00 491 x_set_glyph_string_gc [697]
0.00 0.00 491/8828 prepare_face_for_display [617]
-----------------------------------------------
0.00 0.00 2/2 directory_files_internal <cycle 4> [254]
[698] 0.0 0.00 0.00 2 open_directory [698]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/172 emacs_open [1138]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
2 x_bitmap_icon <cycle 4> [1545]
[699] 0.0 0.00 0.00 2 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/2 x_find_image_file [1548]
0.00 0.00 2/315 encode_file_name [1102]
0.00 0.00 2/3508670 unblock_input [754]
2 x_find_image_fd <cycle 4> [500]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[700] 0.0 0.00 0.00 1 x_set_foreground_color [700]
0.00 0.00 1/12 x_decode_color [645]
-----------------------------------------------
0.00 0.00 1/51 x_default_font_parameter <cycle 4> [386]
0.00 0.00 2/51 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 4/51 x_frame_get_and_record_arg [737]
0.00 0.00 5/51 x_figure_window_size [735]
0.00 0.00 9/51 Fx_create_frame <cycle 4> [202]
0.00 0.00 30/51 x_default_parameter <cycle 4> [720]
[701] 0.0 0.00 0.00 51 x_get_arg [701]
0.00 0.00 101/501996 Fassq [384]
0.00 0.00 31/49 xrdb_get_resource [1246]
0.00 0.00 1/410271 Fcdr [768]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[702] 0.0 0.00 0.00 1 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 7/572 set_marker_internal [747]
0.00 0.00 7/10 set_marker_restricted [1375]
0.00 0.00 4/146 adjust_window_count [1146]
0.00 0.00 4/73 wset_buffer [1184]
0.00 0.00 1/1 CHECK_WINDOW_CONFIGURATION [1557]
0.00 0.00 1/283 set_marker_both [1108]
0.00 0.00 1/334 fset_redisplay [1100]
0.00 0.00 1/2 Fset_window_new_pixel [1513]
0.00 0.00 1/1 get_leaf_windows [1606]
0.00 0.00 1/2 delete_all_child_windows [1521]
0.00 0.00 1/3508670 unblock_input [754]
2 select_window <cycle 4> [528]
1 adjust_frame_size <cycle 4> [497]
1 adjust_frame_glyphs <cycle 4> [651]
1 unbind_to <cycle 4> [244]
1 run_window_configuration_change_hook <cycle 4> [545]
1 do_switch_frame <cycle 4> [1388]
1 Fredirect_frame_focus <cycle 4> [1575]
1 Fset_buffer <cycle 4> [897]
-----------------------------------------------
1 Fcommand_error_default_function <cycle 4> [1560]
4 x_draw_window_cursor <cycle 4> [1178]
446 x_draw_fringe_bitmap <cycle 4> [1082]
[703] 0.0 0.00 0.00 451 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
450 window_box <cycle 4> [1048]
-----------------------------------------------
2 message3_nolog <cycle 4> [1532]
0.00 0.01 27/9783 redisplay_internal [38]
[704] 0.0 0.00 0.00 29 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/32 my_log_handler [1285]
0.00 0.00 1/32 x_flush [1286]
29 inhibit_garbage_collection <cycle 4> [111]
29 with_echo_area_buffer <cycle 4> [405]
29 unbind_to <cycle 4> [244]
1 update_frame <cycle 4> [1257]
1 show_hourglass <cycle 4> [183]
1 redisplay_mode_lines <cycle 4> [1622]
1 update_single_window <cycle 4> [1633]
-----------------------------------------------
7 set_frame_menubar <cycle 4> [418]
[705] 0.0 0.00 0.00 7 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[706] 0.0 0.00 0.00 1 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/2119 decode_live_frame [906]
0.00 0.00 1/1 window_resize_apply_total [1636]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[707] 0.0 0.00 0.00 1 check_glyph_memory [707]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/2 free_glyphs [1529]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [686]
[708] 0.0 0.00 0.00 1 shut_down_emacs <cycle 4> [708]
0.00 0.00 1/1 check_glyph_memory [707]
0.00 0.00 1/1 stuff_buffered_input [1629]
0.00 0.00 1/4 kill_buffer_processes [1460]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/1 unlock_all_files [1631]
0.00 0.00 1/1 xml_cleanup_parser [1675]
0.00 0.00 1/1 check_message_stack [1591]
0.00 0.00 1/1 reset_all_sys_modes [1623]
1 Fdo_auto_save <cycle 4> [593]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[709] 0.0 0.00 0.00 1 x_make_gc [709]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[710] 0.0 0.00 0.00 1 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
1 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
0.00 0.00 1/1 x_set_offset [522]
[711] 0.0 0.00 0.00 1 x_sync_with_move [711]
0.00 0.00 1/22 x_real_positions [637]
-----------------------------------------------
0.00 0.00 1/1 sweep_vectors [91]
[712] 0.0 0.00 0.00 1 xftfont_close [712]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/10 x_display_info_for_display [1378]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/310 produce_chars [671]
0.00 0.00 309/310 encode_coding_utf_8 [716]
[713] 0.0 0.00 0.00 310 alloc_destination [713]
0.00 0.00 1/6 make_gap_1 [669]
0.00 0.00 310/1349 coding_set_destination [954]
0.00 0.00 309/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 1/8 x_set_screen_gamma [692]
0.00 0.00 2/8 Fclear_face_cache [727]
0.00 0.00 5/8 recompute_basic_faces [159]
[714] 0.0 0.00 0.00 8 clear_face_cache [714]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/2 xftfont_done_face [1552]
0.00 0.00 1/2 font_done_for_face [1528]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 309/309 encode_coding_object <cycle 4> [466]
[715] 0.0 0.00 0.00 309 encode_coding [715]
0.00 0.00 309/309 encode_coding_utf_8 [716]
0.00 0.00 309/1041 get_translation_table [972]
0.00 0.00 309/1044 coding_set_source [971]
0.00 0.00 309/309 consume_chars [1105]
0.00 0.00 309/1349 coding_set_destination [954]
-----------------------------------------------
0.00 0.00 309/309 encode_coding [715]
[716] 0.0 0.00 0.00 309 encode_coding_utf_8 [716]
0.00 0.00 309/310 alloc_destination [713]
-----------------------------------------------
0.00 0.00 92/92 Ffuncall <cycle 4> [29]
[717] 0.0 0.00 0.00 92 Fwindow_parameter [717]
0.00 0.00 92/501996 Fassq [384]
0.00 0.00 92/326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 16/16 text_quoting_style <cycle 4> [434]
[718] 0.0 0.00 0.00 16 make_string_from_bytes [718]
0.00 0.00 16/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.00 0.00 2/75 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 10/75 frame_inhibit_resize [734]
0.00 0.00 26/75 handle_one_xevent [99]
0.00 0.00 37/75 x_set_frame_parameters <cycle 4> [114]
[719] 0.0 0.00 0.00 75 get_frame_param [719]
0.00 0.00 75/501996 Fassq [384]
-----------------------------------------------
1 x_default_font_parameter <cycle 4> [386]
29 Fx_create_frame <cycle 4> [202]
[720] 0.0 0.00 0.00 30 x_default_parameter <cycle 4> [720]
0.00 0.00 30/51 x_get_arg [701]
30 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 6/6 redisplay_internal [38]
[721] 0.0 0.00 0.00 6 propagate_buffer_redisplay [721]
0.00 0.00 6/586 window_list [578]
-----------------------------------------------
0.00 0.00 1/4 set_text_properties [558]
0.00 0.00 3/4 add_text_properties_1 <cycle 4> [104]
[722] 0.0 0.00 0.00 4 create_root_interval [722]
0.00 0.00 4/1007 make_interval [535]
-----------------------------------------------
0.00 0.00 104/104 Ffuncall <cycle 4> [29]
[723] 0.0 0.00 0.00 104 Fwindow_left_child [723]
0.00 0.00 104/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 104/104 Ffuncall <cycle 4> [29]
[724] 0.0 0.00 0.00 104 Fwindow_top_child [724]
0.00 0.00 104/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 108/108 Ffuncall <cycle 4> [29]
[725] 0.0 0.00 0.00 108 Fwindow_minibuffer_p [725]
0.00 0.00 103/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 2/47 x_set_font <cycle 4> [189]
0.00 0.00 8/47 font_load_for_lface [302]
0.00 0.00 9/47 fontset_find_font [13]
0.00 0.00 28/47 font_clear_prop [433]
[726] 0.0 0.00 0.00 47 Ffont_get [726]
0.00 0.00 47/501996 Fassq [384]
-----------------------------------------------
0.00 0.00 2/2 Fset_fontset_font <cycle 4> [56]
[727] 0.0 0.00 0.00 2 Fclear_face_cache [727]
0.00 0.00 2/8 clear_face_cache [714]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[728] 0.0 0.00 0.00 2 next_window [728]
0.00 0.00 2/586 window_list [578]
0.00 0.00 2/575 decode_next_window_args [1030]
0.00 0.00 2/10850 Fmemq [822]
0.00 0.00 2/1148 candidate_window_p [961]
-----------------------------------------------
0.00 0.00 5/5 save_window_save [634]
[729] 0.0 0.00 0.00 5 Fcopy_marker [729]
0.00 0.00 5/487 Fmake_marker [646]
0.00 0.00 5/572 set_marker_internal [747]
0.00 0.00 5/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 3/1593 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/1593 unwind_set_match_data [746]
0.00 0.00 6/1593 search_buffer [181]
0.00 0.00 8/1593 display_mode_element <cycle 4> [379]
0.00 0.00 45/1593 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 1525/1593 find_newline [630]
[730] 0.0 0.00 0.00 1593 buf_bytepos_to_charpos [730]
0.00 0.00 4/1494 build_marker [580]
-----------------------------------------------
0.00 0.00 28/28 Ffuncall <cycle 4> [29]
[731] 0.0 0.00 0.00 28 Fwindow_next_sibling [731]
0.00 0.00 28/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [29]
[732] 0.0 0.00 0.00 24 Fwindow_parent [732]
0.00 0.00 24/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1/25879 skip_chars.constprop.5 [586]
0.00 0.00 2/25879 temp_set_point [751]
0.00 0.00 8/25879 Fchar_after [750]
0.00 0.00 10/25879 make_buffer_string [749]
0.00 0.00 22/25879 display_mode_element <cycle 4> [379]
0.00 0.00 90/25879 set_marker_internal [747]
0.00 0.00 516/25879 skip_syntaxes [349]
0.00 0.00 556/25879 find_automatic_composition [293]
0.00 0.00 1450/25879 Fparse_partial_sexp [33]
0.00 0.00 1456/25879 scan_lists [149]
0.00 0.00 1458/25879 del_range_1 <cycle 4> [331]
0.00 0.00 5118/25879 find_newline [630]
0.00 0.00 5179/25879 search_command [180]
0.00 0.00 10013/25879 set_point [738]
[733] 0.0 0.00 0.00 25879 buf_charpos_to_bytepos [733]
0.00 0.00 3/1494 build_marker [580]
-----------------------------------------------
0.00 0.00 10/10 adjust_frame_size <cycle 4> [497]
[734] 0.0 0.00 0.00 10 frame_inhibit_resize [734]
0.00 0.00 10/75 get_frame_param [719]
0.00 0.00 4/410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[735] 0.0 0.00 0.00 1 x_figure_window_size [735]
0.00 0.00 5/51 x_get_arg [701]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [29]
[736] 0.0 0.00 0.00 9 Fterminal_parameter [736]
0.00 0.00 9/501996 Fassq [384]
0.00 0.00 9/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 4/4 Fx_create_frame <cycle 4> [202]
[737] 0.0 0.00 0.00 4 x_frame_get_and_record_arg [737]
0.00 0.00 4/51 x_get_arg [701]
-----------------------------------------------
0.00 0.00 1/10013 move_point [629]
0.00 0.00 5/10013 search_command [180]
0.00 0.00 10007/10013 Fgoto_char [218]
[738] 0.0 0.00 0.00 10013 set_point [738]
0.00 0.00 10013/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
2 Fx_create_frame <cycle 4> [202]
[739] 0.0 0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 2/51 x_get_arg [701]
0.00 0.00 2/49 xrdb_get_resource [1246]
0.00 0.00 2/5 display_x_get_resource [1430]
2 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 1/1 font_put_frame_data [648]
[740] 0.0 0.00 0.00 1 make_save_ptr [740]
0.00 0.00 1/4091 allocate_misc [531]
-----------------------------------------------
5 Ffuncall <cycle 4> [29]
[741] 0.0 0.00 0.00 5 Fkill_local_variable <cycle 4> [741]
0.00 0.00 3/501996 Fassq [384]
0.00 0.00 2/74640 do_symval_forwarding [799]
0.00 0.00 2/133 Fdelq [1154]
3 find_symbol_value <cycle 4> [298]
-----------------------------------------------
2 message3 <cycle 4> [596]
2 strout <cycle 4> [1543]
2 print_error_message <cycle 4> [1618]
[742] 0.0 0.00 0.00 6 message_dolog <cycle 4> [742]
0.00 0.00 2/2 scan_newline [743]
0.00 0.00 70/70 insert_1_both [1188]
0.00 0.00 15/15 set_marker_restricted_both [1345]
0.00 0.00 15/4179 unchain_marker [858]
0.00 0.00 10/82 temp_set_point_both [1177]
0.00 0.00 5/410271 Fcdr [768]
0.00 0.00 5/2843 Fget_buffer [884]
0.00 0.00 5/1775 marker_position [920]
0.00 0.00 5/1717 marker_byte_position [923]
0.00 0.00 5/3229 bset_redisplay [873]
0.00 0.00 2/1699 multibyte_chars_in_text [925]
0.00 0.00 2/21 chars_in_text [1322]
0.00 0.00 1/1 del_range_both [1595]
70 prepare_to_modify_buffer <cycle 4> [421]
5 Fset_buffer <cycle 4> [897]
5 Fget_buffer_create <cycle 4> [479]
5 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 2/2 message_dolog <cycle 4> [742]
[743] 0.0 0.00 0.00 2 scan_newline [743]
0.00 0.00 2/4620 find_newline [630]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[744] 0.0 0.00 0.00 2 Fset_window_new_total [744]
0.00 0.00 2/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[745] 0.0 0.00 0.00 2 Fwindow_new_total [745]
0.00 0.00 2/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 3/37 boyer_moore [748]
0.00 0.00 34/37 unbind_to <cycle 4> [244]
[746] 0.0 0.00 0.00 37 unwind_set_match_data [746]
0.00 0.00 6/1593 buf_bytepos_to_charpos [730]
-----------------------------------------------
0.00 0.00 3/572 set_window_buffer <cycle 4> [573]
0.00 0.00 4/572 Fmatch_data [330]
0.00 0.00 5/572 Fcopy_marker [729]
0.00 0.00 7/572 Fset_window_configuration <cycle 4> [702]
0.00 0.00 86/572 hscroll_window_tree [498]
0.00 0.00 467/572 exec_byte_code <cycle 4> [73]
[747] 0.0 0.00 0.00 572 set_marker_internal [747]
0.00 0.00 90/25879 buf_charpos_to_bytepos [733]
0.00 0.00 572/870 live_buffer [998]
0.00 0.00 572/3039 CHECK_MARKER [882]
0.00 0.00 484/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 20/20 search_buffer [181]
[748] 0.0 0.00 0.00 20 boyer_moore [748]
0.00 0.00 3/37 unwind_set_match_data [746]
0.00 0.00 456/11766 Faref [821]
-----------------------------------------------
0.00 0.00 2/5 Fbuffer_substring [553]
0.00 0.00 3/5 current_message_1 [533]
[749] 0.0 0.00 0.00 5 make_buffer_string [749]
0.00 0.00 10/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 12/12 exec_byte_code <cycle 4> [73]
[750] 0.0 0.00 0.00 12 Fchar_after [750]
0.00 0.00 8/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 2/2 Feval_buffer <cycle 4> [507]
[751] 0.0 0.00 0.00 2 temp_set_point [751]
0.00 0.00 2/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 1/5549204 read_internal_start [281]
0.00 0.00 8/5549204 Faref [821]
0.00 0.00 15/5549204 unreadchar [956]
0.00 0.00 27/5549204 string_match_1 [256]
0.00 0.00 55/5549204 Fsubstring [362]
0.00 0.00 264/5549204 display_string <cycle 4> [210]
0.00 0.00 5548834/5549204 Fcompare_strings [32]
[752] 0.0 0.00 0.00 5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 8/4021849 Ffuncall <cycle 4> [29]
0.00 0.00 21/4021849 Fdefine_key <cycle 4> [112]
0.00 0.00 4021820/4021849 Fassoc_string [30]
[753] 0.0 0.00 0.00 4021849 Fsymbol_name [753]
-----------------------------------------------
0.00 0.00 1/3508670 check_glyph_memory [707]
0.00 0.00 1/3508670 other_visible_frames [590]
0.00 0.00 1/3508670 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3508670 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508670 show_hourglass <cycle 4> [183]
0.00 0.00 1/3508670 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508670 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508670 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508670 free_frame_faces [231]
0.00 0.00 1/3508670 clear_face_cache [714]
0.00 0.00 1/3508670 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508670 x_new_font <cycle 4> [588]
0.00 0.00 1/3508670 x_set_offset [522]
0.00 0.00 1/3508670 Fx_wm_set_size_hint [523]
0.00 0.00 1/3508670 x_make_gc [709]
0.00 0.00 1/3508670 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/3508670 x_set_cursor_color [673]
0.00 0.00 1/3508670 x_window <cycle 4> [591]
0.00 0.00 1/3508670 read_and_apply_settings [585]
0.00 0.00 1/3508670 xsettings_initialize [572]
0.00 0.00 1/3508670 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508670 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/3508670 wait_reading_process_output [44]
0.00 0.00 1/3508670 xftfont_close [712]
0.00 0.00 2/3508670 delete_frame <cycle 4> [230]
0.00 0.00 2/3508670 init_iterator <cycle 4> [163]
0.00 0.00 2/3508670 x_wm_supports [540]
0.00 0.00 2/3508670 Fx_change_window_property [550]
0.00 0.00 2/3508670 x_set_mouse_color [115]
0.00 0.00 2/3508670 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508670 x_wm_set_size_hint [464]
0.00 0.00 2/3508670 open_directory [698]
0.00 0.00 2/3508670 directory_files_internal <cycle 4> [254]
0.00 0.00 2/3508670 unbind_to <cycle 4> [244]
0.00 0.00 3/3508670 x_term_init <cycle 4> [508]
0.00 0.00 3/3508670 Fx_create_frame <cycle 4> [202]
0.00 0.00 4/3508670 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508670 x_scroll_bar_create [525]
0.00 0.00 5/3508670 clear_image_cache [678]
0.00 0.00 6/3508670 realize_basic_faces [153]
0.00 0.00 6/3508670 Fx_register_dnd_atom [509]
0.00 0.00 6/3508670 Fkill_buffer <cycle 4> [565]
0.00 0.00 7/3508670 unload_color [663]
0.00 0.00 8/3508670 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/3508670 Fx_selection_exists_p [489]
0.00 0.00 8/3508670 xg_update_scrollbar_pos [662]
0.00 0.00 9/3508670 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 10/3508670 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/3508670 lookup_image <cycle 4> [495]
0.00 0.00 13/3508670 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 14/3508670 set_frame_menubar <cycle 4> [418]
0.00 0.00 14/3508670 prepare_face_for_display [617]
0.00 0.00 16/3508670 xftfont_open [394]
0.00 0.00 22/3508670 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508670 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 22/3508670 x_real_pos_and_offsets [636]
0.00 0.00 27/3508670 get_current_wm_state [627]
0.00 0.00 30/3508670 detect_input_pending_run_timers [43]
0.00 0.00 31/3508670 redisplay_internal [38]
0.00 0.00 31/3508670 xg_select [561]
0.00 0.00 35/3508670 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 35/3508670 read1 <cycle 5> [300]
0.00 0.00 48/3508670 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/3508670 make_gap [595]
0.00 0.00 49/3508670 Fgarbage_collect <cycle 4> [64]
0.00 0.00 60/3508670 define_image_type [575]
0.00 0.00 62/3508670 xftfont_get_colors [576]
0.00 0.00 65/3508670 free_realized_face [116]
0.00 0.00 78/3508670 update_window <cycle 4> [458]
0.00 0.00 78/3508670 x_update_window_end <cycle 4> [563]
0.00 0.00 179/3508670 x_defined_color [511]
0.00 0.00 226/3508670 update_window_line <cycle 4> [517]
0.00 0.00 240/3508670 x_write_glyphs <cycle 4> [516]
0.00 0.00 491/3508670 xftfont_draw [430]
0.00 0.00 1326/3508670 free_menubar_widget_value_tree [449]
0.00 0.00 1333/3508670 make_widget_value [447]
0.00 0.00 2624/3508670 event_handler_gdk [98]
0.00 0.00 3634/3508670 xg_win_to_widget [399]
0.00 0.00 18613/3508670 readbyte_from_file [335]
0.00 0.00 147661/3508670 xftfont_text_extents [236]
0.00 0.00 1112486/3508670 XTread_socket <cycle 3> [77]
0.00 0.00 2218916/3508670 xfont_list_pattern [19]
[754] 0.0 0.00 0.00 3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3329554/3329554 Fcompare_strings [32]
[755] 0.0 0.00 0.00 3329554 Fupcase [755]
-----------------------------------------------
0.00 0.00 1932/2226228 Fputhash [79]
0.00 0.00 2224296/2226228 Fgethash [28]
[756] 0.0 0.00 0.00 2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
0.00 0.00 2220608/2220608 hash_lookup [25]
[757] 0.0 0.00 0.00 2220608 hashfn_equal [757]
-----------------------------------------------
0.00 0.00 2219460/2219460 hash_lookup [25]
[758] 0.0 0.00 0.00 2219460 cmpfn_equal [758]
-----------------------------------------------
0.00 0.00 15/1666725 face_boolean_x_resource_value [1432]
0.00 0.00 24/1666725 font_build_object [406]
0.00 0.00 1666686/1666725 font_unparse_xlfd [86]
[759] 0.0 0.00 0.00 1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 1/1140773 x_uncatch_errors_after_check [133]
0.00 0.00 2/1140773 Fx_change_window_property [550]
0.00 0.00 2/1140773 read_and_apply_settings [585]
0.00 0.00 2/1140773 xftfont_done_face [1552]
0.00 0.00 3/1140773 delete_terminal [1597]
0.00 0.00 3/1140773 free_frame_faces [231]
0.00 0.00 3/1140773 x_load_resources [594]
0.00 0.00 3/1140773 free_region_cache [1490]
0.00 0.00 4/1140773 init_system_name [1459]
0.00 0.00 4/1140773 Fload <cycle 4> [411]
0.00 0.00 4/1140773 doprnt <cycle 4> [1454]
0.00 0.00 5/1140773 delete_frame <cycle 4> [230]
0.00 0.00 6/1140773 free_glyphs [1529]
0.00 0.00 6/1140773 Fkill_buffer <cycle 4> [565]
0.00 0.00 8/1140773 free_window_matrices [1530]
0.00 0.00 10/1140773 free_color_table [1369]
0.00 0.00 14/1140773 magic_db [610]
0.00 0.00 14/1140773 smc_save_yourself_CB [614]
0.00 0.00 16/1140773 realize_face [152]
0.00 0.00 16/1140773 unbind_to <cycle 4> [244]
0.00 0.00 24/1140773 display_mode_line <cycle 4> [472]
0.00 0.00 36/1140773 process_tool_bar_item <cycle 4> [333]
0.00 0.00 63/1140773 free_realized_face [116]
0.00 0.00 130/1140773 free_glyph_matrix [1370]
0.00 0.00 309/1140773 encode_coding_object <cycle 4> [466]
0.00 0.00 571/1140773 text_quoting_style <cycle 4> [434]
0.00 0.00 932/1140773 xpm_free_color_cache [1380]
0.00 0.00 1333/1140773 free_menubar_widget_value_tree [449]
0.00 0.00 27777/1140773 re_compile_pattern [270]
0.00 0.00 1109472/1140773 x_uncatch_errors [60]
[760] 0.0 0.00 0.00 1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1111677/1111677 gobble_input <cycle 3> [53]
[761] 0.0 0.00 0.00 1111677 frame_make_pointer_visible [761]
-----------------------------------------------
0.00 0.00 1/1109459 read_and_apply_settings [585]
0.00 0.00 1109458/1109459 xfont_list_pattern [19]
[762] 0.0 0.00 0.00 1109459 x_catch_errors [762]
-----------------------------------------------
0.00 0.00 4/1041550 x_wait_for_event [532]
0.00 0.00 5/1041550 clear_image_cache [678]
0.00 0.00 7/1041550 Fcurrent_time [530]
0.00 0.00 20/1041550 lookup_image <cycle 4> [495]
0.00 0.00 32/1041550 decode_time_components [955]
0.00 0.00 95/1041550 wait_reading_process_output [44]
0.00 0.00 98/1041550 Fgarbage_collect <cycle 4> [64]
0.00 0.00 510/1041550 start_atimer [383]
0.00 0.00 522/1041550 top_level_1 <cycle 2> [39]
0.00 0.00 860/1041550 timer_check [59]
0.00 0.00 1039397/1041550 do_pending_atimers [55]
[763] 0.0 0.00 0.00 1041550 gettime [763]
-----------------------------------------------
0.00 0.00 2/591680 Fdelete [491]
0.00 0.00 3/591680 merge <cycle 4> [1492]
0.00 0.00 3/591680 Fsort [501]
0.00 0.00 15/591680 Fdelq [1154]
0.00 0.00 31/591680 Fplist_put [261]
0.00 0.00 38/591680 store_frame_param [490]
0.00 0.00 84/591680 display_mode_element <cycle 4> [379]
0.00 0.00 539/591680 exec_byte_code <cycle 4> [73]
0.00 0.00 1990/591680 Fnconc [903]
0.00 0.00 28188/591680 Fframe_parameters [171]
0.00 0.00 560787/591680 Fnreverse [45]
[764] 0.0 0.00 0.00 591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 287410/578461 bidi_cache_find [773]
0.00 0.00 291051/578461 bidi_cache_iterator_state [772]
[765] 0.0 0.00 0.00 578461 bidi_cache_search.constprop.3 [765]
-----------------------------------------------
0.00 0.00 1/465106 Fcopy_keymap [551]
0.00 0.00 5/465106 Fuse_local_map [1426]
0.00 0.00 10/465106 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 12/465106 tool_bar_items <cycle 4> [452]
0.00 0.00 13/465106 parse_single_submenu <cycle 4> [494]
0.00 0.00 16/465106 menu_bar_items <cycle 4> [435]
0.00 0.00 23/465106 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 23/465106 where_is_internal <cycle 4> [157]
0.00 0.00 23/465106 Fdefine_key <cycle 4> [112]
0.00 0.00 26/465106 Fset_keymap_parent [1476]
0.00 0.00 385/465106 Fkeymapp [1093]
0.00 0.00 510/465106 follow_key [1071]
0.00 0.00 725/465106 keymap_parent [1391]
0.00 0.00 1277/465106 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1408/465106 Fkeymap_prompt [1151]
0.00 0.00 1531/465106 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 1554/465106 read_char <cycle 2> [20]
0.00 0.00 2040/465106 keyremap_step.constprop.45 [27]
0.00 0.00 5065/465106 Flookup_key <cycle 4> [891]
0.00 0.00 6230/465106 get_local_map [193]
0.00 0.00 10894/465106 map_keymap <cycle 4> [865]
0.00 0.00 22773/465106 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 45464/465106 map_keymap_internal <cycle 4> [680]
0.00 0.00 365098/465106 access_keymap_1 <cycle 4> [305]
[766] 0.0 0.00 0.00 465106 get_keymap [766]
0.00 0.00 425765/427893 indirect_function [767]
0.00 0.00 5718/49012 Fcar [807]
0.00 0.00 5718/5762 Fnth [842]
-----------------------------------------------
0.00 0.00 2/427893 Fcommandp <cycle 4> [853]
0.00 0.00 71/427893 eval_sub <cycle 4> [176]
0.00 0.00 518/427893 Finteractive_form [1055]
0.00 0.00 1537/427893 Ffuncall <cycle 4> [29]
0.00 0.00 425765/427893 get_keymap [766]
[767] 0.0 0.00 0.00 427893 indirect_function [767]
-----------------------------------------------
0.00 0.00 1/410271 delete_frame <cycle 4> [230]
0.00 0.00 1/410271 x_get_arg [701]
0.00 0.00 1/410271 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/410271 x_set_font <cycle 4> [189]
0.00 0.00 2/410271 x_wm_set_size_hint [464]
0.00 0.00 2/410271 Fautoload_do_load <cycle 4> [587]
0.00 0.00 3/410271 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/410271 Fset_buffer <cycle 4> [897]
0.00 0.00 3/410271 merge <cycle 4> [1492]
0.00 0.00 3/410271 Fsort [501]
0.00 0.00 4/410271 frame_inhibit_resize [734]
0.00 0.00 5/410271 message_dolog <cycle 4> [742]
0.00 0.00 8/410271 font_load_for_lface [302]
0.00 0.00 9/410271 fontset_find_font [13]
0.00 0.00 10/410271 Fget_buffer_create <cycle 4> [479]
0.00 0.00 13/410271 parse_single_submenu <cycle 4> [494]
0.00 0.00 14/410271 x_consider_frame_title <cycle 4> [361]
0.00 0.00 26/410271 handle_one_xevent [99]
0.00 0.00 28/410271 font_clear_prop [433]
0.00 0.00 52/410271 Fnew_fontset <cycle 4> [371]
0.00 0.00 112/410271 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 333/410271 Fset_fontset_font <cycle 4> [56]
0.00 0.00 375/410271 FletX <cycle 4> [381]
0.00 0.00 378/410271 Flet <cycle 4> [431]
0.00 0.00 443/410271 apply_lambda <cycle 4> [340]
0.00 0.00 500/410271 Fsetq <cycle 4> [338]
0.00 0.00 576/410271 validate_plist [850]
0.00 0.00 744/410271 read_vector <cycle 5> [366]
0.00 0.00 999/410271 offset_intervals [288]
0.00 0.00 1856/410271 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1856/410271 where_is_internal <cycle 4> [157]
0.00 0.00 2044/410271 add_properties [291]
0.00 0.00 3307/410271 Ffuncall <cycle 4> [29]
0.00 0.00 4311/410271 scan_sexps_forward [34]
0.00 0.00 5121/410271 eval_sub <cycle 4> [176]
0.00 0.00 387126/410271 lookup_char_property [390]
[768] 0.0 0.00 0.00 410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 93/408494 note_mouse_highlight [419]
0.00 0.00 240/408494 handle_invisible_prop [262]
0.00 0.00 1464/408494 face_at_string_position [275]
0.00 0.00 1935/408494 Ffuncall <cycle 4> [29]
0.00 0.00 3255/408494 face_at_buffer_position [232]
0.00 0.00 5182/408494 Fget_pos_property [204]
0.00 0.00 5572/408494 verify_interval_modification [277]
0.00 0.00 9339/408494 Ftext_property_any [323]
0.00 0.00 11412/408494 text_property_stickiness [214]
0.00 0.00 49343/408494 compute_stop_pos [166]
0.00 0.00 140161/408494 Fnext_single_property_change [217]
0.00 0.00 180498/408494 get_char_property_and_overlay [100]
[769] 0.0 0.00 0.00 408494 textget [769]
-----------------------------------------------
0.00 0.00 12460/372448 Fget_pos_property [204]
0.00 0.00 359988/372448 get_char_property_and_overlay [100]
[770] 0.0 0.00 0.00 372448 set_buffer_temp [770]
-----------------------------------------------
994 balance_an_interval [771]
0.00 0.00 4/312932 split_interval_left [117]
0.00 0.00 45/312932 sweep_buffers [868]
0.00 0.00 919/312932 sweep_strings [1241]
0.00 0.00 997/312932 split_interval_right [536]
0.00 0.00 999/312932 graft_intervals_into_buffer [252]
0.00 0.00 7978/312932 offset_intervals [288]
0.00 0.00 45517/312932 balance_intervals_internal [987]
0.00 0.00 256473/312932 balance_possible_root_interval [776]
[771] 0.0 0.00 0.00 312932+994 balance_an_interval [771]
994 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 24/291051 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 143742/291051 bidi_level_of_next_char <cycle 4> [147]
0.00 0.00 147285/291051 bidi_move_to_visually_next <cycle 4> [185]
[772] 0.0 0.00 0.00 291051 bidi_cache_iterator_state [772]
0.00 0.00 291051/578461 bidi_cache_search.constprop.3 [765]
0.00 0.00 147285/147285 bidi_cache_ensure_space [788]
-----------------------------------------------
0.00 0.00 24/287410 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 143693/287410 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 143693/287410 bidi_level_of_next_char <cycle 4> [147]
[773] 0.0 0.00 0.00 287410 bidi_cache_find [773]
0.00 0.00 287410/578461 bidi_cache_search.constprop.3 [765]
-----------------------------------------------
0.00 0.00 45/285588 find_first_strong_char <cycle 4> [487]
0.00 0.00 138306/285588 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 147237/285588 bidi_resolve_neutral <cycle 4> [148]
[774] 0.0 0.00 0.00 285588 bidi_get_category [774]
-----------------------------------------------
0.00 0.00 7/285196 Fintern_soft [527]
0.00 0.00 560/285196 intern_1 [342]
0.00 0.00 2088/285196 Fintern [286]
0.00 0.00 139943/285196 font_intern_prop [93]
0.00 0.00 142598/285196 oblookup [125]
[775] 0.0 0.00 0.00 285196 check_obarray [775]
-----------------------------------------------
0.00 0.00 4/265452 split_interval_left [117]
0.00 0.00 999/265452 split_interval_right [536]
0.00 0.00 8977/265452 offset_intervals [288]
0.00 0.00 255472/265452 find_interval [87]
[776] 0.0 0.00 0.00 265452 balance_possible_root_interval [776]
0.00 0.00 256473/312932 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 228845/228845 validate_interval_range [778]
[777] 0.0 0.00 0.00 228845 CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
0.00 0.00 1/228845 Fremove_text_properties <cycle 4> [625]
0.00 0.00 2/228845 set_text_properties [558]
0.00 0.00 531/228845 copy_text_properties [1046]
0.00 0.00 934/228845 Ftext_property_any [323]
0.00 0.00 1474/228845 add_text_properties_1 <cycle 4> [104]
0.00 0.00 1486/228845 Fremove_list_of_text_properties [105]
0.00 0.00 3495/228845 compute_stop_pos [166]
0.00 0.00 3928/228845 Fnext_property_change [269]
0.00 0.00 12130/228845 Fnext_single_property_change [217]
0.00 0.00 204864/228845 Ftext_properties_at [97]
[778] 0.0 0.00 0.00 228845 validate_interval_range [778]
0.00 0.00 228845/228845 CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
0.00 0.00 1/227551 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/227551 Frecursive_edit [2]
0.00 0.00 2/227551 save_menu_items [605]
0.00 0.00 2/227551 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/227551 load_charset <cycle 4> [221]
0.00 0.00 2/227551 directory_files_internal <cycle 4> [254]
0.00 0.00 2/227551 Feval_buffer <cycle 4> [507]
0.00 0.00 3/227551 set_window_buffer <cycle 4> [573]
0.00 0.00 3/227551 Fkill_buffer <cycle 4> [565]
0.00 0.00 3/227551 Fdo_auto_save <cycle 4> [593]
0.00 0.00 3/227551 record_xmalloc [659]
0.00 0.00 4/227551 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/227551 readevalloop <cycle 4> [402]
0.00 0.00 6/227551 show_hourglass <cycle 4> [183]
0.00 0.00 6/227551 Finsert_file_contents <cycle 4> [351]
0.00 0.00 9/227551 wait_reading_process_output [44]
0.00 0.00 12/227551 Fload <cycle 4> [411]
0.00 0.00 13/227551 digest_single_submenu <cycle 4> [448]
0.00 0.00 14/227551 x_consider_frame_title <cycle 4> [361]
0.00 0.00 35/227551 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 44/227551 truncate_undo_list <cycle 4> [1264]
0.00 0.00 48/227551 display_mode_line <cycle 4> [472]
0.00 0.00 49/227551 Fgarbage_collect <cycle 4> [64]
0.00 0.00 53/227551 redisplay_internal [38]
0.00 0.00 510/227551 command_loop_1 <cycle 2> [18]
0.00 0.00 518/227551 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 1000/227551 signal_after_change <cycle 4> [297]
0.00 0.00 1039/227551 code_conversion_save <cycle 4> [376]
0.00 0.00 7556/227551 exec_byte_code <cycle 4> [73]
0.00 0.00 77993/227551 specbind <cycle 4> [128]
0.00 0.00 138614/227551 record_in_backtrace [796]
[779] 0.0 0.00 0.00 227551 grow_specpdl [779]
-----------------------------------------------
0.00 0.00 221062/221062 hash_lookup [25]
[780] 0.0 0.00 0.00 221062 hashfn_eq [780]
-----------------------------------------------
0.00 0.00 31/186535 note_mouse_highlight [419]
0.00 0.00 3255/186535 next_overlay_change [872]
0.00 0.00 3255/186535 face_at_buffer_position [232]
0.00 0.00 179994/186535 get_char_property_and_overlay [100]
[781] 0.0 0.00 0.00 186535 overlays_at [781]
-----------------------------------------------
0.00 0.00 31/186255 note_mouse_highlight [419]
0.00 0.00 6230/186255 Fget_pos_property [204]
0.00 0.00 179994/186255 get_char_property_and_overlay [100]
[782] 0.0 0.00 0.00 186255 sort_overlays [782]
-----------------------------------------------
0.00 0.00 570/183733 Fremove_list_of_text_properties [105]
0.00 0.00 960/183733 Fremove_text_properties <cycle 4> [625]
0.00 0.00 1142/183733 add_text_properties_1 <cycle 4> [104]
0.00 0.00 3574/183733 verify_interval_modification [277]
0.00 0.00 8878/183733 Ftext_property_any [323]
0.00 0.00 9868/183733 compute_stop_pos [166]
0.00 0.00 27869/183733 Fnext_property_change [269]
0.00 0.00 130872/183733 Fnext_single_property_change [217]
[783] 0.0 0.00 0.00 183733 next_interval [783]
-----------------------------------------------
0.00 0.00 335/176439 sweep_buffers [868]
0.00 0.00 176104/176439 sweep_strings [1241]
[784] 0.0 0.00 0.00 176439 balance_intervals [784]
-----------------------------------------------
0.00 0.00 175532/175532 sweep_vectors [91]
[785] 0.0 0.00 0.00 175532 cleanup_vector [785]
-----------------------------------------------
0.00 0.00 268/167471 show_hourglass <cycle 4> [183]
0.00 0.00 1558/167471 back_to_previous_visible_line_start [238]
0.00 0.00 3455/167471 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3592/167471 handle_line_prefix [260]
0.00 0.00 4089/167471 Fconstrain_to_field [253]
0.00 0.00 4125/167471 handle_fontified_prop <cycle 4> [243]
0.00 0.00 5474/167471 x_produce_glyphs [57]
0.00 0.00 6230/167471 get_local_map [193]
0.00 0.00 138680/167471 face_for_char [11]
[786] 0.0 0.00 0.00 167471 Fget_char_property [786]
-----------------------------------------------
0.00 0.00 1/151894 font_match_p [685]
0.00 0.00 6/151894 Finternal_char_font [322]
0.00 0.00 7891/151894 get_glyph_face_and_encoding [620]
0.00 0.00 143996/151894 get_char_glyph_code [793]
[787] 0.0 0.00 0.00 151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 147285/147285 bidi_cache_iterator_state [772]
[788] 0.0 0.00 0.00 147285 bidi_cache_ensure_space [788]
0.00 0.00 1/25 xpalloc [1306]
-----------------------------------------------
24 bidi_find_bracket_pairs <cycle 4> [177]
147237 bidi_resolve_brackets <cycle 4> [790]
[789] 0.0 0.00 0.00 147261 bidi_resolve_weak <cycle 4> [789]
147261 bidi_resolve_explicit <cycle 4> [95]
-----------------------------------------------
147237 bidi_resolve_neutral <cycle 4> [148]
[790] 0.0 0.00 0.00 147237 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 143693/287410 bidi_cache_find [773]
147237 bidi_resolve_weak <cycle 4> [789]
141235 bidi_find_bracket_pairs <cycle 4> [177]
-----------------------------------------------
45 bidi_fetch_char_skip_isolates <cycle 4> [486]
402 bidi_level_of_next_char <cycle 4> [147]
146478 bidi_resolve_explicit <cycle 4> [95]
[791] 0.0 0.00 0.00 146925 bidi_fetch_char <cycle 4> [791]
3623 compute_display_string_pos <cycle 4> [263]
-----------------------------------------------
0.00 0.00 146332/146332 scan_lists [149]
[792] 0.0 0.00 0.00 146332 syntax_multibyte [792]
-----------------------------------------------
0.00 0.00 143996/143996 x_produce_glyphs [57]
[793] 0.0 0.00 0.00 143996 get_char_glyph_code [793]
0.00 0.00 143996/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 922/143520 xpm_alloc_color [412]
0.00 0.00 142598/143520 oblookup [125]
[794] 0.0 0.00 0.00 143520 hash_string [794]
-----------------------------------------------
0.00 0.00 1/138693 font_open_for_lface [397]
0.00 0.00 138692/138693 font_find_for_lface [14]
[795] 0.0 0.00 0.00 138693 build_style_table [795]
-----------------------------------------------
0.00 0.00 47/138614 redisplay_internal [38]
0.00 0.00 49/138614 Fgarbage_collect <cycle 4> [64]
0.00 0.00 5336/138614 eval_sub <cycle 4> [176]
0.00 0.00 133182/138614 Ffuncall <cycle 4> [29]
[796] 0.0 0.00 0.00 138614 record_in_backtrace [796]
0.00 0.00 138614/227551 grow_specpdl [779]
-----------------------------------------------
0.00 0.00 3/124360 Fgenerate_new_buffer_name [1474]
0.00 0.00 70/124360 Fget_buffer [884]
0.00 0.00 1153/124360 exec_byte_code <cycle 4> [73]
0.00 0.00 123134/124360 compile_pattern [156]
[797] 0.0 0.00 0.00 124360 Fstring_equal [797]
-----------------------------------------------
0.00 0.00 1/98231 x_set_screen_gamma [692]
0.00 0.00 1/98231 update_face_from_frame_parameter [688]
0.00 0.00 1/98231 Fcommandp <cycle 4> [853]
0.00 0.00 2/98231 Ffind_operation_coding_system [358]
0.00 0.00 2/98231 Fsignal <cycle 4> [647]
0.00 0.00 2/98231 print_error_message <cycle 4> [1618]
0.00 0.00 4/98231 Fcheck_coding_system [529]
0.00 0.00 5/98231 reset_buffer_local_variables [1374]
0.00 0.00 36/98231 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 37/98231 Fdefalias [224]
0.00 0.00 44/98231 lookup_fringe_bitmap [451]
0.00 0.00 82/98231 Finternal_make_lisp_face [385]
0.00 0.00 84/98231 Fmake_char_table [395]
0.00 0.00 89/98231 Ffuncall <cycle 4> [29]
0.00 0.00 90/98231 update_overlay_arrows <cycle 4> [299]
0.00 0.00 412/98231 display_mode_element <cycle 4> [379]
0.00 0.00 518/98231 Finteractive_form [1055]
0.00 0.00 518/98231 Fcall_interactively <cycle 4> [106]
0.00 0.00 625/98231 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1032/98231 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1321/98231 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1602/98231 exec_byte_code <cycle 4> [73]
0.00 0.00 3188/98231 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/98231 handle_one_xevent [99]
0.00 0.00 4585/98231 resolve_face_name [856]
0.00 0.00 8705/98231 Ffind_file_name_handler [158]
0.00 0.00 9158/98231 parse_modifiers [377]
0.00 0.00 9754/98231 store_symval_forwarding <cycle 4> [802]
0.00 0.00 24913/98231 apply_modifiers [309]
0.00 0.00 28232/98231 lookup_char_property [390]
[798] 0.0 0.00 0.00 98231 Fplist_get [798]
-----------------------------------------------
0.00 0.00 1/74640 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 2/74640 Fkill_local_variable <cycle 4> [741]
0.00 0.00 4/74640 readevalloop <cycle 4> [402]
0.00 0.00 7/74640 make_blv [506]
0.00 0.00 14/74640 Fmake_local_variable <cycle 4> [436]
0.00 0.00 45/74640 update_overlay_arrows <cycle 4> [299]
0.00 0.00 45/74640 Fdefault_boundp [1125]
0.00 0.00 50/74640 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 119/74640 Fdefault_value [874]
0.00 0.00 352/74640 display_line <cycle 4> [184]
0.00 0.00 2563/74640 Fcommandp <cycle 4> [853]
0.00 0.00 5557/74640 set_internal [145]
0.00 0.00 14536/74640 swap_in_symval_forwarding [295]
0.00 0.00 19807/74640 specbind <cycle 4> [128]
0.00 0.00 31538/74640 Fsymbol_value <cycle 4> [806]
[799] 0.0 0.00 0.00 74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/69910 x_set_screen_gamma [692]
0.00 0.00 1/69910 update_face_from_frame_parameter [688]
0.00 0.00 1/69910 Fcommandp <cycle 4> [853]
0.00 0.00 2/69910 Ffind_operation_coding_system [358]
0.00 0.00 2/69910 Fsignal <cycle 4> [647]
0.00 0.00 2/69910 print_error_message <cycle 4> [1618]
0.00 0.00 4/69910 Fcheck_coding_system [529]
0.00 0.00 5/69910 reset_buffer_local_variables [1374]
0.00 0.00 36/69910 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 37/69910 Fdefalias [224]
0.00 0.00 44/69910 lookup_fringe_bitmap [451]
0.00 0.00 82/69910 Finternal_make_lisp_face [385]
0.00 0.00 84/69910 Fmake_char_table [395]
0.00 0.00 90/69910 update_overlay_arrows <cycle 4> [299]
0.00 0.00 412/69910 display_mode_element <cycle 4> [379]
0.00 0.00 518/69910 Finteractive_form [1055]
0.00 0.00 518/69910 Fcall_interactively <cycle 4> [106]
0.00 0.00 625/69910 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1032/69910 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1321/69910 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1602/69910 exec_byte_code <cycle 4> [73]
0.00 0.00 3188/69910 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/69910 handle_one_xevent [99]
0.00 0.00 4585/69910 resolve_face_name [856]
0.00 0.00 8705/69910 Ffind_file_name_handler [158]
0.00 0.00 9158/69910 parse_modifiers [377]
0.00 0.00 9754/69910 store_symval_forwarding <cycle 4> [802]
0.00 0.00 24913/69910 apply_modifiers [309]
[800] 0.0 0.00 0.00 69910 Fget [800]
-----------------------------------------------
0.00 0.00 37/69654 valid_lisp_object_p [227]
0.00 0.00 1074/69654 lisp_free [967]
0.00 0.00 2473/69654 sweep_vectors [91]
0.00 0.00 6509/69654 lisp_align_free [833]
0.00 0.00 24933/69654 Fgarbage_collect <cycle 4> [64]
0.00 0.00 34628/69654 mark_maybe_object [165]
[801] 0.0 0.00 0.00 69654 mem_find [801]
-----------------------------------------------
1 swap_in_global_binding <cycle 4> [1418]
2 load_charset <cycle 4> [221]
6 Finsert_file_contents <cycle 4> [351]
6 Feval_buffer <cycle 4> [507]
8 set_frame_menubar <cycle 4> [418]
11 funcall_lambda <cycle 4> [314]
12 readevalloop <cycle 4> [402]
14 Fmake_local_variable <cycle 4> [436]
14 Fload <cycle 4> [411]
20 redisplay_window <cycle 4> [410]
30 show_hourglass <cycle 4> [183]
36 eval_sub <cycle 4> [176]
70 with_echo_area_buffer <cycle 4> [405]
97 inhibit_garbage_collection <cycle 4> [111]
120 FletX <cycle 4> [381]
314 menu_item_eval_property <cycle 4> [109]
467 handle_fontified_prop <cycle 4> [243]
612 Feval <cycle 4> [320]
929 safe__call <cycle 4> [301]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1549 safe_run_hooks <cycle 4> [276]
1792 Fset <cycle 4> [249]
2897 unbind_to <cycle 4> [244]
3057 update_compositions <cycle 4> [154]
11553 exec_byte_code <cycle 4> [73]
14522 find_symbol_value <cycle 4> [298]
16433 Fset_default <cycle 4> [198]
0.00 0.00 1/9783 recursive_edit_1 [3]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 47/9783 redisplay_internal [38]
[802] 0.0 0.00 0.00 56709 store_symval_forwarding <cycle 4> [802]
0.00 0.00 9754/98231 Fplist_get [798]
0.00 0.00 9754/69910 Fget [800]
0.00 0.00 4877/7242 Ffboundp [831]
0.00 0.00 58/5997 Findirect_function [839]
58 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [156]
[803] 0.0 0.00 0.00 55548 re_set_syntax [803]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [156]
[804] 0.0 0.00 0.00 55548 re_set_whitespace_regexp [804]
-----------------------------------------------
0.00 0.00 5458/50334 re_match_2 [846]
0.00 0.00 44876/50334 re_search_2 [72]
[805] 0.0 0.00 0.00 50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
2 bidi_initialize <cycle 4> [167]
4 Fmake_local_variable <cycle 4> [436]
786 display_mode_element <cycle 4> [379]
2629 eval_sub <cycle 4> [176]
16077 set_buffer_internal_1 <cycle 4> [871]
30046 exec_byte_code <cycle 4> [73]
[806] 0.0 0.00 0.00 49544 Fsymbol_value <cycle 4> [806]
0.00 0.00 31538/74640 do_symval_forwarding [799]
49544 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 1/49012 make_frame <cycle 4> [534]
0.00 0.00 1/49012 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1/49012 print_error_message <cycle 4> [1618]
0.00 0.00 2/49012 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/49012 Fcar_less_than_car [1506]
0.00 0.00 6/49012 merge <cycle 4> [1492]
0.00 0.00 13/49012 parse_single_submenu <cycle 4> [494]
0.00 0.00 24/49012 face_at_string_position [275]
0.00 0.00 24/49012 Fnext_single_property_change [217]
0.00 0.00 37/49012 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 44/49012 lookup_fringe_bitmap [451]
0.00 0.00 52/49012 Fnew_fontset <cycle 4> [371]
0.00 0.00 55/49012 Fif <cycle 4> [1145]
0.00 0.00 64/49012 Fcond <cycle 4> [1316]
0.00 0.00 70/49012 Fget_buffer [884]
0.00 0.00 82/49012 Ffuncall <cycle 4> [29]
0.00 0.00 137/49012 Fdefvar <cycle 4> [454]
0.00 0.00 250/49012 FletX <cycle 4> [381]
0.00 0.00 252/49012 Flet <cycle 4> [431]
0.00 0.00 333/49012 Fset_fontset_font <cycle 4> [56]
0.00 0.00 443/49012 apply_lambda <cycle 4> [340]
0.00 0.00 462/49012 readevalloop <cycle 4> [402]
0.00 0.00 500/49012 Fsetq <cycle 4> [338]
0.00 0.00 518/49012 Fcall_interactively <cycle 4> [106]
0.00 0.00 744/49012 read_vector <cycle 5> [366]
0.00 0.00 861/49012 process_tool_bar_item <cycle 4> [333]
0.00 0.00 999/49012 offset_intervals [288]
0.00 0.00 1180/49012 validate_plist [850]
0.00 0.00 1856/49012 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1856/49012 where_is_internal <cycle 4> [157]
0.00 0.00 2191/49012 add_properties [291]
0.00 0.00 3353/49012 scan_sexps_forward [34]
0.00 0.00 3660/49012 get_char_property_and_overlay [100]
0.00 0.00 5042/49012 eval_sub <cycle 4> [176]
0.00 0.00 5718/49012 get_keymap [766]
0.00 0.00 8379/49012 Ftext_property_any [323]
0.00 0.00 9798/49012 compute_stop_pos [166]
[807] 0.0 0.00 0.00 49012 Fcar [807]
-----------------------------------------------
0.00 0.00 46481/46481 traverse_intervals_noorder <cycle 4> [989]
[808] 0.0 0.00 0.00 46481 mark_interval [808]
-----------------------------------------------
0.00 0.00 1/41387 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/41387 make_frame <cycle 4> [534]
0.00 0.00 2/41387 eval_sub <cycle 4> [176]
0.00 0.00 3/41387 set_window_buffer <cycle 4> [573]
0.00 0.00 3/41387 decode_coding_gap <cycle 4> [603]
0.00 0.00 3/41387 Finsert_file_contents <cycle 4> [351]
0.00 0.00 44/41387 truncate_undo_list <cycle 4> [1264]
0.00 0.00 89/41387 let_shadows_buffer_binding_p [1174]
0.00 0.00 556/41387 find_automatic_composition [293]
0.00 0.00 1039/41387 code_conversion_save <cycle 4> [376]
0.00 0.00 1486/41387 save_excursion_save [581]
0.00 0.00 3699/41387 exec_byte_code <cycle 4> [73]
0.00 0.00 14649/41387 swap_in_symval_forwarding [295]
0.00 0.00 19812/41387 specbind <cycle 4> [128]
[809] 0.0 0.00 0.00 41387 Fcurrent_buffer [809]
-----------------------------------------------
0.00 0.00 1/31663 print_string <cycle 4> [1620]
0.00 0.00 170/31663 string_to_multibyte [658]
0.00 0.00 500/31663 insert_from_string_1 <cycle 4> [240]
0.00 0.00 30992/31663 concat [103]
[810] 0.0 0.00 0.00 31663 count_size_as_multibyte [810]
-----------------------------------------------
0.00 0.00 4/29246 make_buffer_string_both [306]
0.00 0.00 29242/29246 concat [103]
[811] 0.0 0.00 0.00 29246 make_uninit_string [811]
-----------------------------------------------
0.00 0.00 999/28807 offset_intervals [288]
0.00 0.00 27808/28807 Fnext_property_change [269]
[812] 0.0 0.00 0.00 28807 intervals_equal [812]
-----------------------------------------------
146 analyze_first [813]
0.00 0.00 24/27792 re_compile_pattern [270]
0.00 0.00 27768/27792 re_compile_fastmap [814]
[813] 0.0 0.00 0.00 27792+146 analyze_first [813]
146 analyze_first [813]
-----------------------------------------------
0.00 0.00 27768/27768 re_search_2 [72]
[814] 0.0 0.00 0.00 27768 re_compile_fastmap [814]
0.00 0.00 27768/27792 analyze_first [813]
-----------------------------------------------
0.00 0.00 523/27343 arithcompare_driver [1050]
0.00 0.00 26820/27343 exec_byte_code <cycle 4> [73]
[815] 0.0 0.00 0.00 27343 arithcompare [815]
-----------------------------------------------
0.00 0.00 25395/25395 mark_vectorlike <cycle 4> [127]
[816] 0.0 0.00 0.00 25395 mark_save_value [816]
-----------------------------------------------
0.00 0.00 2823/18301 Ffuncall <cycle 4> [29]
0.00 0.00 15478/18301 exec_byte_code <cycle 4> [73]
[817] 0.0 0.00 0.00 18301 arith_driver [817]
-----------------------------------------------
0.00 0.00 1/14391 make_frame <cycle 4> [534]
0.00 0.00 1/14391 read_char <cycle 2> [20]
0.00 0.00 1/14391 Fdefine_key <cycle 4> [112]
0.00 0.00 2/14391 init_kboard [655]
0.00 0.00 2/14391 font_update_drivers [568]
0.00 0.00 3/14391 font_registry_charsets [31]
0.00 0.00 5/14391 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/14391 Fcopy_keymap [551]
0.00 0.00 10/14391 lookup_image <cycle 4> [495]
0.00 0.00 16/14391 Ffuncall <cycle 4> [29]
0.00 0.00 18/14391 process_tool_bar_item <cycle 4> [333]
0.00 0.00 23/14391 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 35/14391 openp <cycle 4> [220]
0.00 0.00 61/14391 menu_bar_item <cycle 4> [467]
0.00 0.00 852/14391 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1019/14391 update_compositions <cycle 4> [154]
0.00 0.00 1582/14391 read_list <cycle 5> [357]
0.00 0.00 1785/14391 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3100/14391 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 5865/14391 exec_byte_code <cycle 4> [73]
[818] 0.0 0.00 0.00 14391 list1 [818]
-----------------------------------------------
0.00 0.00 14382/14382 sweep_weak_table <cycle 4> [1009]
[819] 0.0 0.00 0.00 14382 survives_gc_p [819]
-----------------------------------------------
0.00 0.00 12624/12624 set_point_both [206]
[820] 0.0 0.00 0.00 12624 previous_interval [820]
-----------------------------------------------
0.00 0.00 23/11766 Fdefine_key <cycle 4> [112]
0.00 0.00 192/11766 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 261/11766 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 347/11766 access_keymap_1 <cycle 4> [305]
0.00 0.00 456/11766 boyer_moore [748]
0.00 0.00 462/11766 preferred_sequence_p [367]
0.00 0.00 703/11766 search_buffer [181]
0.00 0.00 1833/11766 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 2046/11766 where_is_internal <cycle 4> [157]
0.00 0.00 2549/11766 exec_byte_code <cycle 4> [73]
0.00 0.00 2894/11766 Flookup_key <cycle 4> [891]
[821] 0.0 0.00 0.00 11766 Faref [821]
0.00 0.00 8/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 1/10850 unwind_create_frame [1632]
0.00 0.00 1/10850 x_set_tool_bar_position [638]
0.00 0.00 1/10850 print_error_message <cycle 4> [1618]
0.00 0.00 2/10850 next_window [728]
0.00 0.00 2/10850 record_buffer [654]
0.00 0.00 2/10850 Fsignal <cycle 4> [647]
0.00 0.00 2/10850 Fprovide [583]
0.00 0.00 4/10850 redisplay_window <cycle 4> [410]
0.00 0.00 10/10850 eval_sub <cycle 4> [176]
0.00 0.00 10/10850 Ffeaturep [139]
0.00 0.00 70/10850 menu_bar_item <cycle 4> [467]
0.00 0.00 158/10850 where_is_internal <cycle 4> [157]
0.00 0.00 171/10850 Fset_fontset_font <cycle 4> [56]
0.00 0.00 188/10850 Ffind_file_name_handler [158]
0.00 0.00 278/10850 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 573/10850 window_list_1 [344]
0.00 0.00 666/10850 Fset_charset_priority [444]
0.00 0.00 8711/10850 exec_byte_code <cycle 4> [73]
[822] 0.0 0.00 0.00 10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 3/10056 sweep_buffers [868]
0.00 0.00 37/10056 sweep_misc [1240]
0.00 0.00 997/10056 sweep_strings [1241]
0.00 0.00 2510/10056 sweep_vectors [91]
0.00 0.00 6509/10056 lisp_align_free [833]
[823] 0.0 0.00 0.00 10056 mem_delete [823]
0.00 0.00 1333/5100 mem_rotate_right [848]
0.00 0.00 952/5019 mem_rotate_left [849]
-----------------------------------------------
0.00 0.00 268/9334 show_hourglass <cycle 4> [183]
0.00 0.00 3592/9334 handle_line_prefix [260]
0.00 0.00 5474/9334 x_produce_glyphs [57]
[824] 0.0 0.00 0.00 9334 get_it_property [824]
-----------------------------------------------
0.00 0.00 1/9070 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1/9070 delete_frame <cycle 4> [230]
0.00 0.00 515/9070 Fborder_width [1059]
0.00 0.00 587/9070 Fframe_char_width [1029]
0.00 0.00 1623/9070 Fframe_char_height [927]
0.00 0.00 3135/9070 Fframe_parameters [171]
0.00 0.00 3208/9070 Fframe_parameter [172]
[825] 0.0 0.00 0.00 9070 decode_any_frame [825]
-----------------------------------------------
9002 mark_object <cycle 4> [46]
[826] 0.0 0.00 0.00 9002 mark_compiled <cycle 4> [826]
34730 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/8883 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 8/8883 pos_visible_p <cycle 4> [1462]
0.00 0.00 510/8883 Fvertical_motion <cycle 4> [209]
0.00 0.00 511/8883 move_it_to <cycle 4> [213]
0.00 0.00 1020/8883 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 1091/8883 init_iterator <cycle 4> [163]
0.00 0.00 2626/8883 reseat_1 <cycle 4> [889]
0.00 0.00 3116/8883 back_to_previous_visible_line_start [238]
[827] 0.0 0.00 0.00 8883 bidi_unshelve_cache [827]
-----------------------------------------------
0.00 0.00 1/8775 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/8775 Frecursive_edit [2]
0.00 0.00 2/8775 save_menu_items [605]
0.00 0.00 2/8775 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/8775 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2/8775 Feval_buffer <cycle 4> [507]
0.00 0.00 3/8775 set_window_buffer <cycle 4> [573]
0.00 0.00 3/8775 Fkill_buffer <cycle 4> [565]
0.00 0.00 3/8775 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/8775 show_hourglass <cycle 4> [183]
0.00 0.00 6/8775 redisplay_internal [38]
0.00 0.00 8/8775 Fload <cycle 4> [411]
0.00 0.00 14/8775 x_consider_frame_title <cycle 4> [361]
0.00 0.00 35/8775 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 44/8775 truncate_undo_list <cycle 4> [1264]
0.00 0.00 48/8775 display_mode_line <cycle 4> [472]
0.00 0.00 1039/8775 code_conversion_save <cycle 4> [376]
0.00 0.00 7556/8775 exec_byte_code <cycle 4> [73]
[828] 0.0 0.00 0.00 8775 record_unwind_protect [828]
-----------------------------------------------
0.00 0.00 1041/8148 region_cache_forward [973]
0.00 0.00 3075/8148 region_cache_backward [881]
0.00 0.00 4032/8148 delete_cache_boundaries [837]
[829] 0.0 0.00 0.00 8148 find_cache_boundary [829]
-----------------------------------------------
7309 mark_object <cycle 4> [46]
[830] 0.0 0.00 0.00 7309 mark_localized_symbol <cycle 4> [830]
14618 mark_object <cycle 4> [46]
139 traverse_intervals_noorder <cycle 4> [989]
58 mark_buffer <cycle 4> [1090]
45 mark_vectorlike <cycle 4> [127]
1 swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
0.00 0.00 2/7242 Fload <cycle 4> [411]
0.00 0.00 3/7242 Finsert_file_contents <cycle 4> [351]
0.00 0.00 8/7242 readevalloop <cycle 4> [402]
0.00 0.00 9/7242 eval_sub <cycle 4> [176]
0.00 0.00 10/7242 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 14/7242 Ffunctionp [859]
0.00 0.00 26/7242 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 253/7242 Ffuncall <cycle 4> [29]
0.00 0.00 2040/7242 keyremap_step.constprop.45 [27]
0.00 0.00 4877/7242 store_symval_forwarding <cycle 4> [802]
[831] 0.0 0.00 0.00 7242 Ffboundp [831]
-----------------------------------------------
0.00 0.00 141/6814 font_list_entities [16]
0.00 0.00 1090/6814 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1214/6814 fontset_add [75]
0.00 0.00 1785/6814 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 2584/6814 Ffuncall <cycle 4> [29]
[832] 0.0 0.00 0.00 6814 Fvconcat [832]
-----------------------------------------------
0.00 0.00 6509/6509 sweep_conses [131]
[833] 0.0 0.00 0.00 6509 lisp_align_free [833]
0.00 0.00 6509/10056 mem_delete [823]
0.00 0.00 6509/69654 mem_find [801]
-----------------------------------------------
0.00 0.00 2760/6322 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 3562/6322 bidi_paragraph_init <cycle 4> [485]
[834] 0.0 0.00 0.00 6322 bidi_line_init [834]
-----------------------------------------------
0.00 0.00 6230/6230 Fget_pos_property [204]
[835] 0.0 0.00 0.00 6230 overlays_around [835]
-----------------------------------------------
0.00 0.00 1086/6187 Ffuncall <cycle 4> [29]
0.00 0.00 5101/6187 exec_byte_code <cycle 4> [73]
[836] 0.0 0.00 0.00 6187 Fplus [836]
-----------------------------------------------
2518 delete_cache_boundaries [837]
0.00 0.00 510/6164 find_newline [630]
0.00 0.00 555/6164 know_region_cache [1037]
0.00 0.00 983/6164 invalidate_region_cache [983]
0.00 0.00 1041/6164 region_cache_forward [973]
0.00 0.00 3075/6164 region_cache_backward [881]
[837] 0.0 0.00 0.00 6164+2518 delete_cache_boundaries [837]
0.00 0.00 4032/8148 find_cache_boundary [829]
0.00 0.00 2021/2021 move_cache_gap [911]
2518 delete_cache_boundaries [837]
-----------------------------------------------
0.00 0.00 4/6062 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 70/6062 window_box_right_offset [1190]
0.00 0.00 86/6062 hscroll_window_tree [498]
0.00 0.00 223/6062 window_box_right [1124]
0.00 0.00 226/6062 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 277/6062 draw_glyphs <cycle 4> [35]
0.00 0.00 330/6062 coordinates_in_window [1164]
0.00 0.00 409/6062 get_glyph_string_clip_rects [1032]
0.00 0.00 500/6062 window_box <cycle 4> [1048]
0.00 0.00 1705/6062 window_box_left_offset [901]
0.00 0.00 2232/6062 init_iterator <cycle 4> [163]
[838] 0.0 0.00 0.00 6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 2/5997 Fautoload_do_load <cycle 4> [587]
0.00 0.00 58/5997 store_symval_forwarding <cycle 4> [802]
0.00 0.00 1601/5997 Ffuncall <cycle 4> [29]
0.00 0.00 4336/5997 get_backtrace_frame [966]
[839] 0.0 0.00 0.00 5997 Findirect_function [839]
-----------------------------------------------
0.00 0.00 5/5857 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 33/5857 Ffuncall <cycle 4> [29]
0.00 0.00 2902/5857 unbind_to <cycle 4> [244]
0.00 0.00 2917/5857 specbind <cycle 4> [128]
[840] 0.0 0.00 0.00 5857 Flocal_variable_p [840]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 3/5810 display_mode_element <cycle 4> [379]
0.00 0.00 3/5810 Fsort [501]
0.00 0.00 42/5810 exec_byte_code <cycle 4> [73]
0.00 0.00 5762/5810 Fnth [842]
[841] 0.0 0.00 0.00 5810 Fnthcdr [841]
-----------------------------------------------
0.00 0.00 44/5762 lookup_fringe_bitmap [451]
0.00 0.00 5718/5762 get_keymap [766]
[842] 0.0 0.00 0.00 5762 Fnth [842]
0.00 0.00 5762/5810 Fnthcdr [841]
-----------------------------------------------
0.00 0.00 2/5577 internal_catch [6]
0.00 0.00 2/5577 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 3/5577 internal_condition_case <cycle 2> [215]
0.00 0.00 366/5577 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 2304/5577 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2900/5577 exec_byte_code <cycle 4> [73]
[843] 0.0 0.00 0.00 5577 push_handler [843]
0.00 0.00 5577/5577 push_handler_nosignal [844]
-----------------------------------------------
0.00 0.00 5577/5577 push_handler [843]
[844] 0.0 0.00 0.00 5577 push_handler_nosignal [844]
-----------------------------------------------
0.00 0.00 5469/5469 compile_pattern [156]
[845] 0.0 0.00 0.00 5469 re_set_registers [845]
-----------------------------------------------
0.00 0.00 4/5458 looking_at_1 [468]
0.00 0.00 5454/5458 fast_looking_at [186]
[846] 0.0 0.00 0.00 5458 re_match_2 [846]
0.00 0.00 5458/50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
0.00 0.00 1/5391 Fposn_at_x_y [1573]
0.00 0.00 3/5391 Fwindow_prev_buffers [1483]
0.00 0.00 3/5391 Fset_window_prev_buffers [1479]
0.00 0.00 3/5391 Fwindow_next_buffers [1482]
0.00 0.00 3/5391 Fset_window_next_buffers [1478]
0.00 0.00 3/5391 set_window_buffer <cycle 4> [573]
0.00 0.00 4/5391 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 26/5391 Fwindow_right_divider_width [1300]
0.00 0.00 52/5391 Fwindow_bottom_divider_width [1298]
0.00 0.00 78/5391 Fwindow_scroll_bar_height [1301]
0.00 0.00 86/5391 Fwindow_point [1176]
0.00 0.00 86/5391 Fwindow_old_point [1175]
0.00 0.00 104/5391 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 149/5391 Fwindow_scroll_bar_width [1302]
0.00 0.00 515/5391 Fwindow_body_height [1060]
0.00 0.00 515/5391 Fwindow_body_width [1061]
0.00 0.00 541/5391 Fwindow_margins [1043]
0.00 0.00 541/5391 Fwindow_fringes [1041]
0.00 0.00 566/5391 decode_next_window_args [1030]
0.00 0.00 1030/5391 Fwindow_scroll_bars [319]
0.00 0.00 1082/5391 Fwindow_header_line_height [1042]
[847] 0.0 0.00 0.00 5391 set_window_margins [847]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 1333/5100 mem_delete [823]
0.00 0.00 3767/5100 mem_insert [310]
[848] 0.0 0.00 0.00 5100 mem_rotate_right [848]
-----------------------------------------------
0.00 0.00 952/5019 mem_delete [823]
0.00 0.00 4067/5019 mem_insert [310]
[849] 0.0 0.00 0.00 5019 mem_rotate_left [849]
-----------------------------------------------
0.00 0.00 2/5001 Fremove_text_properties <cycle 4> [625]
0.00 0.00 3/5001 set_text_properties [558]
0.00 0.00 4996/5001 add_text_properties_1 <cycle 4> [104]
[850] 0.0 0.00 0.00 5001 validate_plist [850]
0.00 0.00 1180/49012 Fcar [807]
0.00 0.00 576/410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 4873/4873 exec_byte_code <cycle 4> [73]
[851] 0.0 0.00 0.00 4873 Fmin [851]
-----------------------------------------------
0.00 0.00 516/4865 skip_syntaxes [349]
0.00 0.00 1443/4865 Fbackward_prefix_chars [287]
0.00 0.00 1450/4865 scan_sexps_forward [34]
0.00 0.00 1456/4865 scan_lists [149]
[852] 0.0 0.00 0.00 4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
4 Frun_hook_with_args_until_failure <cycle 4> [1449]
6 run_hook <cycle 4> [1416]
69 Frun_hooks <cycle 4> [1260]
1000 signal_after_change <cycle 4> [297]
1548 safe_run_hooks <cycle 4> [276]
2072 Ffuncall <cycle 4> [29]
[853] 0.0 0.00 0.00 4699 Fcommandp <cycle 4> [853]
0.00 0.00 2563/74640 do_symval_forwarding [799]
0.00 0.00 2001/3215 Fdefault_value [874]
0.00 0.00 2/427893 indirect_function [767]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
0.00 0.00 1/139 Fsymbol_function [1149]
4697 find_symbol_value <cycle 4> [298]
2076 funcall_nil <cycle 4> [908]
1544 safe_run_hook_funcall <cycle 4> [933]
542 Ffuncall <cycle 4> [29]
467 run_hook_wrapped_funcall <cycle 4> [1084]
1 funcall_not <cycle 4> [1605]
-----------------------------------------------
5 run_funs <cycle 4> [1437]
510 Fcall_interactively <cycle 4> [106]
1000 prepare_to_modify_buffer_1 <cycle 4> [250]
1544 internal_condition_case_n <cycle 4> [896]
0.01 0.13 510/9783 command_loop_1 <cycle 2> [18]
0.01 0.13 518/9783 read_char <cycle 2> [20]
0.01 0.14 522/9783 top_level_1 <cycle 2> [39]
[854] 0.0 0.00 0.00 4609 call0 <cycle 4> [854]
4609 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 4598/4598 hash_lookup [25]
[855] 0.0 0.00 0.00 4598 hashfn_eql [855]
-----------------------------------------------
0.00 0.00 1321/4585 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1502/4585 get_lface_attributes [355]
0.00 0.00 1762/4585 lface_from_face_name [921]
[856] 0.0 0.00 0.00 4585 resolve_face_name [856]
0.00 0.00 4585/98231 Fplist_get [798]
0.00 0.00 4585/69910 Fget [800]
-----------------------------------------------
552 display_string <cycle 4> [210]
1091 init_iterator <cycle 4> [163]
2626 reseat_1 <cycle 4> [889]
[857] 0.0 0.00 0.00 4269 bidi_init_it <cycle 4> [857]
1 bidi_initialize <cycle 4> [167]
-----------------------------------------------
0.00 0.00 4/4179 Fset_match_data [315]
0.00 0.00 12/4179 delete_all_child_windows [1521]
0.00 0.00 15/4179 message_dolog <cycle 4> [742]
0.00 0.00 15/4179 set_marker_restricted_both [1345]
0.00 0.00 190/4179 set_marker_both [1108]
0.00 0.00 484/4179 set_marker_internal [747]
0.00 0.00 1486/4179 save_excursion_restore <cycle 4> [303]
0.00 0.00 1973/4179 sweep_misc [1240]
[858] 0.0 0.00 0.00 4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 49/3900 Ffuncall <cycle 4> [29]
0.00 0.00 3851/3900 exec_byte_code <cycle 4> [73]
[859] 0.0 0.00 0.00 3900 Ffunctionp [859]
0.00 0.00 14/7242 Ffboundp [831]
-----------------------------------------------
3851 unbind_to <cycle 4> [244]
[860] 0.0 0.00 0.00 3851 bcall0 <cycle 4> [860]
3851 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/3768 decide_coding_unwind [1485]
0.00 0.00 352/3768 display_line <cycle 4> [184]
0.00 0.00 729/3768 del_range_2 [332]
0.00 0.00 2684/3768 move_it_to <cycle 4> [213]
[861] 0.0 0.00 0.00 3768 recenter_overlay_lists [861]
-----------------------------------------------
0.00 0.00 1476/3680 save_restriction_restore [942]
0.00 0.00 2204/3680 Fwiden [900]
[862] 0.0 0.00 0.00 3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1/3667 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 3/3667 move_it_in_display_line_to <cycle 4> [58]
0.00 0.00 8/3667 pos_visible_p <cycle 4> [1462]
0.00 0.00 510/3667 Fvertical_motion <cycle 4> [209]
0.00 0.00 567/3667 move_it_to <cycle 4> [213]
0.00 0.00 1020/3667 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 1558/3667 back_to_previous_visible_line_start [238]
[863] 0.0 0.00 0.00 3667 bidi_shelve_cache [863]
-----------------------------------------------
264 next_element_from_string <cycle 4> [219]
288 next_element_from_c_string <cycle 4> [930]
3114 next_element_from_buffer <cycle 4> [161]
[864] 0.0 0.00 0.00 3666 get_visually_first_element <cycle 4> [864]
3544 bidi_paragraph_init <cycle 4> [485]
3544 bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
6 tool_bar_items <cycle 4> [452]
122 Fmap_keymap <cycle 4> [1157]
1682 where_is_internal <cycle 4> [157]
1820 Faccessible_keymaps <cycle 4> [283]
[865] 0.0 0.00 0.00 3630 map_keymap <cycle 4> [865]
0.00 0.00 10894/465106 get_keymap [766]
3634 map_keymap_internal <cycle 4> [680]
-----------------------------------------------
0.00 0.00 3497/3497 exec_byte_code <cycle 4> [73]
[866] 0.0 0.00 0.00 3497 Fmax [866]
-----------------------------------------------
0.00 0.00 219/3434 Fdefault_boundp [1125]
0.00 0.00 3215/3434 Fdefault_value [874]
[867] 0.0 0.00 0.00 3434 default_value [867]
0.00 0.00 2/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 6/3408 valid_lisp_object_p [227]
0.00 0.00 196/3408 Fgarbage_collect <cycle 4> [64]
0.00 0.00 3206/3408 mark_maybe_object [165]
[868] 0.0 0.00 0.00 3408 sweep_buffers [868]
0.00 0.00 335/176439 balance_intervals [784]
0.00 0.00 45/312932 balance_an_interval [771]
0.00 0.00 45/964 balance_intervals_internal [987]
0.00 0.00 3/10056 mem_delete [823]
0.00 0.00 3/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 70/3325 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3255/3325 handle_stop <cycle 4> [160]
[869] 0.0 0.00 0.00 3325 get_overlay_strings_1 [869]
0.00 0.00 3325/3325 load_overlay_strings [870]
-----------------------------------------------
0.00 0.00 3325/3325 get_overlay_strings_1 [869]
[870] 0.0 0.00 0.00 3325 load_overlay_strings [870]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 setup_echo_area_for_printing <cycle 4> [1466]
2 Fkill_buffer <cycle 4> [565]
4 redisplay_mode_lines <cycle 4> [1622]
4 set_frame_menubar <cycle 4> [418]
5 message_dolog <cycle 4> [742]
8 resize_mini_window <cycle 4> [339]
14 unwind_format_mode_line <cycle 4> [1275]
14 x_consider_frame_title <cycle 4> [361]
24 show_hourglass <cycle 4> [183]
35 unwind_with_echo_area_buffer <cycle 4> [1282]
35 with_echo_area_buffer <cycle 4> [405]
49 redisplay_window <cycle 4> [410]
93 Fset_buffer <cycle 4> [897]
727 decode_coding <cycle 4> [547]
803 unbind_to <cycle 4> [244]
1454 code_conversion_save <cycle 4> [376]
[871] 0.0 0.00 0.00 3275 set_buffer_internal_1 <cycle 4> [871]
0.00 0.00 3168/3168 record_buffer_markers [879]
0.00 0.00 3168/3168 fetch_buffer_markers [878]
16077 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
0.00 0.00 3255/3255 compute_stop_pos [166]
[872] 0.0 0.00 0.00 3255 next_overlay_change [872]
0.00 0.00 3255/186535 overlays_at [781]
-----------------------------------------------
0.00 0.00 5/3229 message_dolog <cycle 4> [742]
0.00 0.00 3224/3229 prepare_to_modify_buffer_1 <cycle 4> [250]
[873] 0.0 0.00 0.00 3229 bset_redisplay [873]
-----------------------------------------------
0.00 0.00 8/3215 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 38/3215 eval_sub <cycle 4> [176]
0.00 0.00 86/3215 Fbuffer_local_value [1173]
0.00 0.00 1082/3215 Ffuncall <cycle 4> [29]
0.00 0.00 2001/3215 Fcommandp <cycle 4> [853]
[874] 0.0 0.00 0.00 3215 Fdefault_value [874]
0.00 0.00 3215/3434 default_value [867]
0.00 0.00 119/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 3200/3200 re_compile_pattern [270]
[875] 0.0 0.00 0.00 3200 re_iswctype [875]
-----------------------------------------------
0.00 0.00 3195/3195 Fnext_single_char_property_change <cycle 4> [233]
[876] 0.0 0.00 0.00 3195 Fnext_char_property_change [876]
0.00 0.00 3195/3195 Fnext_overlay_change [877]
-----------------------------------------------
0.00 0.00 3195/3195 Fnext_char_property_change [876]
[877] 0.0 0.00 0.00 3195 Fnext_overlay_change [877]
-----------------------------------------------
0.00 0.00 3168/3168 set_buffer_internal_1 <cycle 4> [871]
[878] 0.0 0.00 0.00 3168 fetch_buffer_markers [878]
-----------------------------------------------
0.00 0.00 3168/3168 set_buffer_internal_1 <cycle 4> [871]
[879] 0.0 0.00 0.00 3168 record_buffer_markers [879]
-----------------------------------------------
6 tool_bar_items <cycle 4> [452]
9 menu_bar_items <cycle 4> [435]
3100 Fcurrent_active_maps <cycle 4> [192]
[880] 0.0 0.00 0.00 3115 current_minor_maps <cycle 4> [880]
3115 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 3075/3075 find_newline [630]
[881] 0.0 0.00 0.00 3075 region_cache_backward [881]
0.00 0.00 3075/6164 delete_cache_boundaries [837]
0.00 0.00 3075/8148 find_cache_boundary [829]
-----------------------------------------------
0.00 0.00 5/3039 Fcopy_marker [729]
0.00 0.00 15/3039 set_marker_restricted_both [1345]
0.00 0.00 283/3039 set_marker_both [1108]
0.00 0.00 572/3039 set_marker_internal [747]
0.00 0.00 678/3039 Fmarker_position [1018]
0.00 0.00 1486/3039 Fmarker_buffer [939]
[882] 0.0 0.00 0.00 3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 961/2998 remove_properties [990]
0.00 0.00 2037/2998 add_properties [291]
[883] 0.0 0.00 0.00 2998 record_property_change [883]
-----------------------------------------------
0.00 0.00 2/2843 Ffuncall <cycle 4> [29]
0.00 0.00 2/2843 Feval_buffer <cycle 4> [507]
0.00 0.00 3/2843 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/2843 Fkill_buffer <cycle 4> [565]
0.00 0.00 5/2843 message_dolog <cycle 4> [742]
0.00 0.00 5/2843 make_process [1435]
0.00 0.00 10/2843 Fget_buffer_create <cycle 4> [479]
0.00 0.00 559/2843 Fget_buffer_window [1033]
0.00 0.00 2254/2843 Fset_buffer <cycle 4> [897]
[884] 0.0 0.00 0.00 2843 Fget_buffer [884]
0.00 0.00 70/49012 Fcar [807]
0.00 0.00 70/124360 Fstring_equal [797]
-----------------------------------------------
2736 reseat_at_next_visible_line_start <cycle 4> [886]
[885] 0.0 0.00 0.00 2736 forward_to_next_line_start <cycle 4> [885]
2736 set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
134 display_line <cycle 4> [184]
2602 move_it_to <cycle 4> [213]
[886] 0.0 0.00 0.00 2736 reseat_at_next_visible_line_start <cycle 4> [886]
2736 forward_to_next_line_start <cycle 4> [885]
-----------------------------------------------
0.00 0.00 11/2682 re_match_2_internal [83]
0.00 0.00 2671/2682 re_compile_pattern [270]
[887] 0.0 0.00 0.00 2682 skip_one_char [887]
-----------------------------------------------
0.00 0.00 1/2666 fontset_from_font <cycle 4> [343]
0.00 0.00 2/2666 exec_byte_code <cycle 4> [73]
0.00 0.00 2/2666 Fnew_fontset <cycle 4> [371]
0.00 0.00 118/2666 font_prop_validate_symbol [391]
0.00 0.00 140/2666 ftfont_list [211]
0.00 0.00 686/2666 font_parse_family_registry [321]
0.00 0.00 822/2666 Fset_fontset_font <cycle 4> [56]
0.00 0.00 895/2666 fs_query_fontset [324]
[888] 0.0 0.00 0.00 2666 Fdowncase [888]
-----------------------------------------------
510 move_it_vertically_backward <cycle 4> [292]
2127 reseat <cycle 4> [375]
[889] 0.0 0.00 0.00 2637 reseat_1 <cycle 4> [889]
0.00 0.00 2626/8883 bidi_unshelve_cache [827]
2626 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.00 0.00 39/2621 read1 <cycle 5> [300]
0.00 0.00 2582/2621 Fmake_byte_code [248]
[890] 0.0 0.00 0.00 2621 make_byte_code [890]
-----------------------------------------------
45 Ffuncall <cycle 4> [29]
499 shadow_lookup <cycle 4> [459]
2062 Fkey_binding <cycle 4> [352]
[891] 0.0 0.00 0.00 2606 Flookup_key <cycle 4> [891]
0.00 0.00 5065/465106 get_keymap [766]
0.00 0.00 2894/11766 Faref [821]
2894 access_keymap_1 <cycle 4> [305]
2311 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 732/2553 adjust_markers_for_delete [1007]
0.00 0.00 1821/2553 adjust_markers_for_insert [914]
[892] 0.0 0.00 0.00 2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 2/2485 Fset_buffer_multibyte [1450]
0.00 0.00 3/2485 Finsert_file_contents <cycle 4> [351]
0.00 0.00 19/2485 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 729/2485 del_range_1 <cycle 4> [331]
0.00 0.00 731/2485 insert_from_gap [670]
0.00 0.00 1001/2485 insert_from_string_1 <cycle 4> [240]
[893] 0.0 0.00 0.00 2485 invalidate_buffer_caches [893]
0.00 0.00 1003/1006 invalidate_region_cache [983]
-----------------------------------------------
0.00 0.00 6/2446 Fset_buffer_multibyte [1450]
0.00 0.00 8/2446 eval_sub <cycle 4> [176]
0.00 0.00 16/2446 Fframe_or_buffer_changed_p [599]
0.00 0.00 2416/2446 Ffuncall <cycle 4> [29]
[894] 0.0 0.00 0.00 2446 Fbuffer_modified_p [894]
-----------------------------------------------
0.00 0.00 1042/2399 xg_update_menubar [503]
0.00 0.00 1357/2399 xg_item_label_same_p [432]
[895] 0.0 0.00 0.00 2399 get_utf8_string [895]
-----------------------------------------------
760 safe__call <cycle 4> [301]
1544 safe_run_hook_funcall <cycle 4> [933]
[896] 0.0 0.00 0.00 2304 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2304/5577 push_handler [843]
0.00 0.00 1544/1544 safe_run_hooks_1 [934]
1544 call0 <cycle 4> [854]
760 Ffuncall <cycle 4> [29]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
1 Fkill_buffer <cycle 4> [565]
2 buffer_posn_from_coords <cycle 4> [1590]
3 set_window_buffer <cycle 4> [573]
5 message_dolog <cycle 4> [742]
45 select_window <cycle 4> [528]
711 exec_byte_code <cycle 4> [73]
1486 save_excursion_restore <cycle 4> [303]
[897] 0.0 0.00 0.00 2254 Fset_buffer <cycle 4> [897]
0.00 0.00 2254/2843 Fget_buffer [884]
0.00 0.00 3/410271 Fcdr [768]
93 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 1/2249 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 23/2249 decode_live_terminal [1315]
0.00 0.00 2225/2249 Fterminal_live_p [899]
[898] 0.0 0.00 0.00 2249 decode_terminal [898]
-----------------------------------------------
0.00 0.00 2225/2225 Ffuncall <cycle 4> [29]
[899] 0.0 0.00 0.00 2225 Fterminal_live_p [899]
0.00 0.00 2225/2249 decode_terminal [898]
-----------------------------------------------
0.00 0.00 728/2204 Ferase_buffer <cycle 4> [1014]
0.00 0.00 1476/2204 exec_byte_code <cycle 4> [73]
[900] 0.0 0.00 0.00 2204 Fwiden [900]
0.00 0.00 2204/3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1/2152 Fposn_at_x_y [1573]
0.00 0.00 39/2152 remember_mouse_glyph [566]
0.00 0.00 70/2152 window_box_right_offset [1190]
0.00 0.00 70/2152 note_mouse_highlight [419]
0.00 0.00 1972/2152 window_box_left [912]
[901] 0.0 0.00 0.00 2152 window_box_left_offset [901]
0.00 0.00 1705/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 48/2149 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 206/2149 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1895/2149 exec_byte_code <cycle 4> [73]
[902] 0.0 0.00 0.00 2149 Faset [902]
-----------------------------------------------
0.00 0.00 1/2131 eval_sub <cycle 4> [176]
0.00 0.00 2/2131 Fset_charset_priority [444]
0.00 0.00 4/2131 window_list [578]
0.00 0.00 6/2131 Ffuncall <cycle 4> [29]
0.00 0.00 300/2131 exec_byte_code <cycle 4> [73]
0.00 0.00 1818/2131 nconc2 [916]
[903] 0.0 0.00 0.00 2131 Fnconc [903]
0.00 0.00 1990/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 2/2126 record_buffer [654]
0.00 0.00 3/2126 Fkill_buffer <cycle 4> [565]
0.00 0.00 10/2126 Ffuncall <cycle 4> [29]
0.00 0.00 2111/2126 accessible_keymaps_1 <cycle 4> [228]
[904] 0.0 0.00 0.00 2126 Frassq [904]
-----------------------------------------------
0.00 0.00 1/2125 x_load_resources [594]
0.00 0.00 1/2125 xg_store_widget_in_map [1555]
0.00 0.00 2/2125 Fgarbage_collect <cycle 4> [64]
0.00 0.00 6/2125 update_window <cycle 4> [458]
0.00 0.00 13/2125 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 18/2125 text_quoting_style <cycle 4> [434]
0.00 0.00 25/2125 xpalloc [1306]
0.00 0.00 48/2125 enlarge_buffer_text [1247]
0.00 0.00 290/2125 re_compile_pattern [270]
0.00 0.00 309/2125 alloc_destination [713]
0.00 0.00 432/2125 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 980/2125 shrink_regexp_cache [1237]
[905] 0.0 0.00 0.00 2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 1/2119 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1/2119 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1/2119 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 1/2119 Fframe_after_make_frame [1568]
0.00 0.00 1/2119 Fwindow_resize_apply_total [706]
0.00 0.00 1/2119 Fcurrent_window_configuration [526]
0.00 0.00 1/2119 Fother_buffer [570]
0.00 0.00 5/2119 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 12/2119 Fframe_terminal [1354]
0.00 0.00 22/2119 Finternal_get_lisp_face_attribute [571]
0.00 0.00 28/2119 Fminibuffer_window [1295]
0.00 0.00 143/2119 decode_window_system_frame [1147]
0.00 0.00 880/2119 check_fontset_name [325]
0.00 0.00 1022/2119 Fface_font [268]
[906] 0.0 0.00 0.00 2119 decode_live_frame [906]
-----------------------------------------------
12 tool_bar_items <cycle 4> [452]
16 menu_bar_items <cycle 4> [435]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
0.01 0.13 518/9783 read_char <cycle 2> [20]
0.02 0.27 1020/9783 keyremap_step.constprop.45 [27]
[907] 0.0 0.00 0.00 2076 access_keymap <cycle 4> [907]
2076 access_keymap_1 <cycle 4> [305]
1536 get_keyelt <cycle 4> [541]
-----------------------------------------------
2076 Fcommandp <cycle 4> [853]
[908] 0.0 0.00 0.00 2076 funcall_nil <cycle 4> [908]
2076 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/2075 x_wait_for_event [532]
0.00 0.00 5/2075 clear_image_cache [678]
0.00 0.00 49/2075 Fgarbage_collect <cycle 4> [64]
0.00 0.00 68/2075 wait_reading_process_output [44]
0.00 0.00 1950/2075 timer_check [59]
[909] 0.0 0.00 0.00 2075 timespec_sub [909]
-----------------------------------------------
0.00 0.00 1000/2061 signal_after_change <cycle 4> [297]
0.00 0.00 1061/2061 Ffuncall <cycle 4> [29]
[910] 0.0 0.00 0.00 2061 Frun_hook_with_args [910]
-----------------------------------------------
0.00 0.00 2021/2021 delete_cache_boundaries [837]
[911] 0.0 0.00 0.00 2021 move_cache_gap [911]
0.00 0.00 8/25 xpalloc [1306]
-----------------------------------------------
0.00 0.00 1/1972 make_lispy_position <cycle 4> [562]
0.00 0.00 4/1972 get_phys_cursor_geometry [1458]
0.00 0.00 4/1972 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 39/1972 window_relative_x_coord [1271]
0.00 0.00 110/1972 coordinates_in_window [1164]
0.00 0.00 223/1972 window_box_right [1124]
0.00 0.00 223/1972 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 226/1972 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 277/1972 draw_glyphs <cycle 4> [35]
0.00 0.00 409/1972 get_glyph_string_clip_rects [1032]
0.00 0.00 456/1972 window_box <cycle 4> [1048]
[912] 0.0 0.00 0.00 1972 window_box_left [912]
0.00 0.00 1972/2152 window_box_left_offset [901]
-----------------------------------------------
0.00 0.00 1934/1934 exec_byte_code <cycle 4> [73]
[913] 0.0 0.00 0.00 1934 Fbolp [913]
-----------------------------------------------
0.00 0.00 89/1821 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 731/1821 insert_from_gap [670]
0.00 0.00 1001/1821 insert_from_string_1 <cycle 4> [240]
[914] 0.0 0.00 0.00 1821 adjust_markers_for_insert [914]
0.00 0.00 1821/2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 89/1821 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 731/1821 insert_from_gap [670]
0.00 0.00 1001/1821 insert_from_string_1 <cycle 4> [240]
[915] 0.0 0.00 0.00 1821 adjust_overlays_for_insert [915]
-----------------------------------------------
0.00 0.00 2/1818 font_update_drivers [568]
0.00 0.00 3/1818 font_registry_charsets [31]
0.00 0.00 5/1818 Fget_buffer_create <cycle 4> [479]
0.00 0.00 23/1818 where_is_internal <cycle 4> [157]
0.00 0.00 1785/1818 accessible_keymaps_1 <cycle 4> [228]
[916] 0.0 0.00 0.00 1818 nconc2 [916]
0.00 0.00 1818/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 146/1800 realize_face [152]
0.00 0.00 765/1800 x_parse_color [624]
0.00 0.00 889/1800 fs_query_fontset [324]
[917] 0.0 0.00 0.00 1800 c_strcasecmp [917]
-----------------------------------------------
0.00 0.00 1786/1786 Ffuncall <cycle 4> [29]
[918] 0.0 0.00 0.00 1786 Fvectorp [918]
-----------------------------------------------
0.00 0.00 1/1778 merge_face_ref <cycle 1> [684]
0.00 0.00 2/1778 face_for_font [664]
0.00 0.00 9/1778 font_find_for_lface [14]
0.00 0.00 12/1778 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 22/1778 font_parse_xlfd [354]
0.00 0.00 79/1778 realize_face [152]
0.00 0.00 1653/1778 ftfont_pattern_entity [216]
[919] 0.0 0.00 0.00 1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 1/1775 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/1775 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 4/1775 pos_visible_p <cycle 4> [1462]
0.00 0.00 5/1775 message_dolog <cycle 4> [742]
0.00 0.00 6/1775 mark_window_display_accurate_1 [1199]
0.00 0.00 6/1775 unshow_buffer [1468]
0.00 0.00 7/1775 compute_window_start_on_continuation_line [1398]
0.00 0.00 10/1775 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 24/1775 set_vertical_scroll_bar [1293]
0.00 0.00 29/1775 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 48/1775 display_mode_element <cycle 4> [379]
0.00 0.00 49/1775 redisplay_window <cycle 4> [410]
0.00 0.00 93/1775 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1492/1775 set_point_from_marker [938]
[920] 0.0 0.00 0.00 1775 marker_position [920]
-----------------------------------------------
0.00 0.00 1/1762 update_face_from_frame_parameter [688]
0.00 0.00 6/1762 realize_basic_faces [153]
0.00 0.00 22/1762 Finternal_get_lisp_face_attribute [571]
0.00 0.00 84/1762 realize_named_face [155]
0.00 0.00 164/1762 Finternal_make_lisp_face [385]
0.00 0.00 164/1762 Finternal_merge_in_global_face [247]
0.00 0.00 1321/1762 Finternal_set_lisp_face_attribute <cycle 4> [337]
[921] 0.0 0.00 0.00 1762 lface_from_face_name [921]
0.00 0.00 1762/4585 resolve_face_name [856]
-----------------------------------------------
0.00 0.00 4/1742 get_phys_cursor_geometry [1458]
0.00 0.00 14/1742 redisplay_window <cycle 4> [410]
0.00 0.00 27/1742 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 28/1742 get_glyph_string_clip_rects [1032]
0.00 0.00 78/1742 draw_window_fringes <cycle 4> [1181]
0.00 0.00 101/1742 update_window_fringes [450]
0.00 0.00 117/1742 update_window <cycle 4> [458]
0.00 0.00 233/1742 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 1140/1742 init_iterator <cycle 4> [163]
[922] 0.0 0.00 0.00 1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 1/1717 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/1717 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 2/1717 unshow_buffer [1468]
0.00 0.00 4/1717 pos_visible_p <cycle 4> [1462]
0.00 0.00 5/1717 message_dolog <cycle 4> [742]
0.00 0.00 7/1717 compute_window_start_on_continuation_line [1398]
0.00 0.00 10/1717 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 24/1717 display_mode_element <cycle 4> [379]
0.00 0.00 29/1717 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 49/1717 redisplay_window <cycle 4> [410]
0.00 0.00 93/1717 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1492/1717 set_point_from_marker [938]
[923] 0.0 0.00 0.00 1717 marker_byte_position [923]
-----------------------------------------------
3 merge <cycle 4> [1492]
5 Ffile_name_directory <cycle 4> [284]
5 Fdirectory_file_name <cycle 4> [273]
6 Ffile_name_as_directory <cycle 4> [279]
6 Finsert_file_contents <cycle 4> [351]
9 Ffuncall <cycle 4> [29]
15 Ffile_name_nondirectory <cycle 4> [251]
25 adjust_frame_size <cycle 4> [497]
272 readevalloop_eager_expand_eval <cycle 4> [1150]
1367 map_keymap_internal <cycle 4> [680]
[924] 0.0 0.00 0.00 1713 call2 <cycle 4> [924]
1713 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 2/1699 message_dolog <cycle 4> [742]
0.00 0.00 19/1699 signal_after_change <cycle 4> [297]
0.00 0.00 802/1699 make_specified_string [422]
0.00 0.00 876/1699 read1 <cycle 5> [300]
[925] 0.0 0.00 0.00 1699 multibyte_chars_in_text [925]
-----------------------------------------------
0.00 0.00 512/1668 Ffuncall <cycle 4> [29]
0.00 0.00 1156/1668 exec_byte_code <cycle 4> [73]
[926] 0.0 0.00 0.00 1668 Fminus [926]
-----------------------------------------------
0.00 0.00 1623/1623 Ffuncall <cycle 4> [29]
[927] 0.0 0.00 0.00 1623 Fframe_char_height [927]
0.00 0.00 1623/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 2/1589 face_for_font [664]
0.00 0.00 94/1589 realize_face [152]
0.00 0.00 1493/1589 Finternal_merge_in_global_face [247]
[928] 0.0 0.00 0.00 1589 lface_hash [928]
-----------------------------------------------
0.00 0.00 1571/1571 Ffuncall <cycle 4> [29]
[929] 0.0 0.00 0.00 1571 Fpurecopy [929]
-----------------------------------------------
1569 get_next_display_element <cycle 4> [10]
[930] 0.0 0.00 0.00 1569 next_element_from_c_string <cycle 4> [930]
288 get_visually_first_element <cycle 4> [864]
-----------------------------------------------
0.00 0.00 16/1553 styled_format <cycle 4> [369]
0.00 0.00 536/1553 concat [103]
0.00 0.00 1001/1553 insert_from_string_1 <cycle 4> [240]
[931] 0.0 0.00 0.00 1553 copy_text [931]
-----------------------------------------------
0.00 0.00 1549/1549 safe_run_hooks <cycle 4> [276]
[932] 0.0 0.00 0.00 1549 run_hook_with_args [932]
-----------------------------------------------
1544 Fcommandp <cycle 4> [853]
[933] 0.0 0.00 0.00 1544 safe_run_hook_funcall <cycle 4> [933]
1544 internal_condition_case_n <cycle 4> [896]
-----------------------------------------------
0.00 0.00 1544/1544 internal_condition_case_n <cycle 4> [896]
[934] 0.0 0.00 0.00 1544 safe_run_hooks_1 [934]
-----------------------------------------------
510 line_bottom_y <cycle 4> [537]
510 Fvertical_motion <cycle 4> [209]
521 move_it_vertically_backward <cycle 4> [292]
[935] 0.0 0.00 0.00 1541 move_it_by_lines <cycle 4> [935]
1034 move_it_to <cycle 4> [213]
-----------------------------------------------
0.00 0.00 1537/1537 read1 <cycle 5> [300]
[936] 0.0 0.00 0.00 1537 char_string [936]
-----------------------------------------------
0.00 0.00 1504/1504 timer_check [59]
[937] 0.0 0.00 0.00 1504 decode_timer [937]
0.00 0.00 1108/1336 decode_time_components [955]
0.00 0.00 1108/1108 lisp_to_timespec [963]
-----------------------------------------------
0.00 0.00 6/1492 select_window <cycle 4> [528]
0.00 0.00 1486/1492 Fgoto_char [218]
[938] 0.0 0.00 0.00 1492 set_point_from_marker [938]
0.00 0.00 1492/1717 marker_byte_position [923]
0.00 0.00 1492/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 1486/1486 save_excursion_restore <cycle 4> [303]
[939] 0.0 0.00 0.00 1486 Fmarker_buffer [939]
0.00 0.00 1486/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 1486/1486 save_excursion_save [581]
[940] 0.0 0.00 0.00 1486 Fpoint_marker [940]
-----------------------------------------------
0.00 0.00 1486/1486 unbind_to <cycle 4> [244]
[941] 0.0 0.00 0.00 1486 free_misc [941]
-----------------------------------------------
0.00 0.00 1476/1476 unbind_to <cycle 4> [244]
[942] 0.0 0.00 0.00 1476 save_restriction_restore [942]
0.00 0.00 1476/3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1476/1476 exec_byte_code <cycle 4> [73]
[943] 0.0 0.00 0.00 1476 save_restriction_save [943]
-----------------------------------------------
1472 Ffuncall <cycle 4> [29]
[944] 0.0 0.00 0.00 1472 Fput_text_property <cycle 4> [944]
1472 add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
1 Fremove_text_properties <cycle 4> [625]
1471 add_text_properties_1 <cycle 4> [104]
[945] 0.0 0.00 0.00 1472 modify_text_properties <cycle 4> [945]
1472 prepare_to_modify_buffer_1 <cycle 4> [250]
-----------------------------------------------
0.00 0.00 1456/1456 Ffuncall <cycle 4> [29]
[946] 0.0 0.00 0.00 1456 Fscan_sexps [946]
-----------------------------------------------
0.00 0.00 2/1452 Fbuffer_substring [553]
0.00 0.00 1450/1452 Fparse_partial_sexp [33]
[947] 0.0 0.00 0.00 1452 validate_region [947]
-----------------------------------------------
0.00 0.00 1443/1443 Fbackward_prefix_chars [287]
[948] 0.0 0.00 0.00 1443 syntax_prefix_flag_p [948]
-----------------------------------------------
1 x_term_init <cycle 4> [508]
2 select_window <cycle 4> [528]
2 Fload <cycle 4> [411]
5 Fget_buffer_create <cycle 4> [479]
6 Fkill_buffer <cycle 4> [565]
10 update_frame_tool_bar <cycle 4> [446]
24 display_mode_element <cycle 4> [379]
26 Fsubstitute_in_file_name <cycle 4> [312]
58 store_symval_forwarding <cycle 4> [802]
186 readevalloop <cycle 4> [402]
551 mapcar1 <cycle 4> [1186]
0.00 0.01 45/9783 timer_check [59]
0.01 0.13 510/9783 command_loop_1 <cycle 2> [18]
[949] 0.0 0.00 0.00 1426 call1 <cycle 4> [949]
1426 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/1391 fontset_find_font [13]
0.00 0.00 1388/1391 fontset_add [75]
[950] 0.0 0.00 0.00 1391 char_table_ref_and_range [950]
0.00 0.00 1384/1384 sub_char_table_ref_and_range [951]
-----------------------------------------------
2582 sub_char_table_ref_and_range [951]
0.00 0.00 1384/1384 char_table_ref_and_range [950]
[951] 0.0 0.00 0.00 1384+2582 sub_char_table_ref_and_range [951]
2582 sub_char_table_ref_and_range [951]
-----------------------------------------------
0.00 0.00 1/1380 make_face_cache [667]
0.00 0.00 1/1380 x_term_init <cycle 4> [508]
0.00 0.00 1/1380 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/1380 make_image_cache [668]
0.00 0.00 4/1380 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 9/1380 x_parse_color [624]
0.00 0.00 10/1380 lookup_image <cycle 4> [495]
0.00 0.00 20/1380 xpm_load <cycle 4> [1381]
0.00 0.00 1333/1380 make_widget_value [447]
[952] 0.0 0.00 0.00 1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1367/1367 map_keymap_internal <cycle 4> [680]
[953] 0.0 0.00 0.00 1367 map_keymap_call [953]
-----------------------------------------------
0.00 0.00 309/1349 encode_coding [715]
0.00 0.00 310/1349 alloc_destination [713]
0.00 0.00 730/1349 decode_coding <cycle 4> [547]
[954] 0.0 0.00 0.00 1349 coding_set_destination [954]
-----------------------------------------------
0.00 0.00 50/1336 Ffloat_time [1225]
0.00 0.00 178/1336 lisp_time_struct [1135]
0.00 0.00 1108/1336 decode_timer [937]
[955] 0.0 0.00 0.00 1336 decode_time_components [955]
0.00 0.00 32/1041550 gettime [763]
-----------------------------------------------
0.00 0.00 182/1318 readevalloop <cycle 4> [402]
0.00 0.00 1136/1318 read1 <cycle 5> [300]
[956] 0.0 0.00 0.00 1318 unreadchar [956]
0.00 0.00 15/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 1297/1297 single_menu_item <cycle 4> [481]
[957] 0.0 0.00 0.00 1297 parse_menu_item [957]
-----------------------------------------------
0.00 0.00 18/1291 process_tool_bar_item <cycle 4> [333]
0.00 0.00 564/1291 xg_update_submenu [440]
0.00 0.00 709/1291 create_menus [437]
[958] 0.0 0.00 0.00 1291 menu_separator_name_p [958]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [29]
[959] 0.0 0.00 0.00 1225 Flogand [959]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [29]
[960] 0.0 0.00 0.00 1225 Flsh [960]
-----------------------------------------------
0.00 0.00 2/1148 next_window [728]
0.00 0.00 1146/1148 window_list_1 [344]
[961] 0.0 0.00 0.00 1148 candidate_window_p [961]
-----------------------------------------------
0.00 0.00 1140/1140 init_iterator <cycle 4> [163]
[962] 0.0 0.00 0.00 1140 window_display_table [962]
-----------------------------------------------
0.00 0.00 1108/1108 decode_timer [937]
[963] 0.0 0.00 0.00 1108 lisp_to_timespec [963]
-----------------------------------------------
0.00 0.00 1107/1107 font_put_extra [336]
[964] 0.0 0.00 0.00 1107 Fstring_lessp [964]
-----------------------------------------------
0.00 0.00 1092/1092 read1 <cycle 5> [300]
[965] 0.0 0.00 0.00 1092 string_to_number [965]
-----------------------------------------------
0.00 0.00 1084/1084 Fbacktrace_frame [318]
[966] 0.0 0.00 0.00 1084 get_backtrace_frame [966]
0.00 0.00 4336/5997 Findirect_function [839]
-----------------------------------------------
0.00 0.00 3/1074 sweep_buffers [868]
0.00 0.00 37/1074 sweep_misc [1240]
0.00 0.00 37/1074 sweep_vectors [91]
0.00 0.00 997/1074 sweep_strings [1241]
[967] 0.0 0.00 0.00 1074 lisp_free [967]
0.00 0.00 1074/69654 mem_find [801]
-----------------------------------------------
0.00 0.00 4/1073 Fevent_convert_list [1403]
0.00 0.00 1069/1073 Fwhere_is_internal <cycle 4> [326]
[968] 0.0 0.00 0.00 1073 parse_solitary_modifier [968]
-----------------------------------------------
0.00 0.00 4/1071 Ffuncall <cycle 4> [29]
0.00 0.00 1067/1071 Fwhere_is_internal <cycle 4> [326]
[969] 0.0 0.00 0.00 1071 Freverse [969]
-----------------------------------------------
0.00 0.00 35/1055 resize_mini_window <cycle 4> [339]
0.00 0.00 510/1055 Fset_window_vscroll [1068]
0.00 0.00 510/1055 Fvertical_motion <cycle 4> [209]
[970] 0.0 0.00 0.00 1055 extract_float [970]
-----------------------------------------------
0.00 0.00 2/1044 check_ascii [1518]
0.00 0.00 3/1044 detect_coding [1487]
0.00 0.00 309/1044 encode_coding [715]
0.00 0.00 730/1044 decode_coding <cycle 4> [547]
[971] 0.0 0.00 0.00 1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 2/1041 decode_coding_gap <cycle 4> [603]
0.00 0.00 309/1041 encode_coding [715]
0.00 0.00 730/1041 decode_coding <cycle 4> [547]
[972] 0.0 0.00 0.00 1041 get_translation_table [972]
-----------------------------------------------
0.00 0.00 1041/1041 find_newline [630]
[973] 0.0 0.00 0.00 1041 region_cache_forward [973]
0.00 0.00 1041/6164 delete_cache_boundaries [837]
0.00 0.00 1041/8148 find_cache_boundary [829]
-----------------------------------------------
0.00 0.00 1039/1039 unbind_to <cycle 4> [244]
[974] 0.0 0.00 0.00 1039 code_conversion_restore [974]
-----------------------------------------------
0.00 0.00 511/1025 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 514/1025 read_char <cycle 2> [20]
[975] 0.0 0.00 0.00 1025 echo_dash [975]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [29]
[976] 0.0 0.00 0.00 1022 Ffloatp [976]
-----------------------------------------------
0.00 0.00 1022/1022 signal_after_change <cycle 4> [297]
[977] 0.0 0.00 0.00 1022 report_interval_modification [977]
-----------------------------------------------
0.00 0.00 510/1020 test_undefined [40]
0.00 0.00 510/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[978] 0.0 0.00 0.00 1020 Fcommand_remapping [978]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [29]
[979] 0.0 0.00 0.00 1020 Fwindow_hscroll [979]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [29]
[980] 0.0 0.00 0.00 1020 Fwindow_vscroll [980]
-----------------------------------------------
0.00 0.00 510/1020 read_char <cycle 2> [20]
0.00 0.00 510/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[981] 0.0 0.00 0.00 1020 echo_update [981]
-----------------------------------------------
0.00 0.00 2/1020 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2/1020 directory_files_internal <cycle 4> [254]
0.00 0.00 3/1020 record_xmalloc [659]
0.00 0.00 13/1020 digest_single_submenu <cycle 4> [448]
0.00 0.00 1000/1020 signal_after_change <cycle 4> [297]
[982] 0.0 0.00 0.00 1020 record_unwind_protect_ptr [982]
-----------------------------------------------
0.00 0.00 3/1006 Finsert_file_contents <cycle 4> [351]
0.00 0.00 1003/1006 invalidate_buffer_caches [893]
[983] 0.0 0.00 0.00 1006 invalidate_region_cache [983]
0.00 0.00 983/6164 delete_cache_boundaries [837]
-----------------------------------------------
1 set_message_1 <cycle 4> [1628]
1000 general_insert_function <cycle 4> [1080]
[984] 0.0 0.00 0.00 1001 insert_from_string <cycle 4> [984]
1001 insert_from_string_1 <cycle 4> [240]
1001 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 1000/1000 unbind_to <cycle 4> [244]
[985] 0.0 0.00 0.00 1000 reset_var_on_error [985]
-----------------------------------------------
0.00 0.00 34/965 eval_sub <cycle 4> [176]
0.00 0.00 206/965 Fkey_description <cycle 4> [317]
0.00 0.00 258/965 exec_byte_code <cycle 4> [73]
0.00 0.00 467/965 Ffuncall <cycle 4> [29]
[986] 0.0 0.00 0.00 965 Fconcat [986]
-----------------------------------------------
45517 balance_intervals_internal [987]
0.00 0.00 45/964 sweep_buffers [868]
0.00 0.00 919/964 sweep_strings [1241]
[987] 0.0 0.00 0.00 964+45517 balance_intervals_internal [987]
0.00 0.00 45517/312932 balance_an_interval [771]
45517 balance_intervals_internal [987]
-----------------------------------------------
98 mark_object <cycle 4> [46]
866 mark_buffer <cycle 4> [1090]
[988] 0.0 0.00 0.00 964 mark_overlay <cycle 4> [988]
98 mark_object <cycle 4> [46]
-----------------------------------------------
22817 traverse_intervals_noorder <cycle 4> [989]
45 mark_buffer <cycle 4> [1090]
118 mark_face_cache <cycle 4> [1114]
139 mark_localized_symbol <cycle 4> [830]
662 mark_object <cycle 4> [46]
[989] 0.0 0.00 0.00 964+22817 traverse_intervals_noorder <cycle 4> [989]
0.00 0.00 46481/46481 mark_interval [808]
46481 mark_object <cycle 4> [46]
22817 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 961/961 Fremove_text_properties <cycle 4> [625]
[990] 0.0 0.00 0.00 961 remove_properties [990]
0.00 0.00 961/2998 record_property_change [883]
-----------------------------------------------
0.00 0.00 943/943 Ffuncall <cycle 4> [29]
[991] 0.0 0.00 0.00 943 Fset_syntax_table [991]
0.00 0.00 943/943 check_syntax_table [992]
-----------------------------------------------
0.00 0.00 943/943 Fset_syntax_table [991]
[992] 0.0 0.00 0.00 943 check_syntax_table [992]
-----------------------------------------------
0.00 0.00 938/938 Ffuncall <cycle 4> [29]
[993] 0.0 0.00 0.00 938 Fsyntax_table [993]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [412]
[994] 0.0 0.00 0.00 922 lookup_rgb_color [994]
-----------------------------------------------
0.00 0.00 47/917 redisplay_internal [38]
0.00 0.00 73/917 note_mouse_highlight [419]
0.00 0.00 797/917 handle_one_xevent [99]
[995] 0.0 0.00 0.00 917 popup_activated [995]
-----------------------------------------------
61 FletX <cycle 4> [381]
65 Flet <cycle 4> [431]
115 eval_sub <cycle 4> [176]
164 funcall_lambda <cycle 4> [314]
500 Fwhile <cycle 4> [1586]
[996] 0.0 0.00 0.00 905 Fprogn <cycle 4> [996]
1527 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 1/881 Fnew_fontset <cycle 4> [371]
0.00 0.00 880/881 Fset_fontset_font <cycle 4> [56]
[997] 0.0 0.00 0.00 881 free_realized_fontsets [997]
-----------------------------------------------
0.00 0.00 15/870 set_marker_restricted_both [1345]
0.00 0.00 283/870 set_marker_both [1108]
0.00 0.00 572/870 set_marker_internal [747]
[998] 0.0 0.00 0.00 870 live_buffer [998]
-----------------------------------------------
0.00 0.00 831/831 exec_byte_code <cycle 4> [73]
[999] 0.0 0.00 0.00 831 Ftimes [999]
-----------------------------------------------
0.00 0.00 167/821 lisp_string_width [370]
0.00 0.00 654/821 c_string_width [1109]
[1000] 0.0 0.00 0.00 821 char_width [1000]
-----------------------------------------------
0.00 0.00 797/797 handle_one_xevent [99]
[1001] 0.0 0.00 0.00 797 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/98231 Fplist_get [798]
0.00 0.00 3188/69910 Fget [800]
-----------------------------------------------
0.00 0.00 795/795 unbind_to <cycle 4> [244]
[1002] 0.0 0.00 0.00 795 set_buffer_if_live [1002]
-----------------------------------------------
0.00 0.00 745/745 eval_sub <cycle 4> [176]
[1003] 0.0 0.00 0.00 745 Fquote [1003]
-----------------------------------------------
0.00 0.00 744/744 read_vector <cycle 5> [366]
[1004] 0.0 0.00 0.00 744 free_cons [1004]
-----------------------------------------------
0.00 0.00 15/743 Ffuncall <cycle 4> [29]
0.00 0.00 728/743 code_conversion_save <cycle 4> [376]
[1005] 0.0 0.00 0.00 743 Fbuffer_live_p [1005]
-----------------------------------------------
0.00 0.00 733/733 make_buffer_string_both [306]
[1006] 0.0 0.00 0.00 733 update_buffer_properties [1006]
-----------------------------------------------
0.00 0.00 3/732 decide_coding_unwind [1485]
0.00 0.00 729/732 del_range_2 [332]
[1007] 0.0 0.00 0.00 732 adjust_markers_for_delete [1007]
0.00 0.00 732/2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 3/732 decide_coding_unwind [1485]
0.00 0.00 729/732 del_range_2 [332]
[1008] 0.0 0.00 0.00 732 adjust_overlays_for_delete [1008]
-----------------------------------------------
732 sweep_weak_hash_tables <cycle 4> [1243]
[1009] 0.0 0.00 0.00 732 sweep_weak_table <cycle 4> [1009]
0.00 0.00 14382/14382 survives_gc_p [819]
1906 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/729 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 728/729 Ferase_buffer <cycle 4> [1014]
[1010] 0.0 0.00 0.00 729 del_range [1010]
-----------------------------------------------
0.00 0.00 729/729 del_range_2 [332]
[1011] 0.0 0.00 0.00 729 evaporate_overlays [1011]
-----------------------------------------------
0.00 0.00 729/729 del_range_2 [332]
[1012] 0.0 0.00 0.00 729 record_delete [1012]
-----------------------------------------------
0.00 0.00 728/728 decode_coding_object <cycle 4> [307]
[1013] 0.0 0.00 0.00 728 Fbuffer_string [1013]
-----------------------------------------------
728 code_conversion_save <cycle 4> [376]
[1014] 0.0 0.00 0.00 728 Ferase_buffer <cycle 4> [1014]
0.00 0.00 728/2204 Fwiden [900]
0.00 0.00 728/729 del_range [1010]
728 del_range_1 <cycle 4> [331]
-----------------------------------------------
0.00 0.00 728/728 decode_coding <cycle 4> [547]
[1015] 0.0 0.00 0.00 728 decode_coding_utf_8 [1015]
-----------------------------------------------
0.00 0.00 6/710 Finternal_char_font [322]
0.00 0.00 161/710 show_hourglass <cycle 4> [183]
0.00 0.00 161/710 display_line <cycle 4> [184]
0.00 0.00 382/710 extend_face_to_end_of_line [1127]
[1016] 0.0 0.00 0.00 710 lookup_basic_face [1016]
-----------------------------------------------
0.00 0.00 263/695 string_match_1 [256]
0.00 0.00 432/695 display_mode_element <cycle 4> [379]
[1017] 0.0 0.00 0.00 695 string_byte_to_char [1017]
-----------------------------------------------
0.00 0.00 172/678 hscroll_window_tree [498]
0.00 0.00 506/678 Ffuncall <cycle 4> [29]
[1018] 0.0 0.00 0.00 678 Fmarker_position [1018]
0.00 0.00 678/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 35/671 Fwindow_system [1280]
0.00 0.00 636/671 Ffuncall <cycle 4> [29]
[1019] 0.0 0.00 0.00 671 Fframep [1019]
-----------------------------------------------
0.00 0.00 188/670 Fexpand_file_name <cycle 4> [173]
0.00 0.00 482/670 directory_files_internal <cycle 4> [254]
[1020] 0.0 0.00 0.00 670 decode_file_name [1020]
-----------------------------------------------
0.00 0.00 1/652 font_parse_name [350]
0.00 0.00 4/652 make_window [557]
0.00 0.00 6/652 Fmake_hash_table [113]
0.00 0.00 6/652 read1 <cycle 5> [300]
0.00 0.00 7/652 Ffuncall <cycle 4> [29]
0.00 0.00 49/652 Fgarbage_collect <cycle 4> [64]
0.00 0.00 50/652 Ffloat_time [1225]
0.00 0.00 529/652 exec_byte_code <cycle 4> [73]
[1021] 0.0 0.00 0.00 652 make_float [1021]
-----------------------------------------------
0.00 0.00 613/613 Ffuncall <cycle 4> [29]
[1022] 0.0 0.00 0.00 613 Fselected_window [1022]
-----------------------------------------------
0.00 0.00 610/610 Ffuncall <cycle 4> [29]
[1023] 0.0 0.00 0.00 610 Fframe_live_p [1023]
-----------------------------------------------
0.00 0.00 1/610 x_wait_for_event [532]
0.00 0.00 99/610 wait_reading_process_output [44]
0.00 0.00 510/610 start_atimer [383]
[1024] 0.0 0.00 0.00 610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 1/607 Fdo_auto_save <cycle 4> [593]
0.00 0.00 47/607 redisplay_internal [38]
0.00 0.00 49/607 Fgarbage_collect <cycle 4> [64]
0.00 0.00 510/607 command_loop_1 <cycle 2> [18]
[1025] 0.0 0.00 0.00 607 record_unwind_protect_void [1025]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
1 Fdelete_terminal <cycle 4> [1564]
122 map_keymap_canonical <cycle 4> [1158]
467 handle_fontified_prop <cycle 4> [243]
[1026] 0.0 0.00 0.00 591 safe_call <cycle 4> [1026]
591 safe__call <cycle 4> [301]
-----------------------------------------------
0.00 0.00 590/590 Ffuncall <cycle 4> [29]
[1027] 0.0 0.00 0.00 590 Fwindow_live_p [1027]
-----------------------------------------------
0.00 0.00 39/589 redisplay_window <cycle 4> [410]
0.00 0.00 40/589 try_window <cycle 4> [1269]
0.00 0.00 510/589 move_it_vertically_backward <cycle 4> [292]
[1028] 0.0 0.00 0.00 589 default_line_pixel_height [1028]
-----------------------------------------------
0.00 0.00 587/587 Ffuncall <cycle 4> [29]
[1029] 0.0 0.00 0.00 587 Fframe_char_width [1029]
0.00 0.00 587/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 2/575 next_window [728]
0.00 0.00 573/575 window_list_1 [344]
[1030] 0.0 0.00 0.00 575 decode_next_window_args [1030]
0.00 0.00 566/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/571 print_error_message <cycle 4> [1618]
0.00 0.00 2/571 Ffuncall <cycle 4> [29]
0.00 0.00 568/571 process_tool_bar_item <cycle 4> [333]
[1031] 0.0 0.00 0.00 571 Fsubstitute_command_keys [1031]
-----------------------------------------------
0.00 0.00 51/563 x_draw_glyph_string_box [1219]
0.00 0.00 512/563 x_set_glyph_string_clipping [1063]
[1032] 0.0 0.00 0.00 563 get_glyph_string_clip_rects [1032]
0.00 0.00 409/1972 window_box_left [912]
0.00 0.00 409/6062 window_box_width [838]
0.00 0.00 28/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 3/559 Fother_buffer [570]
0.00 0.00 556/559 find_automatic_composition [293]
[1033] 0.0 0.00 0.00 559 Fget_buffer_window [1033]
0.00 0.00 559/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 1/557 Fload <cycle 4> [411]
0.00 0.00 556/557 Ffuncall <cycle 4> [29]
[1034] 0.0 0.00 0.00 557 Fappend [1034]
-----------------------------------------------
0.00 0.00 4/557 Fmatch_data [330]
0.00 0.00 86/557 hscroll_window_tree [498]
0.00 0.00 467/557 exec_byte_code <cycle 4> [73]
[1035] 0.0 0.00 0.00 557 Fset_marker [1035]
-----------------------------------------------
0.00 0.00 556/556 load_charset <cycle 4> [221]
[1036] 0.0 0.00 0.00 556 read_hex [1036]
-----------------------------------------------
0.00 0.00 45/555 bidi_find_paragraph_start [175]
0.00 0.00 510/555 find_newline [630]
[1037] 0.0 0.00 0.00 555 know_region_cache [1037]
0.00 0.00 555/6164 delete_cache_boundaries [837]
-----------------------------------------------
38 read_list <cycle 5> [357]
329 read1 <cycle 5> [300]
0.00 0.00 183/183 read_internal_start [281]
[1038] 0.0 0.00 0.00 550 read0 <cycle 5> [1038]
550 read1 <cycle 5> [300]
-----------------------------------------------
0.00 0.00 544/544 Ffuncall <cycle 4> [29]
[1039] 0.0 0.00 0.00 544 Fsubrp [1039]
-----------------------------------------------
0.00 0.00 542/542 Ffuncall <cycle 4> [29]
[1040] 0.0 0.00 0.00 542 Frun_hook_with_args_until_success [1040]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1041] 0.0 0.00 0.00 541 Fwindow_fringes [1041]
0.00 0.00 541/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1042] 0.0 0.00 0.00 541 Fwindow_header_line_height [1042]
0.00 0.00 1082/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1043] 0.0 0.00 0.00 541 Fwindow_margins [1043]
0.00 0.00 541/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/539 Ffontp [363]
0.00 0.00 1/539 fontset_from_font <cycle 4> [343]
0.00 0.00 2/539 ftfont_list [211]
0.00 0.00 4/539 apply_modifiers [309]
0.00 0.00 4/539 font_prop_validate_symbol [391]
0.00 0.00 47/539 font_parse_family_registry [321]
0.00 0.00 120/539 Ffuncall <cycle 4> [29]
0.00 0.00 172/539 read1 <cycle 5> [300]
0.00 0.00 188/539 font_intern_prop [93]
[1044] 0.0 0.00 0.00 539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 3/538 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/538 readevalloop <cycle 4> [402]
0.00 0.00 4/538 Fload <cycle 4> [411]
0.00 0.00 9/538 wait_reading_process_output [44]
0.00 0.00 518/538 Ffuncall_interactively <cycle 4> [1054]
[1045] 0.0 0.00 0.00 538 record_unwind_protect_int [1045]
-----------------------------------------------
0.00 0.00 531/531 Fsubstring [362]
[1046] 0.0 0.00 0.00 531 copy_text_properties [1046]
0.00 0.00 531/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 529/529 exec_byte_code <cycle 4> [73]
[1047] 0.0 0.00 0.00 529 float_arith_driver [1047]
-----------------------------------------------
6 adjust_frame_size <cycle 4> [497]
29 XTset_vertical_scroll_bar <cycle 4> [475]
44 adjust_glyph_matrix <cycle 4> [1255]
450 XTring_bell <cycle 4> [703]
[1048] 0.0 0.00 0.00 529 window_box <cycle 4> [1048]
0.00 0.00 500/6062 window_box_width [838]
0.00 0.00 456/1972 window_box_left [912]
79 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 2/523 Fcar_less_than_car [1506]
0.00 0.00 521/523 eval_sub <cycle 4> [176]
[1049] 0.0 0.00 0.00 523 Flss [1049]
-----------------------------------------------
0.00 0.00 2/523 Fcar_less_than_car [1506]
0.00 0.00 521/523 eval_sub <cycle 4> [176]
[1050] 0.0 0.00 0.00 523 arithcompare_driver [1050]
0.00 0.00 523/27343 arithcompare [815]
-----------------------------------------------
0.00 0.00 522/522 read_char <cycle 2> [20]
[1051] 0.0 0.00 0.00 522 event_to_kboard [1051]
-----------------------------------------------
0.00 0.00 522/522 read_char <cycle 2> [20]
[1052] 0.0 0.00 0.00 522 kbd_on_hold_p [1052]
-----------------------------------------------
0.00 0.00 518/518 Ffuncall <cycle 4> [29]
[1053] 0.0 0.00 0.00 518 Farrayp [1053]
-----------------------------------------------
518 Ffuncall <cycle 4> [29]
[1054] 0.0 0.00 0.00 518 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 518/227551 grow_specpdl [779]
0.00 0.00 518/538 record_unwind_protect_int [1045]
0.00 0.00 518/518 temporarily_switch_to_single_kboard [1056]
518 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 518/518 Fcall_interactively <cycle 4> [106]
[1055] 0.0 0.00 0.00 518 Finteractive_form [1055]
0.00 0.00 518/427893 indirect_function [767]
0.00 0.00 518/98231 Fplist_get [798]
0.00 0.00 518/69910 Fget [800]
-----------------------------------------------
0.00 0.00 518/518 Ffuncall_interactively <cycle 4> [1054]
[1056] 0.0 0.00 0.00 518 temporarily_switch_to_single_kboard [1056]
-----------------------------------------------
0.00 0.00 517/517 unbind_to <cycle 4> [244]
[1057] 0.0 0.00 0.00 517 restore_kboard_configuration [1057]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [29]
[1058] 0.0 0.00 0.00 516 Fskip_syntax_forward [1058]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1059] 0.0 0.00 0.00 515 Fborder_width [1059]
0.00 0.00 515/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1060] 0.0 0.00 0.00 515 Fwindow_body_height [1060]
0.00 0.00 515/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1061] 0.0 0.00 0.00 515 Fwindow_body_width [1061]
0.00 0.00 515/515 window_body_width [1062]
0.00 0.00 515/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 515/515 Fwindow_body_width [1061]
[1062] 0.0 0.00 0.00 515 window_body_width [1062]
-----------------------------------------------
0.00 0.00 512/512 x_draw_glyph_string <cycle 4> [428]
[1063] 0.0 0.00 0.00 512 x_set_glyph_string_clipping [1063]
0.00 0.00 512/563 get_glyph_string_clip_rects [1032]
-----------------------------------------------
0.00 0.00 1/511 Fposn_at_x_y [1573]
0.00 0.00 510/511 Fvertical_motion <cycle 4> [209]
[1064] 0.0 0.00 0.00 511 decode_live_window [1064]
-----------------------------------------------
0.00 0.00 511/511 read_key_sequence.constprop.44 <cycle 2> [15]
[1065] 0.0 0.00 0.00 511 echo_keystrokes_p [1065]
-----------------------------------------------
0.00 0.00 1/511 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 510/511 Fvertical_motion <cycle 4> [209]
[1066] 0.0 0.00 0.00 511 move_it_in_display_line [1066]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1067] 0.0 0.00 0.00 510 Fabs [1067]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1068] 0.0 0.00 0.00 510 Fset_window_vscroll [1068]
0.00 0.00 510/1055 extract_float [970]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1069] 0.0 0.00 0.00 510 Fx_hide_tip [1069]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[1070] 0.0 0.00 0.00 510 add_command_key [1070]
-----------------------------------------------
0.00 0.00 510/510 read_key_sequence.constprop.44 <cycle 2> [15]
[1071] 0.0 0.00 0.00 510 follow_key [1071]
0.00 0.00 510/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[1072] 0.0 0.00 0.00 510 record_char [1072]
0.00 0.00 510/510 store_kbd_macro_char [1074]
-----------------------------------------------
0.00 0.00 510/510 start_atimer [383]
[1073] 0.0 0.00 0.00 510 schedule_atimer [1073]
-----------------------------------------------
0.00 0.00 510/510 record_char [1072]
[1074] 0.0 0.00 0.00 510 store_kbd_macro_char [1074]
-----------------------------------------------
0.00 0.00 509/509 Ffuncall <cycle 4> [29]
[1075] 0.0 0.00 0.00 509 Fbuffer_name [1075]
-----------------------------------------------
509 Ffuncall <cycle 4> [29]
[1076] 0.0 0.00 0.00 509 Fline_pixel_height <cycle 4> [1076]
509 start_display <cycle 4> [197]
509 line_bottom_y <cycle 4> [537]
-----------------------------------------------
0.00 0.00 506/506 Ffuncall <cycle 4> [29]
[1077] 0.0 0.00 0.00 506 Fwindow_start [1077]
-----------------------------------------------
0.00 0.00 500/500 eval_sub <cycle 4> [176]
[1078] 0.0 0.00 0.00 500 Fadd1 [1078]
-----------------------------------------------
500 eval_sub <cycle 4> [176]
[1079] 0.0 0.00 0.00 500 Finsert <cycle 4> [1079]
500 general_insert_function <cycle 4> [1080]
-----------------------------------------------
500 Finsert <cycle 4> [1079]
[1080] 0.0 0.00 0.00 500 general_insert_function <cycle 4> [1080]
1000 update_compositions <cycle 4> [154]
1000 insert_from_string <cycle 4> [984]
-----------------------------------------------
0.00 0.00 484/484 directory_files_internal <cycle 4> [254]
[1081] 0.0 0.00 0.00 484 read_dirent [1081]
-----------------------------------------------
30 x_draw_glyph_string <cycle 4> [428]
446 draw_fringe_bitmap_1 <cycle 4> [304]
[1082] 0.0 0.00 0.00 476 x_draw_fringe_bitmap <cycle 4> [1082]
446 XTring_bell <cycle 4> [703]
-----------------------------------------------
0.00 0.00 467/467 Ffuncall <cycle 4> [29]
[1083] 0.0 0.00 0.00 467 Frun_hook_wrapped [1083]
-----------------------------------------------
467 Fcommandp <cycle 4> [853]
[1084] 0.0 0.00 0.00 467 run_hook_wrapped_funcall <cycle 4> [1084]
467 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[1085] 0.0 0.00 0.00 460 init_glyph_string [1085]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[1086] 0.0 0.00 0.00 460 set_glyph_string_background_width [1086]
-----------------------------------------------
223 draw_row_fringe_bitmaps <cycle 4> [1123]
223 draw_window_fringes <cycle 4> [1181]
[1087] 0.0 0.00 0.00 446 draw_fringe_bitmap <cycle 4> [1087]
446 draw_fringe_bitmap_1 <cycle 4> [304]
-----------------------------------------------
0.00 0.00 1/439 xg_store_widget_in_map [1555]
0.00 0.00 6/439 update_window <cycle 4> [458]
0.00 0.00 432/439 adjust_glyph_matrix <cycle 4> [1255]
[1088] 0.0 0.00 0.00 439 xnrealloc [1088]
-----------------------------------------------
0.00 0.00 434/434 Fsingle_key_description <cycle 4> [544]
[1089] 0.0 0.00 0.00 434 push_key_description [1089]
-----------------------------------------------
44 mark_object <cycle 4> [46]
58 mark_localized_symbol <cycle 4> [830]
92 mark_vectorlike <cycle 4> [127]
239 Fgarbage_collect <cycle 4> [64]
[1090] 0.0 0.00 0.00 433 mark_buffer <cycle 4> [1090]
866 mark_overlay <cycle 4> [988]
433 mark_vectorlike <cycle 4> [127]
45 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 398/398 x_draw_glyph_string <cycle 4> [428]
[1091] 0.0 0.00 0.00 398 x_draw_stretch_glyph_string [1091]
0.00 0.00 245/245 x_clear_glyph_string_rect [1115]
-----------------------------------------------
0.00 0.00 386/386 Ffuncall <cycle 4> [29]
[1092] 0.0 0.00 0.00 386 Fstring_match [1092]
-----------------------------------------------
0.00 0.00 385/385 Ffuncall <cycle 4> [29]
[1093] 0.0 0.00 0.00 385 Fkeymapp [1093]
0.00 0.00 385/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 24/376 display_mode_line <cycle 4> [472]
0.00 0.00 352/376 display_line <cycle 4> [184]
[1094] 0.0 0.00 0.00 376 compute_line_metrics [1094]
0.00 0.00 376/376 row_hash [1096]
-----------------------------------------------
0.00 0.00 24/376 display_mode_line <cycle 4> [472]
0.00 0.00 352/376 display_line <cycle 4> [184]
[1095] 0.0 0.00 0.00 376 prepare_desired_row [1095]
-----------------------------------------------
0.00 0.00 376/376 compute_line_metrics [1094]
[1096] 0.0 0.00 0.00 376 row_hash [1096]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [114]
4 message3_nolog <cycle 4> [1532]
0.00 0.03 103/9783 redisplay_internal [38]
0.01 0.07 257/9783 wait_reading_process_output [44]
[1097] 0.0 0.00 0.00 366 do_pending_window_change <cycle 4> [1097]
0.00 0.00 4/21 change_frame_size_1 [1321]
4 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
23 Fload <cycle 4> [411]
314 menu_item_eval_property <cycle 4> [109]
0.00 0.00 14/9783 redisplay_windows [179]
0.00 0.00 15/9783 redisplay_internal [38]
[1098] 0.0 0.00 0.00 366 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 366/5577 push_handler [843]
0.00 0.00 314/314 eval_dyn [1103]
314 unbind_to <cycle 4> [244]
314 Feval <cycle 4> [320]
23 Fsubstitute_in_file_name <cycle 4> [312]
15 redisplay_window_1 <cycle 4> [1344]
14 redisplay_window_0 <cycle 4> [1348]
-----------------------------------------------
0.00 0.00 92/340 update_window <cycle 4> [458]
0.00 0.00 248/340 Finternal_show_cursor_p [1110]
[1099] 0.0 0.00 0.00 340 assign_row [1099]
-----------------------------------------------
0.00 0.00 1/334 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 1/334 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/334 x_set_left_fringe [1652]
0.00 0.00 1/334 x_set_right_fringe [1656]
0.00 0.00 1/334 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/334 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1/334 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1/334 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/334 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 2/334 x_set_font <cycle 4> [189]
0.00 0.00 2/334 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 3/334 free_realized_face [116]
0.00 0.00 5/334 redraw_frame <cycle 4> [683]
0.00 0.00 8/334 xg_update_scrollbar_pos [662]
0.00 0.00 13/334 adjust_frame_size <cycle 4> [497]
0.00 0.00 16/334 realize_face [152]
0.00 0.00 17/334 xg_frame_resized [1332]
0.00 0.00 81/334 Finternal_make_lisp_face [385]
0.00 0.00 178/334 Finternal_set_lisp_face_attribute <cycle 4> [337]
[1100] 0.0 0.00 0.00 334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 92/326 Fwindow_parameter [717]
0.00 0.00 234/326 Fwindow_buffer [1116]
[1101] 0.0 0.00 0.00 326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 1/315 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 2/315 xg_set_icon <cycle 4> [699]
0.00 0.00 2/315 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/315 Fload <cycle 4> [411]
0.00 0.00 3/315 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/315 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/315 directory_files_internal <cycle 4> [254]
0.00 0.00 10/315 xpm_load <cycle 4> [1381]
0.00 0.00 12/315 x_find_image_fd <cycle 4> [500]
0.00 0.00 22/315 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 26/315 Ffile_readable_p <cycle 4> [311]
0.00 0.00 40/315 Ffile_directory_p <cycle 4> [285]
0.00 0.00 188/315 openp <cycle 4> [220]
[1102] 0.0 0.00 0.00 315 encode_file_name [1102]
-----------------------------------------------
0.00 0.00 314/314 internal_condition_case_1 <cycle 4> [1098]
[1103] 0.0 0.00 0.00 314 eval_dyn [1103]
-----------------------------------------------
0.00 0.00 95/311 update_window <cycle 4> [458]
0.00 0.00 216/311 add_row_entry [1117]
[1104] 0.0 0.00 0.00 311 row_equal_p.constprop.18 [1104]
-----------------------------------------------
0.00 0.00 309/309 encode_coding [715]
[1105] 0.0 0.00 0.00 309 consume_chars [1105]
-----------------------------------------------
0.00 0.00 304/304 Ffuncall <cycle 4> [29]
[1106] 0.0 0.00 0.00 304 Fwindow_valid_p [1106]
-----------------------------------------------
0.00 0.00 16/292 lisp_string_width [370]
0.00 0.00 276/292 c_string_width [1109]
[1107] 0.0 0.00 0.00 292 buffer_display_table [1107]
-----------------------------------------------
0.00 0.00 1/283 Fset_window_configuration <cycle 4> [702]
0.00 0.00 3/283 run_window_scroll_functions [1496]
0.00 0.00 3/283 redisplay_window <cycle 4> [410]
0.00 0.00 5/283 select_window <cycle 4> [528]
0.00 0.00 6/283 set_window_buffer <cycle 4> [573]
0.00 0.00 40/283 try_window <cycle 4> [1269]
0.00 0.00 62/283 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 70/283 resize_mini_window <cycle 4> [339]
0.00 0.00 93/283 unwind_with_echo_area_buffer <cycle 4> [1282]
[1108] 0.0 0.00 0.00 283 set_marker_both [1108]
0.00 0.00 283/870 live_buffer [998]
0.00 0.00 283/3039 CHECK_MARKER [882]
0.00 0.00 190/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 4/276 doprnt <cycle 4> [1454]
0.00 0.00 42/276 store_mode_line_noprop [1267]
0.00 0.00 230/276 display_mode_element <cycle 4> [379]
[1109] 0.0 0.00 0.00 276 c_string_width [1109]
0.00 0.00 654/821 char_width [1000]
0.00 0.00 276/292 buffer_display_table [1107]
-----------------------------------------------
0.00 0.00 24/272 Ffuncall <cycle 4> [29]
0.00 0.00 248/272 update_window_line <cycle 4> [517]
[1110] 0.0 0.00 0.00 272 Finternal_show_cursor_p [1110]
0.00 0.00 248/340 assign_row [1099]
0.00 0.00 24/61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 266/266 store_mode_line_noprop [1267]
[1111] 0.0 0.00 0.00 266 store_mode_line_noprop_char [1111]
-----------------------------------------------
0.00 0.00 257/257 wait_reading_process_output [44]
[1112] 0.0 0.00 0.00 257 requeued_events_pending_p [1112]
-----------------------------------------------
0.00 0.00 3/257 xg_update_scrollbar_pos [662]
0.00 0.00 8/257 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 16/257 handle_one_xevent [99]
0.00 0.00 230/257 x_clear_frame_area [1121]
[1113] 0.0 0.00 0.00 257 x_clear_area [1113]
-----------------------------------------------
252 mark_object <cycle 4> [46]
[1114] 0.0 0.00 0.00 252 mark_face_cache <cycle 4> [1114]
15376 mark_object <cycle 4> [46]
225 mark_vectorlike <cycle 4> [127]
118 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 245/245 x_draw_stretch_glyph_string [1091]
[1115] 0.0 0.00 0.00 245 x_clear_glyph_string_rect [1115]
-----------------------------------------------
0.00 0.00 10/239 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 229/239 Ffuncall <cycle 4> [29]
[1116] 0.0 0.00 0.00 239 Fwindow_buffer [1116]
0.00 0.00 234/326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 234/234 update_window <cycle 4> [458]
[1117] 0.0 0.00 0.00 234 add_row_entry [1117]
0.00 0.00 216/311 row_equal_p.constprop.18 [1104]
-----------------------------------------------
233 update_window_line <cycle 4> [517]
[1118] 0.0 0.00 0.00 233 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 233/1742 window_text_bottom_y [922]
0.00 0.00 226/1972 window_box_left [912]
0.00 0.00 226/6062 window_box_width [838]
0.00 0.00 226/230 x_clear_frame_area [1121]
25 show_hourglass <cycle 4> [183]
-----------------------------------------------
232 eval_sub <cycle 4> [176]
[1119] 0.0 0.00 0.00 232 Fand <cycle 4> [1119]
311 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 230/230 update_window_line <cycle 4> [517]
[1120] 0.0 0.00 0.00 230 x_after_update_window_line [1120]
-----------------------------------------------
0.00 0.00 4/230 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 226/230 x_clear_end_of_line <cycle 4> [1118]
[1121] 0.0 0.00 0.00 230 x_clear_frame_area [1121]
0.00 0.00 230/257 x_clear_area [1113]
-----------------------------------------------
0.00 0.00 50/228 Ffloat_time [1225]
0.00 0.00 178/228 lisp_time_struct [1135]
[1122] 0.0 0.00 0.00 228 disassemble_lisp_time [1122]
-----------------------------------------------
223 draw_window_fringes <cycle 4> [1181]
[1123] 0.0 0.00 0.00 223 draw_row_fringe_bitmaps <cycle 4> [1123]
223 draw_fringe_bitmap <cycle 4> [1087]
-----------------------------------------------
0.00 0.00 223/223 draw_fringe_bitmap_1 <cycle 4> [304]
[1124] 0.0 0.00 0.00 223 window_box_right [1124]
0.00 0.00 223/1972 window_box_left [912]
0.00 0.00 223/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 31/219 eval_sub <cycle 4> [176]
0.00 0.00 51/219 Ffuncall <cycle 4> [29]
0.00 0.00 137/219 Fdefvar <cycle 4> [454]
[1125] 0.0 0.00 0.00 219 Fdefault_boundp [1125]
0.00 0.00 219/3434 default_value [867]
0.00 0.00 45/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/216 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 215/216 digest_single_submenu <cycle 4> [448]
[1126] 0.0 0.00 0.00 216 code_convert_string_norecord [1126]
-----------------------------------------------
0.00 0.00 24/215 display_mode_line <cycle 4> [472]
0.00 0.00 191/215 display_line <cycle 4> [184]
[1127] 0.0 0.00 0.00 215 extend_face_to_end_of_line [1127]
0.00 0.00 382/710 lookup_basic_face [1016]
-----------------------------------------------
208 mark_object <cycle 4> [46]
[1128] 0.0 0.00 0.00 208 mark_discard_killed_buffers <cycle 4> [1128]
208 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 11/200 Fgetenv_internal [569]
0.00 0.00 189/200 egetenv_internal [1131]
[1129] 0.0 0.00 0.00 200 getenv_internal [1129]
0.00 0.00 200/200 getenv_internal_1 [1130]
-----------------------------------------------
0.00 0.00 200/200 getenv_internal [1129]
[1130] 0.0 0.00 0.00 200 getenv_internal_1 [1130]
-----------------------------------------------
0.00 0.00 1/189 x_term_init <cycle 4> [508]
0.00 0.00 188/189 Fexpand_file_name <cycle 4> [173]
[1131] 0.0 0.00 0.00 189 egetenv_internal [1131]
0.00 0.00 189/200 getenv_internal [1129]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [29]
[1132] 0.0 0.00 0.00 183 Fread [1132]
-----------------------------------------------
0.00 0.00 46/181 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 135/181 Fexpand_file_name <cycle 4> [173]
[1133] 0.0 0.00 0.00 181 Fnext_read_file_uses_dialog_p [1133]
-----------------------------------------------
0.00 0.00 179/179 x_defined_color [511]
[1134] 0.0 0.00 0.00 179 xg_check_special_colors [1134]
-----------------------------------------------
0.00 0.00 52/178 Ftime_less_p [1297]
0.00 0.00 126/178 time_arith [445]
[1135] 0.0 0.00 0.00 178 lisp_time_struct [1135]
0.00 0.00 178/228 disassemble_lisp_time [1122]
0.00 0.00 178/1336 decode_time_components [955]
-----------------------------------------------
0.00 0.00 175/175 x_alloc_nearest_color [1137]
[1136] 0.0 0.00 0.00 175 gamma_correct [1136]
-----------------------------------------------
0.00 0.00 2/175 x_setup_relief_color [1551]
0.00 0.00 173/175 x_defined_color [511]
[1137] 0.0 0.00 0.00 175 x_alloc_nearest_color [1137]
0.00 0.00 175/175 gamma_correct [1136]
-----------------------------------------------
0.00 0.00 2/172 emacs_fopen [1523]
0.00 0.00 2/172 open_directory [698]
0.00 0.00 3/172 Finsert_file_contents <cycle 4> [351]
0.00 0.00 165/172 openp <cycle 4> [220]
[1138] 0.0 0.00 0.00 172 emacs_open [1138]
-----------------------------------------------
120 display_mode_element <cycle 4> [379]
0.00 0.01 49/9783 redisplay_internal [38]
[1139] 0.0 0.00 0.00 169 safe__call1 <cycle 4> [1139]
169 safe__call <cycle 4> [301]
-----------------------------------------------
0.00 0.00 1/161 Fx_create_frame <cycle 4> [202]
0.00 0.00 13/161 Fx_get_resource [1349]
0.00 0.00 46/161 Fx_display_color_cells [1254]
0.00 0.00 101/161 Fxw_display_color_p [1167]
[1140] 0.0 0.00 0.00 161 check_x_display_info [1140]
0.00 0.00 107/143 decode_window_system_frame [1147]
-----------------------------------------------
0.00 0.00 161/161 load_color2 [514]
[1141] 0.0 0.00 0.00 161 defined_color [1141]
-----------------------------------------------
0.00 0.00 2/160 x_new_font <cycle 4> [588]
0.00 0.00 8/160 font_open_entity [392]
0.00 0.00 150/160 show_hourglass <cycle 4> [183]
[1142] 0.0 0.00 0.00 160 normal_char_ascent_descent [1142]
-----------------------------------------------
0.00 0.00 26/157 redisplay_window <cycle 4> [410]
0.00 0.00 61/157 redisplay_internal [38]
0.00 0.00 70/157 note_mouse_highlight [419]
[1143] 0.0 0.00 0.00 157 window_outdated [1143]
-----------------------------------------------
0.00 0.00 8/148 handle_one_xevent [99]
0.00 0.00 140/148 note_mouse_highlight [419]
[1144] 0.0 0.00 0.00 148 clear_mouse_face [1144]
-----------------------------------------------
147 eval_sub <cycle 4> [176]
[1145] 0.0 0.00 0.00 147 Fif <cycle 4> [1145]
0.00 0.00 55/49012 Fcar [807]
147 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 3/146 set_window_buffer <cycle 4> [573]
0.00 0.00 4/146 delete_all_child_windows [1521]
0.00 0.00 4/146 Fset_window_configuration <cycle 4> [702]
0.00 0.00 31/146 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 31/146 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 73/146 wset_buffer [1184]
[1146] 0.0 0.00 0.00 146 adjust_window_count [1146]
-----------------------------------------------
0.00 0.00 1/143 Fx_wm_set_size_hint [523]
0.00 0.00 1/143 Fx_backspace_delete_keys_p [589]
0.00 0.00 2/143 Fx_change_window_property [550]
0.00 0.00 6/143 Fxw_color_values [548]
0.00 0.00 6/143 Fx_register_dnd_atom [509]
0.00 0.00 20/143 Fimage_mask_p <cycle 4> [640]
0.00 0.00 107/143 check_x_display_info [1140]
[1147] 0.0 0.00 0.00 143 decode_window_system_frame [1147]
0.00 0.00 143/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 7/140 sit_for [41]
0.00 0.00 133/140 wait_reading_process_output [44]
[1148] 0.0 0.00 0.00 140 detect_input_pending [1148]
-----------------------------------------------
0.00 0.00 1/139 Fcommandp <cycle 4> [853]
0.00 0.00 138/139 exec_byte_code <cycle 4> [73]
[1149] 0.0 0.00 0.00 139 Fsymbol_function [1149]
-----------------------------------------------
136 readevalloop <cycle 4> [402]
[1150] 0.0 0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1150]
272 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 13/135 parse_single_submenu <cycle 4> [494]
0.00 0.00 122/135 Ffuncall <cycle 4> [29]
[1151] 0.0 0.00 0.00 135 Fkeymap_prompt [1151]
0.00 0.00 1408/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 134/134 wait_reading_process_output [44]
[1152] 0.0 0.00 0.00 134 clear_waiting_for_input [1152]
-----------------------------------------------
0.00 0.00 134/134 wait_reading_process_output [44]
[1153] 0.0 0.00 0.00 134 set_waiting_for_input [1153]
-----------------------------------------------
0.00 0.00 1/133 delete_frame <cycle 4> [230]
0.00 0.00 2/133 Fset_charset_priority [444]
0.00 0.00 2/133 Fkill_local_variable <cycle 4> [741]
0.00 0.00 3/133 Fkill_buffer <cycle 4> [565]
0.00 0.00 6/133 frames_discard_buffer [1489]
0.00 0.00 6/133 record_buffer [654]
0.00 0.00 28/133 font_put_extra [336]
0.00 0.00 85/133 Ffuncall <cycle 4> [29]
[1154] 0.0 0.00 0.00 133 Fdelq [1154]
0.00 0.00 15/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 7/133 unload_color [663]
0.00 0.00 126/133 free_realized_face [116]
[1155] 0.0 0.00 0.00 133 x_free_colors [1155]
-----------------------------------------------
0.00 0.00 2/124 init_kboard [655]
0.00 0.00 122/124 Ffuncall <cycle 4> [29]
[1156] 0.0 0.00 0.00 124 Fmake_sparse_keymap [1156]
-----------------------------------------------
122 Ffuncall <cycle 4> [29]
[1157] 0.0 0.00 0.00 122 Fmap_keymap <cycle 4> [1157]
122 map_keymap <cycle 4> [865]
-----------------------------------------------
16 menu_bar_items <cycle 4> [435]
106 single_keymap_panes <cycle 4> [616]
[1158] 0.0 0.00 0.00 122 map_keymap_canonical <cycle 4> [1158]
0.00 0.00 122/122 safe_call1 [1159]
122 safe_call <cycle 4> [1026]
-----------------------------------------------
0.00 0.00 122/122 map_keymap_canonical <cycle 4> [1158]
[1159] 0.0 0.00 0.00 122 safe_call1 [1159]
-----------------------------------------------
0.00 0.00 121/121 eval_sub <cycle 4> [176]
[1160] 0.0 0.00 0.00 121 Feq [1160]
-----------------------------------------------
0.00 0.00 120/120 handle_one_xevent [99]
[1161] 0.0 0.00 0.00 120 xft_settings_event [1161]
-----------------------------------------------
0.00 0.00 4/119 readevalloop <cycle 4> [402]
0.00 0.00 115/119 Ffuncall <cycle 4> [29]
[1162] 0.0 0.00 0.00 119 Ffile_name_absolute_p [1162]
-----------------------------------------------
0.00 0.00 118/118 foreach_window_1 [608]
[1163] 0.0 0.00 0.00 118 check_window_containing [1163]
0.00 0.00 118/118 coordinates_in_window [1164]
-----------------------------------------------
0.00 0.00 118/118 check_window_containing [1163]
[1164] 0.0 0.00 0.00 118 coordinates_in_window [1164]
0.00 0.00 330/6062 window_box_width [838]
0.00 0.00 110/1972 window_box_left [912]
-----------------------------------------------
0.00 0.00 1/113 xg_update_menubar [503]
0.00 0.00 112/113 xg_item_label_same_p [432]
[1165] 0.0 0.00 0.00 113 make_widget_for_menu_item [1165]
-----------------------------------------------
1 move_it_vertically_backward <cycle 4> [292]
12 redisplay_window <cycle 4> [410]
20 required_matrix_height <cycle 4> [1312]
79 window_box <cycle 4> [1048]
[1166] 0.0 0.00 0.00 112 window_box_height <cycle 4> [1166]
15 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.00 0.00 22/101 Ffuncall <cycle 4> [29]
0.00 0.00 79/101 face_color_supported_p [1180]
[1167] 0.0 0.00 0.00 101 Fxw_display_color_p [1167]
0.00 0.00 101/161 check_x_display_info [1140]
-----------------------------------------------
0.00 0.00 20/100 xpm_load <cycle 4> [1381]
0.00 0.00 30/100 x_build_heuristic_mask [1377]
0.00 0.00 50/100 lookup_image <cycle 4> [495]
[1168] 0.0 0.00 0.00 100 image_spec_value [1168]
-----------------------------------------------
0.00 0.00 18/100 redisplay_window <cycle 4> [410]
0.00 0.00 82/100 display_line <cycle 4> [184]
[1169] 0.0 0.00 0.00 100 row_for_charpos_p [1169]
-----------------------------------------------
0.00 0.00 2/96 face_for_font [664]
0.00 0.00 94/96 realize_face [152]
[1170] 0.0 0.00 0.00 96 cache_face [1170]
-----------------------------------------------
0.00 0.00 4/94 save_window_save [634]
0.00 0.00 90/94 Fbuffer_local_value [1173]
[1171] 0.0 0.00 0.00 94 buffer_local_value [1171]
-----------------------------------------------
0.00 0.00 93/93 Ffuncall <cycle 4> [29]
[1172] 0.0 0.00 0.00 93 Fwindowp [1172]
-----------------------------------------------
0.00 0.00 4/90 Ffuncall <cycle 4> [29]
0.00 0.00 86/90 hscroll_window_tree [498]
[1173] 0.0 0.00 0.00 90 Fbuffer_local_value [1173]
0.00 0.00 90/94 buffer_local_value [1171]
0.00 0.00 86/3215 Fdefault_value [874]
-----------------------------------------------
0.00 0.00 44/89 set_internal [145]
0.00 0.00 45/89 Fmake_local_variable <cycle 4> [436]
[1174] 0.0 0.00 0.00 89 let_shadows_buffer_binding_p [1174]
0.00 0.00 89/41387 Fcurrent_buffer [809]
-----------------------------------------------
0.00 0.00 86/86 hscroll_window_tree [498]
[1175] 0.0 0.00 0.00 86 Fwindow_old_point [1175]
0.00 0.00 86/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 86/86 hscroll_window_tree [498]
[1176] 0.0 0.00 0.00 86 Fwindow_point [1176]
0.00 0.00 86/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/82 set_message_1 <cycle 4> [1628]
0.00 0.00 1/82 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 2/82 unshow_buffer [1468]
0.00 0.00 2/82 Fset_buffer_multibyte [1450]
0.00 0.00 2/82 scan_newline [743]
0.00 0.00 3/82 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/82 decide_coding_unwind [1485]
0.00 0.00 10/82 message_dolog <cycle 4> [742]
0.00 0.00 58/82 redisplay_window <cycle 4> [410]
[1177] 0.0 0.00 0.00 82 temp_set_point_both [1177]
-----------------------------------------------
82 display_and_set_cursor <cycle 4> [496]
[1178] 0.0 0.00 0.00 82 x_draw_window_cursor <cycle 4> [1178]
0.00 0.00 48/48 xic_set_preeditarea [1250]
0.00 0.00 4/8 get_phys_cursor_glyph [1390]
0.00 0.00 4/4 get_phys_cursor_geometry [1458]
28 draw_phys_cursor_glyph <cycle 4> [1208]
4 XTring_bell <cycle 4> [703]
-----------------------------------------------
0.00 0.00 80/80 handle_one_xevent [99]
[1179] 0.0 0.00 0.00 80 x_handle_property_notify [1179]
-----------------------------------------------
0.00 0.00 79/79 realize_face [152]
[1180] 0.0 0.00 0.00 79 face_color_supported_p [1180]
0.00 0.00 79/101 Fxw_display_color_p [1167]
-----------------------------------------------
78 x_update_window_end <cycle 4> [563]
[1181] 0.0 0.00 0.00 78 draw_window_fringes <cycle 4> [1181]
0.00 0.00 78/1742 window_text_bottom_y [922]
223 draw_fringe_bitmap <cycle 4> [1087]
223 draw_row_fringe_bitmaps <cycle 4> [1123]
-----------------------------------------------
0.00 0.00 78/78 update_window <cycle 4> [458]
[1182] 0.0 0.00 0.00 78 x_update_window_begin [1182]
-----------------------------------------------
0.00 0.00 73/73 eval_sub <cycle 4> [176]
[1183] 0.0 0.00 0.00 73 Fnull [1183]
-----------------------------------------------
0.00 0.00 3/73 set_window_buffer <cycle 4> [573]
0.00 0.00 4/73 delete_all_child_windows [1521]
0.00 0.00 4/73 Fset_window_configuration <cycle 4> [702]
0.00 0.00 31/73 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 31/73 with_echo_area_buffer <cycle 4> [405]
[1184] 0.0 0.00 0.00 73 wset_buffer [1184]
0.00 0.00 73/146 adjust_window_count [1146]
-----------------------------------------------
0.00 0.00 1/72 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/72 tb_size_cb [456]
0.00 0.00 1/72 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 2/72 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 19/72 xg_frame_resized [1332]
0.00 0.00 22/72 adjust_frame_size <cycle 4> [497]
0.00 0.00 26/72 handle_one_xevent [99]
[1185] 0.0 0.00 0.00 72 frame_size_history_add [1185]
-----------------------------------------------
1 Fmapc <cycle 4> [623]
71 Fmapcar <cycle 4> [401]
[1186] 0.0 0.00 0.00 72 mapcar1 <cycle 4> [1186]
551 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1187] 0.0 0.00 0.00 70 define_frame_cursor1 [1187]
-----------------------------------------------
0.00 0.00 70/70 message_dolog <cycle 4> [742]
[1188] 0.0 0.00 0.00 70 insert_1_both [1188]
-----------------------------------------------
0.00 0.00 70/70 exec_byte_code <cycle 4> [73]
[1189] 0.0 0.00 0.00 70 match_limit [1189]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1190] 0.0 0.00 0.00 70 window_box_right_offset [1190]
0.00 0.00 70/2152 window_box_left_offset [901]
0.00 0.00 70/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1191] 0.0 0.00 0.00 70 x_define_frame_cursor [1191]
-----------------------------------------------
0.00 0.00 20/69 redisplay_window <cycle 4> [410]
0.00 0.00 49/69 redisplay_internal [38]
[1192] 0.0 0.00 0.00 69 mode_line_update_needed [1192]
-----------------------------------------------
17 Ffuncall <cycle 4> [29]
50 push_message <cycle 4> [512]
[1193] 0.0 0.00 0.00 67 current_message <cycle 4> [1193]
3 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
0.00 0.00 64/64 free_realized_face [116]
[1194] 0.0 0.00 0.00 64 x_destroy_bitmap [1194]
-----------------------------------------------
0.00 0.00 63/63 Ffuncall <cycle 4> [29]
[1195] 0.0 0.00 0.00 63 Ftime_add [1195]
-----------------------------------------------
0.00 0.00 63/63 time_arith [445]
[1196] 0.0 0.00 0.00 63 time_add [1196]
-----------------------------------------------
0.00 0.00 2/62 x_set_font <cycle 4> [189]
0.00 0.00 3/62 show_hourglass <cycle 4> [183]
0.00 0.00 3/62 free_realized_face [116]
0.00 0.00 5/62 redraw_frame <cycle 4> [683]
0.00 0.00 49/62 redisplay_internal [38]
[1197] 0.0 0.00 0.00 62 clear_window_matrices [1197]
-----------------------------------------------
0.00 0.00 24/61 Finternal_show_cursor_p [1110]
0.00 0.00 37/61 Finternal_show_cursor [1276]
[1198] 0.0 0.00 0.00 61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 22/61 mark_window_display_accurate [1361]
0.00 0.00 39/61 redisplay_internal [38]
[1199] 0.0 0.00 0.00 61 mark_window_display_accurate_1 [1199]
0.00 0.00 6/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 10/60 lookup_image <cycle 4> [495]
0.00 0.00 20/60 Finit_image_library [641]
0.00 0.00 30/60 valid_image_p [621]
[1200] 0.0 0.00 0.00 60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 1/60 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 59/60 create_menus [437]
[1201] 0.0 0.00 0.00 60 xg_gtk_scroll_destroy [1201]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [29]
[1202] 0.0 0.00 0.00 59 Fdecode_coding_string [1202]
-----------------------------------------------
0.00 0.00 58/58 Ffuncall <cycle 4> [29]
[1203] 0.0 0.00 0.00 58 Fframe_root_window [1203]
-----------------------------------------------
0.00 0.00 58/58 handle_one_xevent [99]
[1204] 0.0 0.00 0.00 58 x_mouse_grabbed [1204]
-----------------------------------------------
0.00 0.00 56/56 display_mode_element <cycle 4> [379]
[1205] 0.0 0.00 0.00 56 display_count_lines [1205]
-----------------------------------------------
0.00 0.00 56/56 Ffuncall <cycle 4> [29]
[1206] 0.0 0.00 0.00 56 rounding_driver [1206]
0.00 0.00 52/52 ceiling2 [1214]
0.00 0.00 1/1 round2 [1625]
-----------------------------------------------
0.00 0.00 1/56 other_visible_frames [590]
0.00 0.00 8/56 xg_update_scrollbar_pos [662]
0.00 0.00 47/56 x_make_frame_visible <cycle 4> [420]
[1207] 0.0 0.00 0.00 56 x_sync [1207]
-----------------------------------------------
27 erase_phys_cursor <cycle 4> [1265]
28 x_draw_window_cursor <cycle 4> [1178]
[1208] 0.0 0.00 0.00 55 draw_phys_cursor_glyph <cycle 4> [1208]
55 draw_glyphs <cycle 4> [35]
-----------------------------------------------
0.00 0.00 54/54 Ffuncall <cycle 4> [29]
[1209] 0.0 0.00 0.00 54 Foverlayp [1209]
-----------------------------------------------
0.00 0.00 53/53 Ffuncall <cycle 4> [29]
[1210] 0.0 0.00 0.00 53 Fstringp [1210]
-----------------------------------------------
0.00 0.00 13/53 openp <cycle 4> [220]
0.00 0.00 40/53 Ffile_directory_p <cycle 4> [285]
[1211] 0.0 0.00 0.00 53 file_directory_p [1211]
-----------------------------------------------
0.00 0.00 53/53 fast_c_string_match_ignore_case [341]
[1212] 0.0 0.00 0.00 53 string_make_unibyte [1212]
-----------------------------------------------
0.00 0.00 52/52 Ffuncall <cycle 4> [29]
[1213] 0.0 0.00 0.00 52 Fceiling [1213]
-----------------------------------------------
0.00 0.00 52/52 rounding_driver [1206]
[1214] 0.0 0.00 0.00 52 ceiling2 [1214]
-----------------------------------------------
52 Fgarbage_collect <cycle 4> [64]
[1215] 0.0 0.00 0.00 52 mark_image_cache <cycle 4> [1215]
880 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/52 update_single_window <cycle 4> [1633]
0.00 0.00 5/52 redraw_frame <cycle 4> [683]
0.00 0.00 46/52 update_frame <cycle 4> [1257]
[1216] 0.0 0.00 0.00 52 update_begin [1216]
-----------------------------------------------
0.00 0.00 1/52 update_single_window <cycle 4> [1633]
0.00 0.00 5/52 redraw_frame <cycle 4> [683]
0.00 0.00 46/52 update_frame <cycle 4> [1257]
[1217] 0.0 0.00 0.00 52 update_end [1217]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1218] 0.0 0.00 0.00 51 get_glyph_string_clip_rect [1218]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string <cycle 4> [428]
[1219] 0.0 0.00 0.00 51 x_draw_glyph_string_box [1219]
0.00 0.00 51/563 get_glyph_string_clip_rects [1032]
0.00 0.00 51/51 get_glyph_string_clip_rect [1218]
0.00 0.00 51/51 x_setup_relief_colors [1221]
0.00 0.00 51/51 x_draw_relief_rect [1220]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1220] 0.0 0.00 0.00 51 x_draw_relief_rect [1220]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1221] 0.0 0.00 0.00 51 x_setup_relief_colors [1221]
0.00 0.00 2/2 x_setup_relief_color [1551]
-----------------------------------------------
0.00 0.00 1/51 update_single_window <cycle 4> [1633]
0.00 0.00 4/51 redraw_frame <cycle 4> [683]
0.00 0.00 46/51 update_frame <cycle 4> [1257]
[1222] 0.0 0.00 0.00 51 x_update_begin [1222]
-----------------------------------------------
0.00 0.00 1/51 update_single_window <cycle 4> [1633]
0.00 0.00 4/51 redraw_frame <cycle 4> [683]
0.00 0.00 46/51 update_frame <cycle 4> [1257]
[1223] 0.0 0.00 0.00 51 x_update_end [1223]
-----------------------------------------------
0.00 0.00 51/51 handle_one_xevent [99]
[1224] 0.0 0.00 0.00 51 xg_event_is_for_scrollbar [1224]
-----------------------------------------------
0.00 0.00 50/50 Ffuncall <cycle 4> [29]
[1225] 0.0 0.00 0.00 50 Ffloat_time [1225]
0.00 0.00 50/228 disassemble_lisp_time [1122]
0.00 0.00 50/1336 decode_time_components [955]
0.00 0.00 50/652 make_float [1021]
-----------------------------------------------
0.00 0.00 50/50 exec_byte_code <cycle 4> [73]
[1226] 0.0 0.00 0.00 50 Fmatch_beginning [1226]
-----------------------------------------------
1 redisplay_window <cycle 4> [410]
0.00 0.01 49/9783 redisplay_internal [38]
[1227] 0.0 0.00 0.00 50 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 50/74640 do_symval_forwarding [799]
100 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 50/50 unbind_to <cycle 4> [244]
[1228] 0.0 0.00 0.00 50 pop_message_unwind [1228]
-----------------------------------------------
0.00 0.00 1/50 Fx_open_connection <cycle 4> [1587]
0.00 0.00 49/50 xrdb_get_resource [1246]
[1229] 0.0 0.00 0.00 50 validate_x_resource_name [1229]
-----------------------------------------------
0.00 0.00 1/50 x_get_customization_string [1643]
0.00 0.00 49/50 xrdb_get_resource [1246]
[1230] 0.0 0.00 0.00 50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 49/49 redisplay_internal [38]
[1231] 0.0 0.00 0.00 49 clear_desired_matrices [1231]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1232] 0.0 0.00 0.00 49 mark_fringe_data [1232]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1233] 0.0 0.00 0.00 49 mark_kboards <cycle 4> [1233]
65896 mark_object <cycle 4> [46]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1234] 0.0 0.00 0.00 49 mark_specpdl <cycle 4> [1234]
1462 mark_object <cycle 4> [46]
6 mark_vectorlike <cycle 4> [127]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1235] 0.0 0.00 0.00 49 relocate_byte_stack [1235]
-----------------------------------------------
0.00 0.00 5/49 redraw_frame <cycle 4> [683]
0.00 0.00 44/49 update_frame <cycle 4> [1257]
[1236] 0.0 0.00 0.00 49 set_window_update_flags [1236]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1237] 0.0 0.00 0.00 49 shrink_regexp_cache [1237]
0.00 0.00 980/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1238] 0.0 0.00 0.00 49 sweep_floats [1238]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1239] 0.0 0.00 0.00 49 sweep_intervals [1239]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1240] 0.0 0.00 0.00 49 sweep_misc [1240]
0.00 0.00 1973/4179 unchain_marker [858]
0.00 0.00 37/10056 mem_delete [823]
0.00 0.00 37/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1241] 0.0 0.00 0.00 49 sweep_strings [1241]
0.00 0.00 176104/176439 balance_intervals [784]
0.00 0.00 997/10056 mem_delete [823]
0.00 0.00 997/1074 lisp_free [967]
0.00 0.00 919/312932 balance_an_interval [771]
0.00 0.00 919/964 balance_intervals_internal [987]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1242] 0.0 0.00 0.00 49 sweep_symbols [1242]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1243] 0.0 0.00 0.00 49 sweep_weak_hash_tables <cycle 4> [1243]
732 sweep_weak_table <cycle 4> [1009]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1244] 0.0 0.00 0.00 49 total_bytes_of_live_objects [1244]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1245] 0.0 0.00 0.00 49 xg_mark_data <cycle 4> [1245]
13862 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/49 select_visual [1627]
0.00 0.00 2/49 x_term_init <cycle 4> [508]
0.00 0.00 2/49 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 13/49 Ffuncall <cycle 4> [29]
0.00 0.00 31/49 x_get_arg [701]
[1246] 0.0 0.00 0.00 49 xrdb_get_resource [1246]
0.00 0.00 49/50 validate_x_resource_name [1229]
0.00 0.00 49/50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 48/48 make_gap [595]
[1247] 0.0 0.00 0.00 48 enlarge_buffer_text [1247]
0.00 0.00 48/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 48/48 read1 <cycle 5> [300]
[1248] 0.0 0.00 0.00 48 str_as_unibyte [1248]
-----------------------------------------------
0.00 0.00 1/48 x_display_ok [1641]
0.00 0.00 1/48 x_term_init <cycle 4> [508]
0.00 0.00 1/48 shut_down_emacs <cycle 4> [708]
0.00 0.00 45/48 redisplay_internal [38]
[1249] 0.0 0.00 0.00 48 unrequest_sigio [1249]
-----------------------------------------------
0.00 0.00 48/48 x_draw_window_cursor <cycle 4> [1178]
[1250] 0.0 0.00 0.00 48 xic_set_preeditarea [1250]
-----------------------------------------------
0.00 0.00 47/47 x_make_frame_visible <cycle 4> [420]
[1251] 0.0 0.00 0.00 47 input_polling_used [1251]
-----------------------------------------------
0.00 0.00 1/47 x_display_ok [1641]
0.00 0.00 1/47 x_term_init <cycle 4> [508]
0.00 0.00 45/47 redisplay_internal [38]
[1252] 0.0 0.00 0.00 47 request_sigio [1252]
-----------------------------------------------
0.00 0.00 47/47 unbind_to <cycle 4> [244]
[1253] 0.0 0.00 0.00 47 unwind_redisplay [1253]
-----------------------------------------------
0.00 0.00 46/46 Ffuncall <cycle 4> [29]
[1254] 0.0 0.00 0.00 46 Fx_display_color_cells [1254]
0.00 0.00 46/161 check_x_display_info [1140]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [651]
4 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
40 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1255] 0.0 0.00 0.00 46 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 432/2125 xrealloc [905]
0.00 0.00 432/439 xnrealloc [1088]
0.00 0.00 10/25 xpalloc [1306]
44 window_box <cycle 4> [1048]
-----------------------------------------------
0.00 0.00 3/46 Finsert_file_contents <cycle 4> [351]
0.00 0.00 43/46 make_gap [595]
[1256] 0.0 0.00 0.00 46 gap_left [1256]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
0.00 0.01 45/9783 redisplay_internal [38]
[1257] 0.0 0.00 0.00 46 update_frame <cycle 4> [1257]
0.00 0.00 46/51 x_update_begin [1222]
0.00 0.00 46/52 update_begin [1216]
0.00 0.00 46/51 x_update_end [1223]
0.00 0.00 46/52 update_end [1217]
0.00 0.00 44/49 set_window_update_flags [1236]
46 update_window_tree <cycle 4> [1258]
-----------------------------------------------
46 update_frame <cycle 4> [1257]
[1258] 0.0 0.00 0.00 46 update_window_tree <cycle 4> [1258]
77 update_window <cycle 4> [458]
-----------------------------------------------
0.00 0.00 3/45 Fchar_table_parent [1472]
0.00 0.00 4/45 Fset_char_table_parent [1512]
0.00 0.00 38/45 Fset_char_table_range [223]
[1259] 0.0 0.00 0.00 45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
45 Ffuncall <cycle 4> [29]
[1260] 0.0 0.00 0.00 45 Frun_hooks <cycle 4> [1260]
69 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 45/45 redisplay_internal [38]
[1261] 0.0 0.00 0.00 45 start_polling [1261]
-----------------------------------------------
0.00 0.00 45/45 redisplay_internal [38]
[1262] 0.0 0.00 0.00 45 stop_polling [1262]
-----------------------------------------------
44 Ffile_directory_p <cycle 4> [285]
[1263] 0.0 0.00 0.00 44 expand_and_dir_to_file <cycle 4> [1263]
44 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
44 compact_buffer <cycle 4> [677]
[1264] 0.0 0.00 0.00 44 truncate_undo_list <cycle 4> [1264]
0.00 0.00 44/41387 Fcurrent_buffer [809]
0.00 0.00 44/227551 grow_specpdl [779]
0.00 0.00 44/8775 record_unwind_protect [828]
44 inhibit_garbage_collection <cycle 4> [111]
-----------------------------------------------
43 display_and_set_cursor <cycle 4> [496]
[1265] 0.0 0.00 0.00 43 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 27/1742 window_text_bottom_y [922]
0.00 0.00 4/8 get_phys_cursor_glyph [1390]
0.00 0.00 4/6062 window_box_width [838]
0.00 0.00 4/1972 window_box_left [912]
0.00 0.00 4/230 x_clear_frame_area [1121]
27 draw_phys_cursor_glyph <cycle 4> [1208]
-----------------------------------------------
0.00 0.00 42/42 Ffuncall <cycle 4> [29]
[1266] 0.0 0.00 0.00 42 Fframe_selected_window [1266]
-----------------------------------------------
0.00 0.00 42/42 display_mode_element <cycle 4> [379]
[1267] 0.0 0.00 0.00 42 store_mode_line_noprop [1267]
0.00 0.00 266/266 store_mode_line_noprop_char [1111]
0.00 0.00 42/276 c_string_width [1109]
-----------------------------------------------
0.00 0.00 41/41 menuitem_destroy_callback [3354]
[1268] 0.0 0.00 0.00 41 xg_tool_bar_help_callback [1268]
-----------------------------------------------
11 redisplay_window <cycle 4> [410]
29 display_echo_area_1 <cycle 4> [1292]
[1269] 0.0 0.00 0.00 40 try_window <cycle 4> [1269]
0.00 0.00 40/589 default_line_pixel_height [1028]
0.00 0.00 40/283 set_marker_both [1108]
352 display_line <cycle 4> [184]
40 start_display <cycle 4> [197]
-----------------------------------------------
0.00 0.00 40/40 handle_one_xevent [99]
[1270] 0.0 0.00 0.00 40 x_handle_dnd_message [1270]
-----------------------------------------------
0.00 0.00 39/39 remember_mouse_glyph [566]
[1271] 0.0 0.00 0.00 39 window_relative_x_coord [1271]
0.00 0.00 39/1972 window_box_left [912]
-----------------------------------------------
0.00 0.00 5/38 do_switch_frame <cycle 4> [1388]
0.00 0.00 5/38 Ffuncall <cycle 4> [29]
0.00 0.00 14/38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 14/38 x_consider_frame_title <cycle 4> [361]
[1272] 0.0 0.00 0.00 38 Fselect_window [1272]
-----------------------------------------------
2 Fload <cycle 4> [411]
28 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/9783 read_char <cycle 2> [20]
[1273] 0.0 0.00 0.00 38 call4 <cycle 4> [1273]
38 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 2/38 font_match_p [685]
0.00 0.00 36/38 font_sort_entities [21]
[1274] 0.0 0.00 0.00 38 font_score [1274]
-----------------------------------------------
38 unbind_to <cycle 4> [244]
[1275] 0.0 0.00 0.00 38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 14/38 Fselect_window [1272]
14 select_window <cycle 4> [528]
14 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 37/37 Ffuncall <cycle 4> [29]
[1276] 0.0 0.00 0.00 37 Finternal_show_cursor [1276]
0.00 0.00 37/61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 36/36 process_tool_bar_item <cycle 4> [333]
[1277] 0.0 0.00 0.00 36 Fupcase_initials [1277]
-----------------------------------------------
36 eval_sub <cycle 4> [176]
[1278] 0.0 0.00 0.00 36 apply1 <cycle 4> [1278]
36 Fapply <cycle 4> [313]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [436]
[1279] 0.0 0.00 0.00 36 let_shadows_global_binding_p [1279]
-----------------------------------------------
0.00 0.00 7/35 eval_sub <cycle 4> [176]
0.00 0.00 28/35 Ffuncall <cycle 4> [29]
[1280] 0.0 0.00 0.00 35 Fwindow_system [1280]
0.00 0.00 35/671 Fframep [1019]
-----------------------------------------------
0.00 0.00 1/35 redisplay_window <cycle 4> [410]
0.00 0.00 2/35 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/35 apply_window_adjustment [1484]
0.00 0.00 29/35 display_echo_area_1 <cycle 4> [1292]
[1281] 0.0 0.00 0.00 35 clear_glyph_matrix [1281]
-----------------------------------------------
35 unbind_to <cycle 4> [244]
[1282] 0.0 0.00 0.00 35 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 93/283 set_marker_both [1108]
0.00 0.00 31/146 adjust_window_count [1146]
0.00 0.00 31/73 wset_buffer [1184]
35 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [29]
[1283] 0.0 0.00 0.00 33 Fforce_mode_line_update [1283]
0.00 0.00 25/25 bset_update_mode_line [1304]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [29]
[1284] 0.0 0.00 0.00 33 Fselected_frame [1284]
-----------------------------------------------
0.00 0.00 1/32 echo_area_display <cycle 4> [704]
0.00 0.00 1/32 wait_reading_process_output [44]
0.00 0.00 30/32 detect_input_pending_run_timers [43]
[1285] 0.0 0.00 0.00 32 my_log_handler [1285]
-----------------------------------------------
0.00 0.00 1/32 echo_area_display <cycle 4> [704]
0.00 0.00 1/32 wait_reading_process_output [44]
0.00 0.00 30/32 detect_input_pending_run_timers [43]
[1286] 0.0 0.00 0.00 32 x_flush [1286]
-----------------------------------------------
0.00 0.00 31/31 note_mouse_highlight [419]
[1287] 0.0 0.00 0.00 31 coords_in_mouse_face_p [1287]
-----------------------------------------------
0.00 0.00 30/30 xpm_image_p [1289]
[1288] 0.0 0.00 0.00 30 parse_image_spec [1288]
-----------------------------------------------
0.00 0.00 10/30 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 20/30 Fimage_mask_p <cycle 4> [640]
[1289] 0.0 0.00 0.00 30 xpm_image_p [1289]
0.00 0.00 30/30 parse_image_spec [1288]
-----------------------------------------------
0.00 0.00 29/29 redisplay_window <cycle 4> [410]
[1290] 0.0 0.00 0.00 29 XTredeem_scroll_bar [1290]
-----------------------------------------------
0.00 0.00 2/29 x_set_window_size <cycle 4> [1550]
0.00 0.00 2/29 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 8/29 xg_update_scrollbar_pos [662]
0.00 0.00 17/29 xg_frame_resized [1332]
[1291] 0.0 0.00 0.00 29 cancel_mouse_face [1291]
-----------------------------------------------
29 with_echo_area_buffer <cycle 4> [405]
[1292] 0.0 0.00 0.00 29 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 29/1717 marker_byte_position [923]
0.00 0.00 29/1775 marker_position [920]
0.00 0.00 29/35 clear_glyph_matrix [1281]
29 resize_mini_window <cycle 4> [339]
29 try_window <cycle 4> [1269]
-----------------------------------------------
0.00 0.00 29/29 redisplay_window <cycle 4> [410]
[1293] 0.0 0.00 0.00 29 set_vertical_scroll_bar [1293]
0.00 0.00 24/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 29/29 XTset_vertical_scroll_bar <cycle 4> [475]
[1294] 0.0 0.00 0.00 29 xg_set_toolkit_scroll_bar_thumb [1294]
-----------------------------------------------
0.00 0.00 28/28 Ffuncall <cycle 4> [29]
[1295] 0.0 0.00 0.00 28 Fminibuffer_window [1295]
0.00 0.00 28/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 27/27 Ffontp [363]
[1296] 0.0 0.00 0.00 27 font_prop_validate_otf [1296]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1297] 0.0 0.00 0.00 26 Ftime_less_p [1297]
0.00 0.00 52/178 lisp_time_struct [1135]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1298] 0.0 0.00 0.00 26 Fwindow_bottom_divider_width [1298]
0.00 0.00 52/5391 set_window_margins [847]
-----------------------------------------------
26 Ffuncall <cycle 4> [29]
[1299] 0.0 0.00 0.00 26 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 104/5391 set_window_margins [847]
0.00 0.00 2/2 estimate_mode_line_height [1524]
1 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1300] 0.0 0.00 0.00 26 Fwindow_right_divider_width [1300]
0.00 0.00 26/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1301] 0.0 0.00 0.00 26 Fwindow_scroll_bar_height [1301]
0.00 0.00 78/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1302] 0.0 0.00 0.00 26 Fwindow_scroll_bar_width [1302]
0.00 0.00 149/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Fsubstitute_in_file_name <cycle 4> [312]
[1303] 0.0 0.00 0.00 26 search_embedded_absfilename [1303]
-----------------------------------------------
0.00 0.00 25/25 Fforce_mode_line_update [1283]
[1304] 0.0 0.00 0.00 25 bset_update_mode_line [1304]
-----------------------------------------------
0.00 0.00 25/25 re_compile_pattern [270]
[1305] 0.0 0.00 0.00 25 re_wctype [1305]
-----------------------------------------------
0.00 0.00 1/25 bidi_cache_ensure_space [788]
0.00 0.00 6/25 update_window <cycle 4> [458]
0.00 0.00 8/25 move_cache_gap [911]
0.00 0.00 10/25 adjust_glyph_matrix <cycle 4> [1255]
[1306] 0.0 0.00 0.00 25 xpalloc [1306]
0.00 0.00 25/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [29]
[1307] 0.0 0.00 0.00 24 Factive_minibuffer_window [1307]
-----------------------------------------------
24 Ffuncall <cycle 4> [29]
[1308] 0.0 0.00 0.00 24 Fbuffer_list <cycle 4> [1308]
24 Fmapcar <cycle 4> [401]
-----------------------------------------------
0.00 0.00 24/24 bidi_find_bracket_pairs <cycle 4> [177]
[1309] 0.0 0.00 0.00 24 bidi_mirror_char [1309]
-----------------------------------------------
0.00 0.00 24/24 display_mode_element <cycle 4> [379]
[1310] 0.0 0.00 0.00 24 pint2str [1310]
-----------------------------------------------
0.00 0.00 24/24 display_mode_line <cycle 4> [472]
[1311] 0.0 0.00 0.00 24 pop_kboard [1311]
-----------------------------------------------
4 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
20 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1312] 0.0 0.00 0.00 24 required_matrix_height <cycle 4> [1312]
20 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 4/24 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 20/24 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1313] 0.0 0.00 0.00 24 required_matrix_width [1313]
-----------------------------------------------
0.00 0.00 24/24 adjust_frame_size <cycle 4> [497]
[1314] 0.0 0.00 0.00 24 sanitize_window_sizes [1314]
-----------------------------------------------
0.00 0.00 1/23 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/23 Fset_terminal_coding_system_internal [560]
0.00 0.00 3/23 Fset_terminal_parameter [618]
0.00 0.00 3/23 decode_tty_terminal [1486]
0.00 0.00 6/23 Ftty_top_frame [1407]
0.00 0.00 9/23 Fterminal_parameter [736]
[1315] 0.0 0.00 0.00 23 decode_live_terminal [1315]
0.00 0.00 23/2249 decode_terminal [898]
-----------------------------------------------
22 eval_sub <cycle 4> [176]
[1316] 0.0 0.00 0.00 22 Fcond <cycle 4> [1316]
0.00 0.00 64/49012 Fcar [807]
64 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[1317] 0.0 0.00 0.00 22 Fframe_visible_p [1317]
-----------------------------------------------
0.00 0.00 22/22 emacs_readlinkat [1319]
[1318] 0.0 0.00 0.00 22 careadlinkat [1318]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[1319] 0.0 0.00 0.00 22 emacs_readlinkat [1319]
0.00 0.00 22/22 careadlinkat [1318]
-----------------------------------------------
22 update_cursor_in_window_tree <cycle 4> [635]
[1320] 0.0 0.00 0.00 22 update_window_cursor <cycle 4> [1320]
22 display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
0.00 0.00 4/21 do_pending_window_change <cycle 4> [1097]
0.00 0.00 17/21 xg_frame_resized [1332]
[1321] 0.0 0.00 0.00 21 change_frame_size_1 [1321]
-----------------------------------------------
0.00 0.00 2/21 message_dolog <cycle 4> [742]
0.00 0.00 19/21 signal_after_change <cycle 4> [297]
[1322] 0.0 0.00 0.00 21 chars_in_text [1322]
-----------------------------------------------
2 redisplay_mode_lines <cycle 4> [1622]
19 redisplay_window <cycle 4> [410]
[1323] 0.0 0.00 0.00 21 display_mode_lines <cycle 4> [1323]
20 display_mode_line <cycle 4> [472]
-----------------------------------------------
0.00 0.00 20/20 eval_sub <cycle 4> [176]
[1324] 0.0 0.00 0.00 20 Ffunction [1324]
-----------------------------------------------
0.00 0.00 20/20 exec_byte_code <cycle 4> [73]
[1325] 0.0 0.00 0.00 20 Fmatch_end [1325]
-----------------------------------------------
0.00 0.00 20/20 exec_byte_code <cycle 4> [73]
[1326] 0.0 0.00 0.00 20 Fquo [1326]
-----------------------------------------------
0.00 0.00 10/20 image_background [1372]
0.00 0.00 10/20 image_background_transparent [1373]
[1327] 0.0 0.00 0.00 20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 20/20 lookup_image <cycle 4> [495]
[1328] 0.0 0.00 0.00 20 sxhash [1328]
-----------------------------------------------
0.00 0.00 20/20 handle_one_xevent [99]
[1329] 0.0 0.00 0.00 20 x_detect_focus_change [1329]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [351]
15 Fexpand_file_name <cycle 4> [173]
0.00 0.00 1/9783 cmd_error_internal [259]
[1330] 0.0 0.00 0.00 19 call3 <cycle 4> [1330]
19 Ffuncall <cycle 4> [29]
-----------------------------------------------
19 strout <cycle 4> [1543]
[1331] 0.0 0.00 0.00 19 insert_char <cycle 4> [1331]
19 update_compositions <cycle 4> [154]
19 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 19/19 handle_one_xevent [99]
[1332] 0.0 0.00 0.00 19 xg_frame_resized [1332]
0.00 0.00 19/72 frame_size_history_add [1185]
0.00 0.00 17/21 change_frame_size_1 [1321]
0.00 0.00 17/17 change_frame_size [1337]
0.00 0.00 17/334 fset_redisplay [1100]
0.00 0.00 17/29 cancel_mouse_face [1291]
-----------------------------------------------
0.00 0.00 7/18 eval_sub <cycle 4> [176]
0.00 0.00 11/18 Ffuncall <cycle 4> [29]
[1333] 0.0 0.00 0.00 18 Fbuffer_file_name [1333]
-----------------------------------------------
0.00 0.00 6/18 set_window_fringes [1497]
0.00 0.00 6/18 set_window_scroll_bars [1498]
0.00 0.00 6/18 set_window_margins [847]
[1334] 0.0 0.00 0.00 18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [29]
[1335] 0.0 0.00 0.00 17 Fcurrent_message [1335]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [29]
[1336] 0.0 0.00 0.00 17 Fprefix_numeric_value [1336]
-----------------------------------------------
0.00 0.00 17/17 xg_frame_resized [1332]
[1337] 0.0 0.00 0.00 17 change_frame_size [1337]
-----------------------------------------------
0.00 0.00 17/17 x_fill_property_data [1547]
[1338] 0.0 0.00 0.00 17 cons_to_signed [1338]
-----------------------------------------------
0.00 0.00 16/16 Fdefvar <cycle 4> [454]
[1339] 0.0 0.00 0.00 16 default_toplevel_binding [1339]
-----------------------------------------------
0.00 0.00 16/16 handle_one_xevent [99]
[1340] 0.0 0.00 0.00 16 expose_frame [1340]
-----------------------------------------------
0.00 0.00 16/16 read_char <cycle 2> [20]
[1341] 0.0 0.00 0.00 16 redisplay [1341]
-----------------------------------------------
0.00 0.00 1/16 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 1/16 xg_get_default_scrollbar_width [1671]
0.00 0.00 1/16 xg_get_default_scrollbar_height [1670]
0.00 0.00 5/16 x_wm_set_size_hint [464]
0.00 0.00 8/16 xg_update_scrollbar_pos [662]
[1342] 0.0 0.00 0.00 16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/16 smc_save_yourself_CB [614]
0.00 0.00 2/16 Fx_change_window_property [550]
0.00 0.00 13/16 digest_single_submenu <cycle 4> [448]
[1343] 0.0 0.00 0.00 16 xnmalloc [1343]
-----------------------------------------------
15 internal_condition_case_1 <cycle 4> [1098]
[1344] 0.0 0.00 0.00 15 redisplay_window_1 <cycle 4> [1344]
15 redisplay_window <cycle 4> [410]
-----------------------------------------------
0.00 0.00 15/15 message_dolog <cycle 4> [742]
[1345] 0.0 0.00 0.00 15 set_marker_restricted_both [1345]
0.00 0.00 15/870 live_buffer [998]
0.00 0.00 15/3039 CHECK_MARKER [882]
0.00 0.00 15/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [29]
[1346] 0.0 0.00 0.00 14 Fcurrent_global_map [1346]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [29]
[1347] 0.0 0.00 0.00 14 Fmultibyte_string_p [1347]
-----------------------------------------------
14 internal_condition_case_1 <cycle 4> [1098]
[1348] 0.0 0.00 0.00 14 redisplay_window_0 <cycle 4> [1348]
14 redisplay_window <cycle 4> [410]
-----------------------------------------------
0.00 0.00 13/13 Ffuncall <cycle 4> [29]
[1349] 0.0 0.00 0.00 13 Fx_get_resource [1349]
0.00 0.00 13/161 check_x_display_info [1140]
0.00 0.00 13/13 check_window_system [1350]
-----------------------------------------------
0.00 0.00 13/13 Fx_get_resource [1349]
[1350] 0.0 0.00 0.00 13 check_window_system [1350]
-----------------------------------------------
0.00 0.00 2/13 x_set_font <cycle 4> [189]
0.00 0.00 3/13 show_hourglass <cycle 4> [183]
0.00 0.00 3/13 free_realized_face [116]
0.00 0.00 5/13 redraw_frame <cycle 4> [683]
[1351] 0.0 0.00 0.00 13 clear_current_matrices [1351]
-----------------------------------------------
0.00 0.00 6/13 file_attributes [518]
0.00 0.00 7/13 Fcurrent_time [530]
[1352] 0.0 0.00 0.00 13 make_lisp_time [1352]
-----------------------------------------------
92 update_submenu_strings [1353]
0.00 0.00 13/13 set_frame_menubar <cycle 4> [418]
[1353] 0.0 0.00 0.00 13+92 update_submenu_strings [1353]
92 update_submenu_strings [1353]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[1354] 0.0 0.00 0.00 12 Fframe_terminal [1354]
0.00 0.00 12/2119 decode_live_frame [906]
-----------------------------------------------
12 eval_sub <cycle 4> [176]
[1355] 0.0 0.00 0.00 12 For <cycle 4> [1355]
26 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 1/12 emacs_fixed_init [2945]
0.00 0.00 1/12 emacs_fixed_new [1600]
0.00 0.00 5/12 emacs_fixed_get_preferred_height [2943]
0.00 0.00 5/12 emacs_fixed_get_preferred_width [2944]
[1356] 0.0 0.00 0.00 12 emacs_fixed_get_type [1356]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[1357] 0.0 0.00 0.00 12 read_file_name [1357]
-----------------------------------------------
0.00 0.00 12/12 x_update_window_end <cycle 4> [563]
[1358] 0.0 0.00 0.00 12 x_draw_vertical_border [1358]
-----------------------------------------------
0.00 0.00 4/12 xftfont_cached_font_ok [1470]
0.00 0.00 8/12 xftfont_open [394]
[1359] 0.0 0.00 0.00 12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 3/11 timerfd_callback [579]
0.00 0.00 4/11 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/11 safe_to_load_version [462]
[1360] 0.0 0.00 0.00 11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 5/11 redraw_frame <cycle 4> [683]
0.00 0.00 6/11 redisplay_internal [38]
[1361] 0.0 0.00 0.00 11 mark_window_display_accurate [1361]
0.00 0.00 22/61 mark_window_display_accurate_1 [1199]
-----------------------------------------------
0.00 0.00 11/11 x_focus_changed [170]
[1362] 0.0 0.00 0.00 11 x_new_focus_frame [1362]
-----------------------------------------------
0.00 0.00 11/11 x_set_frame_alpha <cycle 4> [480]
[1363] 0.0 0.00 0.00 11 x_update_cursor [1363]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [29]
[1364] 0.0 0.00 0.00 10 Flocal_variable_if_set_p [1364]
-----------------------------------------------
10 adjust_frame_glyphs <cycle 4> [651]
[1365] 0.0 0.00 0.00 10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 20/24 required_matrix_width [1313]
0.00 0.00 4/1380 xzalloc [952]
40 adjust_glyph_matrix <cycle 4> [1255]
20 required_matrix_height <cycle 4> [1312]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1366] 0.0 0.00 0.00 10 colors_in_color_table [1366]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [446]
[1367] 0.0 0.00 0.00 10 file_for_image [1367]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [446]
[1368] 0.0 0.00 0.00 10 find_icon_from_name [1368]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1369] 0.0 0.00 0.00 10 free_color_table [1369]
0.00 0.00 10/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/10 free_glyphs [1529]
0.00 0.00 8/10 free_window_matrices [1530]
[1370] 0.0 0.00 0.00 10 free_glyph_matrix [1370]
0.00 0.00 130/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/10 x_new_font <cycle 4> [588]
0.00 0.00 8/10 font_open_entity [392]
[1371] 0.0 0.00 0.00 10 get_font_ascent_descent [1371]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1372] 0.0 0.00 0.00 10 image_background [1372]
0.00 0.00 10/20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1373] 0.0 0.00 0.00 10 image_background_transparent [1373]
0.00 0.00 10/20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 2/10 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 3/10 Fkill_buffer <cycle 4> [565]
0.00 0.00 5/10 Fget_buffer_create <cycle 4> [479]
[1374] 0.0 0.00 0.00 10 reset_buffer_local_variables [1374]
0.00 0.00 5/98231 Fplist_get [798]
0.00 0.00 5/69910 Fget [800]
-----------------------------------------------
0.00 0.00 3/10 set_window_buffer <cycle 4> [573]
0.00 0.00 7/10 Fset_window_configuration <cycle 4> [702]
[1375] 0.0 0.00 0.00 10 set_marker_restricted [1375]
-----------------------------------------------
0.00 0.00 10/10 unwind_to_catch <cycle 4> [657]
[1376] 0.0 0.00 0.00 10 set_poll_suppress_count [1376]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [495]
[1377] 0.0 0.00 0.00 10 x_build_heuristic_mask [1377]
0.00 0.00 30/100 image_spec_value [1168]
-----------------------------------------------
0.00 0.00 1/10 xftfont_close [712]
0.00 0.00 9/10 XSetWMSizeHints [660]
[1378] 0.0 0.00 0.00 10 x_display_info_for_display [1378]
-----------------------------------------------
0.00 0.00 1/10 x_set_mouse_color [115]
0.00 0.00 2/10 x_setup_relief_color [1551]
0.00 0.00 7/10 xftfont_get_colors [576]
[1379] 0.0 0.00 0.00 10 x_query_colors [1379]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1380] 0.0 0.00 0.00 10 xpm_free_color_cache [1380]
0.00 0.00 932/1140773 xfree [760]
-----------------------------------------------
10 lookup_image <cycle 4> [495]
[1381] 0.0 0.00 0.00 10 xpm_load <cycle 4> [1381]
0.00 0.00 20/100 image_spec_value [1168]
0.00 0.00 20/1380 xzalloc [952]
0.00 0.00 10/10 colors_in_color_table [1366]
0.00 0.00 10/10 image_background [1372]
0.00 0.00 10/10 image_background_transparent [1373]
0.00 0.00 10/315 encode_file_name [1102]
0.00 0.00 10/10 free_color_table [1369]
0.00 0.00 10/10 xpm_free_color_cache [1380]
10 x_find_image_fd <cycle 4> [500]
-----------------------------------------------
0.00 0.00 9/9 update_frame_tool_bar <cycle 4> [446]
[1382] 0.0 0.00 0.00 9 Ftool_bar_get_system_style [1382]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [29]
[1383] 0.0 0.00 0.00 9 Fwindow_list_1 [1383]
-----------------------------------------------
0.00 0.00 9/9 unbind_to <cycle 4> [244]
[1384] 0.0 0.00 0.00 9 wait_reading_process_output_unwind [1384]
-----------------------------------------------
0.00 0.00 8/8 eval_sub <cycle 4> [176]
[1385] 0.0 0.00 0.00 8 Fconsp [1385]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[1386] 0.0 0.00 0.00 8 Fformat [1386]
-----------------------------------------------
8 Ffuncall <cycle 4> [29]
[1387] 0.0 0.00 0.00 8 Fthrow <cycle 4> [1387]
8 unwind_to_catch <cycle 4> [657]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
1 Fset_window_configuration <cycle 4> [702]
6 Ffuncall <cycle 4> [29]
[1388] 0.0 0.00 0.00 8 do_switch_frame <cycle 4> [1388]
0.00 0.00 5/38 Fselect_window [1272]
0.00 0.00 2/2 x_get_focus_frame [1549]
5 select_window <cycle 4> [528]
4 resize_mini_window <cycle 4> [339]
-----------------------------------------------
0.00 0.00 8/8 Fx_selection_exists_p [489]
[1389] 0.0 0.00 0.00 8 frame_for_x_selection [1389]
-----------------------------------------------
0.00 0.00 4/8 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 4/8 x_draw_window_cursor <cycle 4> [1178]
[1390] 0.0 0.00 0.00 8 get_phys_cursor_glyph [1390]
-----------------------------------------------
0.00 0.00 4/8 Fset_keymap_parent [1476]
0.00 0.00 4/8 Ffuncall <cycle 4> [29]
[1391] 0.0 0.00 0.00 8 keymap_parent [1391]
0.00 0.00 725/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 8/8 Fload <cycle 4> [411]
[1392] 0.0 0.00 0.00 8 suffix_p [1392]
-----------------------------------------------
0.00 0.00 8/8 Fx_selection_exists_p [489]
[1393] 0.0 0.00 0.00 8 symbol_to_x_atom [1393]
-----------------------------------------------
0.00 0.00 2/8 select_window <cycle 4> [528]
0.00 0.00 3/8 apply_window_adjustment [1484]
0.00 0.00 3/8 set_window_buffer <cycle 4> [573]
[1394] 0.0 0.00 0.00 8 wset_redisplay [1394]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[1395] 0.0 0.00 0.00 7 XTcondemn_scroll_bars [1395]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[1396] 0.0 0.00 0.00 7 XTjudge_scroll_bars [1396]
-----------------------------------------------
0.00 0.00 2/7 load_charset <cycle 4> [221]
0.00 0.00 2/7 Fload <cycle 4> [411]
0.00 0.00 3/7 Finsert_file_contents <cycle 4> [351]
[1397] 0.0 0.00 0.00 7 clear_unwind_protect [1397]
-----------------------------------------------
0.00 0.00 7/7 redisplay_window <cycle 4> [410]
[1398] 0.0 0.00 0.00 7 compute_window_start_on_continuation_line [1398]
0.00 0.00 7/1775 marker_position [920]
0.00 0.00 7/1717 marker_byte_position [923]
-----------------------------------------------
0.00 0.00 7/7 unbind_to <cycle 4> [244]
[1399] 0.0 0.00 0.00 7 do_nothing [1399]
-----------------------------------------------
0.00 0.00 7/7 prepare_face_for_display [617]
[1400] 0.0 0.00 0.00 7 font_prepare_for_face [1400]
-----------------------------------------------
0.00 0.00 7/7 adjust_frame_size <cycle 4> [497]
[1401] 0.0 0.00 0.00 7 resize_frame_windows [1401]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1402] 0.0 0.00 0.00 6 Fbuffer_base_buffer [1402]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [112]
[1403] 0.0 0.00 0.00 6 Fevent_convert_list [1403]
0.00 0.00 4/1073 parse_solitary_modifier [968]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1404] 0.0 0.00 0.00 6 Fprocess_list [1404]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [29]
0.00 0.00 5/6 Fset_buffer_modified_p [1423]
[1405] 0.0 0.00 0.00 6 Frestore_buffer_modified_p [1405]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1406] 0.0 0.00 0.00 6 Fselect_frame [1406]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1407] 0.0 0.00 0.00 6 Ftty_top_frame [1407]
0.00 0.00 6/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1408] 0.0 0.00 0.00 6 Fwindow_line_height [1408]
-----------------------------------------------
0.00 0.00 6/6 adjust_frame_size <cycle 4> [497]
[1409] 0.0 0.00 0.00 6 calculate_costs [1409]
-----------------------------------------------
0.00 0.00 1/6 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 2/6 Fload <cycle 4> [411]
0.00 0.00 3/6 Finsert_file_contents <cycle 4> [351]
[1410] 0.0 0.00 0.00 6 emacs_close [1410]
-----------------------------------------------
0.00 0.00 6/6 unbind_to <cycle 4> [244]
[1411] 0.0 0.00 0.00 6 fast_set_selected_frame [1411]
-----------------------------------------------
0.00 0.00 1/6 Flocal_variable_p [840]
0.00 0.00 1/6 Fboundp [505]
0.00 0.00 1/6 set_internal [145]
0.00 0.00 1/6 Fset_default <cycle 4> [198]
0.00 0.00 2/6 default_value [867]
[1412] 0.0 0.00 0.00 6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 2/6 x_set_window_size <cycle 4> [1550]
0.00 0.00 4/6 x_clear_frame [1469]
[1413] 0.0 0.00 0.00 6 mark_window_cursors_off [1413]
-----------------------------------------------
0.00 0.00 6/6 Finsert_file_contents <cycle 4> [351]
[1414] 0.0 0.00 0.00 6 move_gap_both [1414]
-----------------------------------------------
0.00 0.00 1/6 handle_one_xevent [99]
0.00 0.00 5/6 select_window <cycle 4> [528]
[1415] 0.0 0.00 0.00 6 redisplay_other_windows [1415]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [686]
2 Fkill_all_local_variables <cycle 4> [1508]
3 Fkill_buffer <cycle 4> [565]
[1416] 0.0 0.00 0.00 6 run_hook <cycle 4> [1416]
6 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 6/6 resize_mini_window <cycle 4> [339]
[1417] 0.0 0.00 0.00 6 shrink_mini_window [1417]
-----------------------------------------------
1 mark_localized_symbol <cycle 4> [830]
5 swap_out_buffer_local_variables <cycle 4> [1439]
[1418] 0.0 0.00 0.00 6 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 1/74640 do_symval_forwarding [799]
1 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
0.00 0.00 6/6 Fframe_parameters [171]
[1419] 0.0 0.00 0.00 6 tty_color_name [1419]
-----------------------------------------------
0.00 0.00 1/5 Ffuncall <cycle 4> [29]
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 2/5 eval_sub <cycle 4> [176]
[1420] 0.0 0.00 0.00 5 Fget_buffer_process [1420]
-----------------------------------------------
1 Finternal_set_lisp_face_attribute <cycle 4> [337]
1 Fset_fontset_font <cycle 4> [56]
3 Ffuncall <cycle 4> [29]
[1421] 0.0 0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 5/2119 decode_live_frame [906]
5 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1422] 0.0 0.00 0.00 5 Fprocessp [1422]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1423] 0.0 0.00 0.00 5 Fset_buffer_modified_p [1423]
0.00 0.00 5/6 Frestore_buffer_modified_p [1405]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1424] 0.0 0.00 0.00 5 Fset_frame_selected_window [1424]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1425] 0.0 0.00 0.00 5 Fsymbolp [1425]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1426] 0.0 0.00 0.00 5 Fuse_local_map [1426]
0.00 0.00 5/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 5/5 run_window_configuration_change_hook <cycle 4> [545]
[1427] 0.0 0.00 0.00 5 Fwindow_list [1427]
-----------------------------------------------
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 3/5 Fkill_buffer <cycle 4> [565]
[1428] 0.0 0.00 0.00 5 clear_charpos_cache [1428]
-----------------------------------------------
0.00 0.00 5/5 redraw_frame <cycle 4> [683]
[1429] 0.0 0.00 0.00 5 clear_frame [1429]
-----------------------------------------------
0.00 0.00 1/5 select_visual [1627]
0.00 0.00 2/5 x_term_init <cycle 4> [508]
0.00 0.00 2/5 x_default_scroll_bar_color_parameter <cycle 4> [739]
[1430] 0.0 0.00 0.00 5 display_x_get_resource [1430]
-----------------------------------------------
0.00 0.00 5/5 clear_image_cache [678]
[1431] 0.0 0.00 0.00 5 dtotimespec [1431]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [153]
[1432] 0.0 0.00 0.00 5 face_boolean_x_resource_value [1432]
0.00 0.00 15/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [153]
[1433] 0.0 0.00 0.00 5 fontset_name [1433]
-----------------------------------------------
0.00 0.00 5/5 make_gap [595]
[1434] 0.0 0.00 0.00 5 gap_right [1434]
-----------------------------------------------
0.00 0.00 1/5 Ffuncall <cycle 4> [29]
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 2/5 eval_sub <cycle 4> [176]
[1435] 0.0 0.00 0.00 5 make_process [1435]
0.00 0.00 5/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [479]
[1436] 0.0 0.00 0.00 5 reset_buffer [1436]
-----------------------------------------------
5 run_window_configuration_change_hook <cycle 4> [545]
[1437] 0.0 0.00 0.00 5 run_funs <cycle 4> [1437]
5 call0 <cycle 4> [854]
-----------------------------------------------
0.00 0.00 5/5 bidi_initialize <cycle 4> [167]
[1438] 0.0 0.00 0.00 5 staticpro [1438]
-----------------------------------------------
2 Fkill_all_local_variables <cycle 4> [1508]
3 Fkill_buffer <cycle 4> [565]
[1439] 0.0 0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1439]
5 swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
0.00 0.00 5/5 xg_update_submenu [440]
[1440] 0.0 0.00 0.00 5 xg_destroy_widgets [1440]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [176]
[1441] 0.0 0.00 0.00 4 Fbyte_code [1441]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1442] 0.0 0.00 0.00 4 Fcapitalize [1442]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [176]
[1443] 0.0 0.00 0.00 4 Fcar_safe [1443]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1444] 0.0 0.00 0.00 4 Ffloat [1444]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1445] 0.0 0.00 0.00 4 Fkeymap_parent [1445]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1446] 0.0 0.00 0.00 4 Flooking_at [1446]
-----------------------------------------------
4 Ffuncall <cycle 4> [29]
[1447] 0.0 0.00 0.00 4 Fposn_at_point <cycle 4> [1447]
4 Fpos_visible_in_window_p <cycle 4> [604]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1448] 0.0 0.00 0.00 4 Fround [1448]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
3 Fkill_buffer <cycle 4> [565]
[1449] 0.0 0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1449]
4 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 1/4 set_message_1 <cycle 4> [1628]
0.00 0.00 3/4 Ffuncall <cycle 4> [29]
[1450] 0.0 0.00 0.00 4 Fset_buffer_multibyte [1450]
0.00 0.00 6/2446 Fbuffer_modified_p [894]
0.00 0.00 2/5 clear_charpos_cache [1428]
0.00 0.00 2/2485 invalidate_buffer_caches [893]
0.00 0.00 2/5 make_process [1435]
0.00 0.00 2/5 Fget_buffer_process [1420]
0.00 0.00 2/2 set_intervals_multibyte [1541]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 1/4 x_term_init <cycle 4> [508]
0.00 0.00 1/4 x_load_resources [594]
0.00 0.00 2/4 Ffuncall <cycle 4> [29]
[1451] 0.0 0.00 0.00 4 Fsystem_name [1451]
0.00 0.00 4/4 init_system_name [1459]
-----------------------------------------------
0.00 0.00 4/4 redisplay_window <cycle 4> [410]
[1452] 0.0 0.00 0.00 4 blank_row [1452]
-----------------------------------------------
0.00 0.00 4/4 Fother_buffer [570]
[1453] 0.0 0.00 0.00 4 candidate_buffer [1453]
-----------------------------------------------
4 esprintf <cycle 4> [1455]
[1454] 0.0 0.00 0.00 4 doprnt <cycle 4> [1454]
0.00 0.00 4/1140773 xfree [760]
0.00 0.00 4/276 c_string_width [1109]
0.00 0.00 4/4 strwidth [1467]
4 text_quoting_style <cycle 4> [434]
-----------------------------------------------
4 Fsingle_key_description <cycle 4> [544]
[1455] 0.0 0.00 0.00 4 esprintf <cycle 4> [1455]
4 doprnt <cycle 4> [1454]
-----------------------------------------------
0.00 0.00 4/4 free_realized_face [116]
[1456] 0.0 0.00 0.00 4 forget_escape_and_glyphless_faces [1456]
-----------------------------------------------
0.00 0.00 4/4 init_iterator <cycle 4> [163]
[1457] 0.0 0.00 0.00 4 free_all_realized_faces [1457]
-----------------------------------------------
0.00 0.00 4/4 x_draw_window_cursor <cycle 4> [1178]
[1458] 0.0 0.00 0.00 4 get_phys_cursor_geometry [1458]
0.00 0.00 4/1972 window_box_left [912]
0.00 0.00 4/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 4/4 Fsystem_name [1451]
[1459] 0.0 0.00 0.00 4 init_system_name [1459]
0.00 0.00 4/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/4 shut_down_emacs <cycle 4> [708]
0.00 0.00 3/4 Fkill_buffer <cycle 4> [565]
[1460] 0.0 0.00 0.00 4 kill_buffer_processes [1460]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1461] 0.0 0.00 0.00 4 load_warn_old_style_backquotes [1461]
-----------------------------------------------
4 Fpos_visible_in_window_p <cycle 4> [604]
[1462] 0.0 0.00 0.00 4 pos_visible_p <cycle 4> [1462]
0.00 0.00 8/3667 bidi_shelve_cache [863]
0.00 0.00 8/8883 bidi_unshelve_cache [827]
0.00 0.00 4/1775 marker_position [920]
0.00 0.00 4/1717 marker_byte_position [923]
7 move_it_to <cycle 4> [213]
4 start_display <cycle 4> [197]
4 display_mode_line <cycle 4> [472]
1 line_bottom_y <cycle 4> [537]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1463] 0.0 0.00 0.00 4 readevalloop_1 [1463]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1464] 0.0 0.00 0.00 4 record_load_unwind [1464]
-----------------------------------------------
0.00 0.00 2/4 load_charset <cycle 4> [221]
0.00 0.00 2/4 Fload <cycle 4> [411]
[1465] 0.0 0.00 0.00 4 set_unwind_protect_ptr [1465]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 strout <cycle 4> [1543]
[1466] 0.0 0.00 0.00 4 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 1/82 temp_set_point_both [1177]
4 ensure_echo_area_buffers <cycle 4> [597]
2 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 4/4 doprnt <cycle 4> [1454]
[1467] 0.0 0.00 0.00 4 strwidth [1467]
-----------------------------------------------
0.00 0.00 4/4 delete_all_child_windows [1521]
[1468] 0.0 0.00 0.00 4 unshow_buffer [1468]
0.00 0.00 6/1775 marker_position [920]
0.00 0.00 2/1717 marker_byte_position [923]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 4/4 redraw_frame <cycle 4> [683]
[1469] 0.0 0.00 0.00 4 x_clear_frame [1469]
0.00 0.00 4/6 mark_window_cursors_off [1413]
-----------------------------------------------
0.00 0.00 4/4 font_open_entity [392]
[1470] 0.0 0.00 0.00 4 xftfont_cached_font_ok [1470]
0.00 0.00 4/12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1471] 0.0 0.00 0.00 3 Fbufferp [1471]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1472] 0.0 0.00 0.00 3 Fchar_table_parent [1472]
0.00 0.00 3/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1473] 0.0 0.00 0.00 3 Fdaemonp [1473]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1474] 0.0 0.00 0.00 3 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/124360 Fstring_equal [797]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1475] 0.0 0.00 0.00 3 Fmod [1475]
-----------------------------------------------
0.00 0.00 1/3 init_kboard [655]
0.00 0.00 2/3 Ffuncall <cycle 4> [29]
[1476] 0.0 0.00 0.00 3 Fset_keymap_parent [1476]
0.00 0.00 26/465106 get_keymap [766]
0.00 0.00 4/8 keymap_parent [1391]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [379]
[1477] 0.0 0.00 0.00 3 Fset_text_properties [1477]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1478] 0.0 0.00 0.00 3 Fset_window_next_buffers [1478]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1479] 0.0 0.00 0.00 3 Fset_window_prev_buffers [1479]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1480] 0.0 0.00 0.00 3 Fstandard_syntax_table [1480]
-----------------------------------------------
0.00 0.00 1/3 smc_save_yourself_CB [614]
0.00 0.00 2/3 Ffuncall <cycle 4> [29]
[1481] 0.0 0.00 0.00 3 Fuser_login_name [1481]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1482] 0.0 0.00 0.00 3 Fwindow_next_buffers [1482]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1483] 0.0 0.00 0.00 3 Fwindow_prev_buffers [1483]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1484] 0.0 0.00 0.00 3 apply_window_adjustment [1484]
0.00 0.00 3/35 clear_glyph_matrix [1281]
0.00 0.00 3/8 wset_redisplay [1394]
-----------------------------------------------
0.00 0.00 3/3 unbind_to <cycle 4> [244]
[1485] 0.0 0.00 0.00 3 decide_coding_unwind [1485]
0.00 0.00 3/732 adjust_markers_for_delete [1007]
0.00 0.00 3/3768 recenter_overlay_lists [861]
0.00 0.00 3/732 adjust_overlays_for_delete [1008]
0.00 0.00 3/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 1/3 Fset_input_meta_mode [1578]
0.00 0.00 2/3 Ftty_type [1514]
[1486] 0.0 0.00 0.00 3 decode_tty_terminal [1486]
0.00 0.00 3/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 3/3 decode_coding_gap <cycle 4> [603]
[1487] 0.0 0.00 0.00 3 detect_coding [1487]
0.00 0.00 3/1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1488] 0.0 0.00 0.00 3 fmod_float [1488]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1489] 0.0 0.00 0.00 3 frames_discard_buffer [1489]
0.00 0.00 6/133 Fdelq [1154]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1490] 0.0 0.00 0.00 3 free_region_cache [1490]
0.00 0.00 3/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/3 read_and_apply_settings [585]
0.00 0.00 2/3 xsettings_initialize [572]
[1491] 0.0 0.00 0.00 3 map_tool_bar_style [1491]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[1492] 0.0 0.00 0.00 3 merge <cycle 4> [1492]
0.00 0.00 6/49012 Fcar [807]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/591680 Fsetcdr [764]
3 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1493] 0.0 0.00 0.00 3 replace_buffer_in_windows [1493]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1494] 0.0 0.00 0.00 3 replace_buffer_in_windows_safely [1494]
-----------------------------------------------
0.00 0.00 1/3 x_term_init <cycle 4> [508]
0.00 0.00 2/3 init_sigio [1609]
[1495] 0.0 0.00 0.00 3 rpl_fcntl [1495]
-----------------------------------------------
0.00 0.00 3/3 redisplay_window <cycle 4> [410]
[1496] 0.0 0.00 0.00 3 run_window_scroll_functions [1496]
0.00 0.00 3/283 set_marker_both [1108]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1497] 0.0 0.00 0.00 3 set_window_fringes [1497]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1498] 0.0 0.00 0.00 3 set_window_scroll_bars [1498]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 3/3 x_wait_for_event [532]
[1499] 0.0 0.00 0.00 3 totally_unblock_input [1499]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1500] 0.0 0.00 0.00 3 unlock_buffer [1500]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1501] 0.0 0.00 0.00 3 wset_update_mode_line [1501]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [44]
[1502] 0.0 0.00 0.00 3 x_session_check_input [1502]
-----------------------------------------------
0.00 0.00 2/2 Fpropertize <cycle 4> [521]
[1503] 0.0 0.00 0.00 2 Fadd_text_properties [1503]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1504] 0.0 0.00 0.00 2 Fbyte_code_function_p [1504]
-----------------------------------------------
0.00 0.00 1/2 read_and_apply_settings [585]
0.00 0.00 1/2 Ffuncall <cycle 4> [29]
[1505] 0.0 0.00 0.00 2 Fbyteorder [1505]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1506] 0.0 0.00 0.00 2 Fcar_less_than_car [1506]
0.00 0.00 4/49012 Fcar [807]
0.00 0.00 2/523 arithcompare_driver [1050]
0.00 0.00 2/523 Flss [1049]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1507] 0.0 0.00 0.00 2 Fkeywordp [1507]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1508] 0.0 0.00 0.00 2 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 2/10 reset_buffer_local_variables [1374]
2 swap_out_buffer_local_variables <cycle 4> [1439]
2 run_hook <cycle 4> [1416]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1509] 0.0 0.00 0.00 2 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 1/6 emacs_close [1410]
2 openp <cycle 4> [220]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1510] 0.0 0.00 0.00 2 Fmessage <cycle 4> [1510]
0.00 0.00 1/1 message1 [1613]
2 message3 <cycle 4> [596]
1 styled_format <cycle 4> [369]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1511] 0.0 0.00 0.00 2 Fnext_window [1511]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1512] 0.0 0.00 0.00 2 Fset_char_table_parent [1512]
0.00 0.00 4/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
2 Fset_window_new_pixel [1513]
0.00 0.00 1/2 Fcurrent_window_configuration [526]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [702]
[1513] 0.0 0.00 0.00 2+2 Fset_window_new_pixel [1513]
2 Fset_window_new_pixel [1513]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1514] 0.0 0.00 0.00 2 Ftty_type [1514]
0.00 0.00 2/3 decode_tty_terminal [1486]
-----------------------------------------------
0.00 0.00 1/2 x_term_init <cycle 4> [508]
0.00 0.00 1/2 add_read_fd [2643]
[1515] 0.0 0.00 0.00 2 add_keyboard_wait_descriptor [1515]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [651]
[1516] 0.0 0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 4/24 required_matrix_width [1313]
4 required_matrix_height <cycle 4> [1312]
4 adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
0.00 0.00 2/2 message3 <cycle 4> [596]
[1517] 0.0 0.00 0.00 2 cancel_echoing [1517]
-----------------------------------------------
0.00 0.00 2/2 decode_coding_gap <cycle 4> [603]
[1518] 0.0 0.00 0.00 2 check_ascii [1518]
0.00 0.00 2/1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 1/2 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1/2 read_char <cycle 2> [20]
[1519] 0.0 0.00 0.00 2 clear_message [1519]
-----------------------------------------------
0.00 0.00 2/2 decode_coding <cycle 4> [547]
[1520] 0.0 0.00 0.00 2 decode_coding_raw_text [1520]
-----------------------------------------------
2 delete_all_child_windows [1521]
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [702]
[1521] 0.0 0.00 0.00 2+2 delete_all_child_windows [1521]
0.00 0.00 12/4179 unchain_marker [858]
0.00 0.00 4/4 unshow_buffer [1468]
0.00 0.00 4/146 adjust_window_count [1146]
0.00 0.00 4/73 wset_buffer [1184]
2 delete_all_child_windows [1521]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1522] 0.0 0.00 0.00 2 do_auto_save_unwind [1522]
-----------------------------------------------
0.00 0.00 2/2 Fdo_auto_save <cycle 4> [593]
[1523] 0.0 0.00 0.00 2 emacs_fopen [1523]
0.00 0.00 2/172 emacs_open [1138]
-----------------------------------------------
0.00 0.00 2/2 Fwindow_mode_line_height <cycle 4> [1299]
[1524] 0.0 0.00 0.00 2 estimate_mode_line_height [1524]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1525] 0.0 0.00 0.00 2 fclose_unwind [1525]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [518]
[1526] 0.0 0.00 0.00 2 filemodestring [1526]
-----------------------------------------------
0.00 0.00 2/2 x_term_init <cycle 4> [508]
[1527] 0.0 0.00 0.00 2 fixup_locale [1527]
-----------------------------------------------
0.00 0.00 1/2 free_realized_face [116]
0.00 0.00 1/2 clear_face_cache [714]
[1528] 0.0 0.00 0.00 2 font_done_for_face [1528]
-----------------------------------------------
0.00 0.00 1/2 check_glyph_memory [707]
0.00 0.00 1/2 delete_frame <cycle 4> [230]
[1529] 0.0 0.00 0.00 2 free_glyphs [1529]
0.00 0.00 6/1140773 xfree [760]
0.00 0.00 2/10 free_glyph_matrix [1370]
0.00 0.00 2/2 free_window_matrices [1530]
-----------------------------------------------
0.00 0.00 2/2 free_glyphs [1529]
[1530] 0.0 0.00 0.00 2 free_window_matrices [1530]
0.00 0.00 8/1140773 xfree [760]
0.00 0.00 8/10 free_glyph_matrix [1370]
-----------------------------------------------
2 Ffile_attributes <cycle 4> [424]
[1531] 0.0 0.00 0.00 2 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 2/5577 push_handler [843]
2 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 message3 <cycle 4> [596]
[1532] 0.0 0.00 0.00 2 message3_nolog <cycle 4> [1532]
4 do_pending_window_change <cycle 4> [1097]
2 echo_area_display <cycle 4> [704]
1 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
0.00 0.00 2/2 update_window <cycle 4> [458]
[1533] 0.0 0.00 0.00 2 next_almost_prime [1533]
-----------------------------------------------
0.00 0.00 2/2 produce_special_glyphs [234]
[1534] 0.0 0.00 0.00 2 produce_glyphs [1534]
-----------------------------------------------
0.00 0.00 2/2 adjust_frame_glyphs <cycle 4> [651]
[1535] 0.0 0.00 0.00 2 realloc_glyph_pool [1535]
-----------------------------------------------
0.00 0.00 2/2 Fdo_auto_save <cycle 4> [593]
[1536] 0.0 0.00 0.00 2 record_auto_save [1536]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [221]
[1537] 0.0 0.00 0.00 2 record_unwind_protect_nothing [1537]
-----------------------------------------------
0.00 0.00 2/2 with_echo_area_buffer <cycle 4> [405]
[1538] 0.0 0.00 0.00 2 resize_mini_window_1 [1538]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1539] 0.0 0.00 0.00 2 restore_menu_items [1539]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 Fdelete_terminal <cycle 4> [1564]
[1540] 0.0 0.00 0.00 2 safe_call2 [1540]
-----------------------------------------------
0.00 0.00 2/2 Fset_buffer_multibyte [1450]
[1541] 0.0 0.00 0.00 2 set_intervals_multibyte [1541]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [518]
[1542] 0.0 0.00 0.00 2 strmode [1542]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 print_string <cycle 4> [1620]
[1543] 0.0 0.00 0.00 2 strout <cycle 4> [1543]
19 insert_char <cycle 4> [1331]
2 setup_echo_area_for_printing <cycle 4> [1466]
2 message_dolog <cycle 4> [742]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1544] 0.0 0.00 0.00 2 un_autoload [1544]
-----------------------------------------------
1 x_make_frame_visible <cycle 4> [420]
1 x_set_icon_type <cycle 4> [1650]
[1545] 0.0 0.00 0.00 2 x_bitmap_icon <cycle 4> [1545]
2 xg_set_icon <cycle 4> [699]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [550]
[1546] 0.0 0.00 0.00 2 x_check_property_data [1546]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [550]
[1547] 0.0 0.00 0.00 2 x_fill_property_data [1547]
0.00 0.00 17/17 cons_to_signed [1338]
-----------------------------------------------
0.00 0.00 2/2 xg_set_icon <cycle 4> [699]
[1548] 0.0 0.00 0.00 2 x_find_image_file [1548]
-----------------------------------------------
0.00 0.00 2/2 do_switch_frame <cycle 4> [1388]
[1549] 0.0 0.00 0.00 2 x_get_focus_frame [1549]
-----------------------------------------------
2 adjust_frame_size <cycle 4> [497]
[1550] 0.0 0.00 0.00 2 x_set_window_size <cycle 4> [1550]
0.00 0.00 2/6 mark_window_cursors_off [1413]
0.00 0.00 2/29 cancel_mouse_face [1291]
2 xg_frame_set_char_size <cycle 4> [474]
-----------------------------------------------
0.00 0.00 2/2 x_setup_relief_colors [1221]
[1551] 0.0 0.00 0.00 2 x_setup_relief_color [1551]
0.00 0.00 2/10 x_query_colors [1379]
0.00 0.00 2/175 x_alloc_nearest_color [1137]
-----------------------------------------------
0.00 0.00 1/2 free_realized_face [116]
0.00 0.00 1/2 clear_face_cache [714]
[1552] 0.0 0.00 0.00 2 xftfont_done_face [1552]
0.00 0.00 2/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/2 x_scroll_bar_create [525]
[1553] 0.0 0.00 0.00 2 xg_create_scroll_bar [1553]
0.00 0.00 2/2 xg_store_widget_in_map [1555]
0.00 0.00 2/2 xg_set_cursor [1554]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1553]
[1554] 0.0 0.00 0.00 2 xg_set_cursor [1554]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1553]
[1555] 0.0 0.00 0.00 2 xg_store_widget_in_map [1555]
0.00 0.00 1/2125 xrealloc [905]
0.00 0.00 1/439 xnrealloc [1088]
-----------------------------------------------
0.00 0.00 1/2 create_frame_xic [1594]
0.00 0.00 1/2 xic_set_xfontset [1674]
[1556] 0.0 0.00 0.00 2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [702]
[1557] 0.0 0.00 0.00 1 CHECK_WINDOW_CONFIGURATION [1557]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1558] 0.0 0.00 0.00 1 Fbuffer_size [1558]
-----------------------------------------------
0.00 0.00 1/1 print_error_message <cycle 4> [1618]
[1559] 0.0 0.00 0.00 1 Fcdr_safe [1559]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1560] 0.0 0.00 0.00 1 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1/1 message_log_maybe_newline [1614]
0.00 0.00 1/1 Fdiscard_input [1565]
0.00 0.00 1/2 clear_message [1519]
0.00 0.00 1/1 ring_bell [1624]
0.00 0.00 1/1 bitch_at_user [1589]
1 XTring_bell <cycle 4> [703]
1 print_error_message <cycle 4> [1618]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1561] 0.0 0.00 0.00 1 Fcurrent_bidi_paragraph_direction [1561]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1562] 0.0 0.00 0.00 1 Fcurrent_input_mode [1562]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1563] 0.0 0.00 0.00 1 Fdelete_frame [1563]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
[1564] 0.0 0.00 0.00 1 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 1/2249 decode_terminal [898]
0.00 0.00 1/1 delete_initial_terminal [1596]
0.00 0.00 1/2 safe_call2 [1540]
1 safe_call <cycle 4> [1026]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1565] 0.0 0.00 0.00 1 Fdiscard_input [1565]
0.00 0.00 1/1 discard_tty_input [1598]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1566] 0.0 0.00 0.00 1 Femacs_pid [1566]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1567] 0.0 0.00 0.00 1 Fforward_char [1567]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1568] 0.0 0.00 0.00 1 Fframe_after_make_frame [1568]
0.00 0.00 1/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1569] 0.0 0.00 0.00 1 Ffunction_equal [1569]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1570] 0.0 0.00 0.00 1 Finvocation_name [1570]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1571] 0.0 0.00 0.00 1 Flocale_info [1571]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1572] 0.0 0.00 0.00 1 Fmax_char [1572]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1573] 0.0 0.00 0.00 1 Fposn_at_x_y [1573]
0.00 0.00 1/5391 set_window_margins [847]
0.00 0.00 1/511 decode_live_window [1064]
0.00 0.00 1/2152 window_box_left_offset [901]
-----------------------------------------------
1 print_error_message <cycle 4> [1618]
[1574] 0.0 0.00 0.00 1 Fprinc <cycle 4> [1574]
0.00 0.00 1/1 print [1616]
1 print_object <cycle 4> [1619]
1 unbind_to <cycle 4> [244]
1 set_buffer_internal_1 <cycle 4> [871]
1 setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
[1575] 0.0 0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1/9070 decode_any_frame [825]
0.00 0.00 1/1 XTframe_rehighlight [1588]
1 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1576] 0.0 0.00 0.00 1 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1/2119 decode_live_frame [906]
1 redraw_frame <cycle 4> [683]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1577] 0.0 0.00 0.00 1 Fset_input_interrupt_mode [1577]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1578] 0.0 0.00 0.00 1 Fset_input_meta_mode [1578]
0.00 0.00 1/3 decode_tty_terminal [1486]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1579] 0.0 0.00 0.00 1 Fskip_chars_backward [1579]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1580] 0.0 0.00 0.00 1 Fskip_chars_forward [1580]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1581] 0.0 0.00 0.00 1 Ftool_bar_height [1581]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1582] 0.0 0.00 0.00 1 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1/49012 Fcar [807]
1 Fset <cycle 4> [249]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1583] 0.0 0.00 0.00 1 Fuser_real_login_name [1583]
-----------------------------------------------
0.00 0.00 1/1 record_first_change [656]
[1584] 0.0 0.00 0.00 1 Fvisited_file_modtime [1584]
-----------------------------------------------
0.00 0.00 1/1 record_asynch_buffer_change [1621]
[1585] 0.0 0.00 0.00 1 Fwaiting_for_user_input_p [1585]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
[1586] 0.0 0.00 0.00 1 Fwhile <cycle 4> [1586]
501 eval_sub <cycle 4> [176]
500 Fprogn <cycle 4> [996]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1587] 0.0 0.00 0.00 1 Fx_open_connection <cycle 4> [1587]
0.00 0.00 1/50 validate_x_resource_name [1229]
1 x_term_init <cycle 4> [508]
-----------------------------------------------
0.00 0.00 1/1 Fredirect_frame_focus <cycle 4> [1575]
[1588] 0.0 0.00 0.00 1 XTframe_rehighlight [1588]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1589] 0.0 0.00 0.00 1 bitch_at_user [1589]
-----------------------------------------------
1 make_lispy_position <cycle 4> [562]
[1590] 0.0 0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/41387 Fcurrent_buffer [809]
0.00 0.00 1/3667 bidi_shelve_cache [863]
0.00 0.00 1/1775 marker_position [920]
0.00 0.00 1/1717 marker_byte_position [923]
0.00 0.00 1/511 move_it_in_display_line [1066]
0.00 0.00 1/8883 bidi_unshelve_cache [827]
2 Fset_buffer <cycle 4> [897]
1 start_display <cycle 4> [197]
1 move_it_to <cycle 4> [213]
1 move_it_in_display_line_to <cycle 4> [58]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1591] 0.0 0.00 0.00 1 check_message_stack [1591]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
[1592] 0.0 0.00 0.00 1 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1/2119 decode_live_frame [906]
1 unbind_to <cycle 4> [244]
1 set_window_buffer <cycle 4> [573]
-----------------------------------------------
0.00 0.00 1/1 Fset_terminal_coding_system_internal [560]
[1593] 0.0 0.00 0.00 1 coding_charset_list [1593]
-----------------------------------------------
0.00 0.00 1/1 x_window <cycle 4> [591]
[1594] 0.0 0.00 0.00 1 create_frame_xic [1594]
0.00 0.00 1/2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 message_dolog <cycle 4> [742]
[1595] 0.0 0.00 0.00 1 del_range_both [1595]
-----------------------------------------------
0.00 0.00 1/1 Fdelete_terminal <cycle 4> [1564]
[1596] 0.0 0.00 0.00 1 delete_initial_terminal [1596]
0.00 0.00 1/1 delete_terminal [1597]
-----------------------------------------------
0.00 0.00 1/1 delete_initial_terminal [1596]
[1597] 0.0 0.00 0.00 1 delete_terminal [1597]
0.00 0.00 3/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/1 Fdiscard_input [1565]
[1598] 0.0 0.00 0.00 1 discard_tty_input [1598]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [244]
[1599] 0.0 0.00 0.00 1 do_unwind_create_frame [1599]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [592]
[1600] 0.0 0.00 0.00 1 emacs_fixed_new [1600]
0.00 0.00 1/12 emacs_fixed_get_type [1356]
-----------------------------------------------
0.00 0.00 1/1 Ffile_accessible_directory_p <cycle 4> [453]
[1601] 0.0 0.00 0.00 1 file_accessible_directory_p [1601]
-----------------------------------------------
0.00 0.00 1/1 fontset_from_font <cycle 4> [343]
[1602] 0.0 0.00 0.00 1 font_get_name [1602]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [588]
[1603] 0.0 0.00 0.00 1 fontset_ascii [1603]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1604] 0.0 0.00 0.00 1 free_font_driver_list [1604]
-----------------------------------------------
1 Fcommandp <cycle 4> [853]
[1605] 0.0 0.00 0.00 1 funcall_not <cycle 4> [1605]
1 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [702]
[1606] 0.0 0.00 0.00 1 get_leaf_windows [1606]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [572]
[1607] 0.0 0.00 0.00 1 get_prop_window [1607]
-----------------------------------------------
0.00 0.00 1/1 set_frame_cursor_types [631]
[1608] 0.0 0.00 0.00 1 get_specified_cursor_type [1608]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1609] 0.0 0.00 0.00 1 init_sigio [1609]
0.00 0.00 2/3 rpl_fcntl [1495]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1610] 0.0 0.00 0.00 1 initial_free_frame_resources [1610]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[1611] 0.0 0.00 0.00 1 initialize_frame_menubar <cycle 4> [1611]
1 menu_bar_items <cycle 4> [435]
-----------------------------------------------
0.00 0.00 1/1 Finternal_set_lisp_face_attribute <cycle 4> [337]
[1612] 0.0 0.00 0.00 1 merge_face_heights [1612]
-----------------------------------------------
0.00 0.00 1/1 Fmessage <cycle 4> [1510]
[1613] 0.0 0.00 0.00 1 message1 [1613]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1614] 0.0 0.00 0.00 1 message_log_maybe_newline [1614]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [592]
[1615] 0.0 0.00 0.00 1 my_log_handler [1615]
-----------------------------------------------
0.00 0.00 1/1 Fprinc <cycle 4> [1574]
[1616] 0.0 0.00 0.00 1 print [1616]
-----------------------------------------------
0.00 0.00 1/1 write_string_1 <cycle 4> [1637]
[1617] 0.0 0.00 0.00 1 print_c_string [1617]
-----------------------------------------------
1 Fcommand_error_default_function <cycle 4> [1560]
[1618] 0.0 0.00 0.00 1 print_error_message <cycle 4> [1618]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
0.00 0.00 1/49012 Fcar [807]
0.00 0.00 1/10850 Fmemq [822]
0.00 0.00 1/1 Fcdr_safe [1559]
0.00 0.00 1/571 Fsubstitute_command_keys [1031]
2 message_dolog <cycle 4> [742]
1 write_string_1 <cycle 4> [1637]
1 text_quoting_style <cycle 4> [434]
1 Fprinc <cycle 4> [1574]
-----------------------------------------------
1 Fprinc <cycle 4> [1574]
[1619] 0.0 0.00 0.00 1 print_object <cycle 4> [1619]
1 print_string <cycle 4> [1620]
-----------------------------------------------
1 print_object <cycle 4> [1619]
[1620] 0.0 0.00 0.00 1 print_string <cycle 4> [1620]
0.00 0.00 1/31663 count_size_as_multibyte [810]
1 strout <cycle 4> [1543]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [99]
[1621] 0.0 0.00 0.00 1 record_asynch_buffer_change [1621]
0.00 0.00 1/1 Fwaiting_for_user_input_p [1585]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
[1622] 0.0 0.00 0.00 1 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/82 temp_set_point_both [1177]
0.00 0.00 2/35 clear_glyph_matrix [1281]
0.00 0.00 1/1775 marker_position [920]
0.00 0.00 1/1717 marker_byte_position [923]
4 set_buffer_internal_1 <cycle 4> [871]
2 display_mode_lines <cycle 4> [1323]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1623] 0.0 0.00 0.00 1 reset_all_sys_modes [1623]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1624] 0.0 0.00 0.00 1 ring_bell [1624]
-----------------------------------------------
0.00 0.00 1/1 rounding_driver [1206]
[1625] 0.0 0.00 0.00 1 round2 [1625]
-----------------------------------------------
0.00 0.00 1/1 message3 <cycle 4> [596]
[1626] 0.0 0.00 0.00 1 safe_eval_handler [1626]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1627] 0.0 0.00 0.00 1 select_visual [1627]
0.00 0.00 1/49 xrdb_get_resource [1246]
0.00 0.00 1/5 display_x_get_resource [1430]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [405]
[1628] 0.0 0.00 0.00 1 set_message_1 <cycle 4> [1628]
0.00 0.00 1/4 Fset_buffer_multibyte [1450]
0.00 0.00 1/82 temp_set_point_both [1177]
1 update_compositions <cycle 4> [154]
1 insert_from_string <cycle 4> [984]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1629] 0.0 0.00 0.00 1 stuff_buffered_input [1629]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [215]
[1630] 0.0 0.00 0.00 1 top_level_2 [1630]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1631] 0.0 0.00 0.00 1 unlock_all_files [1631]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [244]
[1632] 0.0 0.00 0.00 1 unwind_create_frame [1632]
0.00 0.00 1/10850 Fmemq [822]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
[1633] 0.0 0.00 0.00 1 update_single_window <cycle 4> [1633]
0.00 0.00 1/51 x_update_begin [1222]
0.00 0.00 1/52 update_begin [1216]
0.00 0.00 1/51 x_update_end [1223]
0.00 0.00 1/52 update_end [1217]
1 update_window <cycle 4> [458]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1672]
[1634] 0.0 0.00 0.00 1 update_theme_scrollbar_height [1634]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1672]
[1635] 0.0 0.00 0.00 1 update_theme_scrollbar_width [1635]
-----------------------------------------------
0.00 0.00 1/1 Fwindow_resize_apply_total [706]
[1636] 0.0 0.00 0.00 1 window_resize_apply_total [1636]
-----------------------------------------------
1 print_error_message <cycle 4> [1618]
[1637] 0.0 0.00 0.00 1 write_string_1 <cycle 4> [1637]
0.00 0.00 1/1 print_c_string [1617]
1 strout <cycle 4> [1543]
1 unbind_to <cycle 4> [244]
1 set_buffer_internal_1 <cycle 4> [871]
1 setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1638] 0.0 0.00 0.00 1 x_change_tool_bar_height [1638]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1639] 0.0 0.00 0.00 1 x_clipboard_manager_save_frame [1639]
-----------------------------------------------
0.00 0.00 1/1 x_set_cursor_color [673]
[1640] 0.0 0.00 0.00 1 x_copy_color [1640]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1641] 0.0 0.00 0.00 1 x_display_ok [1641]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/47 request_sigio [1252]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1642] 0.0 0.00 0.00 1 x_find_modifier_meanings [1642]
-----------------------------------------------
0.00 0.00 1/1 x_load_resources [594]
[1643] 0.0 0.00 0.00 1 x_get_customization_string [1643]
0.00 0.00 1/50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1644] 0.0 0.00 0.00 1 x_set_autolower [1644]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1645] 0.0 0.00 0.00 1 x_set_autoraise [1645]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1646] 0.0 0.00 0.00 1 x_set_border_width [1646]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1647] 0.0 0.00 0.00 1 x_set_bottom_divider_width [1647]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1648] 0.0 0.00 0.00 1 x_set_cursor_type [1648]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1649] 0.0 0.00 0.00 1 x_set_horizontal_scroll_bars [1649]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1650] 0.0 0.00 0.00 1 x_set_icon_type <cycle 4> [1650]
1 x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1651] 0.0 0.00 0.00 1 x_set_internal_border_width [1651]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1652] 0.0 0.00 0.00 1 x_set_left_fringe [1652]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1653] 0.0 0.00 0.00 1 x_set_line_spacing [1653]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1654] 0.0 0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1655] 0.0 0.00 0.00 1 x_set_right_divider_width [1655]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1656] 0.0 0.00 0.00 1 x_set_right_fringe [1656]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1657] 0.0 0.00 0.00 1 x_set_scroll_bar_background [1657]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_height <cycle 4> [1661]
[1658] 0.0 0.00 0.00 1 x_set_scroll_bar_default_height [1658]
0.00 0.00 1/1 xg_get_default_scrollbar_height [1670]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_width <cycle 4> [1662]
[1659] 0.0 0.00 0.00 1 x_set_scroll_bar_default_width [1659]
0.00 0.00 1/1 xg_get_default_scrollbar_width [1671]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1660] 0.0 0.00 0.00 1 x_set_scroll_bar_foreground [1660]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1661] 0.0 0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1/1 x_set_scroll_bar_default_height [1658]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1662] 0.0 0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1/1 x_set_scroll_bar_default_width [1659]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1663] 0.0 0.00 0.00 1 x_set_title [1663]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1664] 0.0 0.00 0.00 1 x_set_tool_bar_lines [1664]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1665] 0.0 0.00 0.00 1 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1666] 0.0 0.00 0.00 1 x_set_wait_for_wm [1666]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[1667] 0.0 0.00 0.00 1 x_text_icon [1667]
-----------------------------------------------
0.00 0.00 1/1 x_set_tool_bar_position [638]
[1668] 0.0 0.00 0.00 1 xg_change_toolbar_position [1668]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1669] 0.0 0.00 0.00 1 xg_create_default_cursor [1669]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_height [1658]
[1670] 0.0 0.00 0.00 1 xg_get_default_scrollbar_height [1670]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_width [1659]
[1671] 0.0 0.00 0.00 1 xg_get_default_scrollbar_width [1671]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1672] 0.0 0.00 0.00 1 xg_initialize [1672]
0.00 0.00 1/1 update_theme_scrollbar_width [1635]
0.00 0.00 1/1 update_theme_scrollbar_height [1634]
-----------------------------------------------
0.00 0.00 1/1 xic_set_xfontset [1674]
[1673] 0.0 0.00 0.00 1 xic_free_xfontset [1673]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [588]
[1674] 0.0 0.00 0.00 1 xic_set_xfontset [1674]
0.00 0.00 1/1 xic_free_xfontset [1673]
0.00 0.00 1/2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1675] 0.0 0.00 0.00 1 xml_cleanup_parser [1675]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [386]
[1676] 0.0 0.00 0.00 1 xsettings_get_system_font [1676]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name
[1259] CHECK_CHAR_TABLE (chartab.c) [950] char_table_ref_and_range [617] prepare_face_for_display
[756] CHECK_HASH_TABLE (fns.c) [195] char_table_set [675] prepare_record (undo.c)
[882] CHECK_MARKER (marker.c) [76] char_table_set_range [421] prepare_to_modify_buffer
[777] CHECK_STRING_OR_BUFFER (textprop.c) [1000] char_width (character.c) [250] prepare_to_modify_buffer_1
[1557] CHECK_WINDOW_CONFIGURATION (window.c) [1322] chars_in_text [820] previous_interval
[1067] Fabs [1518] check_ascii (coding.c) [1616] print (print.c)
[283] Faccessible_keymaps [325] check_fontset_name (fontset.c) [1617] print_c_string (print.c)
[1307] Factive_minibuffer_window [707] check_glyph_memory [1618] print_error_message
[1078] Fadd1 [1591] check_message_stack [1619] print_object (print.c)
[1503] Fadd_text_properties [1592] check_minibuf_window (frame.c) [1620] print_string (print.c)
[1119] Fand [775] check_obarray [134] process_pending_signals
[1034] Fappend [992] check_syntax_table (syntax.c) [135] process_special_events (keyboard.c)
[313] Fapply [1163] check_window_containing (window.c) [333] process_tool_bar_item (keyboard.c)
[821] Faref [1350] check_window_system [671] produce_chars (coding.c)
[1053] Farrayp [1140] check_x_display_info [1534] produce_glyphs
[902] Faset [785] cleanup_vector (alloc.c) [234] produce_special_glyphs (xdisp.c)
[66] Fassoc [1428] clear_charpos_cache [169] produce_stretch_glyph
[30] Fassoc_string [1351] clear_current_matrices [721] propagate_buffer_redisplay (xdisp.c)
[384] Fassq [1231] clear_desired_matrices [843] push_handler
[584] Fautoload [714] clear_face_cache [844] push_handler_nosignal
[587] Fautoload_do_load [1429] clear_frame [567] push_kboard
[318] Fbacktrace_frame [1281] clear_glyph_matrix [1089] push_key_description
[287] Fbackward_prefix_chars [678] clear_image_cache (image.c) [488] push_menu_item (menu.c)
[913] Fbolp [679] clear_image_caches [615] push_menu_pane (menu.c)
[1059] Fborder_width [1519] clear_message [512] push_message
[505] Fboundp [1144] clear_mouse_face [598] raw_text_coding_system
[1402] Fbuffer_base_buffer [1397] clear_unwind_protect [814] re_compile_fastmap
[1333] Fbuffer_file_name [1152] clear_waiting_for_input [270] re_compile_pattern
[1308] Fbuffer_list [1197] clear_window_matrices (dispnew.c) [875] re_iswctype
[1005] Fbuffer_live_p [258] cmd_error (keyboard.c) [846] re_match_2
[1173] Fbuffer_local_value [259] cmd_error_internal [83] re_match_2_internal (regex.c)
[894] Fbuffer_modified_p [758] cmpfn_equal (fns.c) [74] re_search
[1075] Fbuffer_name [974] code_conversion_restore (coding.c) [72] re_search_2
[1558] Fbuffer_size [376] code_conversion_save [845] re_set_registers
[1013] Fbuffer_string [264] code_convert_string [803] re_set_syntax
[553] Fbuffer_substring [1126] code_convert_string_norecord [804] re_set_whitespace_regexp
[1471] Fbufferp [1593] coding_charset_list [1305] re_wctype
[1441] Fbyte_code [954] coding_set_destination (coding.c) [1038] read0 (lread.c)
[1504] Fbyte_code_function_p [971] coding_set_source (coding.c) [300] read1 (lread.c)
[1505] Fbyteorder [1366] colors_in_color_table (image.c) [585] read_and_apply_settings (xsettings.c)
[106] Fcall_interactively [7] command_loop (keyboard.c) [20] read_char
[1442] Fcapitalize [18] command_loop_1 [1081] read_dirent (dired.c)
[807] Fcar [9] command_loop_2 (keyboard.c) [408] read_escape (lread.c)
[1506] Fcar_less_than_car [677] compact_buffer [1357] read_file_name (callint.c)
[1443] Fcar_safe [156] compile_pattern [1036] read_hex (charset.c)
[768] Fcdr [278] composition_adjust_point [281] read_internal_start (lread.c)
[1559] Fcdr_safe [107] composition_compute_stop_pos [15] read_key_sequence.constprop.44 (keyboard.c)
[1213] Fceiling [239] composition_reseat_it [357] read_list (lread.c)
[750] Fchar_after [263] compute_display_string_pos [366] read_vector (lread.c)
[1472] Fchar_table_parent [1094] compute_line_metrics (xdisp.c) [61] readable_events (keyboard.c)
[602] Fcharsetp [166] compute_stop_pos (xdisp.c) [335] readbyte_from_file (lread.c)
[529] Fcheck_coding_system [1398] compute_window_start_on_continuation_line (xdisp.c) [334] readchar (lread.c)
[727] Fclear_face_cache [103] concat (fns.c) [402] readevalloop (lread.c)
[470] Fcoding_system_base [328] concat2 [1463] readevalloop_1 (lread.c)
[364] Fcoding_system_eol_type [274] concat3 [1150] readevalloop_eager_expand_eval (lread.c)
[492] Fcoding_system_p [1338] cons_to_signed [153] realize_basic_faces (xfaces.c)
[482] Fcoding_system_plist [1105] consume_chars (coding.c) [152] realize_face (xfaces.c)
[1560] Fcommand_error_default_function [1164] coordinates_in_window (window.c) [155] realize_named_face (xfaces.c)
[978] Fcommand_remapping [1287] coords_in_mouse_face_p (xdisp.c) [1535] realloc_glyph_pool (dispnew.c)
[853] Fcommandp [141] copy_char_table [861] recenter_overlay_lists
[32] Fcompare_strings [78] copy_font_spec [159] recompute_basic_faces
[986] Fconcat [515] copy_properties [461] reconsider_clip_changes (xdisp.c)
[1316] Fcond [931] copy_text [1621] record_asynch_buffer_change
[80] Fcons [1046] copy_text_properties [1536] record_auto_save
[1385] Fconsp [810] count_size_as_multibyte [654] record_buffer
[253] Fconstrain_to_field [1594] create_frame_xic [879] record_buffer_markers (buffer.c)
[188] Fcopy_alist [437] create_menus (gtkutil.c) [1072] record_char (keyboard.c)
[551] Fcopy_keymap [722] create_root_interval [1012] record_delete
[729] Fcopy_marker [513] create_terminal [656] record_first_change
[150] Fcopy_sequence [1193] current_message [796] record_in_backtrace
[192] Fcurrent_active_maps [533] current_message_1 (xdisp.c) [643] record_insert
[1561] Fcurrent_bidi_paragraph_direction [880] current_minor_maps [1464] record_load_unwind (lread.c)
[809] Fcurrent_buffer [1485] decide_coding_unwind (fileio.c) [883] record_property_change
[1346] Fcurrent_global_map [825] decode_any_frame [828] record_unwind_protect
[1562] Fcurrent_input_mode [1198] decode_any_window [1045] record_unwind_protect_int
[1335] Fcurrent_message [547] decode_coding (coding.c) [1537] record_unwind_protect_nothing
[530] Fcurrent_time [603] decode_coding_gap [982] record_unwind_protect_ptr
[526] Fcurrent_window_configuration [307] decode_coding_object [1025] record_unwind_protect_void
[1473] Fdaemonp [1520] decode_coding_raw_text (coding.c) [469] record_unwind_save_match_data
[1202] Fdecode_coding_string [1015] decode_coding_utf_8 (coding.c) [659] record_xmalloc
[224] Fdefalias [1020] decode_file_name [3] recursive_edit_1
[1125] Fdefault_boundp [906] decode_live_frame [1341] redisplay
[874] Fdefault_value [1315] decode_live_terminal [38] redisplay_internal (xdisp.c)
[112] Fdefine_key [1064] decode_live_window [1622] redisplay_mode_lines (xdisp.c)
[454] Fdefvar [460] decode_mode_spec_coding (xdisp.c) [1415] redisplay_other_windows
[491] Fdelete [1030] decode_next_window_args (window.c) [42] redisplay_preserve_echo_area
[1563] Fdelete_frame [898] decode_terminal (terminal.c) [410] redisplay_window (xdisp.c)
[1564] Fdelete_terminal [955] decode_time_components [1348] redisplay_window_0 (xdisp.c)
[1154] Fdelq [937] decode_timer (keyboard.c) [1344] redisplay_window_1 (xdisp.c)
[273] Fdirectory_file_name [1486] decode_tty_terminal [179] redisplay_windows (xdisp.c)
[423] Fdirectory_files [1147] decode_window_system_frame [683] redraw_frame
[1565] Fdiscard_input [1028] default_line_pixel_height [881] region_cache_backward
[564] Fdisplay_supports_face_attributes_p [1339] default_toplevel_binding (eval.c) [973] region_cache_forward
[593] Fdo_auto_save [867] default_value (data.c) [666] register_font_driver
[888] Fdowncase [1187] define_frame_cursor1 (xdisp.c) [1235] relocate_byte_stack
[1566] Femacs_pid [575] define_image_type (image.c) [566] remember_mouse_glyph
[1160] Feq [1141] defined_color (xfaces.c) [990] remove_properties (textprop.c)
[255] Fequal [1010] del_range [378] reorder_modifiers
[1014] Ferase_buffer [331] del_range_1 [1493] replace_buffer_in_windows
[320] Feval [332] del_range_2 [1494] replace_buffer_in_windows_safely
[507] Feval_buffer [1595] del_range_both [977] report_interval_modification
[1403] Fevent_convert_list [1521] delete_all_child_windows [1252] request_sigio
[173] Fexpand_file_name [837] delete_cache_boundaries (region-cache.c) [1112] requeued_events_pending_p
[268] Fface_font [230] delete_frame [1312] required_matrix_height (dispnew.c)
[831] Ffboundp [1596] delete_initial_terminal (terminal.c) [1313] required_matrix_width (dispnew.c)
[139] Ffeaturep [1597] delete_terminal [375] reseat (xdisp.c)
[453] Ffile_accessible_directory_p [54] deliver_process_signal [889] reseat_1 (xdisp.c)
[424] Ffile_attributes [1] deliver_user_signal (keyboard.c) [886] reseat_at_next_visible_line_start (xdisp.c)
[285] Ffile_directory_p [1487] detect_coding (coding.c) [294] reseat_at_previous_visible_line_start
[400] Ffile_exists_p [539] detect_coding_utf_16 (coding.c) [1623] reset_all_sys_modes
[1162] Ffile_name_absolute_p [1148] detect_input_pending [1436] reset_buffer
[279] Ffile_name_as_directory [43] detect_input_pending_run_timers [1374] reset_buffer_local_variables (buffer.c)
[284] Ffile_name_directory [448] digest_single_submenu [985] reset_var_on_error (insdel.c)
[251] Ffile_name_nondirectory [254] directory_files_internal [229] resize_echo_area_exactly
[311] Ffile_readable_p [1122] disassemble_lisp_time (editfns.c) [1401] resize_frame_windows
[308] Ffile_symlink_p [1598] discard_tty_input [339] resize_mini_window
[158] Ffind_file_name_handler [496] display_and_set_cursor [1538] resize_mini_window_1 (xdisp.c)
[358] Ffind_operation_coding_system [1205] display_count_lines (xdisp.c) [856] resolve_face_name (xfaces.c)
[1444] Ffloat [1292] display_echo_area_1 (xdisp.c) [1057] restore_kboard_configuration (keyboard.c)
[1225] Ffloat_time [184] display_line (xdisp.c) [1539] restore_menu_items (menu.c)
[976] Ffloatp [379] display_mode_element (xdisp.c) [1624] ring_bell
[726] Ffont_get [472] display_mode_line (xdisp.c) [1625] round2 (floatfns.c)
[140] Ffont_match_p [1323] display_mode_lines (xdisp.c) [1206] rounding_driver (floatfns.c)
[543] Ffont_put [210] display_string (xdisp.c) [1104] row_equal_p.constprop.18 (dispnew.c)
[280] Ffont_spec [1430] display_x_get_resource [1169] row_for_charpos_p (xdisp.c)
[316] Ffont_xlfd_name [1522] do_auto_save_unwind (fileio.c) [1096] row_hash
[363] Ffontp [538] do_ewmh_fullscreen (xterm.c) [1495] rpl_fcntl
[1283] Fforce_mode_line_update [1399] do_nothing (eval.c) [142] run_all_atimers
[1386] Fformat [55] do_pending_atimers [1437] run_funs (window.c)
[1567] Fforward_char [1097] do_pending_window_change [1416] run_hook
[348] Fforward_line [1388] do_switch_frame [932] run_hook_with_args
[1568] Fframe_after_make_frame [799] do_symval_forwarding [1084] run_hook_wrapped_funcall (eval.c)
[927] Fframe_char_height [1599] do_unwind_create_frame (xfns.c) [545] run_window_configuration_change_hook
[1029] Fframe_char_width [1454] doprnt [1496] run_window_scroll_functions (xdisp.c)
[465] Fframe_list [1087] draw_fringe_bitmap [301] safe__call (xdisp.c)
[1023] Fframe_live_p [304] draw_fringe_bitmap_1 (fringe.c) [1139] safe__call1 (xdisp.c)
[599] Fframe_or_buffer_changed_p [35] draw_glyphs (xdisp.c) [1026] safe_call
[172] Fframe_parameter [1208] draw_phys_cursor_glyph [1159] safe_call1
[171] Fframe_parameters [1123] draw_row_fringe_bitmaps [1540] safe_call2
[1203] Fframe_root_window [1181] draw_window_fringes [1626] safe_eval_handler (xdisp.c)
[1266] Fframe_selected_window [1431] dtotimespec [933] safe_run_hook_funcall (keyboard.c)
[1354] Fframe_terminal [639] dupstring [276] safe_run_hooks
[1317] Fframe_visible_p [704] echo_area_display (xdisp.c) [934] safe_run_hooks_1 (keyboard.c)
[1019] Fframep [975] echo_dash (keyboard.c) [462] safe_to_load_version (lread.c)
[225] Ffset [1065] echo_keystrokes_p (keyboard.c) [1314] sanitize_window_sizes
[29] Ffuncall [981] echo_update (keyboard.c) [303] save_excursion_restore
[1054] Ffuncall_interactively [1131] egetenv_internal [581] save_excursion_save
[1324] Ffunction [1410] emacs_close [605] save_menu_items
[1569] Ffunction_equal [1356] emacs_fixed_get_type (emacsgtkfixed.c) [942] save_restriction_restore
[859] Ffunctionp [1600] emacs_fixed_new [943] save_restriction_save
[64] Fgarbage_collect [1523] emacs_fopen [634] save_window_save (window.c)
[1474] Fgenerate_new_buffer_name [1138] emacs_open [149] scan_lists (syntax.c)
[800] Fget [1360] emacs_read [743] scan_newline
[884] Fget_buffer [1319] emacs_readlinkat [650] scan_newline_from_point
[479] Fget_buffer_create [715] encode_coding (coding.c) [34] scan_sexps_forward (syntax.c)
[1420] Fget_buffer_process [466] encode_coding_object [1073] schedule_atimer (atimer.c)
[1033] Fget_buffer_window [716] encode_coding_utf_8 (coding.c) [181] search_buffer (search.c)
[786] Fget_char_property [1102] encode_file_name [180] search_command (search.c)
[443] Fget_load_suffixes [1247] enlarge_buffer_text [1303] search_embedded_absfilename (fileio.c)
[204] Fget_pos_property [597] ensure_echo_area_buffers (xdisp.c) [613] search_image_cache (image.c)
[208] Fget_text_property [478] ensure_menu_items (menu.c) [611] search_magic_path (xrdb.c)
[569] Fgetenv_internal [1265] erase_phys_cursor [1627] select_visual
[28] Fgethash [1455] esprintf [528] select_window (window.c)
[218] Fgoto_char [1524] estimate_mode_line_height [84] set_alarm (atimer.c)
[1145] Fif [1103] eval_dyn (keyboard.c) [1002] set_buffer_if_live
[640] Fimage_mask_p [176] eval_sub [871] set_buffer_internal_1
[839] Findirect_function [1011] evaporate_overlays [770] set_buffer_temp
[641] Finit_image_library [1051] event_to_kboard (keyboard.c) [191] set_fontset_font (fontset.c)
[1079] Finsert [73] exec_byte_code [631] set_frame_cursor_types
[351] Finsert_file_contents [1263] expand_and_dir_to_file [418] set_frame_menubar
[1055] Finteractive_form [1340] expose_frame [1086] set_glyph_string_background_width (xdisp.c)
[286] Fintern [1127] extend_face_to_end_of_line (xdisp.c) [145] set_internal
[527] Fintern_soft [1334] extract_dimension (window.c) [1541] set_intervals_multibyte
[322] Finternal_char_font [970] extract_float [124] set_iterator_to_next (xdisp.c)
[571] Finternal_get_lisp_face_attribute [232] face_at_buffer_position [1108] set_marker_both
[385] Finternal_make_lisp_face [275] face_at_string_position [747] set_marker_internal (marker.c)
[247] Finternal_merge_in_global_face [555] face_attr_equal_p (xfaces.c) [1375] set_marker_restricted
[337] Finternal_set_lisp_face_attribute [289] face_before_or_after_it_pos (xdisp.c) [1345] set_marker_restricted_both
[1276] Finternal_show_cursor [1432] face_boolean_x_resource_value (xfaces.c) [1628] set_message_1 (xdisp.c)
[1110] Finternal_show_cursor_p [1180] face_color_supported_p (xfaces.c) [738] set_point
[1570] Finvocation_name [11] face_for_char [206] set_point_both
[352] Fkey_binding [664] face_for_font [938] set_point_from_marker
[317] Fkey_description [341] fast_c_string_match_ignore_case [1376] set_poll_suppress_count
[1445] Fkeymap_parent [186] fast_looking_at [272] set_properties (textprop.c)
[1151] Fkeymap_prompt [1411] fast_set_selected_frame (xdisp.c) [558] set_text_properties
[1093] Fkeymapp [71] fast_string_match_internal [271] set_text_properties_1
[1507] Fkeywordp [1525] fclose_unwind [1465] set_unwind_protect_ptr
[1508] Fkill_all_local_variables [878] fetch_buffer_markers (buffer.c) [1293] set_vertical_scroll_bar
[565] Fkill_buffer [1601] file_accessible_directory_p [1153] set_waiting_for_input
[686] Fkill_emacs [518] file_attributes (dired.c) [573] set_window_buffer
[741] Fkill_local_variable [1211] file_directory_p [1497] set_window_fringes (window.c)
[126] Flength [1367] file_for_image (gtkutil.c) [847] set_window_margins (window.c)
[431] Flet [1526] filemodestring [1498] set_window_scroll_bars (window.c)
[381] FletX [644] fill_glyph_string (xdisp.c) [1236] set_window_update_flags (dispnew.c)
[266] Fline_beginning_position [293] find_automatic_composition (composite.c) [296] setup_coding_system
[690] Fline_end_position [691] find_before_next_newline [1466] setup_echo_area_for_printing
[1076] Fline_pixel_height [829] find_cache_boundary (region-cache.c) [459] shadow_lookup (keymap.c)
[257] Flist [194] find_composition [183] show_hourglass (xdisp.c)
[411] Fload [487] find_first_strong_char (bidi.c) [1417] shrink_mini_window
[1364] Flocal_variable_if_set_p [68] find_font_encoding [1237] shrink_regexp_cache
[840] Flocal_variable_p [1368] find_icon_from_name (gtkutil.c) [708] shut_down_emacs
[1571] Flocale_info [87] find_interval [297] signal_after_change
[1509] Flocate_file_internal [630] find_newline [616] single_keymap_panes (menu.c)
[959] Flogand [661] find_newline_no_quit [481] single_menu_item (menu.c)
[1446] Flooking_at [298] find_symbol_value [41] sit_for
[891] Flookup_key [1527] fixup_locale [586] skip_chars.constprop.5 (syntax.c)
[960] Flsh [1047] float_arith_driver (data.c) [887] skip_one_char (regex.c)
[1049] Flss [1488] fmod_float [349] skip_syntaxes (syntax.c)
[674] Fmacroexpand [1071] follow_key (keyboard.c) [782] sort_overlays
[248] Fmake_byte_code [406] font_build_object [128] specbind
[395] Fmake_char_table [433] font_clear_prop [117] split_interval_left
[606] Fmake_frame_visible [1528] font_done_for_face [536] split_interval_right
[113] Fmake_hash_table [14] font_find_for_lface [383] start_atimer
[190] Fmake_list [442] font_get_frame_data [197] start_display
[436] Fmake_local_variable [1602] font_get_name [372] start_hourglass
[646] Fmake_marker [102] font_has_char [1261] start_polling
[1156] Fmake_sparse_keymap [93] font_intern_prop [1438] staticpro
[81] Fmake_string [16] font_list_entities [1262] stop_polling
[574] Fmake_symbol [302] font_load_for_lface [490] store_frame_param
[207] Fmake_vector [290] font_make_entity [196] store_in_alist
[1157] Fmap_keymap [415] font_make_object [502] store_in_keymap (keymap.c)
[623] Fmapc [685] font_match_p [1074] store_kbd_macro_char
[401] Fmapcar [387] font_open_by_name [1267] store_mode_line_noprop (xdisp.c)
[939] Fmarker_buffer [389] font_open_by_spec [1111] store_mode_line_noprop_char (xdisp.c)
[1018] Fmarker_position [392] font_open_entity (font.c) [802] store_symval_forwarding (data.c)
[1226] Fmatch_beginning [397] font_open_for_lface [1248] str_as_unibyte
[330] Fmatch_data [321] font_parse_family_registry [1017] string_byte_to_char
[1325] Fmatch_end [350] font_parse_name (font.c) [752] string_char_to_byte
[866] Fmax [354] font_parse_xlfd [1212] string_make_unibyte
[1572] Fmax_char [1400] font_prepare_for_face [256] string_match_1 (search.c)
[388] Fmember [1296] font_prop_validate_otf (font.c) [658] string_to_multibyte
[822] Fmemq [391] font_prop_validate_symbol (font.c) [965] string_to_number
[1510] Fmessage [336] font_put_extra [1542] strmode
[851] Fmin [648] font_put_frame_data [1543] strout (print.c)
[1295] Fminibuffer_window [31] font_registry_charsets [1467] strwidth
[926] Fminus [398] font_rescale_ratio (font.c) [1629] stuff_buffered_input
[1475] Fmod [1274] font_score (font.c) [369] styled_format (editfns.c)
[1421] Fmodify_frame_parameters [21] font_sort_entities (font.c) [49] sub_char_table_ref (chartab.c)
[1347] Fmultibyte_string_p [759] font_style_symbolic [951] sub_char_table_ref_and_range (chartab.c)
[903] Fnconc [919] font_style_to_value [463] sub_char_table_set (chartab.c)
[371] Fnew_fontset [86] font_unparse_xlfd [373] sub_char_table_set_range (chartab.c)
[876] Fnext_char_property_change [568] font_update_drivers [1392] suffix_p (lread.c)
[877] Fnext_overlay_change [75] fontset_add (fontset.c) [819] survives_gc_p
[269] Fnext_property_change [1603] fontset_ascii [65] swallow_events
[1133] Fnext_read_file_uses_dialog_p [13] fontset_find_font (fontset.c) [1418] swap_in_global_binding
[233] Fnext_single_char_property_change [12] fontset_font (fontset.c) [295] swap_in_symval_forwarding (data.c)
[217] Fnext_single_property_change [343] fontset_from_font [1439] swap_out_buffer_local_variables (buffer.c)
[1511] Fnext_window [1433] fontset_name [868] sweep_buffers (alloc.c)
[45] Fnreverse [549] fontset_pattern_regexp (fontset.c) [131] sweep_conses (alloc.c)
[842] Fnth [608] foreach_window_1 (window.c) [1238] sweep_floats (alloc.c)
[841] Fnthcdr [1456] forget_escape_and_glyphless_faces [1239] sweep_intervals (alloc.c)
[1183] Fnull [601] format_mode_line_unwind_data (xdisp.c) [1240] sweep_misc (alloc.c)
[1355] For [885] forward_to_next_line_start (xdisp.c) [1241] sweep_strings (alloc.c)
[570] Fother_buffer [1327] four_corners_best (image.c) [1242] sweep_symbols (alloc.c)
[1209] Foverlayp [1389] frame_for_x_selection (xselect.c) [91] sweep_vectors (alloc.c)
[33] Fparse_partial_sexp [734] frame_inhibit_resize [1243] sweep_weak_hash_tables
[798] Fplist_get [761] frame_make_pointer_visible [1009] sweep_weak_table (fns.c)
[261] Fplist_put [1185] frame_size_history_add [1328] sxhash
[836] Fplus [1489] frames_discard_buffer [1393] symbol_to_x_atom (xselect.c)
[940] Fpoint_marker [1457] free_all_realized_faces [792] syntax_multibyte (syntax.c)
[604] Fpos_visible_in_window_p [1369] free_color_table (image.c) [948] syntax_prefix_flag_p
[1447] Fposn_at_point [1004] free_cons [456] tb_size_cb (gtkutil.c)
[1573] Fposn_at_x_y [138] free_face_fontset [751] temp_set_point
[1336] Fprefix_numeric_value [1604] free_font_driver_list [1177] temp_set_point_both
[1574] Fprinc [231] free_frame_faces [1056] temporarily_switch_to_single_kboard
[1404] Fprocess_list [1370] free_glyph_matrix (dispnew.c) [40] test_undefined (keyboard.c)
[1422] Fprocessp [1529] free_glyphs [214] text_property_stickiness
[996] Fprogn [449] free_menubar_widget_value_tree [434] text_quoting_style
[521] Fpropertize [941] free_misc [769] textget
[583] Fprovide [116] free_realized_face (xfaces.c) [1196] time_add (editfns.c)
[929] Fpurecopy [997] free_realized_fontsets (fontset.c) [445] time_arith (editfns.c)
[267] Fput [1490] free_region_cache [59] timer_check
[944] Fput_text_property [1530] free_window_matrices [579] timerfd_callback
[79] Fputhash [324] fs_query_fontset [1024] timespec_add
[1326] Fquo [1100] fset_redisplay [909] timespec_sub
[1003] Fquote [346] ftfont_get_charset (ftfont.c) [452] tool_bar_items
[393] Frassoc [23] ftfont_get_fc_charset [39] top_level_1 (keyboard.c)
[904] Frassq [24] ftfont_has_char (ftfont.c) [1630] top_level_2 (keyboard.c)
[182] Fre_search_forward [211] ftfont_list (ftfont.c) [1244] total_bytes_of_live_objects (alloc.c)
[1132] Fread [22] ftfont_lookup_cache (ftfont.c) [1499] totally_unblock_input
[2] Frecursive_edit [216] ftfont_pattern_entity (ftfont.c) [989] traverse_intervals_noorder
[1575] Fredirect_frame_focus [345] ftfont_spec_pattern (ftfont.c) [1264] truncate_undo_list
[1576] Fredraw_frame [314] funcall_lambda (eval.c) [1269] try_window
[626] Fregexp_quote [908] funcall_nil (eval.c) [1419] tty_color_name
[105] Fremove_list_of_text_properties [1605] funcall_not (eval.c) [1544] un_autoload
[625] Fremove_text_properties [1136] gamma_correct [244] unbind_to
[1405] Frestore_buffer_modified_p [1256] gap_left (insdel.c) [754] unblock_input
[969] Freverse [1434] gap_right (insdel.c) [144] unblock_input_to
[1448] Fround [1080] general_insert_function (editfns.c) [858] unchain_marker
[910] Frun_hook_with_args [966] get_backtrace_frame (eval.c) [168] uniprop_table
[1449] Frun_hook_with_args_until_failure [793] get_char_glyph_code (xdisp.c) [663] unload_color
[1040] Frun_hook_with_args_until_success [100] get_char_property_and_overlay [1631] unlock_all_files
[1083] Frun_hook_wrapped [627] get_current_wm_state (xterm.c) [1500] unlock_buffer
[1260] Frun_hooks [1371] get_font_ascent_descent [956] unreadchar (lread.c)
[1101] Frun_window_scroll_functions [719] get_frame_param [1249] unrequest_sigio
[427] Fsafe_length [620] get_glyph_face_and_encoding (xdisp.c) [1468] unshow_buffer (window.c)
[946] Fscan_sexps [1218] get_glyph_string_clip_rect [1632] unwind_create_frame (xfns.c)
[380] Fsearch_forward [1032] get_glyph_string_clip_rects [1275] unwind_format_mode_line (xdisp.c)
[1406] Fselect_frame [67] get_input_pending (keyboard.c) [1253] unwind_redisplay (xdisp.c)
[1272] Fselect_window [824] get_it_property (xdisp.c) [746] unwind_set_match_data (search.c)
[1284] Fselected_frame [541] get_keyelt (keymap.c) [657] unwind_to_catch (eval.c)
[1022] Fselected_window [766] get_keymap [1282] unwind_with_echo_area_buffer (xdisp.c)
[249] Fset [1606] get_leaf_windows (window.c) [1216] update_begin
[897] Fset_buffer [355] get_lface_attributes (xfaces.c) [1006] update_buffer_properties (editfns.c)
[1423] Fset_buffer_modified_p [382] get_lface_attributes_no_remap (xfaces.c) [154] update_compositions
[1450] Fset_buffer_multibyte [193] get_local_map [635] update_cursor_in_window_tree (xdisp.c)
[1512] Fset_char_table_parent [10] get_next_display_element (xdisp.c) [1217] update_end
[223] Fset_char_table_range [869] get_overlay_strings_1 (xdisp.c) [688] update_face_from_frame_parameter
[444] Fset_charset_priority [237] get_per_char_metric (xdisp.c) [1257] update_frame
[473] Fset_coding_system_priority [1458] get_phys_cursor_geometry [446] update_frame_tool_bar
[198] Fset_default [1390] get_phys_cursor_glyph [299] update_overlay_arrows (xdisp.c)
[56] Fset_fontset_font [1607] get_prop_window (xsettings.c) [1633] update_single_window
[1424] Fset_frame_selected_window [205] get_property_and_range [1353] update_submenu_strings
[1577] Fset_input_interrupt_mode [1608] get_specified_cursor_type (xdisp.c) [1634] update_theme_scrollbar_height (gtkutil.c)
[1578] Fset_input_meta_mode [972] get_translation_table (coding.c) [1635] update_theme_scrollbar_width (gtkutil.c)
[559] Fset_keyboard_coding_system_internal [895] get_utf8_string (gtkutil.c) [458] update_window (dispnew.c)
[1476] Fset_keymap_parent [864] get_visually_first_element (xdisp.c) [1320] update_window_cursor (xdisp.c)
[1035] Fset_marker [1129] getenv_internal (callproc.c) [450] update_window_fringes
[315] Fset_match_data [1130] getenv_internal_1 (callproc.c) [517] update_window_line (dispnew.c)
[991] Fset_syntax_table [665] gethomedir (xrdb.c) [1258] update_window_tree (dispnew.c)
[560] Fset_terminal_coding_system_internal [763] gettime [621] valid_image_p
[618] Fset_terminal_parameter [53] gobble_input [227] valid_lisp_object_p
[1477] Fset_text_properties [252] graft_intervals_into_buffer [778] validate_interval_range
[702] Fset_window_configuration [779] grow_specpdl (eval.c) [850] validate_plist (textprop.c)
[1513] Fset_window_new_pixel [242] handle_composition_prop (xdisp.c) [947] validate_region
[744] Fset_window_new_total [241] handle_display_prop (xdisp.c) [62] validate_subarray
[1478] Fset_window_next_buffers [164] handle_face_prop (xdisp.c) [1229] validate_x_resource_name
[1479] Fset_window_prev_buffers [243] handle_fontified_prop (xdisp.c) [122] vector_nbytes (alloc.c)
[1068] Fset_window_vscroll [89] handle_input_available_signal [277] verify_interval_modification
[129] Fsetcar [262] handle_invisible_prop (xdisp.c) [44] wait_reading_process_output
[764] Fsetcdr [260] handle_line_prefix (xdisp.c) [1384] wait_reading_process_output_unwind (process.c)
[338] Fsetq [99] handle_one_xevent (xterm.c) [157] where_is_internal (keymap.c)
[647] Fsignal [160] handle_stop (xdisp.c) [101] where_is_internal_1 (keymap.c)
[544] Fsingle_key_description [25] hash_lookup [1062] window_body_width
[1579] Fskip_chars_backward [82] hash_put [1048] window_box
[1580] Fskip_chars_forward [794] hash_string [1166] window_box_height
[1058] Fskip_syntax_forward [780] hashfn_eq (fns.c) [912] window_box_left
[501] Fsort [855] hashfn_eql (fns.c) [901] window_box_left_offset
[1480] Fstandard_syntax_table [757] hashfn_equal (fns.c) [1124] window_box_right
[797] Fstring_equal [498] hscroll_window_tree (xdisp.c) [1190] window_box_right_offset (xdisp.c)
[964] Fstring_lessp [499] hscroll_windows (xdisp.c) [838] window_box_width
[1092] Fstring_match [1372] image_background [962] window_display_table
[1210] Fstringp [1373] image_background_transparent [519] window_from_coordinates
[1039] Fsubrp [1168] image_spec_value (image.c) [578] window_list
[1031] Fsubstitute_command_keys [767] indirect_function [344] window_list_1 (window.c)
[312] Fsubstitute_in_file_name [1412] indirect_variable [347] window_loop (window.c)
[362] Fsubstring [111] inhibit_garbage_collection [1143] window_outdated
[108] Fsuspicious_object [203] init_frame_faces [1271] window_relative_x_coord
[1149] Fsymbol_function [1085] init_glyph_string (xdisp.c) [1636] window_resize_apply_total (window.c)
[753] Fsymbol_name [163] init_iterator [922] window_text_bottom_y
[806] Fsymbol_value [655] init_kboard (keyboard.c) [405] with_echo_area_buffer (xdisp.c)
[1425] Fsymbolp [600] init_menu_items [1637] write_string_1 (print.c)
[993] Fsyntax_table [1609] init_sigio [1184] wset_buffer
[1451] Fsystem_name [1459] init_system_name [1394] wset_redisplay
[619] Fterminal_list [1610] initial_free_frame_resources (terminal.c) [1501] wset_update_mode_line (window.c)
[899] Fterminal_live_p [1611] initialize_frame_menubar [1120] x_after_update_window_line (xterm.c)
[736] Fterminal_parameter [1251] input_polling_used [1137] x_alloc_nearest_color
[97] Ftext_properties_at [1188] insert_1_both [404] x_any_window_to_frame (xterm.c)
[323] Ftext_property_any [1331] insert_char [1545] x_bitmap_icon
[1387] Fthrow [670] insert_from_gap [1377] x_build_heuristic_mask (image.c)
[1195] Ftime_add [984] insert_from_string [762] x_catch_errors
[1297] Ftime_less_p [240] insert_from_string_1 (insdel.c) [51] x_catch_errors_with_handler
[999] Ftimes [342] intern_1 [1638] x_change_tool_bar_height
[1382] Ftool_bar_get_system_style [632] intern_driver [90] x_check_errors
[1581] Ftool_bar_height [1044] intern_sym (lread.c) [1546] x_check_property_data
[416] Ftry_completion [6] internal_catch [1113] x_clear_area
[1407] Ftty_top_frame [215] internal_condition_case [1118] x_clear_end_of_line
[1514] Ftty_type [1098] internal_condition_case_1 [1469] x_clear_frame (xterm.c)
[1582] Fundo_boundary [1531] internal_condition_case_2 [1121] x_clear_frame_area (xterm.c)
[755] Fupcase [896] internal_condition_case_n [1115] x_clear_glyph_string_rect (xterm.c)
[1277] Fupcase_initials [52] internal_equal (fns.c) [687] x_clipboard_manager_save_all
[1426] Fuse_local_map [812] intervals_equal [1639] x_clipboard_manager_save_frame
[1481] Fuser_login_name [893] invalidate_buffer_caches [483] x_compute_glyph_string_overhangs (xterm.c)
[1583] Fuser_real_login_name [862] invalidate_current_column [361] x_consider_frame_title (xdisp.c)
[832] Fvconcat [983] invalidate_region_cache [1640] x_copy_color
[245] Fvector [136] kbd_buffer_nr_stored (keyboard.c) [645] x_decode_color (xfns.c)
[918] Fvectorp [137] kbd_buffer_store_buffered_event [386] x_default_font_parameter (xfns.c)
[209] Fvertical_motion [1052] kbd_on_hold_p [720] x_default_parameter
[1584] Fvisited_file_modtime [1391] keymap_parent (keymap.c) [739] x_default_scroll_bar_color_parameter (xfns.c)
[1585] Fwaiting_for_user_input_p [27] keyremap_step.constprop.45 (keyboard.c) [1191] x_define_frame_cursor (xterm.c)
[326] Fwhere_is_internal [1460] kill_buffer_processes [511] x_defined_color
[1586] Fwhile [1037] know_region_cache [1194] x_destroy_bitmap
[900] Fwiden [413] larger_vector [1329] x_detect_focus_change (xterm.c)
[1060] Fwindow_body_height [1174] let_shadows_buffer_binding_p [1378] x_display_info_for_display
[1061] Fwindow_body_width [1279] let_shadows_global_binding_p [1641] x_display_ok
[1298] Fwindow_bottom_divider_width [556] lface_equal_p (xfaces.c) [1082] x_draw_fringe_bitmap (xterm.c)
[1116] Fwindow_buffer [921] lface_from_face_name (xfaces.c) [428] x_draw_glyph_string (xterm.c)
[672] Fwindow_frame [353] lface_from_face_name_no_resolve (xfaces.c) [1219] x_draw_glyph_string_box (xterm.c)
[1041] Fwindow_fringes [928] lface_hash (xfaces.c) [429] x_draw_glyph_string_foreground (xterm.c)
[1042] Fwindow_header_line_height [537] line_bottom_y [1220] x_draw_relief_rect (xterm.c)
[979] Fwindow_hscroll [833] lisp_align_free (alloc.c) [1091] x_draw_stretch_glyph_string (xterm.c)
[723] Fwindow_left_child [329] lisp_align_malloc (alloc.c) [1358] x_draw_vertical_border
[1408] Fwindow_line_height [577] lisp_file_lexically_bound_p (lread.c) [1178] x_draw_window_cursor (xterm.c)
[1427] Fwindow_list [967] lisp_free (alloc.c) [735] x_figure_window_size
[1383] Fwindow_list_1 [409] lisp_malloc (alloc.c) [1547] x_fill_property_data
[1027] Fwindow_live_p [370] lisp_string_width [500] x_find_image_fd (image.c)
[1043] Fwindow_margins [1135] lisp_time_struct (editfns.c) [1548] x_find_image_file
[725] Fwindow_minibuffer_p [963] lisp_to_timespec [1642] x_find_modifier_meanings (xterm.c)
[1299] Fwindow_mode_line_height [818] list1 [1286] x_flush (xterm.c)
[745] Fwindow_new_total [368] list2 [170] x_focus_changed (xterm.c)
[1482] Fwindow_next_buffers [360] list3 [737] x_frame_get_and_record_arg
[731] Fwindow_next_sibling [365] list4 [1155] x_free_colors
[1175] Fwindow_old_point [327] list5 [701] x_get_arg
[717] Fwindow_parameter [998] live_buffer (marker.c) [1643] x_get_customization_string (xrdb.c)
[732] Fwindow_parent [221] load_charset (charset.c) [1549] x_get_focus_frame
[696] Fwindow_pixel_height [222] load_charset_map (charset.c) [407] x_get_glyph_overhangs
[681] Fwindow_pixel_left [514] load_color2 (xfaces.c) [1230] x_get_string_resource
[682] Fwindow_pixel_top [870] load_overlay_strings (xdisp.c) [50] x_had_errors_p
[695] Fwindow_pixel_width [1461] load_warn_old_style_backquotes (lread.c) [1270] x_handle_dnd_message
[1176] Fwindow_point [468] looking_at_1 (search.c) [1179] x_handle_property_notify
[1483] Fwindow_prev_buffers [1016] lookup_basic_face [594] x_load_resources
[706] Fwindow_resize_apply_total [390] lookup_char_property [420] x_make_frame_visible
[1300] Fwindow_right_divider_width [451] lookup_fringe_bitmap [709] x_make_gc (xfns.c)
[1301] Fwindow_scroll_bar_height [178] lookup_glyphless_char_display [1204] x_mouse_grabbed
[1302] Fwindow_scroll_bar_width [495] lookup_image [1362] x_new_focus_frame (xterm.c)
[319] Fwindow_scroll_bars [1200] lookup_image_type (image.c) [588] x_new_font
[1077] Fwindow_start [246] lookup_named_face [624] x_parse_color
[1280] Fwindow_system [994] lookup_rgb_color (image.c) [57] x_produce_glyphs
[724] Fwindow_top_child [132] lucid_event_type_list_p [1379] x_query_colors
[1106] Fwindow_valid_p [610] magic_db (xrdb.c) [636] x_real_pos_and_offsets
[980] Fwindow_vscroll [506] make_blv (data.c) [637] x_real_positions
[1172] Fwindowp [749] make_buffer_string [525] x_scroll_bar_create (xterm.c)
[589] Fx_backspace_delete_keys_p [306] make_buffer_string_both [1502] x_session_check_input (xsmfns.c)
[550] Fx_change_window_property [890] make_byte_code [628] x_session_initialize
[202] Fx_create_frame [667] make_face_cache (xfaces.c) [710] x_set_alpha
[1254] Fx_display_color_cells [1021] make_float [1644] x_set_autolower
[1349] Fx_get_resource [396] make_fontset (fontset.c) [1645] x_set_autoraise
[1069] Fx_hide_tip [403] make_fontset_for_ascii_face [676] x_set_background_color (xfns.c)
[1587] Fx_open_connection [235] make_formatted_string [694] x_set_border_color (xfns.c)
[509] Fx_register_dnd_atom [534] make_frame [1646] x_set_border_width
[489] Fx_selection_exists_p [607] make_frame_visible_1 (frame.c) [1647] x_set_bottom_divider_width
[523] Fx_wm_set_size_hint [595] make_gap [673] x_set_cursor_color (xfns.c)
[548] Fxw_color_values [669] make_gap_1 [1648] x_set_cursor_type (xfns.c)
[1167] Fxw_display_color_p [471] make_hash_table [189] x_set_font
[852] SETUP_SYNTAX_TABLE (syntax.c) [668] make_image_cache [612] x_set_font_backend
[805] SETUP_SYNTAX_TABLE_FOR_OBJECT [535] make_interval [700] x_set_foreground_color (xfns.c)
[1395] XTcondemn_scroll_bars (xterm.c) [1352] make_lisp_time [480] x_set_frame_alpha
[1588] XTframe_rehighlight (xterm.c) [425] make_lispy_event (keyboard.c) [114] x_set_frame_parameters
[457] XTframe_up_to_date (xterm.c) [562] make_lispy_position (keyboard.c) [1063] x_set_glyph_string_clipping (xterm.c)
[1396] XTjudge_scroll_bars (xterm.c) [653] make_multibyte_string [697] x_set_glyph_string_gc (xterm.c)
[77] XTread_socket (xterm.c) [1435] make_process (process.c) [1649] x_set_horizontal_scroll_bars
[1290] XTredeem_scroll_bar (xterm.c) [510] make_realized_face (xfaces.c) [1650] x_set_icon_type (xfns.c)
[703] XTring_bell (xterm.c) [693] make_save_funcptr_ptr_obj [1651] x_set_internal_border_width (xfns.c)
[475] XTset_vertical_scroll_bar (xterm.c) [582] make_save_obj_obj_obj_obj [1652] x_set_left_fringe
[36] _init [740] make_save_ptr [1653] x_set_line_spacing
[907] access_keymap [642] make_save_ptr_int [1654] x_set_menu_bar_lines (xfns.c)
[305] access_keymap_1 (keymap.c) [422] make_specified_string [115] x_set_mouse_color (xfns.c)
[228] accessible_keymaps_1 (keymap.c) [226] make_string [522] x_set_offset
[374] accumulate_script_ranges (fontset.c) [718] make_string_from_bytes [1655] x_set_right_divider_width
[26] active_maps (keyboard.c) [359] make_sub_char_table (chartab.c) [1656] x_set_right_fringe
[1070] add_command_key (keyboard.c) [477] make_unibyte_string [692] x_set_screen_gamma
[1515] add_keyboard_wait_descriptor [417] make_uninit_multibyte_string [1657] x_set_scroll_bar_background (xfns.c)
[291] add_properties (textprop.c) [811] make_uninit_string [1658] x_set_scroll_bar_default_height
[1117] add_row_entry (dispnew.c) [1165] make_widget_for_menu_item (gtkutil.c) [1659] x_set_scroll_bar_default_width
[104] add_text_properties_1 (textprop.c) [447] make_widget_value [1660] x_set_scroll_bar_foreground (xfns.c)
[120] add_timer_wait_descriptor [557] make_window [1661] x_set_scroll_bar_height
[609] add_window_to_list (window.c) [455] map_char_table [1662] x_set_scroll_bar_width
[651] adjust_frame_glyphs [200] map_char_table_for_charset [1663] x_set_title (xfns.c)
[497] adjust_frame_size [199] map_charset_chars [1664] x_set_tool_bar_lines (xfns.c)
[1255] adjust_glyph_matrix (dispnew.c) [865] map_keymap [638] x_set_tool_bar_position (xfns.c)
[1007] adjust_markers_for_delete [953] map_keymap_call (keymap.c) [1665] x_set_vertical_scroll_bars
[914] adjust_markers_for_insert (insdel.c) [1158] map_keymap_canonical [1666] x_set_wait_for_wm (xfns.c)
[1008] adjust_overlays_for_delete [493] map_keymap_char_table_item (keymap.c) [1550] x_set_window_size
[915] adjust_overlays_for_insert [680] map_keymap_internal (keymap.c) [1551] x_setup_relief_color (xterm.c)
[892] adjust_suspend_auto_hscroll (insdel.c) [110] map_sub_char_table (chartab.c) [1221] x_setup_relief_colors (xterm.c)
[1146] adjust_window_count (window.c) [201] map_sub_char_table_for_charset (chartab.c) [1207] x_sync
[713] alloc_destination (coding.c) [1491] map_tool_bar_style (xsettings.c) [711] x_sync_with_move (xterm.c)
[652] allocate_buffer [1186] mapcar1 (fns.c) [508] x_term_init
[649] allocate_kboard [1090] mark_buffer (alloc.c) [1667] x_text_icon
[1516] allocate_matrices_for_frame_redisplay (dispnew.c) [88] mark_char_table (alloc.c) [542] x_top_window_to_frame
[1365] allocate_matrices_for_window_redisplay (dispnew.c) [826] mark_compiled (alloc.c) [60] x_uncatch_errors
[531] allocate_misc (alloc.c) [1128] mark_discard_killed_buffers (alloc.c) [133] x_uncatch_errors_after_check
[265] allocate_pseudovector [1114] mark_face_cache (alloc.c) [1222] x_update_begin (xterm.c)
[484] allocate_string_data [1232] mark_fringe_data [1363] x_update_cursor
[92] allocate_vector [1215] mark_image_cache [1223] x_update_end (xterm.c)
[813] analyze_first (regex.c) [808] mark_interval (alloc.c) [1182] x_update_window_begin (xterm.c)
[1278] apply1 [1233] mark_kboards [563] x_update_window_end (xterm.c)
[340] apply_lambda (eval.c) [830] mark_localized_symbol (alloc.c) [532] x_wait_for_event
[309] apply_modifiers (keyboard.c) [165] mark_maybe_object (alloc.c) [591] x_window (xfns.c)
[1484] apply_window_adjustment (window.c) [46] mark_object [554] x_window_to_frame (xterm.c)
[817] arith_driver (data.c) [988] mark_overlay (alloc.c) [464] x_wm_set_size_hint
[815] arithcompare [816] mark_save_value (alloc.c) [540] x_wm_supports
[1050] arithcompare_driver (data.c) [1234] mark_specpdl [516] x_write_glyphs
[1099] assign_row (dispnew.c) [127] mark_vectorlike (alloc.c) [1001] x_x_to_emacs_modifiers
[96] assoc_no_quit [1413] mark_window_cursors_off [414] xbm_image_p (image.c)
[63] assq_no_quit [1361] mark_window_display_accurate [69] xfont_encode_coding_xlfd (xfont.c)
[162] back_comment (syntax.c) [1199] mark_window_display_accurate_1 (xdisp.c) [121] xfont_get_cache (xfont.c)
[238] back_to_previous_visible_line_start (xdisp.c) [923] marker_byte_position [143] xfont_get_pcm (xfont.c)
[771] balance_an_interval (intervals.c) [920] marker_position [17] xfont_list (xfont.c)
[784] balance_intervals [1189] match_limit (search.c) [19] xfont_list_pattern (xfont.c)
[987] balance_intervals_internal (intervals.c) [146] maybe_set_redisplay [760] xfree
[776] balance_possible_root_interval (intervals.c) [823] mem_delete (alloc.c) [1161] xft_settings_event
[860] bcall0 (bytecode.c) [801] mem_find (alloc.c) [1359] xftfont_add_rendering_parameters (xftfont.c)
[187] bidi_at_paragraph_end (bidi.c) [310] mem_insert (alloc.c) [1470] xftfont_cached_font_ok (xftfont.c)
[788] bidi_cache_ensure_space (bidi.c) [849] mem_rotate_left (alloc.c) [712] xftfont_close (xftfont.c)
[773] bidi_cache_find (bidi.c) [848] mem_rotate_right (alloc.c) [1552] xftfont_done_face (xftfont.c)
[772] bidi_cache_iterator_state (bidi.c) [467] menu_bar_item (keyboard.c) [430] xftfont_draw (xftfont.c)
[765] bidi_cache_search.constprop.3 (bidi.c) [435] menu_bar_items [787] xftfont_encode_char (xftfont.c)
[94] bidi_explicit_dir_char (bidi.c) [109] menu_item_eval_property [576] xftfont_get_colors (xftfont.c)
[791] bidi_fetch_char (bidi.c) [958] menu_separator_name_p [85] xftfont_has_char (xftfont.c)
[486] bidi_fetch_char_skip_isolates (bidi.c) [1492] merge [212] xftfont_list (xftfont.c)
[177] bidi_find_bracket_pairs (bidi.c) [1612] merge_face_heights (xfaces.c) [394] xftfont_open (xftfont.c)
[175] bidi_find_paragraph_start (bidi.c) [684] merge_face_ref (xfaces.c) [633] xftfont_prepare_face (xftfont.c)
[774] bidi_get_category (bidi.c) [552] merge_face_vectors (xfaces.c) [236] xftfont_text_extents (xftfont.c)
[857] bidi_init_it [520] merge_named_face (xfaces.c) [1668] xg_change_toolbar_position
[167] bidi_initialize (bidi.c) [1613] message1 [1134] xg_check_special_colors
[147] bidi_level_of_next_char (bidi.c) [596] message3 [1669] xg_create_default_cursor
[834] bidi_line_init (bidi.c) [1532] message3_nolog [592] xg_create_frame_widgets
[1309] bidi_mirror_char [742] message_dolog [1553] xg_create_scroll_bar
[185] bidi_move_to_visually_next [1614] message_log_maybe_newline [524] xg_create_widget
[151] bidi_paired_bracket_type (bidi.c) [1192] mode_line_update_needed (xdisp.c) [1440] xg_destroy_widgets (gtkutil.c)
[485] bidi_paragraph_init [426] modify_event_symbol (keyboard.c) [1224] xg_event_is_for_scrollbar
[790] bidi_resolve_brackets (bidi.c) [945] modify_text_properties (textprop.c) [1332] xg_frame_resized
[95] bidi_resolve_explicit (bidi.c) [911] move_cache_gap (region-cache.c) [474] xg_frame_set_char_size
[148] bidi_resolve_neutral (bidi.c) [1414] move_gap_both [1670] xg_get_default_scrollbar_height
[789] bidi_resolve_weak (bidi.c) [935] move_it_by_lines [1671] xg_get_default_scrollbar_width
[863] bidi_shelve_cache [1066] move_it_in_display_line [1342] xg_get_gdk_scale (gtkutil.c)
[827] bidi_unshelve_cache [58] move_it_in_display_line_to (xdisp.c) [1201] xg_gtk_scroll_destroy (gtkutil.c)
[1589] bitch_at_user [213] move_it_to [1672] xg_initialize
[1452] blank_row [292] move_it_vertically_backward [432] xg_item_label_same_p (gtkutil.c)
[119] block_atimers (atimer.c) [629] move_point (cmds.c) [1245] xg_mark_data
[748] boyer_moore (search.c) [925] multibyte_chars_in_text [476] xg_modify_menubar_widgets
[873] bset_redisplay [1285] my_log_handler (xterm.c) [561] xg_select
[1304] bset_update_mode_line [1615] my_log_handler (gtkutil.c) [1554] xg_set_cursor (gtkutil.c)
[730] buf_bytepos_to_charpos [916] nconc2 [699] xg_set_icon
[733] buf_charpos_to_bytepos [622] new_region_cache [1294] xg_set_toolkit_scroll_bar_thumb
[1107] buffer_display_table [1533] next_almost_prime [1555] xg_store_widget_in_map (gtkutil.c)
[1171] buffer_local_value [161] next_element_from_buffer (xdisp.c) [1268] xg_tool_bar_help_callback (gtkutil.c)
[1590] buffer_posn_from_coords [930] next_element_from_c_string (xdisp.c) [705] xg_update_frame_menubar
[580] build_marker [219] next_element_from_string (xdisp.c) [503] xg_update_menubar (gtkutil.c)
[795] build_style_table (font.c) [783] next_interval [662] xg_update_scrollbar_pos
[917] c_strcasecmp [872] next_overlay_change (xdisp.c) [440] xg_update_submenu (gtkutil.c)
[1109] c_string_width [728] next_window (window.c) [399] xg_win_to_widget
[1170] cache_face (xfaces.c) [1142] normal_char_ascent_descent (xdisp.c) [1556] xic_create_xfontset (xfns.c)
[1409] calculate_costs [419] note_mouse_highlight [1673] xic_free_xfontset
[854] call0 [441] note_mouse_movement (xterm.c) [1250] xic_set_preeditarea
[949] call1 [125] oblookup [1674] xic_set_xfontset
[924] call2 [288] offset_intervals [689] xlispstrdup
[1330] call3 [698] open_directory (dired.c) [118] xmalloc
[1273] call4 [220] openp [1675] xml_cleanup_parser
[130] call_mod_hooks (textprop.c) [590] other_visible_frames (frame.c) [1343] xnmalloc
[439] cancel_atimer [1227] overlay_arrows_changed_p (xdisp.c) [1088] xnrealloc
[1517] cancel_echoing [835] overlays_around (editfns.c) [1306] xpalloc
[438] cancel_hourglass [781] overlays_at [1380] xpm_free_color_cache (image.c)
[1291] cancel_mouse_face [1288] parse_image_spec (image.c) [1289] xpm_image_p (image.c)
[1453] candidate_buffer (buffer.c) [957] parse_menu_item [1381] xpm_load (image.c)
[961] candidate_window_p (window.c) [377] parse_modifiers [1246] xrdb_get_resource (frame.c)
[1318] careadlinkat [494] parse_single_submenu [905] xrealloc
[48] casify_object (casefiddle.c) [968] parse_solitary_modifier [1676] xsettings_get_system_font
[1214] ceiling2 (floatfns.c) [123] parse_str_as_multibyte [572] xsettings_initialize
[1337] change_frame_size [1310] pint2str (xdisp.c) [546] xstrdup
[1321] change_frame_size_1 (dispnew.c) [1311] pop_kboard [952] xzalloc
[356] char_composable_p (composite.c) [1228] pop_message_unwind [504] <cycle 1>
[174] char_quoted (syntax.c) [995] popup_activated [5] <cycle 2>
[936] char_string [1462] pos_visible_p [47] <cycle 3>
[70] char_table_ascii (chartab.c) [367] preferred_sequence_p (keymap.c) [8] <cycle 4>
[37] char_table_ref [1095] prepare_desired_row [282] <cycle 5>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 6:42 ` Clément Pit--Claudel
@ 2016-03-03 7:08 ` Clément Pit--Claudel
2016-03-03 7:33 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 7:08 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1.1: Type: text/plain, Size: 2876 bytes --]
On 03/02/2016 11:42 PM, Clément Pit--Claudel wrote:
> On 03/02/2016 11:12 PM, Clément Pit--Claudel wrote:
>> I've removed the dependency on CJK fonts; on my machine, this does
>> the trick, provided you have XITS Math and Ubuntu Mono installed:
>>
>> emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\")))"
>>
>> Scrolling around this buffer is horribly slow.
>
> Here's the few lines of a profile (full profile attached):
>
> Flat profile:
>
> Each sample counts as 0.01 seconds.
> % cumulative self self total
> time seconds seconds calls s/call s/call name
> 69.14 6.61 6.61 deliver_user_signal
> 2.30 6.83 0.22 291 0.00 0.00 _init
> 2.09 7.03 0.20 2446268 0.00 0.00 hash_lookup
> 1.78 7.20 0.17 1109458 0.00 0.00 xfont_list_pattern
> 1.36 7.33 0.13 7538722 0.00 0.00 char_table_ref
> 1.36 7.46 0.13 2220018 0.00 0.00 ftfont_lookup_cache
> 1.15 7.57 0.11 2774417 0.00 0.00 Fcompare_strings
> 1.05 7.67 0.10 2778892 0.00 0.00 Fnreverse
> 1.05 7.77 0.10 11525665 0.00 0.00 mark_object
> 0.94 7.86 0.09 33105673 0.00 0.00 sub_char_table_ref
>
> compare with this (with the aforementioned commit reverted):
Sorry, this was the wrong profile. Here's the profile with a snappy emacs, after reverting the commit above
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
16.93 0.54 0.54 14252708 0.00 0.00 internal_equal
10.66 0.88 0.34 7672938 0.00 0.00 Fnreverse
9.56 1.19 0.31 27776580 0.00 0.00 mark_object
8.46 1.46 0.27 6640124 0.00 0.00 hash_lookup
2.51 1.54 0.08 6134442 0.00 0.00 ftfont_lookup_cache
2.19 1.61 0.07 3072176 0.00 0.00 casify_object
2.19 1.68 0.07 8818 0.00 0.00 mark_char_table
1.88 1.74 0.06 12567953 0.00 0.00 sub_char_table_ref
1.88 1.80 0.06 1409718 0.00 0.00 Fassq
1.88 1.86 0.06 1533134 0.00 0.00 font_list_entities
1.57 1.91 0.05 6195131 0.00 0.00 assq_no_quit
1.57 1.96 0.05 1533134 0.00 0.00 font_sort_entities
1.57 2.01 0.05 3644 0.00 0.00 _init
I've reattached both profiles.
Thanks,
Clément.
[-- Attachment #1.1.2: slow-trace-with-plain-emacs --]
[-- Type: text/plain, Size: 1090529 bytes --]
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
69.14 6.61 6.61 deliver_user_signal
2.30 6.83 0.22 291 0.00 0.00 _init
2.09 7.03 0.20 2446268 0.00 0.00 hash_lookup
1.78 7.20 0.17 1109458 0.00 0.00 xfont_list_pattern
1.36 7.33 0.13 7538722 0.00 0.00 char_table_ref
1.36 7.46 0.13 2220018 0.00 0.00 ftfont_lookup_cache
1.15 7.57 0.11 2774417 0.00 0.00 Fcompare_strings
1.05 7.67 0.10 2778892 0.00 0.00 Fnreverse
1.05 7.77 0.10 11525665 0.00 0.00 mark_object
0.94 7.86 0.09 33105673 0.00 0.00 sub_char_table_ref
0.94 7.95 0.09 3332260 0.00 0.00 casify_object
0.94 8.04 0.09 1109464 0.00 0.00 x_had_errors_p
0.84 8.12 0.08 1109473 0.00 0.00 x_catch_errors_with_handler
0.73 8.19 0.07 6002698 0.00 0.00 internal_equal
0.73 8.26 0.07 1450 0.00 0.00 scan_sexps_forward
0.63 8.32 0.06 1112969 0.00 0.00 gobble_input
0.58 8.38 0.06 146733 0.00 0.00 x_produce_glyphs
0.52 8.43 0.05 1109472 0.00 0.00 x_uncatch_errors
0.42 8.47 0.04 5549489 0.00 0.00 validate_subarray
0.42 8.51 0.04 4474415 0.00 0.00 assq_no_quit
0.42 8.55 0.04 1248173 0.00 0.00 Fassoc_string
0.42 8.59 0.04 554734 0.00 0.00 font_list_entities
0.42 8.63 0.04 554734 0.00 0.00 xfont_list
0.42 8.67 0.04 138692 0.00 0.00 font_find_for_lface
0.42 8.71 0.04 deliver_process_signal
0.31 8.74 0.03 1109458 0.00 0.00 xfont_encode_coding_xlfd
0.31 8.77 0.03 554734 0.00 0.00 font_sort_entities
0.31 8.80 0.03 138682 0.00 0.00 fontset_find_font
0.31 8.83 0.03 1112161 0.00 0.00 do_pending_atimers
0.31 8.86 0.03 18 0.00 0.00 char_table_ascii
0.21 8.88 0.02 7770475 0.00 0.00 handle_input_available_signal
0.21 8.90 0.02 2634947 0.00 0.00 xftfont_has_char
0.21 8.92 0.02 1289625 0.00 0.00 Fcons
0.21 8.94 0.02 1112486 0.00 0.00 XTread_socket
0.21 8.96 0.02 555562 0.00 0.00 font_unparse_xlfd
0.21 8.98 0.02 256439 0.00 0.00 find_interval
0.21 9.00 0.02 156717 0.00 0.00 Fmake_string
0.21 9.02 0.02 133182 0.00 0.00 Ffuncall
0.21 9.04 0.02 55320 0.00 0.00 re_match_2_internal
0.21 9.06 0.02 3643 0.00 0.00 mark_char_table
0.21 9.08 0.02 1383 0.00 0.00 hash_put
0.21 9.10 0.02 x_check_errors
0.10 9.11 0.01 3508683 0.00 0.00 unblock_input_to
0.10 9.12 0.01 2634947 0.00 0.00 font_has_char
0.10 9.13 0.01 2224296 0.00 0.00 Fgethash
0.10 9.14 0.01 1153527 0.00 0.00 xmalloc
0.10 9.15 0.01 1112158 0.00 0.00 process_pending_signals
0.10 9.16 0.01 1109470 0.00 0.00 xfont_get_cache
0.10 9.17 0.01 1040417 0.00 0.00 block_atimers
0.10 9.18 0.01 1039907 0.00 0.00 add_timer_wait_descriptor
0.10 9.19 0.01 1039907 0.00 0.00 set_alarm
0.10 9.20 0.01 605190 0.00 0.00 vector_nbytes
0.10 9.21 0.01 554979 0.00 0.00 Fassoc
0.10 9.22 0.01 285259 0.00 0.00 bidi_explicit_dir_char
0.10 9.23 0.01 148728 0.00 0.00 parse_str_as_multibyte
0.10 9.24 0.01 147325 0.00 0.00 set_iterator_to_next
0.10 9.25 0.01 147261 0.00 0.00 bidi_resolve_explicit
0.10 9.26 0.01 142598 0.00 0.00 oblookup
0.10 9.27 0.01 116631 0.00 0.00 Flength
0.10 9.28 0.01 113217 0.00 0.00 mark_vectorlike
0.10 9.29 0.01 77993 0.00 0.00 specbind
0.10 9.30 0.01 49109 0.00 0.00 exec_byte_code
0.10 9.31 0.01 44876 0.00 0.00 re_search_2
0.10 9.32 0.01 9355 0.00 0.00 Fsetcar
0.10 9.33 0.01 2037 0.00 0.00 call_mod_hooks
0.10 9.34 0.01 1038 0.00 0.00 process_special_events
0.10 9.35 0.01 883 0.00 0.00 find_font_encoding
0.10 9.36 0.01 809 0.00 0.00 kbd_buffer_nr_stored
0.10 9.37 0.01 533 0.00 0.00 Fsuspicious_object
0.10 9.38 0.01 518 0.00 0.00 Fcall_interactively
0.10 9.39 0.01 511 0.00 0.00 read_char
0.10 9.40 0.01 314 0.00 0.00 menu_item_eval_property
0.10 9.41 0.01 215 0.00 0.00 map_sub_char_table
0.10 9.42 0.01 97 0.00 0.00 inhibit_garbage_collection
0.10 9.43 0.01 63 0.00 0.00 free_face_fontset
0.10 9.44 0.01 49 0.00 0.00 sweep_conses
0.10 9.45 0.01 49 0.00 0.00 sweep_vectors
0.10 9.46 0.01 47 0.00 0.00 redisplay_internal
0.10 9.47 0.01 10 0.00 0.00 Ffeaturep
0.10 9.48 0.01 6 0.00 0.00 lucid_event_type_list_p
0.10 9.49 0.01 4 0.00 0.00 split_interval_left
0.10 9.50 0.01 3 0.00 0.00 Fmake_hash_table
0.10 9.51 0.01 1 0.01 0.01 x_uncatch_errors_after_check
0.10 9.52 0.01 Ffont_match_p
0.10 9.53 0.01 copy_char_table
0.10 9.54 0.01 run_all_atimers
0.10 9.55 0.01 xfont_get_pcm
0.05 9.55 0.01 146023 0.00 0.00 get_next_display_element
0.05 9.56 0.01 3495 0.00 0.00 handle_face_prop
0.05 9.56 0.01 produce_stretch_glyph
0.00 9.56 0.00 5549204 0.00 0.00 string_char_to_byte
0.00 9.56 0.00 4021849 0.00 0.00 Fsymbol_name
0.00 9.56 0.00 3508670 0.00 0.00 unblock_input
0.00 9.56 0.00 3329554 0.00 0.00 Fupcase
0.00 9.56 0.00 2226228 0.00 0.00 CHECK_HASH_TABLE
0.00 9.56 0.00 2220608 0.00 0.00 hashfn_equal
0.00 9.56 0.00 2219460 0.00 0.00 cmpfn_equal
0.00 9.56 0.00 2218909 0.00 0.00 ftfont_get_fc_charset
0.00 9.56 0.00 2218901 0.00 0.00 ftfont_has_char
0.00 9.56 0.00 1666725 0.00 0.00 font_style_symbolic
0.00 9.56 0.00 1140773 0.00 0.00 xfree
0.00 9.56 0.00 1111677 0.00 0.00 frame_make_pointer_visible
0.00 9.56 0.00 1109469 0.00 0.00 assoc_no_quit
0.00 9.56 0.00 1109459 0.00 0.00 font_registry_charsets
0.00 9.56 0.00 1109459 0.00 0.00 x_catch_errors
0.00 9.56 0.00 1041550 0.00 0.00 gettime
0.00 9.56 0.00 591680 0.00 0.00 Fsetcdr
0.00 9.56 0.00 578461 0.00 0.00 bidi_cache_search.constprop.3
0.00 9.56 0.00 501996 0.00 0.00 Fassq
0.00 9.56 0.00 465106 0.00 0.00 get_keymap
0.00 9.56 0.00 428532 0.00 0.00 lookup_char_property
0.00 9.56 0.00 427893 0.00 0.00 indirect_function
0.00 9.56 0.00 410271 0.00 0.00 Fcdr
0.00 9.56 0.00 408494 0.00 0.00 textget
0.00 9.56 0.00 372448 0.00 0.00 set_buffer_temp
0.00 9.56 0.00 312932 0.00 0.00 balance_an_interval
0.00 9.56 0.00 291051 0.00 0.00 bidi_cache_iterator_state
0.00 9.56 0.00 287410 0.00 0.00 bidi_cache_find
0.00 9.56 0.00 285588 0.00 0.00 bidi_get_category
0.00 9.56 0.00 285196 0.00 0.00 check_obarray
0.00 9.56 0.00 279517 0.00 0.00 bidi_paired_bracket_type
0.00 9.56 0.00 265452 0.00 0.00 balance_possible_root_interval
0.00 9.56 0.00 228845 0.00 0.00 CHECK_STRING_OR_BUFFER
0.00 9.56 0.00 228845 0.00 0.00 validate_interval_range
0.00 9.56 0.00 227551 0.00 0.00 grow_specpdl
0.00 9.56 0.00 221062 0.00 0.00 hashfn_eq
0.00 9.56 0.00 204864 0.00 0.00 Ftext_properties_at
0.00 9.56 0.00 186535 0.00 0.00 overlays_at
0.00 9.56 0.00 186255 0.00 0.00 sort_overlays
0.00 9.56 0.00 183733 0.00 0.00 next_interval
0.00 9.56 0.00 180498 0.00 0.00 get_char_property_and_overlay
0.00 9.56 0.00 176439 0.00 0.00 balance_intervals
0.00 9.56 0.00 175532 0.00 0.00 cleanup_vector
0.00 9.56 0.00 167471 0.00 0.00 Fget_char_property
0.00 9.56 0.00 154204 0.00 0.00 allocate_vector
0.00 9.56 0.00 151894 0.00 0.00 xftfont_encode_char
0.00 9.56 0.00 147661 0.00 0.00 xftfont_text_extents
0.00 9.56 0.00 147285 0.00 0.00 bidi_cache_ensure_space
0.00 9.56 0.00 147261 0.00 0.00 bidi_level_of_next_char
0.00 9.56 0.00 147261 0.00 0.00 bidi_move_to_visually_next
0.00 9.56 0.00 147261 0.00 0.00 bidi_resolve_weak
0.00 9.56 0.00 147237 0.00 0.00 bidi_resolve_brackets
0.00 9.56 0.00 147237 0.00 0.00 bidi_resolve_neutral
0.00 9.56 0.00 147201 0.00 0.00 get_per_char_metric
0.00 9.56 0.00 146925 0.00 0.00 bidi_fetch_char
0.00 9.56 0.00 146871 0.00 0.00 bidi_find_paragraph_start
0.00 9.56 0.00 146332 0.00 0.00 syntax_multibyte
0.00 9.56 0.00 145888 0.00 0.00 char_quoted
0.00 9.56 0.00 145299 0.00 0.00 lookup_glyphless_char_display
0.00 9.56 0.00 143996 0.00 0.00 get_char_glyph_code
0.00 9.56 0.00 143520 0.00 0.00 hash_string
0.00 9.56 0.00 143182 0.00 0.00 next_element_from_buffer
0.00 9.56 0.00 142572 0.00 0.00 face_for_char
0.00 9.56 0.00 141235 0.00 0.00 bidi_find_bracket_pairs
0.00 9.56 0.00 140083 0.00 0.00 font_intern_prop
0.00 9.56 0.00 138863 0.00 0.00 copy_font_spec
0.00 9.56 0.00 138693 0.00 0.00 build_style_table
0.00 9.56 0.00 138681 0.00 0.00 fontset_font
0.00 9.56 0.00 138614 0.00 0.00 record_in_backtrace
0.00 9.56 0.00 124360 0.00 0.00 Fstring_equal
0.00 9.56 0.00 98231 0.00 0.00 Fplist_get
0.00 9.56 0.00 81468 0.00 0.00 store_in_alist
0.00 9.56 0.00 78115 0.00 0.00 find_symbol_value
0.00 9.56 0.00 77270 0.00 0.00 maybe_set_redisplay
0.00 9.56 0.00 77270 0.00 0.00 set_internal
0.00 9.56 0.00 74640 0.00 0.00 do_symval_forwarding
0.00 9.56 0.00 69910 0.00 0.00 Fget
0.00 9.56 0.00 69654 0.00 0.00 mem_find
0.00 9.56 0.00 56709 0.00 0.00 store_symval_forwarding
0.00 9.56 0.00 55548 0.00 0.00 re_set_syntax
0.00 9.56 0.00 55548 0.00 0.00 re_set_whitespace_regexp
0.00 9.56 0.00 53860 0.00 0.00 get_keyelt
0.00 9.56 0.00 50476 0.00 0.00 unbind_to
0.00 9.56 0.00 50334 0.00 0.00 SETUP_SYNTAX_TABLE_FOR_OBJECT
0.00 9.56 0.00 49854 0.00 0.00 compile_pattern
0.00 9.56 0.00 49544 0.00 0.00 Fsymbol_value
0.00 9.56 0.00 49269 0.00 0.00 funcall_lambda
0.00 9.56 0.00 49012 0.00 0.00 Fcar
0.00 9.56 0.00 46481 0.00 0.00 mark_interval
0.00 9.56 0.00 46458 0.00 0.00 make_uninit_multibyte_string
0.00 9.56 0.00 45519 0.00 0.00 allocate_string_data
0.00 9.56 0.00 45490 0.00 0.00 concat
0.00 9.56 0.00 42803 0.00 0.00 swap_in_symval_forwarding
0.00 9.56 0.00 41699 0.00 0.00 make_specified_string
0.00 9.56 0.00 41387 0.00 0.00 Fcurrent_buffer
0.00 9.56 0.00 39716 0.00 0.00 re_search
0.00 9.56 0.00 38795 0.00 0.00 fast_string_match_internal
0.00 9.56 0.00 37552 0.00 0.00 mark_maybe_object
0.00 9.56 0.00 35053 0.00 0.00 Fcopy_sequence
0.00 9.56 0.00 31663 0.00 0.00 count_size_as_multibyte
0.00 9.56 0.00 30173 0.00 0.00 accumulate_script_ranges
0.00 9.56 0.00 29246 0.00 0.00 make_uninit_string
0.00 9.56 0.00 28807 0.00 0.00 intervals_equal
0.00 9.56 0.00 28240 0.00 0.00 readchar
0.00 9.56 0.00 27792 0.00 0.00 analyze_first
0.00 9.56 0.00 27774 0.00 0.00 re_compile_pattern
0.00 9.56 0.00 27768 0.00 0.00 re_compile_fastmap
0.00 9.56 0.00 27343 0.00 0.00 arithcompare
0.00 9.56 0.00 26821 0.00 0.00 face_attr_equal_p
0.00 9.56 0.00 25879 0.00 0.00 buf_charpos_to_bytepos
0.00 9.56 0.00 25585 0.00 0.00 Fequal
0.00 9.56 0.00 25395 0.00 0.00 mark_save_value
0.00 9.56 0.00 22773 0.00 0.00 accessible_keymaps_1
0.00 9.56 0.00 21339 0.00 0.00 where_is_internal_1
0.00 9.56 0.00 18613 0.00 0.00 readbyte_from_file
0.00 9.56 0.00 18301 0.00 0.00 arith_driver
0.00 9.56 0.00 17557 0.00 0.00 Fset_default
0.00 9.56 0.00 16012 0.00 0.00 get_property_and_range
0.00 9.56 0.00 15953 0.00 0.00 set_point_both
0.00 9.56 0.00 15456 0.00 0.00 find_composition
0.00 9.56 0.00 14391 0.00 0.00 list1
0.00 9.56 0.00 14382 0.00 0.00 survives_gc_p
0.00 9.56 0.00 12624 0.00 0.00 previous_interval
0.00 9.56 0.00 12169 0.00 0.00 Fget_text_property
0.00 9.56 0.00 12130 0.00 0.00 Fnext_single_property_change
0.00 9.56 0.00 11766 0.00 0.00 Faref
0.00 9.56 0.00 11493 0.00 0.00 Fgoto_char
0.00 9.56 0.00 10850 0.00 0.00 Fmemq
0.00 9.56 0.00 10760 0.00 0.00 make_unibyte_string
0.00 9.56 0.00 10417 0.00 0.00 mem_insert
0.00 9.56 0.00 10056 0.00 0.00 mem_delete
0.00 9.56 0.00 10013 0.00 0.00 set_point
0.00 9.56 0.00 9497 0.00 0.00 apply_modifiers
0.00 9.56 0.00 9334 0.00 0.00 get_it_property
0.00 9.56 0.00 9158 0.00 0.00 parse_modifiers
0.00 9.56 0.00 9070 0.00 0.00 decode_any_frame
0.00 9.56 0.00 9002 0.00 0.00 mark_compiled
0.00 9.56 0.00 8979 0.00 0.00 reorder_modifiers
0.00 9.56 0.00 8883 0.00 0.00 bidi_unshelve_cache
0.00 9.56 0.00 8857 0.00 0.00 Fmake_vector
0.00 9.56 0.00 8828 0.00 0.00 prepare_face_for_display
0.00 9.56 0.00 8785 0.00 0.00 make_string
0.00 9.56 0.00 8775 0.00 0.00 record_unwind_protect
0.00 9.56 0.00 8148 0.00 0.00 find_cache_boundary
0.00 9.56 0.00 7891 0.00 0.00 get_glyph_face_and_encoding
0.00 9.56 0.00 7309 0.00 0.00 mark_localized_symbol
0.00 9.56 0.00 7242 0.00 0.00 Ffboundp
0.00 9.56 0.00 7159 0.00 0.00 composition_compute_stop_pos
0.00 9.56 0.00 6814 0.00 0.00 Fvconcat
0.00 9.56 0.00 6810 0.00 0.00 lisp_align_malloc
0.00 9.56 0.00 6509 0.00 0.00 lisp_align_free
0.00 9.56 0.00 6322 0.00 0.00 bidi_line_init
0.00 9.56 0.00 6266 0.00 0.00 make_formatted_string
0.00 9.56 0.00 6230 0.00 0.00 Fget_pos_property
0.00 9.56 0.00 6230 0.00 0.00 get_local_map
0.00 9.56 0.00 6230 0.00 0.00 overlays_around
0.00 9.56 0.00 6230 0.00 0.00 text_property_stickiness
0.00 9.56 0.00 6187 0.00 0.00 Fplus
0.00 9.56 0.00 6164 0.00 0.00 delete_cache_boundaries
0.00 9.56 0.00 6062 0.00 0.00 window_box_width
0.00 9.56 0.00 5997 0.00 0.00 Findirect_function
0.00 9.56 0.00 5860 0.00 0.00 Fmake_list
0.00 9.56 0.00 5857 0.00 0.00 Flocal_variable_p
0.00 9.56 0.00 5810 0.00 0.00 Fnthcdr
0.00 9.56 0.00 5762 0.00 0.00 Fnth
0.00 9.56 0.00 5577 0.00 0.00 push_handler
0.00 9.56 0.00 5577 0.00 0.00 push_handler_nosignal
0.00 9.56 0.00 5469 0.00 0.00 re_set_registers
0.00 9.56 0.00 5458 0.00 0.00 re_match_2
0.00 9.56 0.00 5454 0.00 0.00 fast_looking_at
0.00 9.56 0.00 5391 0.00 0.00 set_window_margins
0.00 9.56 0.00 5180 0.00 0.00 search_buffer
0.00 9.56 0.00 5180 0.00 0.00 search_command
0.00 9.56 0.00 5160 0.00 0.00 Fre_search_forward
0.00 9.56 0.00 5100 0.00 0.00 mem_rotate_right
0.00 9.56 0.00 5053 0.00 0.00 handle_display_prop
0.00 9.56 0.00 5019 0.00 0.00 mem_rotate_left
0.00 9.56 0.00 5001 0.00 0.00 validate_plist
0.00 9.56 0.00 4972 0.00 0.00 access_keymap_1
0.00 9.56 0.00 4964 0.00 0.00 Flist
0.00 9.56 0.00 4873 0.00 0.00 Fmin
0.00 9.56 0.00 4865 0.00 0.00 SETUP_SYNTAX_TABLE
0.00 9.56 0.00 4706 0.00 0.00 save_window_save
0.00 9.56 0.00 4699 0.00 0.00 Fcommandp
0.00 9.56 0.00 4685 0.00 0.00 eval_sub
0.00 9.56 0.00 4620 0.00 0.00 find_newline
0.00 9.56 0.00 4609 0.00 0.00 call0
0.00 9.56 0.00 4598 0.00 0.00 hashfn_eql
0.00 9.56 0.00 4585 0.00 0.00 resolve_face_name
0.00 9.56 0.00 4272 0.00 0.00 map_keymap_char_table_item
0.00 9.56 0.00 4269 0.00 0.00 bidi_init_it
0.00 9.56 0.00 4179 0.00 0.00 unchain_marker
0.00 9.56 0.00 4091 0.00 0.00 allocate_misc
0.00 9.56 0.00 3962 0.00 0.00 handle_fontified_prop
0.00 9.56 0.00 3928 0.00 0.00 Fnext_property_change
0.00 9.56 0.00 3900 0.00 0.00 Ffunctionp
0.00 9.56 0.00 3851 0.00 0.00 bcall0
0.00 9.56 0.00 3768 0.00 0.00 recenter_overlay_lists
0.00 9.56 0.00 3756 0.00 0.00 map_keymap_internal
0.00 9.56 0.00 3680 0.00 0.00 invalidate_current_column
0.00 9.56 0.00 3667 0.00 0.00 bidi_shelve_cache
0.00 9.56 0.00 3666 0.00 0.00 get_visually_first_element
0.00 9.56 0.00 3634 0.00 0.00 xg_win_to_widget
0.00 9.56 0.00 3630 0.00 0.00 map_keymap
0.00 9.56 0.00 3623 0.00 0.00 compute_display_string_pos
0.00 9.56 0.00 3592 0.00 0.00 handle_line_prefix
0.00 9.56 0.00 3562 0.00 0.00 bidi_paragraph_init
0.00 9.56 0.00 3497 0.00 0.00 Fmax
0.00 9.56 0.00 3495 0.00 0.00 compute_stop_pos
0.00 9.56 0.00 3495 0.00 0.00 handle_composition_prop
0.00 9.56 0.00 3495 0.00 0.00 handle_invisible_prop
0.00 9.56 0.00 3495 0.00 0.00 handle_stop
0.00 9.56 0.00 3455 0.00 0.00 Fnext_single_char_property_change
0.00 9.56 0.00 3434 0.00 0.00 default_value
0.00 9.56 0.00 3432 0.00 0.00 lface_from_face_name_no_resolve
0.00 9.56 0.00 3429 0.00 0.00 x_any_window_to_frame
0.00 9.56 0.00 3408 0.00 0.00 sweep_buffers
0.00 9.56 0.00 3325 0.00 0.00 get_overlay_strings_1
0.00 9.56 0.00 3325 0.00 0.00 load_overlay_strings
0.00 9.56 0.00 3290 0.00 0.00 move_it_in_display_line_to
0.00 9.56 0.00 3275 0.00 0.00 set_buffer_internal_1
0.00 9.56 0.00 3255 0.00 0.00 face_at_buffer_position
0.00 9.56 0.00 3255 0.00 0.00 next_overlay_change
0.00 9.56 0.00 3229 0.00 0.00 bset_redisplay
0.00 9.56 0.00 3224 0.00 0.00 prepare_to_modify_buffer_1
0.00 9.56 0.00 3224 0.00 0.00 signal_after_change
0.00 9.56 0.00 3215 0.00 0.00 Fdefault_value
0.00 9.56 0.00 3208 0.00 0.00 Fframe_parameter
0.00 9.56 0.00 3205 0.00 0.00 x_get_glyph_overhangs
0.00 9.56 0.00 3200 0.00 0.00 re_iswctype
0.00 9.56 0.00 3195 0.00 0.00 Fnext_char_property_change
0.00 9.56 0.00 3195 0.00 0.00 Fnext_overlay_change
0.00 9.56 0.00 3168 0.00 0.00 fetch_buffer_markers
0.00 9.56 0.00 3168 0.00 0.00 record_buffer_markers
0.00 9.56 0.00 3144 0.00 0.00 Fcopy_alist
0.00 9.56 0.00 3135 0.00 0.00 Fframe_parameters
0.00 9.56 0.00 3121 0.00 0.00 move_it_to
0.00 9.56 0.00 3115 0.00 0.00 current_minor_maps
0.00 9.56 0.00 3100 0.00 0.00 Fcurrent_active_maps
0.00 9.56 0.00 3075 0.00 0.00 region_cache_backward
0.00 9.56 0.00 3039 0.00 0.00 CHECK_MARKER
0.00 9.56 0.00 2998 0.00 0.00 record_property_change
0.00 9.56 0.00 2843 0.00 0.00 Fget_buffer
0.00 9.56 0.00 2757 0.00 0.00 Fvector
0.00 9.56 0.00 2736 0.00 0.00 bidi_at_paragraph_end
0.00 9.56 0.00 2736 0.00 0.00 forward_to_next_line_start
0.00 9.56 0.00 2736 0.00 0.00 reseat_at_next_visible_line_start
0.00 9.56 0.00 2710 0.00 0.00 read1
0.00 9.56 0.00 2682 0.00 0.00 skip_one_char
0.00 9.56 0.00 2666 0.00 0.00 Fdowncase
0.00 9.56 0.00 2637 0.00 0.00 reseat_1
0.00 9.56 0.00 2621 0.00 0.00 make_byte_code
0.00 9.56 0.00 2606 0.00 0.00 Flookup_key
0.00 9.56 0.00 2582 0.00 0.00 Fmake_byte_code
0.00 9.56 0.00 2561 0.00 0.00 Fset
0.00 9.56 0.00 2553 0.00 0.00 adjust_suspend_auto_hscroll
0.00 9.56 0.00 2551 0.00 0.00 record_insert
0.00 9.56 0.00 2539 0.00 0.00 Fconstrain_to_field
0.00 9.56 0.00 2538 0.00 0.00 scan_newline_from_point
0.00 9.56 0.00 2485 0.00 0.00 invalidate_buffer_caches
0.00 9.56 0.00 2471 0.00 0.00 verify_interval_modification
0.00 9.56 0.00 2446 0.00 0.00 Fbuffer_modified_p
0.00 9.56 0.00 2399 0.00 0.00 get_utf8_string
0.00 9.56 0.00 2304 0.00 0.00 internal_condition_case_n
0.00 9.56 0.00 2254 0.00 0.00 Fset_buffer
0.00 9.56 0.00 2249 0.00 0.00 decode_terminal
0.00 9.56 0.00 2225 0.00 0.00 Fterminal_live_p
0.00 9.56 0.00 2204 0.00 0.00 Fwiden
0.00 9.56 0.00 2152 0.00 0.00 window_box_left_offset
0.00 9.56 0.00 2149 0.00 0.00 Faset
0.00 9.56 0.00 2131 0.00 0.00 Fnconc
0.00 9.56 0.00 2127 0.00 0.00 reseat
0.00 9.56 0.00 2126 0.00 0.00 Frassq
0.00 9.56 0.00 2125 0.00 0.00 xrealloc
0.00 9.56 0.00 2119 0.00 0.00 decode_live_frame
0.00 9.56 0.00 2088 0.00 0.00 Fintern
0.00 9.56 0.00 2076 0.00 0.00 access_keymap
0.00 9.56 0.00 2076 0.00 0.00 funcall_nil
0.00 9.56 0.00 2075 0.00 0.00 timespec_sub
0.00 9.56 0.00 2062 0.00 0.00 Fkey_binding
0.00 9.56 0.00 2061 0.00 0.00 Frun_hook_with_args
0.00 9.56 0.00 2039 0.00 0.00 add_properties
0.00 9.56 0.00 2028 0.00 0.00 char_composable_p
0.00 9.56 0.00 2021 0.00 0.00 move_cache_gap
0.00 9.56 0.00 2020 0.00 0.00 Fline_beginning_position
0.00 9.56 0.00 2014 0.00 0.00 allocate_pseudovector
0.00 9.56 0.00 1972 0.00 0.00 window_box_left
0.00 9.56 0.00 1944 0.00 0.00 Ffind_file_name_handler
0.00 9.56 0.00 1934 0.00 0.00 Fbolp
0.00 9.56 0.00 1932 0.00 0.00 Fputhash
0.00 9.56 0.00 1920 0.00 0.00 sub_char_table_set
0.00 9.56 0.00 1847 0.00 0.00 readable_events
0.00 9.56 0.00 1822 0.00 0.00 prepare_to_modify_buffer
0.00 9.56 0.00 1821 0.00 0.00 adjust_markers_for_insert
0.00 9.56 0.00 1821 0.00 0.00 adjust_overlays_for_insert
0.00 9.56 0.00 1819 0.00 0.00 handle_one_xevent
0.00 9.56 0.00 1819 0.00 0.00 offset_intervals
0.00 9.56 0.00 1818 0.00 0.00 nconc2
0.00 9.56 0.00 1800 0.00 0.00 c_strcasecmp
0.00 9.56 0.00 1788 0.00 0.00 read_escape
0.00 9.56 0.00 1786 0.00 0.00 Fvectorp
0.00 9.56 0.00 1778 0.00 0.00 font_style_to_value
0.00 9.56 0.00 1775 0.00 0.00 marker_position
0.00 9.56 0.00 1762 0.00 0.00 lface_from_face_name
0.00 9.56 0.00 1752 0.00 0.00 update_compositions
0.00 9.56 0.00 1742 0.00 0.00 window_text_bottom_y
0.00 9.56 0.00 1717 0.00 0.00 marker_byte_position
0.00 9.56 0.00 1713 0.00 0.00 call2
0.00 9.56 0.00 1699 0.00 0.00 multibyte_chars_in_text
0.00 9.56 0.00 1677 0.00 0.00 Fmember
0.00 9.56 0.00 1670 0.00 0.00 get_lface_attributes_no_remap
0.00 9.56 0.00 1668 0.00 0.00 Fminus
0.00 9.56 0.00 1623 0.00 0.00 Fframe_char_height
0.00 9.56 0.00 1593 0.00 0.00 buf_bytepos_to_charpos
0.00 9.56 0.00 1589 0.00 0.00 lface_hash
0.00 9.56 0.00 1588 0.00 0.00 merge_face_vectors
0.00 9.56 0.00 1575 0.00 0.00 Finternal_merge_in_global_face
0.00 9.56 0.00 1571 0.00 0.00 Fpurecopy
0.00 9.56 0.00 1570 0.00 0.00 ensure_menu_items
0.00 9.56 0.00 1569 0.00 0.00 next_element_from_c_string
0.00 9.56 0.00 1562 0.00 0.00 back_to_previous_visible_line_start
0.00 9.56 0.00 1561 0.00 0.00 find_newline_no_quit
0.00 9.56 0.00 1553 0.00 0.00 copy_text
0.00 9.56 0.00 1549 0.00 0.00 run_hook_with_args
0.00 9.56 0.00 1549 0.00 0.00 safe_run_hooks
0.00 9.56 0.00 1544 0.00 0.00 safe_run_hook_funcall
0.00 9.56 0.00 1544 0.00 0.00 safe_run_hooks_1
0.00 9.56 0.00 1541 0.00 0.00 move_it_by_lines
0.00 9.56 0.00 1537 0.00 0.00 char_string
0.00 9.56 0.00 1512 0.00 0.00 next_element_from_string
0.00 9.56 0.00 1504 0.00 0.00 decode_timer
0.00 9.56 0.00 1502 0.00 0.00 get_lface_attributes
0.00 9.56 0.00 1494 0.00 0.00 build_marker
0.00 9.56 0.00 1492 0.00 0.00 set_point_from_marker
0.00 9.56 0.00 1490 0.00 0.00 lface_equal_p
0.00 9.56 0.00 1486 0.00 0.00 Fmarker_buffer
0.00 9.56 0.00 1486 0.00 0.00 Fpoint_marker
0.00 9.56 0.00 1486 0.00 0.00 Fremove_list_of_text_properties
0.00 9.56 0.00 1486 0.00 0.00 free_misc
0.00 9.56 0.00 1486 0.00 0.00 make_save_obj_obj_obj_obj
0.00 9.56 0.00 1486 0.00 0.00 save_excursion_restore
0.00 9.56 0.00 1486 0.00 0.00 save_excursion_save
0.00 9.56 0.00 1476 0.00 0.00 save_restriction_restore
0.00 9.56 0.00 1476 0.00 0.00 save_restriction_save
0.00 9.56 0.00 1474 0.00 0.00 add_text_properties_1
0.00 9.56 0.00 1472 0.00 0.00 Fput_text_property
0.00 9.56 0.00 1472 0.00 0.00 modify_text_properties
0.00 9.56 0.00 1468 0.00 0.00 lookup_named_face
0.00 9.56 0.00 1464 0.00 0.00 face_at_string_position
0.00 9.56 0.00 1456 0.00 0.00 Fscan_sexps
0.00 9.56 0.00 1456 0.00 0.00 scan_lists
0.00 9.56 0.00 1452 0.00 0.00 Fbackward_prefix_chars
0.00 9.56 0.00 1452 0.00 0.00 validate_region
0.00 9.56 0.00 1450 0.00 0.00 Fparse_partial_sexp
0.00 9.56 0.00 1443 0.00 0.00 syntax_prefix_flag_p
0.00 9.56 0.00 1442 0.00 0.00 back_comment
0.00 9.56 0.00 1436 0.00 0.00 process_tool_bar_item
0.00 9.56 0.00 1428 0.00 0.00 char_table_set_range
0.00 9.56 0.00 1426 0.00 0.00 call1
0.00 9.56 0.00 1397 0.00 0.00 detect_input_pending_run_timers
0.00 9.56 0.00 1391 0.00 0.00 char_table_ref_and_range
0.00 9.56 0.00 1384 0.00 0.00 sub_char_table_ref_and_range
0.00 9.56 0.00 1380 0.00 0.00 xzalloc
0.00 9.56 0.00 1367 0.00 0.00 map_keymap_call
0.00 9.56 0.00 1349 0.00 0.00 coding_set_destination
0.00 9.56 0.00 1336 0.00 0.00 decode_time_components
0.00 9.56 0.00 1333 0.00 0.00 make_widget_value
0.00 9.56 0.00 1325 0.00 0.00 get_input_pending
0.00 9.56 0.00 1325 0.00 0.00 timer_check
0.00 9.56 0.00 1321 0.00 0.00 Finternal_set_lisp_face_attribute
0.00 9.56 0.00 1320 0.00 0.00 font_put_extra
0.00 9.56 0.00 1318 0.00 0.00 unreadchar
0.00 9.56 0.00 1306 0.00 0.00 fontset_add
0.00 9.56 0.00 1297 0.00 0.00 parse_menu_item
0.00 9.56 0.00 1297 0.00 0.00 single_menu_item
0.00 9.56 0.00 1291 0.00 0.00 menu_separator_name_p
0.00 9.56 0.00 1280 0.00 0.00 lisp_malloc
0.00 9.56 0.00 1278 0.00 0.00 push_menu_item
0.00 9.56 0.00 1272 0.00 0.00 face_before_or_after_it_pos
0.00 9.56 0.00 1230 0.00 0.00 list2
0.00 9.56 0.00 1225 0.00 0.00 Flogand
0.00 9.56 0.00 1225 0.00 0.00 Flsh
0.00 9.56 0.00 1215 0.00 0.00 Fwindow_frame
0.00 9.56 0.00 1148 0.00 0.00 candidate_window_p
0.00 9.56 0.00 1140 0.00 0.00 init_iterator
0.00 9.56 0.00 1140 0.00 0.00 produce_special_glyphs
0.00 9.56 0.00 1140 0.00 0.00 window_display_table
0.00 9.56 0.00 1109 0.00 0.00 font_make_entity
0.00 9.56 0.00 1109 0.00 0.00 ftfont_pattern_entity
0.00 9.56 0.00 1108 0.00 0.00 lisp_to_timespec
0.00 9.56 0.00 1107 0.00 0.00 Fstring_lessp
0.00 9.56 0.00 1101 0.00 0.00 x_parse_color
0.00 9.56 0.00 1092 0.00 0.00 string_to_number
0.00 9.56 0.00 1084 0.00 0.00 Fbacktrace_frame
0.00 9.56 0.00 1084 0.00 0.00 get_backtrace_frame
0.00 9.56 0.00 1074 0.00 0.00 lisp_free
0.00 9.56 0.00 1073 0.00 0.00 parse_solitary_modifier
0.00 9.56 0.00 1071 0.00 0.00 Freverse
0.00 9.56 0.00 1069 0.00 0.00 Fwhere_is_internal
0.00 9.56 0.00 1067 0.00 0.00 where_is_internal
0.00 9.56 0.00 1064 0.00 0.00 start_display
0.00 9.56 0.00 1055 0.00 0.00 extract_float
0.00 9.56 0.00 1044 0.00 0.00 coding_set_source
0.00 9.56 0.00 1044 0.00 0.00 setup_coding_system
0.00 9.56 0.00 1041 0.00 0.00 get_translation_table
0.00 9.56 0.00 1041 0.00 0.00 region_cache_forward
0.00 9.56 0.00 1039 0.00 0.00 Fboundp
0.00 9.56 0.00 1039 0.00 0.00 code_conversion_restore
0.00 9.56 0.00 1039 0.00 0.00 code_conversion_save
0.00 9.56 0.00 1038 0.00 0.00 code_convert_string
0.00 9.56 0.00 1038 0.00 0.00 swallow_events
0.00 9.56 0.00 1032 0.00 0.00 Fapply
0.00 9.56 0.00 1032 0.00 0.00 list5
0.00 9.56 0.00 1031 0.00 0.00 sub_char_table_set_range
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_pixel_left
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_pixel_top
0.00 9.56 0.00 1030 0.00 0.00 Fwindow_scroll_bars
0.00 9.56 0.00 1025 0.00 0.00 echo_dash
0.00 9.56 0.00 1022 0.00 0.00 Fface_font
0.00 9.56 0.00 1022 0.00 0.00 Ffloatp
0.00 9.56 0.00 1022 0.00 0.00 cancel_hourglass
0.00 9.56 0.00 1022 0.00 0.00 report_interval_modification
0.00 9.56 0.00 1021 0.00 0.00 active_maps
0.00 9.56 0.00 1020 0.00 0.00 Fcommand_remapping
0.00 9.56 0.00 1020 0.00 0.00 Fwindow_hscroll
0.00 9.56 0.00 1020 0.00 0.00 Fwindow_vscroll
0.00 9.56 0.00 1020 0.00 0.00 echo_update
0.00 9.56 0.00 1020 0.00 0.00 keyremap_step.constprop.45
0.00 9.56 0.00 1020 0.00 0.00 record_unwind_protect_ptr
0.00 9.56 0.00 1007 0.00 0.00 make_interval
0.00 9.56 0.00 1006 0.00 0.00 invalidate_region_cache
0.00 9.56 0.00 1001 0.00 0.00 graft_intervals_into_buffer
0.00 9.56 0.00 1001 0.00 0.00 insert_from_string
0.00 9.56 0.00 1001 0.00 0.00 insert_from_string_1
0.00 9.56 0.00 1000 0.00 0.00 prepare_record
0.00 9.56 0.00 1000 0.00 0.00 reset_var_on_error
0.00 9.56 0.00 1000 0.00 0.00 set_properties
0.00 9.56 0.00 1000 0.00 0.00 set_text_properties_1
0.00 9.56 0.00 999 0.00 0.00 split_interval_right
0.00 9.56 0.00 995 0.00 0.00 Fmatch_data
0.00 9.56 0.00 995 0.00 0.00 Fset_match_data
0.00 9.56 0.00 965 0.00 0.00 Fconcat
0.00 9.56 0.00 964 0.00 0.00 balance_intervals_internal
0.00 9.56 0.00 964 0.00 0.00 mark_overlay
0.00 9.56 0.00 964 0.00 0.00 traverse_intervals_noorder
0.00 9.56 0.00 961 0.00 0.00 remove_properties
0.00 9.56 0.00 943 0.00 0.00 Fset_syntax_table
0.00 9.56 0.00 943 0.00 0.00 check_syntax_table
0.00 9.56 0.00 938 0.00 0.00 Fsyntax_table
0.00 9.56 0.00 934 0.00 0.00 Ftext_property_any
0.00 9.56 0.00 922 0.00 0.00 lookup_rgb_color
0.00 9.56 0.00 922 0.00 0.00 xbm_image_p
0.00 9.56 0.00 917 0.00 0.00 popup_activated
0.00 9.56 0.00 905 0.00 0.00 Fprogn
0.00 9.56 0.00 895 0.00 0.00 Frassoc
0.00 9.56 0.00 895 0.00 0.00 fs_query_fontset
0.00 9.56 0.00 887 0.00 0.00 Ffont_spec
0.00 9.56 0.00 881 0.00 0.00 free_realized_fontsets
0.00 9.56 0.00 880 0.00 0.00 Fset_fontset_font
0.00 9.56 0.00 880 0.00 0.00 check_fontset_name
0.00 9.56 0.00 879 0.00 0.00 concat3
0.00 9.56 0.00 870 0.00 0.00 live_buffer
0.00 9.56 0.00 831 0.00 0.00 Ftimes
0.00 9.56 0.00 821 0.00 0.00 char_width
0.00 9.56 0.00 819 0.00 0.00 Ffont_xlfd_name
0.00 9.56 0.00 809 0.00 0.00 kbd_buffer_store_buffered_event
0.00 9.56 0.00 797 0.00 0.00 x_x_to_emacs_modifiers
0.00 9.56 0.00 795 0.00 0.00 set_buffer_if_live
0.00 9.56 0.00 781 0.00 0.00 Fmake_local_variable
0.00 9.56 0.00 760 0.00 0.00 safe__call
0.00 9.56 0.00 745 0.00 0.00 Fquote
0.00 9.56 0.00 744 0.00 0.00 free_cons
0.00 9.56 0.00 743 0.00 0.00 Fbuffer_live_p
0.00 9.56 0.00 733 0.00 0.00 make_buffer_string_both
0.00 9.56 0.00 733 0.00 0.00 update_buffer_properties
0.00 9.56 0.00 732 0.00 0.00 adjust_markers_for_delete
0.00 9.56 0.00 732 0.00 0.00 adjust_overlays_for_delete
0.00 9.56 0.00 732 0.00 0.00 sweep_weak_table
0.00 9.56 0.00 731 0.00 0.00 insert_from_gap
0.00 9.56 0.00 730 0.00 0.00 decode_coding
0.00 9.56 0.00 730 0.00 0.00 produce_chars
0.00 9.56 0.00 729 0.00 0.00 del_range
0.00 9.56 0.00 729 0.00 0.00 del_range_1
0.00 9.56 0.00 729 0.00 0.00 del_range_2
0.00 9.56 0.00 729 0.00 0.00 evaporate_overlays
0.00 9.56 0.00 729 0.00 0.00 record_delete
0.00 9.56 0.00 728 0.00 0.00 Fbuffer_string
0.00 9.56 0.00 728 0.00 0.00 Ferase_buffer
0.00 9.56 0.00 728 0.00 0.00 decode_coding_object
0.00 9.56 0.00 728 0.00 0.00 decode_coding_utf_8
0.00 9.56 0.00 715 0.00 0.00 xg_item_label_same_p
0.00 9.56 0.00 710 0.00 0.00 lookup_basic_face
0.00 9.56 0.00 695 0.00 0.00 list3
0.00 9.56 0.00 695 0.00 0.00 string_byte_to_char
0.00 9.56 0.00 686 0.00 0.00 font_parse_family_registry
0.00 9.56 0.00 678 0.00 0.00 Fmarker_position
0.00 9.56 0.00 671 0.00 0.00 Fframep
0.00 9.56 0.00 670 0.00 0.00 decode_file_name
0.00 9.56 0.00 654 0.00 0.00 Fsubstring
0.00 9.56 0.00 652 0.00 0.00 make_float
0.00 9.56 0.00 640 0.00 0.00 char_table_set
0.00 9.56 0.00 613 0.00 0.00 Fselected_window
0.00 9.56 0.00 612 0.00 0.00 Feval
0.00 9.56 0.00 610 0.00 0.00 Fframe_live_p
0.00 9.56 0.00 610 0.00 0.00 timespec_add
0.00 9.56 0.00 607 0.00 0.00 record_unwind_protect_void
0.00 9.56 0.00 591 0.00 0.00 safe_call
0.00 9.56 0.00 590 0.00 0.00 Fwindow_live_p
0.00 9.56 0.00 589 0.00 0.00 default_line_pixel_height
0.00 9.56 0.00 587 0.00 0.00 Fframe_char_width
0.00 9.56 0.00 586 0.00 0.00 window_list
0.00 9.56 0.00 576 0.00 0.00 text_quoting_style
0.00 9.56 0.00 575 0.00 0.00 decode_next_window_args
0.00 9.56 0.00 573 0.00 0.00 window_list_1
0.00 9.56 0.00 572 0.00 0.00 set_marker_internal
0.00 9.56 0.00 571 0.00 0.00 Fsubstitute_command_keys
0.00 9.56 0.00 563 0.00 0.00 get_glyph_string_clip_rects
0.00 9.56 0.00 560 0.00 0.00 intern_1
0.00 9.56 0.00 559 0.00 0.00 Fget_buffer_window
0.00 9.56 0.00 559 0.00 0.00 window_loop
0.00 9.56 0.00 557 0.00 0.00 Fappend
0.00 9.56 0.00 557 0.00 0.00 Fset_marker
0.00 9.56 0.00 556 0.00 0.00 composition_adjust_point
0.00 9.56 0.00 556 0.00 0.00 find_automatic_composition
0.00 9.56 0.00 556 0.00 0.00 read_hex
0.00 9.56 0.00 555 0.00 0.00 know_region_cache
0.00 9.56 0.00 552 0.00 0.00 display_string
0.00 9.56 0.00 551 0.00 0.00 make_save_ptr_int
0.00 9.56 0.00 550 0.00 0.00 read0
0.00 9.56 0.00 545 0.00 0.00 Fautoload_do_load
0.00 9.56 0.00 545 0.00 0.00 Fmake_symbol
0.00 9.56 0.00 544 0.00 0.00 Fsubrp
0.00 9.56 0.00 543 0.00 0.00 Fmacroexpand
0.00 9.56 0.00 542 0.00 0.00 Frun_hook_with_args_until_success
0.00 9.56 0.00 541 0.00 0.00 Fwindow_fringes
0.00 9.56 0.00 541 0.00 0.00 Fwindow_header_line_height
0.00 9.56 0.00 541 0.00 0.00 Fwindow_margins
0.00 9.56 0.00 540 0.00 0.00 read_list
0.00 9.56 0.00 539 0.00 0.00 intern_sym
0.00 9.56 0.00 538 0.00 0.00 record_unwind_protect_int
0.00 9.56 0.00 537 0.00 0.00 Fwindow_pixel_width
0.00 9.56 0.00 531 0.00 0.00 copy_text_properties
0.00 9.56 0.00 530 0.00 0.00 font_clear_prop
0.00 9.56 0.00 529 0.00 0.00 Fwindow_pixel_height
0.00 9.56 0.00 529 0.00 0.00 float_arith_driver
0.00 9.56 0.00 529 0.00 0.00 line_bottom_y
0.00 9.56 0.00 529 0.00 0.00 window_box
0.00 9.56 0.00 527 0.00 0.00 xg_update_menubar
0.00 9.56 0.00 523 0.00 0.00 Flss
0.00 9.56 0.00 523 0.00 0.00 arithcompare_driver
0.00 9.56 0.00 523 0.00 0.00 top_level_1
0.00 9.56 0.00 522 0.00 0.00 event_to_kboard
0.00 9.56 0.00 522 0.00 0.00 kbd_on_hold_p
0.00 9.56 0.00 521 0.00 0.00 show_hourglass
0.00 9.56 0.00 519 0.00 0.00 Fline_end_position
0.00 9.56 0.00 519 0.00 0.00 find_before_next_newline
0.00 9.56 0.00 518 0.00 0.00 Farrayp
0.00 9.56 0.00 518 0.00 0.00 Fforward_line
0.00 9.56 0.00 518 0.00 0.00 Ffuncall_interactively
0.00 9.56 0.00 518 0.00 0.00 Finteractive_form
0.00 9.56 0.00 518 0.00 0.00 reseat_at_previous_visible_line_start
0.00 9.56 0.00 518 0.00 0.00 temporarily_switch_to_single_kboard
0.00 9.56 0.00 517 0.00 0.00 restore_kboard_configuration
0.00 9.56 0.00 516 0.00 0.00 Fskip_syntax_forward
0.00 9.56 0.00 516 0.00 0.00 skip_syntaxes
0.00 9.56 0.00 515 0.00 0.00 Fborder_width
0.00 9.56 0.00 515 0.00 0.00 Fwindow_body_height
0.00 9.56 0.00 515 0.00 0.00 Fwindow_body_width
0.00 9.56 0.00 515 0.00 0.00 window_body_width
0.00 9.56 0.00 514 0.00 0.00 sit_for
0.00 9.56 0.00 512 0.00 0.00 x_set_glyph_string_clipping
0.00 9.56 0.00 511 0.00 0.00 decode_live_window
0.00 9.56 0.00 511 0.00 0.00 echo_keystrokes_p
0.00 9.56 0.00 511 0.00 0.00 move_it_in_display_line
0.00 9.56 0.00 511 0.00 0.00 read_key_sequence.constprop.44
0.00 9.56 0.00 510 0.00 0.00 Fabs
0.00 9.56 0.00 510 0.00 0.00 Fset_window_vscroll
0.00 9.56 0.00 510 0.00 0.00 Fvertical_motion
0.00 9.56 0.00 510 0.00 0.00 Fx_hide_tip
0.00 9.56 0.00 510 0.00 0.00 add_command_key
0.00 9.56 0.00 510 0.00 0.00 cancel_atimer
0.00 9.56 0.00 510 0.00 0.00 follow_key
0.00 9.56 0.00 510 0.00 0.00 make_lispy_event
0.00 9.56 0.00 510 0.00 0.00 modify_event_symbol
0.00 9.56 0.00 510 0.00 0.00 move_it_vertically_backward
0.00 9.56 0.00 510 0.00 0.00 record_char
0.00 9.56 0.00 510 0.00 0.00 schedule_atimer
0.00 9.56 0.00 510 0.00 0.00 start_atimer
0.00 9.56 0.00 510 0.00 0.00 start_hourglass
0.00 9.56 0.00 510 0.00 0.00 store_kbd_macro_char
0.00 9.56 0.00 510 0.00 0.00 test_undefined
0.00 9.56 0.00 509 0.00 0.00 Fbuffer_name
0.00 9.56 0.00 509 0.00 0.00 Fline_pixel_height
0.00 9.56 0.00 506 0.00 0.00 Fwindow_start
0.00 9.56 0.00 500 0.00 0.00 Fadd1
0.00 9.56 0.00 500 0.00 0.00 Finsert
0.00 9.56 0.00 500 0.00 0.00 Fsetq
0.00 9.56 0.00 500 0.00 0.00 general_insert_function
0.00 9.56 0.00 497 0.00 0.00 xftfont_get_colors
0.00 9.56 0.00 495 0.00 0.00 apply_lambda
0.00 9.56 0.00 491 0.00 0.00 x_set_glyph_string_gc
0.00 9.56 0.00 490 0.00 0.00 font_get_frame_data
0.00 9.56 0.00 490 0.00 0.00 x_draw_glyph_string_foreground
0.00 9.56 0.00 490 0.00 0.00 xftfont_draw
0.00 9.56 0.00 487 0.00 0.00 Fmake_marker
0.00 9.56 0.00 484 0.00 0.00 read_dirent
0.00 9.56 0.00 476 0.00 0.00 x_draw_fringe_bitmap
0.00 9.56 0.00 471 0.00 0.00 Fregexp_quote
0.00 9.56 0.00 467 0.00 0.00 Frun_hook_wrapped
0.00 9.56 0.00 467 0.00 0.00 run_hook_wrapped_funcall
0.00 9.56 0.00 460 0.00 0.00 fill_glyph_string
0.00 9.56 0.00 460 0.00 0.00 init_glyph_string
0.00 9.56 0.00 460 0.00 0.00 set_glyph_string_background_width
0.00 9.56 0.00 460 0.00 0.00 x_compute_glyph_string_overhangs
0.00 9.56 0.00 460 0.00 0.00 x_draw_glyph_string
0.00 9.56 0.00 451 0.00 0.00 XTring_bell
0.00 9.56 0.00 446 0.00 0.00 draw_fringe_bitmap
0.00 9.56 0.00 446 0.00 0.00 draw_fringe_bitmap_1
0.00 9.56 0.00 439 0.00 0.00 xnrealloc
0.00 9.56 0.00 438 0.00 0.00 Fsingle_key_description
0.00 9.56 0.00 436 0.00 0.00 Fplist_put
0.00 9.56 0.00 434 0.00 0.00 push_key_description
0.00 9.56 0.00 433 0.00 0.00 mark_buffer
0.00 9.56 0.00 415 0.00 0.00 list4
0.00 9.56 0.00 398 0.00 0.00 x_draw_stretch_glyph_string
0.00 9.56 0.00 396 0.00 0.00 Fput
0.00 9.56 0.00 386 0.00 0.00 Fstring_match
0.00 9.56 0.00 386 0.00 0.00 string_match_1
0.00 9.56 0.00 385 0.00 0.00 Fkeymapp
0.00 9.56 0.00 376 0.00 0.00 compute_line_metrics
0.00 9.56 0.00 376 0.00 0.00 prepare_desired_row
0.00 9.56 0.00 376 0.00 0.00 row_hash
0.00 9.56 0.00 366 0.00 0.00 do_pending_window_change
0.00 9.56 0.00 366 0.00 0.00 internal_condition_case_1
0.00 9.56 0.00 352 0.00 0.00 display_line
0.00 9.56 0.00 344 0.00 0.00 Fexpand_file_name
0.00 9.56 0.00 340 0.00 0.00 assign_row
0.00 9.56 0.00 338 0.00 0.00 compact_buffer
0.00 9.56 0.00 334 0.00 0.00 fset_redisplay
0.00 9.56 0.00 326 0.00 0.00 Frun_window_scroll_functions
0.00 9.56 0.00 315 0.00 0.00 encode_file_name
0.00 9.56 0.00 314 0.00 0.00 eval_dyn
0.00 9.56 0.00 311 0.00 0.00 row_equal_p.constprop.18
0.00 9.56 0.00 310 0.00 0.00 alloc_destination
0.00 9.56 0.00 309 0.00 0.00 consume_chars
0.00 9.56 0.00 309 0.00 0.00 encode_coding
0.00 9.56 0.00 309 0.00 0.00 encode_coding_object
0.00 9.56 0.00 309 0.00 0.00 encode_coding_utf_8
0.00 9.56 0.00 304 0.00 0.00 Fwindow_valid_p
0.00 9.56 0.00 295 0.00 0.00 draw_glyphs
0.00 9.56 0.00 292 0.00 0.00 buffer_display_table
0.00 9.56 0.00 286 0.00 0.00 composition_reseat_it
0.00 9.56 0.00 283 0.00 0.00 set_marker_both
0.00 9.56 0.00 276 0.00 0.00 c_string_width
0.00 9.56 0.00 272 0.00 0.00 Finternal_show_cursor_p
0.00 9.56 0.00 266 0.00 0.00 store_mode_line_noprop_char
0.00 9.56 0.00 263 0.00 0.00 shadow_lookup
0.00 9.56 0.00 257 0.00 0.00 requeued_events_pending_p
0.00 9.56 0.00 257 0.00 0.00 x_clear_area
0.00 9.56 0.00 252 0.00 0.00 mark_face_cache
0.00 9.56 0.00 248 0.00 0.00 update_window_line
0.00 9.56 0.00 245 0.00 0.00 x_clear_glyph_string_rect
0.00 9.56 0.00 241 0.00 0.00 concat2
0.00 9.56 0.00 240 0.00 0.00 x_write_glyphs
0.00 9.56 0.00 239 0.00 0.00 Fwindow_buffer
0.00 9.56 0.00 234 0.00 0.00 add_row_entry
0.00 9.56 0.00 233 0.00 0.00 Ffontp
0.00 9.56 0.00 233 0.00 0.00 x_clear_end_of_line
0.00 9.56 0.00 232 0.00 0.00 Fand
0.00 9.56 0.00 230 0.00 0.00 x_after_update_window_line
0.00 9.56 0.00 230 0.00 0.00 x_clear_frame_area
0.00 9.56 0.00 228 0.00 0.00 disassemble_lisp_time
0.00 9.56 0.00 224 0.00 0.00 preferred_sequence_p
0.00 9.56 0.00 223 0.00 0.00 draw_row_fringe_bitmaps
0.00 9.56 0.00 223 0.00 0.00 window_box_right
0.00 9.56 0.00 219 0.00 0.00 Fdefault_boundp
0.00 9.56 0.00 216 0.00 0.00 code_convert_string_norecord
0.00 9.56 0.00 215 0.00 0.00 Fsafe_length
0.00 9.56 0.00 215 0.00 0.00 extend_face_to_end_of_line
0.00 9.56 0.00 215 0.00 0.00 map_char_table
0.00 9.56 0.00 208 0.00 0.00 mark_discard_killed_buffers
0.00 9.56 0.00 206 0.00 0.00 Fkey_description
0.00 9.56 0.00 204 0.00 0.00 font_prop_validate_symbol
0.00 9.56 0.00 200 0.00 0.00 getenv_internal
0.00 9.56 0.00 200 0.00 0.00 getenv_internal_1
0.00 9.56 0.00 200 0.00 0.00 make_multibyte_string
0.00 9.56 0.00 189 0.00 0.00 egetenv_internal
0.00 9.56 0.00 188 0.00 0.00 intern_driver
0.00 9.56 0.00 183 0.00 0.00 Fread
0.00 9.56 0.00 183 0.00 0.00 read_internal_start
0.00 9.56 0.00 181 0.00 0.00 Fnext_read_file_uses_dialog_p
0.00 9.56 0.00 179 0.00 0.00 x_defined_color
0.00 9.56 0.00 179 0.00 0.00 xg_check_special_colors
0.00 9.56 0.00 178 0.00 0.00 lisp_time_struct
0.00 9.56 0.00 175 0.00 0.00 gamma_correct
0.00 9.56 0.00 175 0.00 0.00 x_alloc_nearest_color
0.00 9.56 0.00 172 0.00 0.00 emacs_open
0.00 9.56 0.00 170 0.00 0.00 make_sub_char_table
0.00 9.56 0.00 170 0.00 0.00 string_to_multibyte
0.00 9.56 0.00 169 0.00 0.00 safe__call1
0.00 9.56 0.00 161 0.00 0.00 check_x_display_info
0.00 9.56 0.00 161 0.00 0.00 defined_color
0.00 9.56 0.00 161 0.00 0.00 load_color2
0.00 9.56 0.00 160 0.00 0.00 normal_char_ascent_descent
0.00 9.56 0.00 157 0.00 0.00 window_outdated
0.00 9.56 0.00 148 0.00 0.00 clear_mouse_face
0.00 9.56 0.00 147 0.00 0.00 Fif
0.00 9.56 0.00 146 0.00 0.00 adjust_window_count
0.00 9.56 0.00 143 0.00 0.00 decode_window_system_frame
0.00 9.56 0.00 141 0.00 0.00 ftfont_list
0.00 9.56 0.00 141 0.00 0.00 ftfont_spec_pattern
0.00 9.56 0.00 141 0.00 0.00 xftfont_list
0.00 9.56 0.00 140 0.00 0.00 detect_input_pending
0.00 9.56 0.00 139 0.00 0.00 Fsymbol_function
0.00 9.56 0.00 137 0.00 0.00 Fdefvar
0.00 9.56 0.00 136 0.00 0.00 readevalloop_eager_expand_eval
0.00 9.56 0.00 135 0.00 0.00 Fkeymap_prompt
0.00 9.56 0.00 134 0.00 0.00 clear_waiting_for_input
0.00 9.56 0.00 134 0.00 0.00 set_waiting_for_input
0.00 9.56 0.00 133 0.00 0.00 Fdelq
0.00 9.56 0.00 133 0.00 0.00 x_free_colors
0.00 9.56 0.00 132 0.00 0.00 x_top_window_to_frame
0.00 9.56 0.00 131 0.00 0.00 xg_select
0.00 9.56 0.00 124 0.00 0.00 Fmake_sparse_keymap
0.00 9.56 0.00 122 0.00 0.00 Fmap_keymap
0.00 9.56 0.00 122 0.00 0.00 map_keymap_canonical
0.00 9.56 0.00 122 0.00 0.00 safe_call1
0.00 9.56 0.00 121 0.00 0.00 Feq
0.00 9.56 0.00 120 0.00 0.00 xft_settings_event
0.00 9.56 0.00 119 0.00 0.00 Fcurrent_window_configuration
0.00 9.56 0.00 119 0.00 0.00 Ffile_name_absolute_p
0.00 9.56 0.00 118 0.00 0.00 check_window_containing
0.00 9.56 0.00 118 0.00 0.00 coordinates_in_window
0.00 9.56 0.00 118 0.00 0.00 foreach_window_1
0.00 9.56 0.00 114 0.00 0.00 window_from_coordinates
0.00 9.56 0.00 113 0.00 0.00 make_widget_for_menu_item
0.00 9.56 0.00 112 0.00 0.00 window_box_height
0.00 9.56 0.00 108 0.00 0.00 Fwindow_minibuffer_p
0.00 9.56 0.00 108 0.00 0.00 set_fontset_font
0.00 9.56 0.00 106 0.00 0.00 push_menu_pane
0.00 9.56 0.00 106 0.00 0.00 single_keymap_panes
0.00 9.56 0.00 104 0.00 0.00 Fwindow_left_child
0.00 9.56 0.00 104 0.00 0.00 Fwindow_top_child
0.00 9.56 0.00 101 0.00 0.00 Fxw_display_color_p
0.00 9.56 0.00 101 0.00 0.00 update_window_fringes
0.00 9.56 0.00 100 0.00 0.00 display_and_set_cursor
0.00 9.56 0.00 100 0.00 0.00 image_spec_value
0.00 9.56 0.00 100 0.00 0.00 row_for_charpos_p
0.00 9.56 0.00 96 0.00 0.00 cache_face
0.00 9.56 0.00 94 0.00 0.00 buffer_local_value
0.00 9.56 0.00 94 0.00 0.00 make_realized_face
0.00 9.56 0.00 94 0.00 0.00 realize_face
0.00 9.56 0.00 93 0.00 0.00 Ffile_name_nondirectory
0.00 9.56 0.00 93 0.00 0.00 Fwindowp
0.00 9.56 0.00 92 0.00 0.00 Fwindow_parameter
0.00 9.56 0.00 91 0.00 0.00 x_window_to_frame
0.00 9.56 0.00 90 0.00 0.00 Fbuffer_local_value
0.00 9.56 0.00 90 0.00 0.00 read_vector
0.00 9.56 0.00 89 0.00 0.00 let_shadows_buffer_binding_p
0.00 9.56 0.00 88 0.00 0.00 lookup_fringe_bitmap
0.00 9.56 0.00 86 0.00 0.00 Fwindow_old_point
0.00 9.56 0.00 86 0.00 0.00 Fwindow_point
0.00 9.56 0.00 84 0.00 0.00 Fmake_char_table
0.00 9.56 0.00 84 0.00 0.00 realize_named_face
0.00 9.56 0.00 82 0.00 0.00 Finternal_make_lisp_face
0.00 9.56 0.00 82 0.00 0.00 make_fontset
0.00 9.56 0.00 82 0.00 0.00 temp_set_point_both
0.00 9.56 0.00 82 0.00 0.00 x_draw_window_cursor
0.00 9.56 0.00 80 0.00 0.00 x_handle_property_notify
0.00 9.56 0.00 79 0.00 0.00 face_color_supported_p
0.00 9.56 0.00 79 0.00 0.00 make_fontset_for_ascii_face
0.00 9.56 0.00 78 0.00 0.00 draw_window_fringes
0.00 9.56 0.00 78 0.00 0.00 reconsider_clip_changes
0.00 9.56 0.00 78 0.00 0.00 update_window
0.00 9.56 0.00 78 0.00 0.00 x_update_window_begin
0.00 9.56 0.00 78 0.00 0.00 x_update_window_end
0.00 9.56 0.00 77 0.00 0.00 Fcoding_system_eol_type
0.00 9.56 0.00 76 0.00 0.00 store_frame_param
0.00 9.56 0.00 75 0.00 0.00 font_parse_name
0.00 9.56 0.00 75 0.00 0.00 get_frame_param
0.00 9.56 0.00 73 0.00 0.00 Fnull
0.00 9.56 0.00 73 0.00 0.00 note_mouse_highlight
0.00 9.56 0.00 73 0.00 0.00 wset_buffer
0.00 9.56 0.00 72 0.00 0.00 frame_size_history_add
0.00 9.56 0.00 72 0.00 0.00 make_save_funcptr_ptr_obj
0.00 9.56 0.00 72 0.00 0.00 mapcar1
0.00 9.56 0.00 71 0.00 0.00 Fmapcar
0.00 9.56 0.00 70 0.00 0.00 define_frame_cursor1
0.00 9.56 0.00 70 0.00 0.00 insert_1_both
0.00 9.56 0.00 70 0.00 0.00 match_limit
0.00 9.56 0.00 70 0.00 0.00 menu_bar_item
0.00 9.56 0.00 70 0.00 0.00 window_box_right_offset
0.00 9.56 0.00 70 0.00 0.00 x_define_frame_cursor
0.00 9.56 0.00 69 0.00 0.00 Fdirectory_file_name
0.00 9.56 0.00 69 0.00 0.00 mode_line_update_needed
0.00 9.56 0.00 67 0.00 0.00 current_message
0.00 9.56 0.00 65 0.00 0.00 Flet
0.00 9.56 0.00 64 0.00 0.00 x_destroy_bitmap
0.00 9.56 0.00 63 0.00 0.00 Ftime_add
0.00 9.56 0.00 63 0.00 0.00 larger_vector
0.00 9.56 0.00 63 0.00 0.00 time_add
0.00 9.56 0.00 63 0.00 0.00 time_arith
0.00 9.56 0.00 62 0.00 0.00 clear_window_matrices
0.00 9.56 0.00 61 0.00 0.00 FletX
0.00 9.56 0.00 61 0.00 0.00 decode_any_window
0.00 9.56 0.00 61 0.00 0.00 mark_window_display_accurate_1
0.00 9.56 0.00 60 0.00 0.00 define_image_type
0.00 9.56 0.00 60 0.00 0.00 lookup_image_type
0.00 9.56 0.00 60 0.00 0.00 xg_gtk_scroll_destroy
0.00 9.56 0.00 59 0.00 0.00 Fdecode_coding_string
0.00 9.56 0.00 58 0.00 0.00 Fframe_root_window
0.00 9.56 0.00 58 0.00 0.00 x_mouse_grabbed
0.00 9.56 0.00 56 0.00 0.00 display_count_lines
0.00 9.56 0.00 56 0.00 0.00 rounding_driver
0.00 9.56 0.00 56 0.00 0.00 x_sync
0.00 9.56 0.00 55 0.00 0.00 draw_phys_cursor_glyph
0.00 9.56 0.00 55 0.00 0.00 note_mouse_movement
0.00 9.56 0.00 54 0.00 0.00 Foverlayp
0.00 9.56 0.00 53 0.00 0.00 Fstringp
0.00 9.56 0.00 53 0.00 0.00 fast_c_string_match_ignore_case
0.00 9.56 0.00 53 0.00 0.00 file_directory_p
0.00 9.56 0.00 53 0.00 0.00 string_make_unibyte
0.00 9.56 0.00 52 0.00 0.00 Fceiling
0.00 9.56 0.00 52 0.00 0.00 Ffile_name_as_directory
0.00 9.56 0.00 52 0.00 0.00 ceiling2
0.00 9.56 0.00 52 0.00 0.00 mark_image_cache
0.00 9.56 0.00 52 0.00 0.00 update_begin
0.00 9.56 0.00 52 0.00 0.00 update_end
0.00 9.56 0.00 51 0.00 0.00 get_glyph_string_clip_rect
0.00 9.56 0.00 51 0.00 0.00 x_draw_glyph_string_box
0.00 9.56 0.00 51 0.00 0.00 x_draw_relief_rect
0.00 9.56 0.00 51 0.00 0.00 x_get_arg
0.00 9.56 0.00 51 0.00 0.00 x_setup_relief_colors
0.00 9.56 0.00 51 0.00 0.00 x_update_begin
0.00 9.56 0.00 51 0.00 0.00 x_update_end
0.00 9.56 0.00 51 0.00 0.00 xg_event_is_for_scrollbar
0.00 9.56 0.00 50 0.00 0.00 Ffloat_time
0.00 9.56 0.00 50 0.00 0.00 Fmatch_beginning
0.00 9.56 0.00 50 0.00 0.00 overlay_arrows_changed_p
0.00 9.56 0.00 50 0.00 0.00 pop_message_unwind
0.00 9.56 0.00 50 0.00 0.00 push_message
0.00 9.56 0.00 50 0.00 0.00 validate_x_resource_name
0.00 9.56 0.00 50 0.00 0.00 x_get_string_resource
0.00 9.56 0.00 49 0.00 0.00 Fgarbage_collect
0.00 9.56 0.00 49 0.00 0.00 clear_desired_matrices
0.00 9.56 0.00 49 0.00 0.00 ftfont_get_charset
0.00 9.56 0.00 49 0.00 0.00 mark_fringe_data
0.00 9.56 0.00 49 0.00 0.00 mark_kboards
0.00 9.56 0.00 49 0.00 0.00 mark_specpdl
0.00 9.56 0.00 49 0.00 0.00 relocate_byte_stack
0.00 9.56 0.00 49 0.00 0.00 set_window_update_flags
0.00 9.56 0.00 49 0.00 0.00 shrink_regexp_cache
0.00 9.56 0.00 49 0.00 0.00 sweep_floats
0.00 9.56 0.00 49 0.00 0.00 sweep_intervals
0.00 9.56 0.00 49 0.00 0.00 sweep_misc
0.00 9.56 0.00 49 0.00 0.00 sweep_strings
0.00 9.56 0.00 49 0.00 0.00 sweep_symbols
0.00 9.56 0.00 49 0.00 0.00 sweep_weak_hash_tables
0.00 9.56 0.00 49 0.00 0.00 total_bytes_of_live_objects
0.00 9.56 0.00 49 0.00 0.00 xg_mark_data
0.00 9.56 0.00 49 0.00 0.00 xrdb_get_resource
0.00 9.56 0.00 48 0.00 0.00 enlarge_buffer_text
0.00 9.56 0.00 48 0.00 0.00 make_gap
0.00 9.56 0.00 48 0.00 0.00 str_as_unibyte
0.00 9.56 0.00 48 0.00 0.00 unrequest_sigio
0.00 9.56 0.00 48 0.00 0.00 update_overlay_arrows
0.00 9.56 0.00 48 0.00 0.00 xic_set_preeditarea
0.00 9.56 0.00 47 0.00 0.00 Ffont_get
0.00 9.56 0.00 47 0.00 0.00 XTframe_up_to_date
0.00 9.56 0.00 47 0.00 0.00 input_polling_used
0.00 9.56 0.00 47 0.00 0.00 request_sigio
0.00 9.56 0.00 47 0.00 0.00 unwind_redisplay
0.00 9.56 0.00 46 0.00 0.00 Fx_display_color_cells
0.00 9.56 0.00 46 0.00 0.00 adjust_glyph_matrix
0.00 9.56 0.00 46 0.00 0.00 gap_left
0.00 9.56 0.00 46 0.00 0.00 update_frame
0.00 9.56 0.00 46 0.00 0.00 update_window_tree
0.00 9.56 0.00 45 0.00 0.00 CHECK_CHAR_TABLE
0.00 9.56 0.00 45 0.00 0.00 Ffile_name_directory
0.00 9.56 0.00 45 0.00 0.00 Frun_hooks
0.00 9.56 0.00 45 0.00 0.00 bidi_fetch_char_skip_isolates
0.00 9.56 0.00 45 0.00 0.00 find_first_strong_char
0.00 9.56 0.00 45 0.00 0.00 select_window
0.00 9.56 0.00 45 0.00 0.00 start_polling
0.00 9.56 0.00 45 0.00 0.00 stop_polling
0.00 9.56 0.00 44 0.00 0.00 Ffile_directory_p
0.00 9.56 0.00 44 0.00 0.00 expand_and_dir_to_file
0.00 9.56 0.00 44 0.00 0.00 truncate_undo_list
0.00 9.56 0.00 43 0.00 0.00 erase_phys_cursor
0.00 9.56 0.00 43 0.00 0.00 hscroll_window_tree
0.00 9.56 0.00 43 0.00 0.00 hscroll_windows
0.00 9.56 0.00 42 0.00 0.00 Fframe_selected_window
0.00 9.56 0.00 42 0.00 0.00 openp
0.00 9.56 0.00 42 0.00 0.00 store_mode_line_noprop
0.00 9.56 0.00 41 0.00 0.00 xg_tool_bar_help_callback
0.00 9.56 0.00 40 0.00 0.00 remember_mouse_glyph
0.00 9.56 0.00 40 0.00 0.00 try_window
0.00 9.56 0.00 40 0.00 0.00 x_handle_dnd_message
0.00 9.56 0.00 39 0.00 0.00 ensure_echo_area_buffers
0.00 9.56 0.00 39 0.00 0.00 window_relative_x_coord
0.00 9.56 0.00 38 0.00 0.00 Fselect_window
0.00 9.56 0.00 38 0.00 0.00 Fset_char_table_range
0.00 9.56 0.00 38 0.00 0.00 call4
0.00 9.56 0.00 38 0.00 0.00 display_mode_element
0.00 9.56 0.00 38 0.00 0.00 font_score
0.00 9.56 0.00 38 0.00 0.00 format_mode_line_unwind_data
0.00 9.56 0.00 38 0.00 0.00 unwind_format_mode_line
0.00 9.56 0.00 37 0.00 0.00 Fdefalias
0.00 9.56 0.00 37 0.00 0.00 Ffset
0.00 9.56 0.00 37 0.00 0.00 Finternal_show_cursor
0.00 9.56 0.00 37 0.00 0.00 unwind_set_match_data
0.00 9.56 0.00 37 0.00 0.00 valid_lisp_object_p
0.00 9.56 0.00 37 0.00 0.00 x_set_frame_parameters
0.00 9.56 0.00 37 0.00 0.00 xstrdup
0.00 9.56 0.00 36 0.00 0.00 Fupcase_initials
0.00 9.56 0.00 36 0.00 0.00 apply1
0.00 9.56 0.00 36 0.00 0.00 let_shadows_global_binding_p
0.00 9.56 0.00 36 0.00 0.00 make_blv
0.00 9.56 0.00 36 0.00 0.00 merge_face_ref
0.00 9.56 0.00 35 0.00 0.00 Fwindow_system
0.00 9.56 0.00 35 0.00 0.00 clear_glyph_matrix
0.00 9.56 0.00 35 0.00 0.00 resize_mini_window
0.00 9.56 0.00 35 0.00 0.00 unwind_with_echo_area_buffer
0.00 9.56 0.00 35 0.00 0.00 with_echo_area_buffer
0.00 9.56 0.00 34 0.00 0.00 merge_named_face
0.00 9.56 0.00 34 0.00 0.00 record_unwind_save_match_data
0.00 9.56 0.00 33 0.00 0.00 Fforce_mode_line_update
0.00 9.56 0.00 33 0.00 0.00 Fselected_frame
0.00 9.56 0.00 32 0.00 0.00 map_charset_chars
0.00 9.56 0.00 32 0.00 0.00 my_log_handler
0.00 9.56 0.00 32 0.00 0.00 x_flush
0.00 9.56 0.00 31 0.00 0.00 coords_in_mouse_face_p
0.00 9.56 0.00 31 0.00 0.00 redisplay_preserve_echo_area
0.00 9.56 0.00 30 0.00 0.00 parse_image_spec
0.00 9.56 0.00 30 0.00 0.00 valid_image_p
0.00 9.56 0.00 30 0.00 0.00 x_default_parameter
0.00 9.56 0.00 30 0.00 0.00 xpm_image_p
0.00 9.56 0.00 29 0.00 0.00 XTredeem_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 XTset_vertical_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 cancel_mouse_face
0.00 9.56 0.00 29 0.00 0.00 display_echo_area_1
0.00 9.56 0.00 29 0.00 0.00 echo_area_display
0.00 9.56 0.00 29 0.00 0.00 redisplay_window
0.00 9.56 0.00 29 0.00 0.00 set_vertical_scroll_bar
0.00 9.56 0.00 29 0.00 0.00 xg_set_toolkit_scroll_bar_thumb
0.00 9.56 0.00 28 0.00 0.00 Fminibuffer_window
0.00 9.56 0.00 28 0.00 0.00 Fwindow_next_sibling
0.00 9.56 0.00 27 0.00 0.00 Ffile_symlink_p
0.00 9.56 0.00 27 0.00 0.00 font_prop_validate_otf
0.00 9.56 0.00 27 0.00 0.00 get_current_wm_state
0.00 9.56 0.00 26 0.00 0.00 Ffile_readable_p
0.00 9.56 0.00 26 0.00 0.00 Fload
0.00 9.56 0.00 26 0.00 0.00 Fsubstitute_in_file_name
0.00 9.56 0.00 26 0.00 0.00 Ftime_less_p
0.00 9.56 0.00 26 0.00 0.00 Fwindow_bottom_divider_width
0.00 9.56 0.00 26 0.00 0.00 Fwindow_mode_line_height
0.00 9.56 0.00 26 0.00 0.00 Fwindow_right_divider_width
0.00 9.56 0.00 26 0.00 0.00 Fwindow_scroll_bar_height
0.00 9.56 0.00 26 0.00 0.00 Fwindow_scroll_bar_width
0.00 9.56 0.00 26 0.00 0.00 search_embedded_absfilename
0.00 9.56 0.00 25 0.00 0.00 bset_update_mode_line
0.00 9.56 0.00 25 0.00 0.00 re_wctype
0.00 9.56 0.00 25 0.00 0.00 xpalloc
0.00 9.56 0.00 24 0.00 0.00 Factive_minibuffer_window
0.00 9.56 0.00 24 0.00 0.00 Fbuffer_list
0.00 9.56 0.00 24 0.00 0.00 Fwindow_parent
0.00 9.56 0.00 24 0.00 0.00 bidi_mirror_char
0.00 9.56 0.00 24 0.00 0.00 decode_mode_spec_coding
0.00 9.56 0.00 24 0.00 0.00 display_mode_line
0.00 9.56 0.00 24 0.00 0.00 pint2str
0.00 9.56 0.00 24 0.00 0.00 pop_kboard
0.00 9.56 0.00 24 0.00 0.00 push_kboard
0.00 9.56 0.00 24 0.00 0.00 required_matrix_height
0.00 9.56 0.00 24 0.00 0.00 required_matrix_width
0.00 9.56 0.00 24 0.00 0.00 sanitize_window_sizes
0.00 9.56 0.00 24 0.00 0.00 xg_update_submenu
0.00 9.56 0.00 23 0.00 0.00 Faccessible_keymaps
0.00 9.56 0.00 23 0.00 0.00 decode_live_terminal
0.00 9.56 0.00 22 0.00 0.00 Fcond
0.00 9.56 0.00 22 0.00 0.00 Fframe_visible_p
0.00 9.56 0.00 22 0.00 0.00 Finternal_get_lisp_face_attribute
0.00 9.56 0.00 22 0.00 0.00 careadlinkat
0.00 9.56 0.00 22 0.00 0.00 emacs_readlinkat
0.00 9.56 0.00 22 0.00 0.00 store_in_keymap
0.00 9.56 0.00 22 0.00 0.00 update_window_cursor
0.00 9.56 0.00 22 0.00 0.00 x_real_pos_and_offsets
0.00 9.56 0.00 22 0.00 0.00 x_real_positions
0.00 9.56 0.00 21 0.00 0.00 Fdefine_key
0.00 9.56 0.00 21 0.00 0.00 change_frame_size_1
0.00 9.56 0.00 21 0.00 0.00 chars_in_text
0.00 9.56 0.00 21 0.00 0.00 display_mode_lines
0.00 9.56 0.00 20 0.00 0.00 Ffunction
0.00 9.56 0.00 20 0.00 0.00 Fimage_mask_p
0.00 9.56 0.00 20 0.00 0.00 Finit_image_library
0.00 9.56 0.00 20 0.00 0.00 Fmatch_end
0.00 9.56 0.00 20 0.00 0.00 Fquo
0.00 9.56 0.00 20 0.00 0.00 Fsearch_forward
0.00 9.56 0.00 20 0.00 0.00 boyer_moore
0.00 9.56 0.00 20 0.00 0.00 four_corners_best
0.00 9.56 0.00 20 0.00 0.00 free_realized_face
0.00 9.56 0.00 20 0.00 0.00 lookup_image
0.00 9.56 0.00 20 0.00 0.00 search_image_cache
0.00 9.56 0.00 20 0.00 0.00 sxhash
0.00 9.56 0.00 20 0.00 0.00 x_detect_focus_change
0.00 9.56 0.00 20 0.00 0.00 x_set_frame_alpha
0.00 9.56 0.00 19 0.00 0.00 call3
0.00 9.56 0.00 19 0.00 0.00 insert_char
0.00 9.56 0.00 19 0.00 0.00 xg_frame_resized
0.00 9.56 0.00 18 0.00 0.00 Fbuffer_file_name
0.00 9.56 0.00 18 0.00 0.00 extract_dimension
0.00 9.56 0.00 18 0.00 0.00 font_parse_xlfd
0.00 9.56 0.00 17 0.00 0.00 Fcurrent_message
0.00 9.56 0.00 17 0.00 0.00 Fprefix_numeric_value
0.00 9.56 0.00 17 0.00 0.00 change_frame_size
0.00 9.56 0.00 17 0.00 0.00 cons_to_signed
0.00 9.56 0.00 16 0.00 0.00 Fcoding_system_base
0.00 9.56 0.00 16 0.00 0.00 Fdelete
0.00 9.56 0.00 16 0.00 0.00 default_toplevel_binding
0.00 9.56 0.00 16 0.00 0.00 expose_frame
0.00 9.56 0.00 16 0.00 0.00 lisp_string_width
0.00 9.56 0.00 16 0.00 0.00 make_string_from_bytes
0.00 9.56 0.00 16 0.00 0.00 redisplay
0.00 9.56 0.00 16 0.00 0.00 xg_get_gdk_scale
0.00 9.56 0.00 16 0.00 0.00 xnmalloc
0.00 9.56 0.00 15 0.00 0.00 redisplay_window_1
0.00 9.56 0.00 15 0.00 0.00 set_marker_restricted_both
0.00 9.56 0.00 15 0.00 0.00 x_focus_changed
0.00 9.56 0.00 14 0.00 0.00 Fcurrent_global_map
0.00 9.56 0.00 14 0.00 0.00 Fmultibyte_string_p
0.00 9.56 0.00 14 0.00 0.00 fontset_pattern_regexp
0.00 9.56 0.00 14 0.00 0.00 magic_db
0.00 9.56 0.00 14 0.00 0.00 redisplay_window_0
0.00 9.56 0.00 14 0.00 0.00 x_consider_frame_title
0.00 9.56 0.00 13 0.00 0.00 Fx_get_resource
0.00 9.56 0.00 13 0.00 0.00 adjust_frame_glyphs
0.00 9.56 0.00 13 0.00 0.00 adjust_frame_size
0.00 9.56 0.00 13 0.00 0.00 check_window_system
0.00 9.56 0.00 13 0.00 0.00 clear_current_matrices
0.00 9.56 0.00 13 0.00 0.00 digest_single_submenu
0.00 9.56 0.00 13 0.00 0.00 make_lisp_time
0.00 9.56 0.00 13 0.00 0.00 parse_single_submenu
0.00 9.56 0.00 13 0.00 0.00 update_submenu_strings
0.00 9.56 0.00 12 0.00 0.00 Fchar_after
0.00 9.56 0.00 12 0.00 0.00 Fframe_list
0.00 9.56 0.00 12 0.00 0.00 Fframe_terminal
0.00 9.56 0.00 12 0.00 0.00 For
0.00 9.56 0.00 12 0.00 0.00 emacs_fixed_get_type
0.00 9.56 0.00 12 0.00 0.00 font_open_entity
0.00 9.56 0.00 12 0.00 0.00 font_open_for_lface
0.00 9.56 0.00 12 0.00 0.00 font_rescale_ratio
0.00 9.56 0.00 12 0.00 0.00 read_file_name
0.00 9.56 0.00 12 0.00 0.00 x_decode_color
0.00 9.56 0.00 12 0.00 0.00 x_draw_vertical_border
0.00 9.56 0.00 12 0.00 0.00 x_find_image_fd
0.00 9.56 0.00 12 0.00 0.00 xftfont_add_rendering_parameters
0.00 9.56 0.00 11 0.00 0.00 Fcoding_system_plist
0.00 9.56 0.00 11 0.00 0.00 Fgetenv_internal
0.00 9.56 0.00 11 0.00 0.00 emacs_read
0.00 9.56 0.00 11 0.00 0.00 mark_window_display_accurate
0.00 9.56 0.00 11 0.00 0.00 update_cursor_in_window_tree
0.00 9.56 0.00 11 0.00 0.00 x_new_focus_frame
0.00 9.56 0.00 11 0.00 0.00 x_update_cursor
0.00 9.56 0.00 10 0.00 0.00 Fcoding_system_p
0.00 9.56 0.00 10 0.00 0.00 Fget_buffer_create
0.00 9.56 0.00 10 0.00 0.00 Flocal_variable_if_set_p
0.00 9.56 0.00 10 0.00 0.00 Fpos_visible_in_window_p
0.00 9.56 0.00 10 0.00 0.00 allocate_matrices_for_window_redisplay
0.00 9.56 0.00 10 0.00 0.00 colors_in_color_table
0.00 9.56 0.00 10 0.00 0.00 file_for_image
0.00 9.56 0.00 10 0.00 0.00 find_icon_from_name
0.00 9.56 0.00 10 0.00 0.00 frame_inhibit_resize
0.00 9.56 0.00 10 0.00 0.00 free_color_table
0.00 9.56 0.00 10 0.00 0.00 free_glyph_matrix
0.00 9.56 0.00 10 0.00 0.00 get_font_ascent_descent
0.00 9.56 0.00 10 0.00 0.00 image_background
0.00 9.56 0.00 10 0.00 0.00 image_background_transparent
0.00 9.56 0.00 10 0.00 0.00 reset_buffer_local_variables
0.00 9.56 0.00 10 0.00 0.00 set_marker_restricted
0.00 9.56 0.00 10 0.00 0.00 set_poll_suppress_count
0.00 9.56 0.00 10 0.00 0.00 unwind_to_catch
0.00 9.56 0.00 10 0.00 0.00 update_frame_tool_bar
0.00 9.56 0.00 10 0.00 0.00 x_build_heuristic_mask
0.00 9.56 0.00 10 0.00 0.00 x_display_info_for_display
0.00 9.56 0.00 10 0.00 0.00 x_query_colors
0.00 9.56 0.00 10 0.00 0.00 xpm_free_color_cache
0.00 9.56 0.00 10 0.00 0.00 xpm_load
0.00 9.56 0.00 9 0.00 0.00 Fterminal_parameter
0.00 9.56 0.00 9 0.00 0.00 Ftool_bar_get_system_style
0.00 9.56 0.00 9 0.00 0.00 Fwindow_list_1
0.00 9.56 0.00 9 0.00 0.00 create_menus
0.00 9.56 0.00 9 0.00 0.00 font_match_p
0.00 9.56 0.00 9 0.00 0.00 menu_bar_items
0.00 9.56 0.00 9 0.00 0.00 styled_format
0.00 9.56 0.00 9 0.00 0.01 wait_reading_process_output
0.00 9.56 0.00 9 0.00 0.00 wait_reading_process_output_unwind
0.00 9.56 0.00 8 0.00 0.00 Fconsp
0.00 9.56 0.00 8 0.00 0.00 Fformat
0.00 9.56 0.00 8 0.00 0.00 Fframe_or_buffer_changed_p
0.00 9.56 0.00 8 0.00 0.00 Fthrow
0.00 9.56 0.00 8 0.00 0.00 Fx_selection_exists_p
0.00 9.56 0.00 8 0.00 0.00 add_window_to_list
0.00 9.56 0.00 8 0.00 0.00 clear_face_cache
0.00 9.56 0.00 8 0.00 0.00 do_switch_frame
0.00 9.56 0.00 8 0.00 0.00 font_build_object
0.00 9.56 0.00 8 0.00 0.00 font_load_for_lface
0.00 9.56 0.00 8 0.00 0.00 font_make_object
0.00 9.56 0.00 8 0.00 0.00 frame_for_x_selection
0.00 9.56 0.00 8 0.00 0.00 get_phys_cursor_glyph
0.00 9.56 0.00 8 0.00 0.00 keymap_parent
0.00 9.56 0.00 8 0.00 0.00 run_window_configuration_change_hook
0.00 9.56 0.00 8 0.00 0.00 suffix_p
0.00 9.56 0.00 8 0.00 0.00 symbol_to_x_atom
0.00 9.56 0.00 8 0.00 0.00 wset_redisplay
0.00 9.56 0.00 8 0.00 0.00 xftfont_open
0.00 9.56 0.00 8 0.00 0.00 xg_update_scrollbar_pos
0.00 9.56 0.00 7 0.00 0.00 Fcurrent_time
0.00 9.56 0.00 7 0.00 0.00 Fintern_soft
0.00 9.56 0.00 7 0.00 0.00 XTcondemn_scroll_bars
0.00 9.56 0.00 7 0.00 0.00 XTjudge_scroll_bars
0.00 9.56 0.00 7 0.00 0.00 clear_unwind_protect
0.00 9.56 0.00 7 0.00 0.00 compute_window_start_on_continuation_line
0.00 9.56 0.00 7 0.00 0.00 do_nothing
0.00 9.56 0.00 7 0.00 0.00 dupstring
0.00 9.56 0.00 7 0.00 0.00 font_prepare_for_face
0.00 9.56 0.00 7 0.00 0.00 free_menubar_widget_value_tree
0.00 9.56 0.00 7 0.00 0.00 redisplay_windows
0.00 9.56 0.00 7 0.00 0.00 resize_frame_windows
0.00 9.56 0.00 7 0.00 0.00 set_frame_menubar
0.00 9.56 0.00 7 0.00 0.00 unload_color
0.00 9.56 0.00 7 0.00 0.00 xftfont_prepare_face
0.00 9.56 0.00 7 0.00 0.00 xg_update_frame_menubar
0.00 9.56 0.00 6 0.00 0.00 Fbuffer_base_buffer
0.00 9.56 0.00 6 0.00 0.00 Fevent_convert_list
0.00 9.56 0.00 6 0.00 0.00 Finternal_char_font
0.00 9.56 0.00 6 0.00 0.00 Fprocess_list
0.00 9.56 0.00 6 0.00 0.00 Frestore_buffer_modified_p
0.00 9.56 0.00 6 0.00 0.00 Fselect_frame
0.00 9.56 0.00 6 0.00 0.00 Ftty_top_frame
0.00 9.56 0.00 6 0.00 0.00 Fwindow_line_height
0.00 9.56 0.00 6 0.00 0.00 Fx_register_dnd_atom
0.00 9.56 0.00 6 0.00 0.00 Fxw_color_values
0.00 9.56 0.00 6 0.00 0.00 calculate_costs
0.00 9.56 0.00 6 0.00 0.00 emacs_close
0.00 9.56 0.00 6 0.00 0.00 fast_set_selected_frame
0.00 9.56 0.00 6 0.00 0.00 indirect_variable
0.00 9.56 0.00 6 0.00 0.00 make_gap_1
0.00 9.56 0.00 6 0.00 0.00 mark_window_cursors_off
0.00 9.56 0.00 6 0.00 0.00 message_dolog
0.00 9.56 0.00 6 0.00 0.00 move_gap_both
0.00 9.56 0.00 6 0.00 0.00 propagate_buffer_redisplay
0.00 9.56 0.00 6 0.00 0.00 realize_basic_faces
0.00 9.56 0.00 6 0.00 0.00 recompute_basic_faces
0.00 9.56 0.00 6 0.00 0.00 redisplay_other_windows
0.00 9.56 0.00 6 0.00 0.00 run_hook
0.00 9.56 0.00 6 0.00 0.00 shrink_mini_window
0.00 9.56 0.00 6 0.00 0.00 swap_in_global_binding
0.00 9.56 0.00 6 0.00 0.00 tool_bar_items
0.00 9.56 0.00 6 0.00 0.00 tty_color_name
0.00 9.56 0.00 6 0.00 0.00 xg_modify_menubar_widgets
0.00 9.56 0.00 5 0.00 0.00 Fcopy_marker
0.00 9.56 0.00 5 0.00 0.00 Fget_buffer_process
0.00 9.56 0.00 5 0.00 0.00 Fkill_local_variable
0.00 9.56 0.00 5 0.00 0.00 Fmodify_frame_parameters
0.00 9.56 0.00 5 0.00 0.00 Fprocessp
0.00 9.56 0.00 5 0.00 0.00 Fset_buffer_modified_p
0.00 9.56 0.00 5 0.00 0.00 Fset_frame_selected_window
0.00 9.56 0.00 5 0.00 0.00 Fsort
0.00 9.56 0.00 5 0.00 0.00 Fsymbolp
0.00 9.56 0.00 5 0.00 0.00 Fterminal_list
0.00 9.56 0.00 5 0.00 0.00 Fuse_local_map
0.00 9.56 0.00 5 0.00 0.00 Fwindow_list
0.00 9.56 0.00 5 0.00 0.00 allocate_buffer
0.00 9.56 0.00 5 0.00 0.00 clear_charpos_cache
0.00 9.56 0.00 5 0.00 0.00 clear_frame
0.00 9.56 0.00 5 0.00 0.00 clear_image_cache
0.00 9.56 0.00 5 0.00 0.00 clear_image_caches
0.00 9.56 0.00 5 0.00 0.00 display_x_get_resource
0.00 9.56 0.00 5 0.00 0.00 dtotimespec
0.00 9.56 0.00 5 0.00 0.00 face_boolean_x_resource_value
0.00 9.56 0.00 5 0.00 0.00 fontset_name
0.00 9.56 0.00 5 0.00 0.00 gap_right
0.00 9.56 0.00 5 0.00 0.00 make_buffer_string
0.00 9.56 0.00 5 0.00 0.00 make_process
0.00 9.56 0.00 5 0.00 0.00 new_region_cache
0.00 9.56 0.00 5 0.00 0.00 redraw_frame
0.00 9.56 0.00 5 0.00 0.00 reset_buffer
0.00 9.56 0.00 5 0.00 0.00 run_funs
0.00 9.56 0.00 5 0.00 0.00 staticpro
0.00 9.56 0.00 5 0.00 0.00 swap_out_buffer_local_variables
0.00 9.56 0.00 5 0.00 0.00 x_wm_set_size_hint
0.00 9.56 0.00 5 0.00 0.00 xg_destroy_widgets
0.00 9.56 0.00 4 0.00 0.00 Fbyte_code
0.00 9.56 0.00 4 0.00 0.00 Fcapitalize
0.00 9.56 0.00 4 0.00 0.00 Fcar_safe
0.00 9.56 0.00 4 0.00 0.00 Fcheck_coding_system
0.00 9.56 0.00 4 0.00 0.00 Ffloat
0.00 9.56 0.00 4 0.00 0.00 Ffont_put
0.00 9.56 0.00 4 0.00 0.00 Fget_load_suffixes
0.00 9.56 0.00 4 0.00 0.00 Fkeymap_parent
0.00 9.56 0.00 4 0.00 0.00 Flooking_at
0.00 9.56 0.00 4 0.00 0.00 Fposn_at_point
0.00 9.56 0.00 4 0.00 0.00 Fround
0.00 9.56 0.00 4 0.00 0.00 Frun_hook_with_args_until_failure
0.00 9.56 0.00 4 0.00 0.00 Fset_buffer_multibyte
0.00 9.56 0.00 4 0.00 0.00 Fsystem_name
0.00 9.56 0.00 4 0.00 0.00 blank_row
0.00 9.56 0.00 4 0.00 0.00 candidate_buffer
0.00 9.56 0.00 4 0.00 0.00 copy_properties
0.00 9.56 0.00 4 0.00 0.00 create_root_interval
0.00 9.56 0.00 4 0.00 0.00 doprnt
0.00 9.56 0.00 4 0.00 0.00 esprintf
0.00 9.56 0.00 4 0.00 0.00 forget_escape_and_glyphless_faces
0.00 9.56 0.00 4 0.00 0.00 free_all_realized_faces
0.00 9.56 0.00 4 0.00 0.00 get_phys_cursor_geometry
0.00 9.56 0.00 4 0.00 0.00 init_system_name
0.00 9.56 0.00 4 0.00 0.00 kill_buffer_processes
0.00 9.56 0.00 4 0.00 0.00 lisp_file_lexically_bound_p
0.00 9.56 0.00 4 0.00 0.00 load_warn_old_style_backquotes
0.00 9.56 0.00 4 0.00 0.00 looking_at_1
0.00 9.56 0.00 4 0.00 0.00 pos_visible_p
0.00 9.56 0.00 4 0.00 0.00 readevalloop
0.00 9.56 0.00 4 0.00 0.00 readevalloop_1
0.00 9.56 0.00 4 0.00 0.00 record_load_unwind
0.00 9.56 0.00 4 0.00 0.00 safe_to_load_version
0.00 9.56 0.00 4 0.00 0.00 set_unwind_protect_ptr
0.00 9.56 0.00 4 0.00 0.00 setup_echo_area_for_printing
0.00 9.56 0.00 4 0.00 0.00 strwidth
0.00 9.56 0.00 4 0.00 0.00 unshow_buffer
0.00 9.56 0.00 4 0.00 0.00 x_clear_frame
0.00 9.56 0.00 4 0.00 0.00 x_frame_get_and_record_arg
0.00 9.56 0.00 4 0.00 0.00 xftfont_cached_font_ok
0.00 9.56 0.00 3 0.00 0.00 Fbufferp
0.00 9.56 0.00 3 0.00 0.00 Fchar_table_parent
0.00 9.56 0.00 3 0.00 0.00 Fdaemonp
0.00 9.56 0.00 3 0.00 0.00 Ffile_exists_p
0.00 9.56 0.00 3 0.00 0.00 Fgenerate_new_buffer_name
0.00 9.56 0.00 3 0.00 0.00 Finsert_file_contents
0.00 9.56 0.00 3 0.00 0.00 Fkill_buffer
0.00 9.56 0.00 3 0.00 0.00 Fmod
0.00 9.56 0.00 3 0.00 0.00 Fset_keymap_parent
0.00 9.56 0.00 3 0.00 0.00 Fset_terminal_parameter
0.00 9.56 0.00 3 0.00 0.00 Fset_text_properties
0.00 9.56 0.00 3 0.00 0.00 Fset_window_next_buffers
0.00 9.56 0.00 3 0.00 0.00 Fset_window_prev_buffers
0.00 9.56 0.00 3 0.00 0.00 Fstandard_syntax_table
0.00 9.56 0.00 3 0.00 0.00 Ftry_completion
0.00 9.56 0.00 3 0.00 0.00 Fuser_login_name
0.00 9.56 0.00 3 0.00 0.00 Fwindow_next_buffers
0.00 9.56 0.00 3 0.00 0.00 Fwindow_prev_buffers
0.00 9.56 0.00 3 0.00 0.00 apply_window_adjustment
0.00 9.56 0.00 3 0.00 0.00 current_message_1
0.00 9.56 0.00 3 0.00 0.00 decide_coding_unwind
0.00 9.56 0.00 3 0.00 0.00 decode_coding_gap
0.00 9.56 0.00 3 0.00 0.00 decode_tty_terminal
0.00 9.56 0.00 3 0.00 0.00 detect_coding
0.00 9.56 0.00 3 0.00 0.00 detect_coding_utf_16
0.00 9.56 0.00 3 0.00 0.00 fmod_float
0.00 9.56 0.00 3 0.00 0.00 frames_discard_buffer
0.00 9.56 0.00 3 0.00 0.00 free_region_cache
0.00 9.56 0.00 3 0.00 0.00 internal_condition_case
0.00 9.56 0.00 3 0.00 0.00 make_hash_table
0.00 9.56 0.00 3 0.00 0.00 map_tool_bar_style
0.00 9.56 0.00 3 0.00 0.00 merge
0.00 9.56 0.00 3 0.00 0.00 record_first_change
0.00 9.56 0.00 3 0.00 0.00 record_xmalloc
0.00 9.56 0.00 3 0.00 0.00 replace_buffer_in_windows
0.00 9.56 0.00 3 0.00 0.00 replace_buffer_in_windows_safely
0.00 9.56 0.00 3 0.00 0.00 rpl_fcntl
0.00 9.56 0.00 3 0.00 0.00 run_window_scroll_functions
0.00 9.56 0.00 3 0.00 0.00 search_magic_path
0.00 9.56 0.00 3 0.00 0.00 set_text_properties
0.00 9.56 0.00 3 0.00 0.00 set_window_buffer
0.00 9.56 0.00 3 0.00 0.00 set_window_fringes
0.00 9.56 0.00 3 0.00 0.00 set_window_scroll_bars
0.00 9.56 0.00 3 0.00 0.00 timerfd_callback
0.00 9.56 0.00 3 0.00 0.00 totally_unblock_input
0.00 9.56 0.00 3 0.00 0.00 uniprop_table
0.00 9.56 0.00 3 0.00 0.00 unlock_buffer
0.00 9.56 0.00 3 0.00 0.00 update_face_from_frame_parameter
0.00 9.56 0.00 3 0.00 0.00 wset_update_mode_line
0.00 9.56 0.00 3 0.00 0.00 x_session_check_input
0.00 9.56 0.00 2 0.00 0.00 Fadd_text_properties
0.00 9.56 0.00 2 0.00 0.00 Fautoload
0.00 9.56 0.00 2 0.00 0.00 Fbuffer_substring
0.00 9.56 0.00 2 0.00 0.00 Fbyte_code_function_p
0.00 9.56 0.00 2 0.00 0.00 Fbyteorder
0.00 9.56 0.00 2 0.00 0.00 Fcar_less_than_car
0.00 9.56 0.00 2 0.00 0.00 Fclear_face_cache
0.00 9.56 0.00 2 0.00 0.00 Fdirectory_files
0.00 9.56 0.00 2 0.00 0.00 Fdisplay_supports_face_attributes_p
0.00 9.56 0.00 2 0.00 0.00 Fdo_auto_save
0.00 9.56 0.00 2 0.00 0.00 Feval_buffer
0.00 9.56 0.00 2 0.00 0.00 Ffile_attributes
0.00 9.56 0.00 2 0.00 0.00 Ffind_operation_coding_system
0.00 9.56 0.00 2 0.00 0.00 Fkeywordp
0.00 9.56 0.00 2 0.00 0.00 Fkill_all_local_variables
0.00 9.56 0.00 2 0.00 0.00 Flocate_file_internal
0.00 9.56 0.00 2 0.00 0.00 Fmessage
0.00 9.56 0.00 2 0.00 0.00 Fnew_fontset
0.00 9.56 0.00 2 0.00 0.00 Fnext_window
0.00 9.56 0.00 2 0.00 0.00 Fpropertize
0.00 9.56 0.00 2 0.00 0.00 Fprovide
0.00 9.56 0.00 2 0.00 0.00 Fset_char_table_parent
0.00 9.56 0.00 2 0.00 0.00 Fset_charset_priority
0.00 9.56 0.00 2 0.00 0.00 Fset_coding_system_priority
0.00 9.56 0.00 2 0.00 0.00 Fset_window_new_pixel
0.00 9.56 0.00 2 0.00 0.00 Fset_window_new_total
0.00 9.56 0.00 2 0.00 0.00 Fsignal
0.00 9.56 0.00 2 0.00 0.00 Ftty_type
0.00 9.56 0.00 2 0.00 0.00 Fwindow_new_total
0.00 9.56 0.00 2 0.00 0.00 Fx_change_window_property
0.00 9.56 0.00 2 0.00 0.00 add_keyboard_wait_descriptor
0.00 9.56 0.00 2 0.00 0.00 allocate_matrices_for_frame_redisplay
0.00 9.56 0.00 2 0.00 0.00 cancel_echoing
0.00 9.56 0.00 2 0.00 0.00 check_ascii
0.00 9.56 0.00 2 0.00 0.00 clear_message
0.00 9.56 0.00 2 0.00 0.44 command_loop_1
0.00 9.56 0.00 2 0.00 0.00 decode_coding_raw_text
0.00 9.56 0.00 2 0.00 0.00 delete_all_child_windows
0.00 9.56 0.00 2 0.00 0.00 directory_files_internal
0.00 9.56 0.00 2 0.00 0.00 do_auto_save_unwind
0.00 9.56 0.00 2 0.00 0.00 emacs_fopen
0.00 9.56 0.00 2 0.00 0.00 estimate_mode_line_height
0.00 9.56 0.00 2 0.00 0.00 face_for_font
0.00 9.56 0.00 2 0.00 0.00 fclose_unwind
0.00 9.56 0.00 2 0.00 0.00 file_attributes
0.00 9.56 0.00 2 0.00 0.00 filemodestring
0.00 9.56 0.00 2 0.00 0.00 fixup_locale
0.00 9.56 0.00 2 0.00 0.00 font_done_for_face
0.00 9.56 0.00 2 0.00 0.00 font_update_drivers
0.00 9.56 0.00 2 0.00 0.00 free_glyphs
0.00 9.56 0.00 2 0.00 0.00 free_window_matrices
0.00 9.56 0.00 2 0.00 0.00 gethomedir
0.00 9.56 0.00 2 0.00 0.00 init_menu_items
0.00 9.56 0.00 2 0.00 1.40 internal_catch
0.00 9.56 0.00 2 0.00 0.00 internal_condition_case_2
0.00 9.56 0.00 2 0.00 0.00 load_charset
0.00 9.56 0.00 2 0.00 0.00 load_charset_map
0.00 9.56 0.00 2 0.00 0.00 make_window
0.00 9.56 0.00 2 0.00 0.00 map_char_table_for_charset
0.00 9.56 0.00 2 0.00 0.00 map_sub_char_table_for_charset
0.00 9.56 0.00 2 0.00 0.00 message3
0.00 9.56 0.00 2 0.00 0.00 message3_nolog
0.00 9.56 0.00 2 0.00 0.00 next_almost_prime
0.00 9.56 0.00 2 0.00 0.00 next_window
0.00 9.56 0.00 2 0.00 0.00 open_directory
0.00 9.56 0.00 2 0.00 0.00 produce_glyphs
0.00 9.56 0.00 2 0.00 0.00 realloc_glyph_pool
0.00 9.56 0.00 2 0.00 0.00 record_auto_save
0.00 9.56 0.00 2 0.00 0.00 record_buffer
0.00 9.56 0.00 2 0.00 0.00 record_unwind_protect_nothing
0.00 9.56 0.00 2 0.00 0.00 register_font_driver
0.00 9.56 0.00 2 0.00 0.00 resize_echo_area_exactly
0.00 9.56 0.00 2 0.00 0.00 resize_mini_window_1
0.00 9.56 0.00 2 0.00 0.00 restore_menu_items
0.00 9.56 0.00 2 0.00 0.00 safe_call2
0.00 9.56 0.00 2 0.00 0.00 save_menu_items
0.00 9.56 0.00 2 0.00 0.00 scan_newline
0.00 9.56 0.00 2 0.00 0.00 set_intervals_multibyte
0.00 9.56 0.00 2 0.00 0.00 skip_chars.constprop.5
0.00 9.56 0.00 2 0.00 0.00 strmode
0.00 9.56 0.00 2 0.00 0.00 strout
0.00 9.56 0.00 2 0.00 0.00 temp_set_point
0.00 9.56 0.00 2 0.00 0.00 un_autoload
0.00 9.56 0.00 2 0.00 0.00 x_bitmap_icon
0.00 9.56 0.00 2 0.00 0.00 x_check_property_data
0.00 9.56 0.00 2 0.00 0.00 x_default_scroll_bar_color_parameter
0.00 9.56 0.00 2 0.00 0.00 x_fill_property_data
0.00 9.56 0.00 2 0.00 0.00 x_find_image_file
0.00 9.56 0.00 2 0.00 0.00 x_get_focus_frame
0.00 9.56 0.00 2 0.00 0.00 x_new_font
0.00 9.56 0.00 2 0.00 0.00 x_scroll_bar_create
0.00 9.56 0.00 2 0.00 0.00 x_set_background_color
0.00 9.56 0.00 2 0.00 0.00 x_set_font
0.00 9.56 0.00 2 0.00 0.00 x_set_window_size
0.00 9.56 0.00 2 0.00 0.00 x_setup_relief_color
0.00 9.56 0.00 2 0.00 0.00 xftfont_done_face
0.00 9.56 0.00 2 0.00 0.00 xg_create_scroll_bar
0.00 9.56 0.00 2 0.00 0.00 xg_frame_set_char_size
0.00 9.56 0.00 2 0.00 0.00 xg_set_cursor
0.00 9.56 0.00 2 0.00 0.00 xg_set_icon
0.00 9.56 0.00 2 0.00 0.00 xg_store_widget_in_map
0.00 9.56 0.00 2 0.00 0.00 xic_create_xfontset
0.00 9.56 0.00 1 0.00 0.00 CHECK_WINDOW_CONFIGURATION
0.00 9.56 0.00 1 0.00 0.00 Fbuffer_size
0.00 9.56 0.00 1 0.00 0.00 Fcdr_safe
0.00 9.56 0.00 1 0.00 0.00 Fcharsetp
0.00 9.56 0.00 1 0.00 0.00 Fcommand_error_default_function
0.00 9.56 0.00 1 0.00 0.00 Fcopy_keymap
0.00 9.56 0.00 1 0.00 0.00 Fcurrent_bidi_paragraph_direction
0.00 9.56 0.00 1 0.00 0.00 Fcurrent_input_mode
0.00 9.56 0.00 1 0.00 0.00 Fdelete_frame
0.00 9.56 0.00 1 0.00 0.00 Fdelete_terminal
0.00 9.56 0.00 1 0.00 0.00 Fdiscard_input
0.00 9.56 0.00 1 0.00 0.00 Femacs_pid
0.00 9.56 0.00 1 0.00 0.00 Ffile_accessible_directory_p
0.00 9.56 0.00 1 0.00 0.00 Fforward_char
0.00 9.56 0.00 1 0.00 0.00 Fframe_after_make_frame
0.00 9.56 0.00 1 0.00 0.00 Ffunction_equal
0.00 9.56 0.00 1 0.00 0.00 Finvocation_name
0.00 9.56 0.00 1 0.00 0.00 Fkill_emacs
0.00 9.56 0.00 1 0.00 0.00 Flocale_info
0.00 9.56 0.00 1 0.00 0.00 Fmake_frame_visible
0.00 9.56 0.00 1 0.00 0.00 Fmapc
0.00 9.56 0.00 1 0.00 0.00 Fmax_char
0.00 9.56 0.00 1 0.00 0.00 Fother_buffer
0.00 9.56 0.00 1 0.00 0.00 Fposn_at_x_y
0.00 9.56 0.00 1 0.00 0.00 Fprinc
0.00 9.56 0.00 1 0.00 2.81 Frecursive_edit
0.00 9.56 0.00 1 0.00 0.00 Fredirect_frame_focus
0.00 9.56 0.00 1 0.00 0.00 Fredraw_frame
0.00 9.56 0.00 1 0.00 0.00 Fremove_text_properties
0.00 9.56 0.00 1 0.00 0.00 Fset_input_interrupt_mode
0.00 9.56 0.00 1 0.00 0.00 Fset_input_meta_mode
0.00 9.56 0.00 1 0.00 0.00 Fset_keyboard_coding_system_internal
0.00 9.56 0.00 1 0.00 0.00 Fset_terminal_coding_system_internal
0.00 9.56 0.00 1 0.00 0.00 Fset_window_configuration
0.00 9.56 0.00 1 0.00 0.00 Fskip_chars_backward
0.00 9.56 0.00 1 0.00 0.00 Fskip_chars_forward
0.00 9.56 0.00 1 0.00 0.00 Ftool_bar_height
0.00 9.56 0.00 1 0.00 0.00 Fundo_boundary
0.00 9.56 0.00 1 0.00 0.00 Fuser_real_login_name
0.00 9.56 0.00 1 0.00 0.00 Fvisited_file_modtime
0.00 9.56 0.00 1 0.00 0.00 Fwaiting_for_user_input_p
0.00 9.56 0.00 1 0.00 0.00 Fwhile
0.00 9.56 0.00 1 0.00 0.00 Fwindow_resize_apply_total
0.00 9.56 0.00 1 0.00 0.00 Fx_backspace_delete_keys_p
0.00 9.56 0.00 1 0.00 0.00 Fx_create_frame
0.00 9.56 0.00 1 0.00 0.00 Fx_open_connection
0.00 9.56 0.00 1 0.00 0.00 Fx_wm_set_size_hint
0.00 9.56 0.00 1 0.00 0.00 XTframe_rehighlight
0.00 9.56 0.00 1 0.00 0.00 allocate_kboard
0.00 9.56 0.00 1 0.00 0.01 bidi_initialize
0.00 9.56 0.00 1 0.00 0.00 bitch_at_user
0.00 9.56 0.00 1 0.00 0.00 buffer_posn_from_coords
0.00 9.56 0.00 1 0.00 0.00 check_glyph_memory
0.00 9.56 0.00 1 0.00 0.00 check_message_stack
0.00 9.56 0.00 1 0.00 0.00 check_minibuf_window
0.00 9.56 0.00 1 0.00 0.00 cmd_error
0.00 9.56 0.00 1 0.00 0.00 cmd_error_internal
0.00 9.56 0.00 1 0.00 0.00 coding_charset_list
0.00 9.56 0.00 1 0.00 2.81 command_loop
0.00 9.56 0.00 1 0.00 1.87 command_loop_2
0.00 9.56 0.00 1 0.00 0.00 create_frame_xic
0.00 9.56 0.00 1 0.00 0.00 create_terminal
0.00 9.56 0.00 1 0.00 0.00 del_range_both
0.00 9.56 0.00 1 0.00 0.00 delete_frame
0.00 9.56 0.00 1 0.00 0.00 delete_initial_terminal
0.00 9.56 0.00 1 0.00 0.00 delete_terminal
0.00 9.56 0.00 1 0.00 0.00 discard_tty_input
0.00 9.56 0.00 1 0.00 0.00 do_ewmh_fullscreen
0.00 9.56 0.00 1 0.00 0.00 do_unwind_create_frame
0.00 9.56 0.00 1 0.00 0.00 emacs_fixed_new
0.00 9.56 0.00 1 0.00 0.00 file_accessible_directory_p
0.00 9.56 0.00 1 0.00 0.00 font_get_name
0.00 9.56 0.00 1 0.00 0.00 font_open_by_name
0.00 9.56 0.00 1 0.00 0.00 font_open_by_spec
0.00 9.56 0.00 1 0.00 0.00 font_put_frame_data
0.00 9.56 0.00 1 0.00 0.00 fontset_ascii
0.00 9.56 0.00 1 0.00 0.00 fontset_from_font
0.00 9.56 0.00 1 0.00 0.00 free_font_driver_list
0.00 9.56 0.00 1 0.00 0.00 free_frame_faces
0.00 9.56 0.00 1 0.00 0.00 funcall_not
0.00 9.56 0.00 1 0.00 0.00 get_leaf_windows
0.00 9.56 0.00 1 0.00 0.00 get_prop_window
0.00 9.56 0.00 1 0.00 0.00 get_specified_cursor_type
0.00 9.56 0.00 1 0.00 0.00 init_frame_faces
0.00 9.56 0.00 1 0.00 0.00 init_kboard
0.00 9.56 0.00 1 0.00 0.00 init_sigio
0.00 9.56 0.00 1 0.00 0.00 initial_free_frame_resources
0.00 9.56 0.00 1 0.00 0.00 initialize_frame_menubar
0.00 9.56 0.00 1 0.00 0.00 make_face_cache
0.00 9.56 0.00 1 0.00 0.00 make_frame
0.00 9.56 0.00 1 0.00 0.00 make_frame_visible_1
0.00 9.56 0.00 1 0.00 0.00 make_image_cache
0.00 9.56 0.00 1 0.00 0.00 make_lispy_position
0.00 9.56 0.00 1 0.00 0.00 make_save_ptr
0.00 9.56 0.00 1 0.00 0.00 merge_face_heights
0.00 9.56 0.00 1 0.00 0.00 message1
0.00 9.56 0.00 1 0.00 0.00 message_log_maybe_newline
0.00 9.56 0.00 1 0.00 0.00 move_point
0.00 9.56 0.00 1 0.00 0.00 my_log_handler
0.00 9.56 0.00 1 0.00 0.00 other_visible_frames
0.00 9.56 0.00 1 0.00 0.00 print
0.00 9.56 0.00 1 0.00 0.00 print_c_string
0.00 9.56 0.00 1 0.00 0.00 print_error_message
0.00 9.56 0.00 1 0.00 0.00 print_object
0.00 9.56 0.00 1 0.00 0.00 print_string
0.00 9.56 0.00 1 0.00 0.00 raw_text_coding_system
0.00 9.56 0.00 1 0.00 0.00 read_and_apply_settings
0.00 9.56 0.00 1 0.00 0.00 record_asynch_buffer_change
0.00 9.56 0.00 1 0.00 2.81 recursive_edit_1
0.00 9.56 0.00 1 0.00 0.00 redisplay_mode_lines
0.00 9.56 0.00 1 0.00 0.00 reset_all_sys_modes
0.00 9.56 0.00 1 0.00 0.00 ring_bell
0.00 9.56 0.00 1 0.00 0.00 round2
0.00 9.56 0.00 1 0.00 0.00 safe_eval_handler
0.00 9.56 0.00 1 0.00 0.00 select_visual
0.00 9.56 0.00 1 0.00 0.00 set_frame_cursor_types
0.00 9.56 0.00 1 0.00 0.00 set_message_1
0.00 9.56 0.00 1 0.00 0.00 shut_down_emacs
0.00 9.56 0.00 1 0.00 0.00 stuff_buffered_input
0.00 9.56 0.00 1 0.00 0.00 tb_size_cb
0.00 9.56 0.00 1 0.00 0.00 top_level_2
0.00 9.56 0.00 1 0.00 0.00 unlock_all_files
0.00 9.56 0.00 1 0.00 0.00 unwind_create_frame
0.00 9.56 0.00 1 0.00 0.00 update_single_window
0.00 9.56 0.00 1 0.00 0.00 update_theme_scrollbar_height
0.00 9.56 0.00 1 0.00 0.00 update_theme_scrollbar_width
0.00 9.56 0.00 1 0.00 0.00 window_resize_apply_total
0.00 9.56 0.00 1 0.00 0.00 write_string_1
0.00 9.56 0.00 1 0.00 0.00 x_change_tool_bar_height
0.00 9.56 0.00 1 0.00 0.00 x_clipboard_manager_save_all
0.00 9.56 0.00 1 0.00 0.00 x_clipboard_manager_save_frame
0.00 9.56 0.00 1 0.00 0.00 x_copy_color
0.00 9.56 0.00 1 0.00 0.00 x_default_font_parameter
0.00 9.56 0.00 1 0.00 0.00 x_display_ok
0.00 9.56 0.00 1 0.00 0.00 x_figure_window_size
0.00 9.56 0.00 1 0.00 0.00 x_find_modifier_meanings
0.00 9.56 0.00 1 0.00 0.00 x_get_customization_string
0.00 9.56 0.00 1 0.00 0.00 x_load_resources
0.00 9.56 0.00 1 0.00 0.00 x_make_frame_visible
0.00 9.56 0.00 1 0.00 0.00 x_make_gc
0.00 9.56 0.00 1 0.00 0.00 x_session_initialize
0.00 9.56 0.00 1 0.00 0.00 x_set_alpha
0.00 9.56 0.00 1 0.00 0.00 x_set_autolower
0.00 9.56 0.00 1 0.00 0.00 x_set_autoraise
0.00 9.56 0.00 1 0.00 0.00 x_set_border_color
0.00 9.56 0.00 1 0.00 0.00 x_set_border_width
0.00 9.56 0.00 1 0.00 0.00 x_set_bottom_divider_width
0.00 9.56 0.00 1 0.00 0.00 x_set_cursor_color
0.00 9.56 0.00 1 0.00 0.00 x_set_cursor_type
0.00 9.56 0.00 1 0.00 0.00 x_set_font_backend
0.00 9.56 0.00 1 0.00 0.00 x_set_foreground_color
0.00 9.56 0.00 1 0.00 0.00 x_set_horizontal_scroll_bars
0.00 9.56 0.00 1 0.00 0.00 x_set_icon_type
0.00 9.56 0.00 1 0.00 0.00 x_set_internal_border_width
0.00 9.56 0.00 1 0.00 0.00 x_set_left_fringe
0.00 9.56 0.00 1 0.00 0.00 x_set_line_spacing
0.00 9.56 0.00 1 0.00 0.00 x_set_menu_bar_lines
0.00 9.56 0.00 1 0.00 0.01 x_set_mouse_color
0.00 9.56 0.00 1 0.00 0.00 x_set_offset
0.00 9.56 0.00 1 0.00 0.00 x_set_right_divider_width
0.00 9.56 0.00 1 0.00 0.00 x_set_right_fringe
0.00 9.56 0.00 1 0.00 0.00 x_set_screen_gamma
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_background
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_default_height
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_default_width
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_foreground
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_height
0.00 9.56 0.00 1 0.00 0.00 x_set_scroll_bar_width
0.00 9.56 0.00 1 0.00 0.00 x_set_title
0.00 9.56 0.00 1 0.00 0.00 x_set_tool_bar_lines
0.00 9.56 0.00 1 0.00 0.00 x_set_tool_bar_position
0.00 9.56 0.00 1 0.00 0.00 x_set_vertical_scroll_bars
0.00 9.56 0.00 1 0.00 0.00 x_set_wait_for_wm
0.00 9.56 0.00 1 0.00 0.00 x_sync_with_move
0.00 9.56 0.00 1 0.00 0.00 x_term_init
0.00 9.56 0.00 1 0.00 0.00 x_text_icon
0.00 9.56 0.00 1 0.00 0.00 x_wait_for_event
0.00 9.56 0.00 1 0.00 0.00 x_window
0.00 9.56 0.00 1 0.00 0.00 x_wm_supports
0.00 9.56 0.00 1 0.00 0.00 xftfont_close
0.00 9.56 0.00 1 0.00 0.00 xg_change_toolbar_position
0.00 9.56 0.00 1 0.00 0.00 xg_create_default_cursor
0.00 9.56 0.00 1 0.00 0.00 xg_create_frame_widgets
0.00 9.56 0.00 1 0.00 0.00 xg_create_widget
0.00 9.56 0.00 1 0.00 0.00 xg_get_default_scrollbar_height
0.00 9.56 0.00 1 0.00 0.00 xg_get_default_scrollbar_width
0.00 9.56 0.00 1 0.00 0.00 xg_initialize
0.00 9.56 0.00 1 0.00 0.00 xic_free_xfontset
0.00 9.56 0.00 1 0.00 0.00 xic_set_xfontset
0.00 9.56 0.00 1 0.00 0.00 xlispstrdup
0.00 9.56 0.00 1 0.00 0.00 xml_cleanup_parser
0.00 9.56 0.00 1 0.00 0.00 xsettings_get_system_font
0.00 9.56 0.00 1 0.00 0.00 xsettings_initialize
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.10% of 9.56 seconds
index % time self children called name
<spontaneous>
[1] 69.1 6.61 0.00 deliver_user_signal [1]
-----------------------------------------------
0.00 2.81 1/1 main [4]
[2] 29.4 0.00 2.81 1 Frecursive_edit [2]
0.00 2.81 1/1 recursive_edit_1 [3]
0.00 0.00 1/227551 grow_specpdl [779]
0.00 0.00 1/8775 record_unwind_protect [828]
-----------------------------------------------
0.00 2.81 1/1 Frecursive_edit [2]
[3] 29.4 0.00 2.81 1 recursive_edit_1 [3]
0.00 2.81 1/1 command_loop [7]
0.00 0.00 1/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.00 1/9783 specbind <cycle 4> [128]
0.00 0.00 1/77270 set_internal [145]
0.00 0.00 1/1022 cancel_hourglass [438]
-----------------------------------------------
<spontaneous>
[4] 29.4 0.00 2.81 main [4]
0.00 2.81 1/1 Frecursive_edit [2]
-----------------------------------------------
[5] 29.4 0.01 2.80 3+1547 <cycle 2 as a whole> [5]
0.00 1.16 511 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.87 2 command_loop_1 <cycle 2> [18]
0.01 0.62 511 read_char <cycle 2> [20]
0.00 0.15 523 top_level_1 <cycle 2> [39]
0.00 0.00 3 internal_condition_case <cycle 2> [215]
-----------------------------------------------
0.00 2.81 2/2 command_loop [7]
[6] 29.4 0.00 2.81 2 internal_catch [6]
0.00 1.87 1/1 command_loop_2 [9]
0.00 0.93 1/3 top_level_1 <cycle 2> [39]
0.00 0.00 2/5577 push_handler [843]
-----------------------------------------------
0.00 2.81 1/1 recursive_edit_1 [3]
[7] 29.4 0.00 2.81 1 command_loop [7]
0.00 2.81 2/2 internal_catch [6]
-----------------------------------------------
[8] 29.1 0.24 2.55 9783+14089006 <cycle 4 as a whole> [8]
0.01 1.74 146023 get_next_display_element <cycle 4> [10]
0.02 0.27 133182 Ffuncall <cycle 4> [29]
0.00 0.22 295 draw_glyphs <cycle 4> [35]
0.10 0.00 11525665+4462684 mark_object <cycle 4> [46]
0.00 0.06 880 Fset_fontset_font <cycle 4> [56]
0.00 0.05 3290 move_it_in_display_line_to <cycle 4> [58]
0.00 0.04 49 Fgarbage_collect <cycle 4> [64]
0.01 0.02 49109 exec_byte_code <cycle 4> [73]
0.02 0.00 3643+121726 mark_char_table <cycle 4> [88]
0.01 0.01 147261 bidi_resolve_explicit <cycle 4> [95]
0.00 0.01 21339 where_is_internal_1 <cycle 4> [101]
0.00 0.01 1474 add_text_properties_1 <cycle 4> [104]
0.01 0.00 518 Fcall_interactively <cycle 4> [106]
0.01 0.00 314 menu_item_eval_property <cycle 4> [109]
0.01 0.00 215+17090 map_sub_char_table <cycle 4> [110]
0.01 0.00 97 inhibit_garbage_collection <cycle 4> [111]
0.00 0.01 21 Fdefine_key <cycle 4> [112]
0.00 0.01 37 x_set_frame_parameters <cycle 4> [114]
0.01 0.00 113217+168212 mark_vectorlike <cycle 4> [127]
0.01 0.00 147325 set_iterator_to_next <cycle 4> [124]
0.01 0.00 77993 specbind <cycle 4> [128]
0.00 0.01 147261 bidi_level_of_next_char <cycle 4> [147]
0.00 0.01 147237 bidi_resolve_neutral <cycle 4> [148]
0.00 0.01 1752 update_compositions <cycle 4> [154]
0.00 0.01 1067 where_is_internal <cycle 4> [157]
0.00 0.01 3495 handle_stop <cycle 4> [160]
0.00 0.01 143182+1128 next_element_from_buffer <cycle 4> [161]
0.00 0.01 1140 init_iterator <cycle 4> [163]
0.00 0.01 1 bidi_initialize <cycle 4> [167]
0.00 0.00 344+152 Fexpand_file_name <cycle 4> [173]
0.00 0.00 4685+5133 eval_sub <cycle 4> [176]
0.00 0.00 141235 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 521 show_hourglass <cycle 4> [183]
0.00 0.00 352 display_line <cycle 4> [184]
0.00 0.00 147261 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 2 x_set_font <cycle 4> [189]
0.00 0.00 3100 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 1064 start_display <cycle 4> [197]
0.00 0.00 17557 Fset_default <cycle 4> [198]
0.00 0.00 32 map_charset_chars <cycle 4> [199]
0.00 0.00 1 Fx_create_frame <cycle 4> [202]
0.00 0.00 510 Fvertical_motion <cycle 4> [209]
0.00 0.00 552 display_string <cycle 4> [210]
0.00 0.00 3121+511 move_it_to <cycle 4> [213]
0.00 0.00 1512 next_element_from_string <cycle 4> [219]
0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 2 load_charset <cycle 4> [221]
0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 1 delete_frame <cycle 4> [230]
0.00 0.00 3455 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 1001 insert_from_string_1 <cycle 4> [240]
0.00 0.00 3962 handle_fontified_prop <cycle 4> [243]
0.00 0.00 50476 unbind_to <cycle 4> [244]
0.00 0.00 2561 Fset <cycle 4> [249]
0.00 0.00 3224 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 3623 compute_display_string_pos <cycle 4> [263]
0.00 0.00 1038 code_convert_string <cycle 4> [264]
0.00 0.00 69 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 1549 safe_run_hooks <cycle 4> [276]
0.00 0.00 52 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 23 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 45 Ffile_name_directory <cycle 4> [284]
0.00 0.00 44 Ffile_directory_p <cycle 4> [285]
0.00 0.00 1272 face_before_or_after_it_pos <cycle 4> [289]
0.00 0.00 510 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 3224+19 signal_after_change <cycle 4> [297]
0.00 0.00 78115 find_symbol_value <cycle 4> [298]
0.00 0.00 48 update_overlay_arrows <cycle 4> [299]
0.00 0.00 760 safe__call <cycle 4> [301]
0.00 0.00 1486 save_excursion_restore <cycle 4> [303]
0.00 0.00 446 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 4972+4777 access_keymap_1 <cycle 4> [305]
0.00 0.00 728 decode_coding_object <cycle 4> [307]
0.00 0.00 27 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26 Ffile_readable_p <cycle 4> [311]
0.00 0.00 1032 Fapply <cycle 4> [313]
0.00 0.00 49269 funcall_lambda <cycle 4> [314]
0.00 0.00 206 Fkey_description <cycle 4> [317]
0.00 0.00 612 Feval <cycle 4> [320]
0.00 0.00 1069 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 729 del_range_1 <cycle 4> [331]
0.00 0.00 1436 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 500 Fsetq <cycle 4> [338]
0.00 0.00 35 resize_mini_window <cycle 4> [339]
0.00 0.00 495 apply_lambda <cycle 4> [340]
0.00 0.00 1 fontset_from_font <cycle 4> [343]
0.00 0.00 3 Finsert_file_contents <cycle 4> [351]
0.00 0.00 2062+1020 Fkey_binding <cycle 4> [352]
0.00 0.00 14 x_consider_frame_title <cycle 4> [361]
0.00 0.00 9 styled_format <cycle 4> [369]
0.00 0.00 2 Fnew_fontset <cycle 4> [371]
0.00 0.00 2127 reseat <cycle 4> [375]
0.00 0.00 1039 code_conversion_save <cycle 4> [376]
0.00 0.00 38+1664 display_mode_element <cycle 4> [379]
0.00 0.00 61 FletX <cycle 4> [381]
0.00 0.00 1 x_default_font_parameter <cycle 4> [386]
0.00 0.00 3 Ffile_exists_p <cycle 4> [400]
0.00 0.00 71 Fmapcar <cycle 4> [401]
0.00 0.00 4 readevalloop <cycle 4> [402]
0.00 0.00 35 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 29 redisplay_window <cycle 4> [410]
0.00 0.00 26 Fload <cycle 4> [411]
0.00 0.00 7 set_frame_menubar <cycle 4> [418]
0.00 0.00 1 x_make_frame_visible <cycle 4> [420]
0.00 0.00 1822+19 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 2 Fdirectory_files <cycle 4> [423]
0.00 0.00 2 Ffile_attributes <cycle 4> [424]
0.00 0.00 460 x_draw_glyph_string <cycle 4> [428]
0.00 0.00 65 Flet <cycle 4> [431]
0.00 0.00 576+571 text_quoting_style <cycle 4> [434]
0.00 0.00 9 menu_bar_items <cycle 4> [435]
0.00 0.00 781 Fmake_local_variable <cycle 4> [436]
0.00 0.00 10 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 13 digest_single_submenu <cycle 4> [448]
0.00 0.00 6 tool_bar_items <cycle 4> [452]
0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 137 Fdefvar <cycle 4> [454]
0.00 0.00 215 map_char_table <cycle 4> [455]
0.00 0.00 78 update_window <cycle 4> [458]
0.00 0.00 263 shadow_lookup <cycle 4> [459]
0.00 0.00 309 encode_coding_object <cycle 4> [466]
0.00 0.00 70 menu_bar_item <cycle 4> [467]
0.00 0.00 24 display_mode_line <cycle 4> [472]
0.00 0.00 2 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 2 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 29 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 10 Fget_buffer_create <cycle 4> [479]
0.00 0.00 20+5 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 1297 single_menu_item <cycle 4> [481]
0.00 0.00 3562 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 45 find_first_strong_char <cycle 4> [487]
0.00 0.00 45 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 13 parse_single_submenu <cycle 4> [494]
0.00 0.00 20 lookup_image <cycle 4> [495]
0.00 0.00 100 display_and_set_cursor <cycle 4> [496]
0.00 0.00 13 adjust_frame_size <cycle 4> [497]
0.00 0.00 12 x_find_image_fd <cycle 4> [500]
0.00 0.00 2 Feval_buffer <cycle 4> [507]
0.00 0.00 1 x_term_init <cycle 4> [508]
0.00 0.00 50 push_message <cycle 4> [512]
0.00 0.00 1 create_terminal <cycle 4> [513]
0.00 0.00 240 x_write_glyphs <cycle 4> [516]
0.00 0.00 248 update_window_line <cycle 4> [517]
0.00 0.00 2 Fpropertize <cycle 4> [521]
0.00 0.00 45 select_window <cycle 4> [528]
0.00 0.00 1 make_frame <cycle 4> [534]
0.00 0.00 529 line_bottom_y <cycle 4> [537]
0.00 0.00 53860 get_keyelt <cycle 4> [541]
0.00 0.00 438 Fsingle_key_description <cycle 4> [544]
0.00 0.00 8 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 730 decode_coding <cycle 4> [547]
0.00 0.00 1 make_lispy_position <cycle 4> [562]
0.00 0.00 78 x_update_window_end <cycle 4> [563]
0.00 0.00 3 Fkill_buffer <cycle 4> [565]
0.00 0.00 3 set_window_buffer <cycle 4> [573]
0.00 0.00 545 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2 x_new_font <cycle 4> [588]
0.00 0.00 1 x_window <cycle 4> [591]
0.00 0.00 1 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 2 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2 message3 <cycle 4> [596]
0.00 0.00 39 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 3 decode_coding_gap <cycle 4> [603]
0.00 0.00 10 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 1 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 106 single_keymap_panes <cycle 4> [616]
0.00 0.00 1 Fmapc <cycle 4> [623]
0.00 0.00 1 Fremove_text_properties <cycle 4> [625]
0.00 0.00 11 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 20 Fimage_mask_p <cycle 4> [640]
0.00 0.00 2 Fsignal <cycle 4> [647]
0.00 0.00 13 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 10 unwind_to_catch <cycle 4> [657]
0.00 0.00 543 Fmacroexpand <cycle 4> [674]
0.00 0.00 338 compact_buffer <cycle 4> [677]
0.00 0.00 3756 map_keymap_internal <cycle 4> [680]
0.00 0.00 5 redraw_frame <cycle 4> [683]
0.00 0.00 1 Fkill_emacs <cycle 4> [686]
0.00 0.00 2 xg_set_icon <cycle 4> [699]
0.00 0.00 1 Fset_window_configuration <cycle 4> [702]
0.00 0.00 451 XTring_bell <cycle 4> [703]
0.00 0.00 29 echo_area_display <cycle 4> [704]
0.00 0.00 7 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1 x_set_alpha <cycle 4> [710]
0.00 0.00 1 shut_down_emacs <cycle 4> [708]
0.00 0.00 30 x_default_parameter <cycle 4> [720]
0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 5 Fkill_local_variable <cycle 4> [741]
0.00 0.00 6 message_dolog <cycle 4> [742]
0.00 0.00 147261 bidi_resolve_weak <cycle 4> [789]
0.00 0.00 147237 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 146925 bidi_fetch_char <cycle 4> [791]
0.00 0.00 56709 store_symval_forwarding <cycle 4> [802]
0.00 0.00 49544 Fsymbol_value <cycle 4> [806]
0.00 0.00 964+22817 traverse_intervals_noorder <cycle 4> [989]
0.00 0.00 9002 mark_compiled <cycle 4> [826]
0.00 0.00 7309 mark_localized_symbol <cycle 4> [830]
0.00 0.00 4699 Fcommandp <cycle 4> [853]
0.00 0.00 4609 call0 <cycle 4> [854]
0.00 0.00 4269 bidi_init_it <cycle 4> [857]
0.00 0.00 3851 bcall0 <cycle 4> [860]
0.00 0.00 3666 get_visually_first_element <cycle 4> [864]
0.00 0.00 3630 map_keymap <cycle 4> [865]
0.00 0.00 3275 set_buffer_internal_1 <cycle 4> [871]
0.00 0.00 3115 current_minor_maps <cycle 4> [880]
0.00 0.00 2736 reseat_at_next_visible_line_start <cycle 4> [886]
0.00 0.00 2736 forward_to_next_line_start <cycle 4> [885]
0.00 0.00 2637 reseat_1 <cycle 4> [889]
0.00 0.00 2606 Flookup_key <cycle 4> [891]
0.00 0.00 2304 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2254 Fset_buffer <cycle 4> [897]
0.00 0.00 2076 funcall_nil <cycle 4> [908]
0.00 0.00 2076 access_keymap <cycle 4> [907]
0.00 0.00 1713 call2 <cycle 4> [924]
0.00 0.00 1569 next_element_from_c_string <cycle 4> [930]
0.00 0.00 1544 safe_run_hook_funcall <cycle 4> [933]
0.00 0.00 1541 move_it_by_lines <cycle 4> [935]
0.00 0.00 1472 modify_text_properties <cycle 4> [945]
0.00 0.00 1472 Fput_text_property <cycle 4> [944]
0.00 0.00 1426 call1 <cycle 4> [949]
0.00 0.00 1001 insert_from_string <cycle 4> [984]
0.00 0.00 964 mark_overlay <cycle 4> [988]
0.00 0.00 905 Fprogn <cycle 4> [996]
0.00 0.00 732 sweep_weak_table <cycle 4> [1009]
0.00 0.00 728 Ferase_buffer <cycle 4> [1014]
0.00 0.00 591 safe_call <cycle 4> [1026]
0.00 0.00 529 window_box <cycle 4> [1048]
0.00 0.00 518 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 509 Fline_pixel_height <cycle 4> [1076]
0.00 0.00 500 Finsert <cycle 4> [1079]
0.00 0.00 500 general_insert_function <cycle 4> [1080]
0.00 0.00 476 x_draw_fringe_bitmap <cycle 4> [1082]
0.00 0.00 467 run_hook_wrapped_funcall <cycle 4> [1084]
0.00 0.00 446 draw_fringe_bitmap <cycle 4> [1087]
0.00 0.00 433 mark_buffer <cycle 4> [1090]
0.00 0.00 366 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 366 do_pending_window_change <cycle 4> [1097]
0.00 0.00 252 mark_face_cache <cycle 4> [1114]
0.00 0.00 233 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 232 Fand <cycle 4> [1119]
0.00 0.00 223 draw_row_fringe_bitmaps <cycle 4> [1123]
0.00 0.00 208 mark_discard_killed_buffers <cycle 4> [1128]
0.00 0.00 169 safe__call1 <cycle 4> [1139]
0.00 0.00 147 Fif <cycle 4> [1145]
0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1150]
0.00 0.00 122 map_keymap_canonical <cycle 4> [1158]
0.00 0.00 122 Fmap_keymap <cycle 4> [1157]
0.00 0.00 112 window_box_height <cycle 4> [1166]
0.00 0.00 82 x_draw_window_cursor <cycle 4> [1178]
0.00 0.00 78 draw_window_fringes <cycle 4> [1181]
0.00 0.00 72 mapcar1 <cycle 4> [1186]
0.00 0.00 67 current_message <cycle 4> [1193]
0.00 0.00 55 draw_phys_cursor_glyph <cycle 4> [1208]
0.00 0.00 52 mark_image_cache <cycle 4> [1215]
0.00 0.00 50 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 49 sweep_weak_hash_tables <cycle 4> [1243]
0.00 0.00 49 mark_kboards <cycle 4> [1233]
0.00 0.00 49 xg_mark_data <cycle 4> [1245]
0.00 0.00 49 mark_specpdl <cycle 4> [1234]
0.00 0.00 46 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 46 update_frame <cycle 4> [1257]
0.00 0.00 46 update_window_tree <cycle 4> [1258]
0.00 0.00 45 Frun_hooks <cycle 4> [1260]
0.00 0.00 44 expand_and_dir_to_file <cycle 4> [1263]
0.00 0.00 44 truncate_undo_list <cycle 4> [1264]
0.00 0.00 43 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 40 try_window <cycle 4> [1269]
0.00 0.00 38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 38 call4 <cycle 4> [1273]
0.00 0.00 36 apply1 <cycle 4> [1278]
0.00 0.00 35 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 29 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 26 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 24 required_matrix_height <cycle 4> [1312]
0.00 0.00 24 Fbuffer_list <cycle 4> [1308]
0.00 0.00 22 update_window_cursor <cycle 4> [1320]
0.00 0.00 22 Fcond <cycle 4> [1316]
0.00 0.00 21 display_mode_lines <cycle 4> [1323]
0.00 0.00 19 call3 <cycle 4> [1330]
0.00 0.00 19 insert_char <cycle 4> [1331]
0.00 0.00 15 redisplay_window_1 <cycle 4> [1344]
0.00 0.00 14 redisplay_window_0 <cycle 4> [1348]
0.00 0.00 12 For <cycle 4> [1355]
0.00 0.00 10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 10 xpm_load <cycle 4> [1381]
0.00 0.00 8 do_switch_frame <cycle 4> [1388]
0.00 0.00 8 Fthrow <cycle 4> [1387]
0.00 0.00 6 run_hook <cycle 4> [1416]
0.00 0.00 6 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1439]
0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 5 run_funs <cycle 4> [1437]
0.00 0.00 4 esprintf <cycle 4> [1455]
0.00 0.00 4 doprnt <cycle 4> [1454]
0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1449]
0.00 0.00 4 Fposn_at_point <cycle 4> [1447]
0.00 0.00 4 pos_visible_p <cycle 4> [1462]
0.00 0.00 4 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 3 merge <cycle 4> [1492]
0.00 0.00 2 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 2 x_set_window_size <cycle 4> [1550]
0.00 0.00 2 x_bitmap_icon <cycle 4> [1545]
0.00 0.00 2 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 2 strout <cycle 4> [1543]
0.00 0.00 2 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 2 Fmessage <cycle 4> [1510]
0.00 0.00 2 message3_nolog <cycle 4> [1532]
0.00 0.00 1 funcall_not <cycle 4> [1605]
0.00 0.00 1 set_message_1 <cycle 4> [1628]
0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 1 x_set_icon_type <cycle 4> [1650]
0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1 Fwhile <cycle 4> [1586]
0.00 0.00 1 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1 initialize_frame_menubar <cycle 4> [1611]
0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 1 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1 Fx_open_connection <cycle 4> [1587]
0.00 0.00 1 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1 print_error_message <cycle 4> [1618]
0.00 0.00 1 Fprinc <cycle 4> [1574]
0.00 0.00 1 print_object <cycle 4> [1619]
0.00 0.00 1 print_string <cycle 4> [1620]
0.00 0.00 1 write_string_1 <cycle 4> [1637]
0.00 0.00 1 update_single_window <cycle 4> [1633]
0.00 0.00 1 redisplay_mode_lines <cycle 4> [1622]
-----------------------------------------------
0.00 1.87 1/1 internal_catch [6]
[9] 19.6 0.00 1.87 1 command_loop_2 [9]
0.01 1.87 2/3 internal_condition_case <cycle 2> [215]
-----------------------------------------------
2841 display_string <cycle 4> [210]
7840 display_line <cycle 4> [184]
135342 move_it_in_display_line_to <cycle 4> [58]
[10] 18.3 0.01 1.74 146023 get_next_display_element <cycle 4> [10]
0.00 1.73 142271/142572 face_for_char [11]
0.00 0.00 145299/145299 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 char_table_ref [37]
143182 next_element_from_buffer <cycle 4> [161]
1569 next_element_from_c_string <cycle 4> [930]
1512 next_element_from_string <cycle 4> [219]
1272 face_before_or_after_it_pos <cycle 4> [289]
-----------------------------------------------
0.00 0.00 6/142572 Finternal_char_font [322]
0.00 0.00 295/142572 show_hourglass <cycle 4> [183]
0.00 1.73 142271/142572 get_next_display_element <cycle 4> [10]
[11] 18.2 0.00 1.74 142572 face_for_char [11]
0.00 1.70 138681/138681 fontset_font [12]
0.01 0.01 138680/2446268 hash_lookup [25]
0.00 0.01 138680/180498 get_char_property_and_overlay [100]
0.00 0.00 138685/7538722 char_table_ref [37]
0.00 0.00 138685/2634947 font_has_char [102]
0.00 0.00 2/2 face_for_font [664]
0.00 0.00 138680/167471 Fget_char_property [786]
-----------------------------------------------
0.00 1.70 138681/138681 face_for_char [11]
[12] 17.8 0.00 1.70 138681 fontset_font [12]
0.03 1.67 138682/138682 fontset_find_font [13]
0.00 0.00 1/82 make_fontset [396]
-----------------------------------------------
0.03 1.67 138682/138682 fontset_font [12]
[13] 17.8 0.03 1.67 138682 fontset_find_font [13]
0.04 1.63 138684/138692 font_find_for_lface [14]
0.00 0.00 138682/7538722 char_table_ref [37]
0.00 0.00 277361/2634947 font_has_char [102]
0.00 0.00 3/1428 char_table_set_range [76]
0.00 0.00 4/12 font_open_entity [392]
0.00 0.00 4/12 font_open_for_lface [397]
0.00 0.00 11/8857 Fmake_vector [207]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 9/9 font_match_p [685]
0.00 0.00 9/47 Ffont_get [726]
0.00 0.00 9/410271 Fcdr [768]
0.00 0.00 3/1391 char_table_ref_and_range [950]
-----------------------------------------------
0.00 0.00 8/138692 font_load_for_lface [302]
0.04 1.63 138684/138692 fontset_find_font [13]
[14] 17.4 0.04 1.63 138692 font_find_for_lface [14]
0.04 1.01 554734/554734 font_list_entities [16]
0.03 0.47 554734/554734 font_sort_entities [21]
0.00 0.03 138692/1248173 Fassoc_string [30]
0.00 0.02 138692/138863 copy_font_spec [78]
0.00 0.02 138699/140083 font_intern_prop [93]
0.00 0.00 1/1109459 font_registry_charsets [31]
0.00 0.00 138692/138693 build_style_table [795]
0.00 0.00 9/1778 font_style_to_value [919]
-----------------------------------------------
511 command_loop_1 <cycle 2> [18]
[15] 12.1 0.00 1.16 511 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.29 1021/1021 active_maps [26]
0.00 0.29 1020/1020 keyremap_step.constprop.45 [27]
0.01 0.13 510/9783 access_keymap <cycle 4> [907]
0.01 0.13 510/9783 Fkey_binding <cycle 4> [352]
0.00 0.15 510/510 test_undefined [40]
0.01 0.13 510/9783 unbind_to <cycle 4> [244]
0.00 0.00 1021/1289625 Fcons [80]
0.00 0.00 1531/465106 get_keymap [766]
0.00 0.00 511/511 echo_keystrokes_p [1065]
0.00 0.00 511/1025 echo_dash [975]
0.00 0.00 510/510 follow_key [1071]
0.00 0.00 510/1020 Fcommand_remapping [978]
0.00 0.00 510/1020 echo_update [981]
511 read_char <cycle 2> [20]
-----------------------------------------------
0.04 1.01 554734/554734 font_find_for_lface [14]
[16] 11.0 0.04 1.01 554734 font_list_entities [16]
0.04 0.91 554734/554734 xfont_list [17]
0.02 0.00 554734/2778892 Fnreverse [45]
0.00 0.02 1109468/1109469 assoc_no_quit [96]
0.01 0.00 1109468/1109470 xfont_get_cache [121]
0.01 0.00 555016/1289625 Fcons [80]
0.00 0.00 141/141 xftfont_list [212]
0.00 0.00 141/45490 concat [103]
0.00 0.00 141/138863 copy_font_spec [78]
0.00 0.00 141/6814 Fvconcat [832]
-----------------------------------------------
0.04 0.91 554734/554734 font_list_entities [16]
[17] 10.0 0.04 0.91 554734 xfont_list [17]
0.17 0.64 1109458/1109458 xfont_list_pattern [19]
0.01 0.03 554734/554979 Fassoc [66]
0.03 0.00 1109458/1109458 xfont_encode_coding_xlfd [69]
0.02 0.00 554734/555562 font_unparse_xlfd [86]
0.02 0.00 2218924/4474415 assq_no_quit [63]
-----------------------------------------------
2 internal_condition_case <cycle 2> [215]
[18] 9.1 0.00 0.87 2 command_loop_1 <cycle 2> [18]
0.04 0.40 1530/9783 safe_run_hooks <cycle 4> [276]
0.01 0.13 510/9783 call0 <cycle 4> [854]
0.01 0.13 510/9783 call1 <cycle 4> [949]
0.01 0.13 509/9783 unbind_to <cycle 4> [244]
0.00 0.00 2/2 resize_echo_area_exactly [229]
0.00 0.00 556/556 composition_adjust_point [278]
0.00 0.00 1524/180498 get_char_property_and_overlay [100]
0.00 0.00 510/510 start_hourglass [372]
0.00 0.00 510/1289625 Fcons [80]
0.00 0.00 510/227551 grow_specpdl [779]
0.00 0.00 510/607 record_unwind_protect_void [1025]
511 read_key_sequence.constprop.44 <cycle 2> [15]
-----------------------------------------------
0.17 0.64 1109458/1109458 xfont_list [17]
[19] 8.5 0.17 0.64 1109458 xfont_list_pattern [19]
0.00 0.25 1109458/1109459 font_registry_charsets [31]
0.09 0.00 1109455/1111191 process_pending_signals <cycle 3> [134]
0.09 0.00 1109458/1109464 x_had_errors_p [50]
0.08 0.01 1109458/1109473 x_catch_errors_with_handler [51]
0.03 0.03 1109455/1112161 do_pending_atimers [55]
0.05 0.00 1109458/1109472 x_uncatch_errors [60]
0.01 0.00 2218916/3508683 unblock_input_to [144]
0.00 0.00 4/4474415 assq_no_quit [63]
0.00 0.00 2218916/3508670 unblock_input [754]
0.00 0.00 1109458/1109459 x_catch_errors [762]
-----------------------------------------------
511 read_key_sequence.constprop.44 <cycle 2> [15]
[20] 6.6 0.01 0.62 511 read_char <cycle 2> [20]
0.01 0.13 518/9783 access_keymap <cycle 4> [907]
0.01 0.13 518/9783 call0 <cycle 4> [854]
0.00 0.14 514/514 sit_for [41]
0.00 0.06 741/1397 detect_input_pending_run_timers [43]
0.00 0.06 16/47 redisplay_internal [38]
0.00 0.02 2/9 wait_reading_process_output [44]
0.00 0.02 515/1038 swallow_events [65]
0.00 0.01 522/1847 readable_events [61]
0.00 0.00 8/9783 call4 <cycle 4> [1273]
0.00 0.00 1/9783 safe_run_hooks <cycle 4> [276]
0.00 0.00 1/9783 Fdo_auto_save <cycle 4> [593]
0.00 0.00 510/510 make_lispy_event [425]
0.00 0.00 8/2757 Fvector [245]
0.00 0.00 2/1111191 gobble_input <cycle 3> [53]
0.00 0.00 9/1289625 Fcons [80]
0.00 0.00 8/1230 list2 [368]
0.00 0.00 1554/465106 get_keymap [766]
0.00 0.00 522/522 kbd_on_hold_p [1052]
0.00 0.00 522/522 event_to_kboard [1051]
0.00 0.00 514/1025 echo_dash [975]
0.00 0.00 510/510 record_char [1072]
0.00 0.00 510/510 add_command_key [1070]
0.00 0.00 510/1020 echo_update [981]
0.00 0.00 16/16 redisplay [1341]
0.00 0.00 1/2 clear_message [1519]
0.00 0.00 1/14391 list1 [818]
522 top_level_1 <cycle 2> [39]
-----------------------------------------------
0.03 0.47 554734/554734 font_find_for_lface [14]
[21] 5.3 0.03 0.47 554734 font_sort_entities [21]
0.00 0.45 2218901/2218901 ftfont_has_char [24]
0.02 0.00 2218901/2634947 xftfont_has_char [85]
0.01 0.00 2218901/2634947 font_has_char [102]
0.00 0.00 36/38 font_score [1274]
-----------------------------------------------
0.00 0.00 1109/2220018 ftfont_pattern_entity [216]
0.13 0.32 2218909/2220018 ftfont_get_fc_charset [23]
[22] 4.7 0.13 0.32 2220018 ftfont_lookup_cache [22]
0.01 0.28 2220017/2224296 Fgethash [28]
0.02 0.00 2218909/4474415 assq_no_quit [63]
0.00 0.01 551/1932 Fputhash [79]
0.00 0.00 1/3 Fmake_hash_table [113]
0.00 0.00 551/1289625 Fcons [80]
0.00 0.00 551/1153527 xmalloc [118]
0.00 0.00 551/551 make_save_ptr_int [642]
-----------------------------------------------
0.00 0.00 8/2218909 xftfont_open [394]
0.00 0.45 2218901/2218909 ftfont_has_char [24]
[23] 4.7 0.00 0.45 2218909 ftfont_get_fc_charset [23]
0.13 0.32 2218909/2220018 ftfont_lookup_cache [22]
-----------------------------------------------
0.00 0.45 2218901/2218901 font_sort_entities [21]
[24] 4.7 0.00 0.45 2218901 ftfont_has_char [24]
0.00 0.45 2218901/2218909 ftfont_get_fc_charset [23]
-----------------------------------------------
0.00 0.00 1/2446268 Fcharsetp [602]
0.00 0.00 1/2446268 fontset_from_font <cycle 4> [343]
0.00 0.00 2/2446268 Fset_charset_priority [444]
0.00 0.00 3/2446268 detect_coding_utf_16 [539]
0.00 0.00 3/2446268 Finsert_file_contents <cycle 4> [351]
0.00 0.00 3/2446268 font_registry_charsets [31]
0.00 0.00 9/2446268 Fcoding_system_p [492]
0.00 0.00 77/2446268 Fcoding_system_eol_type [364]
0.00 0.00 825/2446268 find_font_encoding [68]
0.00 0.00 1037/2446268 code_convert_string <cycle 4> [264]
0.00 0.00 1044/2446268 setup_coding_system [296]
0.00 0.00 1085/2446268 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1932/2446268 Fputhash [79]
0.01 0.00 77270/2446268 maybe_set_redisplay [146]
0.01 0.01 138680/2446268 face_for_char [11]
0.18 0.10 2224296/2446268 Fgethash [28]
[25] 3.2 0.20 0.11 2446268 hash_lookup [25]
0.08 0.00 2220608/2778892 Fnreverse [45]
0.03 0.00 2219460/6002698 internal_equal [52]
0.00 0.00 2220608/2220608 hashfn_equal [757]
0.00 0.00 2219460/2219460 cmpfn_equal [758]
0.00 0.00 221062/221062 hashfn_eq [780]
0.00 0.00 4598/4598 hashfn_eql [855]
-----------------------------------------------
0.00 0.29 1021/1021 read_key_sequence.constprop.44 <cycle 2> [15]
[26] 3.0 0.00 0.29 1021 active_maps [26]
0.02 0.27 1021/9783 Fcurrent_active_maps <cycle 4> [192]
-----------------------------------------------
0.00 0.29 1020/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[27] 3.0 0.00 0.29 1020 keyremap_step.constprop.45 [27]
0.02 0.27 1020/9783 access_keymap <cycle 4> [907]
0.00 0.00 2040/465106 get_keymap [766]
0.00 0.00 2040/7242 Ffboundp [831]
-----------------------------------------------
0.00 0.00 1/2224296 raw_text_coding_system [598]
0.00 0.00 3/2224296 font_registry_charsets [31]
0.00 0.00 8/2224296 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 11/2224296 Fcoding_system_plist [482]
0.00 0.00 15/2224296 Fcoding_system_base [470]
0.00 0.00 24/2224296 decode_mode_spec_coding [460]
0.00 0.00 47/2224296 Ffuncall <cycle 4> [29]
0.00 0.00 77/2224296 Fcoding_system_eol_type [364]
0.00 0.00 98/2224296 redisplay_internal [38]
0.00 0.00 797/2224296 handle_one_xevent [99]
0.00 0.00 882/2224296 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1057/2224296 where_is_internal <cycle 4> [157]
0.00 0.00 1259/2224296 where_is_internal_1 <cycle 4> [101]
0.01 0.28 2220017/2224296 ftfont_lookup_cache [22]
[28] 3.0 0.01 0.28 2224296 Fgethash [28]
0.18 0.10 2224296/2446268 hash_lookup [25]
0.00 0.00 2224296/2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
1 funcall_not <cycle 4> [1605]
16 eval_sub <cycle 4> [176]
19 call3 <cycle 4> [1330]
38 call4 <cycle 4> [1273]
467 run_hook_wrapped_funcall <cycle 4> [1084]
518 Ffuncall_interactively <cycle 4> [1054]
518 Fcall_interactively <cycle 4> [106]
542 Fcommandp <cycle 4> [853]
760 internal_condition_case_n <cycle 4> [896]
1032 Fapply <cycle 4> [313]
1426 call1 <cycle 4> [949]
1713 call2 <cycle 4> [924]
2076 funcall_nil <cycle 4> [908]
3851 bcall0 <cycle 4> [860]
4609 call0 <cycle 4> [854]
115596 exec_byte_code <cycle 4> [73]
[29] 3.0 0.02 0.27 133182 Ffuncall <cycle 4> [29]
0.00 0.24 1450/1450 Fparse_partial_sexp [33]
0.00 0.01 1456/1456 scan_lists [149]
0.01 0.00 7/10 Ffeaturep [139]
0.00 0.00 3161/3208 Fframe_parameter [172]
0.00 0.00 5160/5160 Fre_search_forward [182]
0.00 0.00 467/1486 Fremove_list_of_text_properties [105]
0.00 0.00 3607/45490 concat [103]
0.00 0.00 2626/2757 Fvector [245]
0.00 0.00 2582/2582 Fmake_byte_code [248]
0.00 0.00 386/386 string_match_1 [256]
0.00 0.00 24/1932 Fputhash [79]
0.00 0.00 2020/2020 Fline_beginning_position [266]
0.00 0.00 1022/1022 Fface_font [268]
0.00 0.00 61/1944 Ffind_file_name_handler [158]
0.00 0.00 183/183 read_internal_start [281]
0.00 0.00 1935/12169 Fget_text_property [208]
0.00 0.00 1452/1452 Fbackward_prefix_chars [287]
0.00 0.00 961/995 Fset_match_data [315]
0.00 0.00 1084/1084 Fbacktrace_frame [318]
0.00 0.00 1030/1030 Fwindow_scroll_bars [319]
0.00 0.00 129/396 Fput [267]
0.00 0.00 6/6 Finternal_char_font [322]
0.00 0.00 934/934 Ftext_property_any [323]
0.00 0.00 519/2539 Fconstrain_to_field [253]
0.00 0.00 961/995 Fmatch_data [330]
0.00 0.00 3319/1289625 Fcons [80]
0.00 0.00 3/37 Fdefalias [224]
0.00 0.00 516/516 skip_syntaxes [349]
0.00 0.00 421/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 40/436 Fplist_put [261]
0.00 0.00 119/887 Ffont_spec [280]
0.00 0.00 421/1112161 do_pending_atimers [55]
0.00 0.00 83/35053 Fcopy_sequence [150]
0.00 0.00 77/77 Fcoding_system_eol_type [364]
0.00 0.00 82/1575 Finternal_merge_in_global_face [247]
0.00 0.00 541/695 list3 [360]
0.00 0.00 123/8857 Fmake_vector [207]
0.00 0.00 20/20 Fsearch_forward [380]
0.00 0.00 124/2088 Fintern [286]
0.00 0.00 3/3 Ftry_completion [416]
0.00 0.00 47/2224296 Fgethash [28]
0.00 0.00 79/554979 Fassoc [66]
0.00 0.00 22/1248173 Fassoc_string [30]
0.00 0.00 2/2 Fset_charset_priority [444]
0.00 0.00 63/63 time_arith [445]
0.00 0.00 2/3135 Fframe_parameters [171]
0.00 0.00 12/12 Fframe_list [465]
0.00 0.00 4/4 looking_at_1 [468]
0.00 0.00 23/2774417 Fcompare_strings [32]
0.00 0.00 16/16 Fcoding_system_base [470]
0.00 0.00 106/1230 list2 [368]
0.00 0.00 11/11 Fcoding_system_plist [482]
0.00 0.00 8/8 Fx_selection_exists_p [489]
0.00 0.00 16/16 Fdelete [491]
0.00 0.00 1/4 Fget_load_suffixes [443]
0.00 0.00 5/5 Fsort [501]
0.00 0.00 6/6 Fx_register_dnd_atom [509]
0.00 0.00 2/2 file_attributes [518]
0.00 0.00 9/573 window_list_1 [344]
0.00 0.00 1/1 Fx_wm_set_size_hint [523]
0.00 0.00 7/7 Fintern_soft [527]
0.00 0.00 3/10 Fcoding_system_p [492]
0.00 0.00 6/6 Fxw_color_values [548]
0.00 0.00 2/2 Fx_change_window_property [550]
0.00 0.00 1/1 Fcopy_keymap [551]
0.00 0.00 1/1 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/4 Fcheck_coding_system [529]
0.00 0.00 2/2 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 11/11 Fgetenv_internal [569]
0.00 0.00 22/22 Finternal_get_lisp_face_attribute [571]
0.00 0.00 209/1039 Fboundp [505]
0.00 0.00 2/2 Fautoload [584]
0.00 0.00 1/1 Fx_backspace_delete_keys_p [589]
0.00 0.00 8/8 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/1 Fcharsetp [602]
0.00 0.00 2/7 Fcurrent_time [530]
0.00 0.00 4/3332260 casify_object [48]
0.00 0.00 3/3 Fset_terminal_parameter [618]
0.00 0.00 5/5 Fterminal_list [619]
0.00 0.00 469/471 Fregexp_quote [626]
0.00 0.00 20/20 Finit_image_library [641]
0.00 0.00 1935/428532 lookup_char_property [390]
0.00 0.00 467/487 Fmake_marker [646]
0.00 0.00 1/415 list4 [365]
0.00 0.00 1/2778892 Fnreverse [45]
0.00 0.00 1/215 Fsafe_length [427]
0.00 0.00 109/41699 make_specified_string [422]
0.00 0.00 1215/1215 Fwindow_frame [672]
0.00 0.00 1030/1030 Fwindow_pixel_top [682]
0.00 0.00 1030/1030 Fwindow_pixel_left [681]
0.00 0.00 519/519 Fline_end_position [690]
0.00 0.00 537/537 Fwindow_pixel_width [695]
0.00 0.00 529/529 Fwindow_pixel_height [696]
0.00 0.00 1/119 Fcurrent_window_configuration [526]
0.00 0.00 1/1 Fwindow_resize_apply_total [706]
0.00 0.00 92/92 Fwindow_parameter [717]
0.00 0.00 104/104 Fwindow_left_child [723]
0.00 0.00 104/104 Fwindow_top_child [724]
0.00 0.00 108/108 Fwindow_minibuffer_p [725]
0.00 0.00 2/2 next_window [728]
0.00 0.00 28/28 Fwindow_next_sibling [731]
0.00 0.00 24/24 Fwindow_parent [732]
0.00 0.00 9/9 Fterminal_parameter [736]
0.00 0.00 2/2 Fset_window_new_total [744]
0.00 0.00 2/2 Fwindow_new_total [745]
0.00 0.00 133182/138614 record_in_backtrace [796]
0.00 0.00 3307/410271 Fcdr [768]
0.00 0.00 2823/18301 arith_driver [817]
0.00 0.00 2584/6814 Fvconcat [832]
0.00 0.00 2416/2446 Fbuffer_modified_p [894]
0.00 0.00 2225/2225 Fterminal_live_p [899]
0.00 0.00 1935/408494 textget [769]
0.00 0.00 1786/1786 Fvectorp [918]
0.00 0.00 1623/1623 Fframe_char_height [927]
0.00 0.00 1601/5997 Findirect_function [839]
0.00 0.00 1571/1571 Fpurecopy [929]
0.00 0.00 1537/427893 indirect_function [767]
0.00 0.00 1456/1456 Fscan_sexps [946]
0.00 0.00 1225/1225 Flogand [959]
0.00 0.00 1225/1225 Flsh [960]
0.00 0.00 1086/6187 Fplus [836]
0.00 0.00 1082/3215 Fdefault_value [874]
0.00 0.00 1061/2061 Frun_hook_with_args [910]
0.00 0.00 1022/1022 Ffloatp [976]
0.00 0.00 1020/1020 Fwindow_vscroll [980]
0.00 0.00 1020/1020 Fwindow_hscroll [979]
0.00 0.00 943/943 Fset_syntax_table [991]
0.00 0.00 938/938 Fsyntax_table [993]
0.00 0.00 636/671 Fframep [1019]
0.00 0.00 613/613 Fselected_window [1022]
0.00 0.00 610/610 Fframe_live_p [1023]
0.00 0.00 590/590 Fwindow_live_p [1027]
0.00 0.00 587/587 Fframe_char_width [1029]
0.00 0.00 556/557 Fappend [1034]
0.00 0.00 544/544 Fsubrp [1039]
0.00 0.00 542/542 Frun_hook_with_args_until_success [1040]
0.00 0.00 541/541 Fwindow_header_line_height [1042]
0.00 0.00 541/541 Fwindow_margins [1043]
0.00 0.00 541/541 Fwindow_fringes [1041]
0.00 0.00 518/518 Farrayp [1053]
0.00 0.00 516/516 Fskip_syntax_forward [1058]
0.00 0.00 515/515 Fwindow_body_height [1060]
0.00 0.00 515/515 Fwindow_body_width [1061]
0.00 0.00 515/515 Fborder_width [1059]
0.00 0.00 512/1668 Fminus [926]
0.00 0.00 510/510 Fset_window_vscroll [1068]
0.00 0.00 510/510 Fabs [1067]
0.00 0.00 510/510 Fx_hide_tip [1069]
0.00 0.00 509/509 Fbuffer_name [1075]
0.00 0.00 506/678 Fmarker_position [1018]
0.00 0.00 506/506 Fwindow_start [1077]
0.00 0.00 467/965 Fconcat [986]
0.00 0.00 467/467 Frun_hook_wrapped [1083]
0.00 0.00 386/386 Fstring_match [1092]
0.00 0.00 385/385 Fkeymapp [1093]
0.00 0.00 304/304 Fwindow_valid_p [1106]
0.00 0.00 253/7242 Ffboundp [831]
0.00 0.00 229/239 Fwindow_buffer [1116]
0.00 0.00 183/183 Fread [1132]
0.00 0.00 122/124 Fmake_sparse_keymap [1156]
0.00 0.00 122/135 Fkeymap_prompt [1151]
0.00 0.00 120/539 intern_sym [1044]
0.00 0.00 115/119 Ffile_name_absolute_p [1162]
0.00 0.00 93/93 Fwindowp [1172]
0.00 0.00 89/98231 Fplist_get [798]
0.00 0.00 85/133 Fdelq [1154]
0.00 0.00 82/49012 Fcar [807]
0.00 0.00 63/63 Ftime_add [1195]
0.00 0.00 59/59 Fdecode_coding_string [1202]
0.00 0.00 58/58 Fframe_root_window [1203]
0.00 0.00 56/56 rounding_driver [1206]
0.00 0.00 54/54 Foverlayp [1209]
0.00 0.00 53/53 Fstringp [1210]
0.00 0.00 52/52 Fceiling [1213]
0.00 0.00 51/219 Fdefault_boundp [1125]
0.00 0.00 50/50 Ffloat_time [1225]
0.00 0.00 49/3900 Ffunctionp [859]
0.00 0.00 46/46 Fx_display_color_cells [1254]
0.00 0.00 42/42 Fframe_selected_window [1266]
0.00 0.00 37/37 Finternal_show_cursor [1276]
0.00 0.00 33/5857 Flocal_variable_p [840]
0.00 0.00 33/33 Fforce_mode_line_update [1283]
0.00 0.00 33/33 Fselected_frame [1284]
0.00 0.00 28/28 Fminibuffer_window [1295]
0.00 0.00 28/35 Fwindow_system [1280]
0.00 0.00 26/26 Ftime_less_p [1297]
0.00 0.00 26/26 Fwindow_bottom_divider_width [1298]
0.00 0.00 26/26 Fwindow_scroll_bar_height [1301]
0.00 0.00 26/26 Fwindow_right_divider_width [1300]
0.00 0.00 26/26 Fwindow_scroll_bar_width [1302]
0.00 0.00 24/272 Finternal_show_cursor_p [1110]
0.00 0.00 24/24 Factive_minibuffer_window [1307]
0.00 0.00 22/22 Fframe_visible_p [1317]
0.00 0.00 22/101 Fxw_display_color_p [1167]
0.00 0.00 22/22 emacs_readlinkat [1319]
0.00 0.00 17/17 Fprefix_numeric_value [1336]
0.00 0.00 17/17 Fcurrent_message [1335]
0.00 0.00 16/14391 list1 [818]
0.00 0.00 15/743 Fbuffer_live_p [1005]
0.00 0.00 14/14 Fmultibyte_string_p [1347]
0.00 0.00 14/14 Fcurrent_global_map [1346]
0.00 0.00 13/49 xrdb_get_resource [1246]
0.00 0.00 13/13 Fx_get_resource [1349]
0.00 0.00 12/12 Fframe_terminal [1354]
0.00 0.00 12/12 read_file_name [1357]
0.00 0.00 11/18 Fbuffer_file_name [1333]
0.00 0.00 10/10 Flocal_variable_if_set_p [1364]
0.00 0.00 10/2126 Frassq [904]
0.00 0.00 9/9 Fwindow_list_1 [1383]
0.00 0.00 8/8 Fformat [1386]
0.00 0.00 8/4021849 Fsymbol_name [753]
0.00 0.00 7/652 make_float [1021]
0.00 0.00 6/2131 Fnconc [903]
0.00 0.00 6/6 Fwindow_line_height [1408]
0.00 0.00 6/6 Fselect_frame [1406]
0.00 0.00 6/6 Ftty_top_frame [1407]
0.00 0.00 6/6 Fbuffer_base_buffer [1402]
0.00 0.00 6/6 Fprocess_list [1404]
0.00 0.00 5/5 Fset_frame_selected_window [1424]
0.00 0.00 5/38 Fselect_window [1272]
0.00 0.00 5/5 Fprocessp [1422]
0.00 0.00 5/5 Fuse_local_map [1426]
0.00 0.00 5/5 Fsymbolp [1425]
0.00 0.00 5/5 Fset_buffer_modified_p [1423]
0.00 0.00 4/4 Fround [1448]
0.00 0.00 4/90 Fbuffer_local_value [1173]
0.00 0.00 4/4 Fcapitalize [1442]
0.00 0.00 4/4 Ffloat [1444]
0.00 0.00 4/8 keymap_parent [1391]
0.00 0.00 4/4 Fkeymap_parent [1445]
0.00 0.00 4/4 Flooking_at [1446]
0.00 0.00 4/1071 Freverse [969]
0.00 0.00 3/3 fmod_float [1488]
0.00 0.00 3/3 Fmod [1475]
0.00 0.00 3/3 Fset_window_next_buffers [1478]
0.00 0.00 3/3 Fset_window_prev_buffers [1479]
0.00 0.00 3/3 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/3 Fchar_table_parent [1472]
0.00 0.00 3/3 Fwindow_next_buffers [1482]
0.00 0.00 3/3 Fwindow_prev_buffers [1483]
0.00 0.00 3/3 Fbufferp [1471]
0.00 0.00 3/4 Fset_buffer_multibyte [1450]
0.00 0.00 3/3 Fdaemonp [1473]
0.00 0.00 3/3 Fstandard_syntax_table [1480]
0.00 0.00 2/2 Fnext_window [1511]
0.00 0.00 2/2 Fset_char_table_parent [1512]
0.00 0.00 2/3 Fset_keymap_parent [1476]
0.00 0.00 2/2 Fcar_less_than_car [1506]
0.00 0.00 2/2 Ftty_type [1514]
0.00 0.00 2/2843 Fget_buffer [884]
0.00 0.00 2/571 Fsubstitute_command_keys [1031]
0.00 0.00 2/2 Fbyte_code_function_p [1504]
0.00 0.00 2/3 Fuser_login_name [1481]
0.00 0.00 2/2 Fkeywordp [1507]
0.00 0.00 2/4 Fsystem_name [1451]
0.00 0.00 1/1 Fposn_at_x_y [1573]
0.00 0.00 1/1 Ftool_bar_height [1581]
0.00 0.00 1/1 Ffunction_equal [1569]
0.00 0.00 1/1 Fdelete_frame [1563]
0.00 0.00 1/1 Fframe_after_make_frame [1568]
0.00 0.00 1/1 Fset_input_meta_mode [1578]
0.00 0.00 1/1 Fcurrent_bidi_paragraph_direction [1561]
0.00 0.00 1/1 Fbuffer_size [1558]
0.00 0.00 1/6 Frestore_buffer_modified_p [1405]
0.00 0.00 1/1 Flocale_info [1571]
0.00 0.00 1/5 make_process [1435]
0.00 0.00 1/5 Fget_buffer_process [1420]
0.00 0.00 1/1 Femacs_pid [1566]
0.00 0.00 1/1 Fmax_char [1572]
0.00 0.00 1/2 Fbyteorder [1505]
0.00 0.00 1/1 Finvocation_name [1570]
0.00 0.00 1/1 Fuser_real_login_name [1583]
0.00 0.00 1/1 Fcurrent_input_mode [1562]
48774 funcall_lambda <cycle 4> [314]
32737 exec_byte_code <cycle 4> [73]
16850 unbind_to <cycle 4> [244]
2072 Fcommandp <cycle 4> [853]
1472 Fput_text_property <cycle 4> [944]
1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
935 Fapply <cycle 4> [313]
729 Fset_fontset_font <cycle 4> [56]
543 Fmacroexpand <cycle 4> [674]
518 Ffuncall_interactively <cycle 4> [1054]
518 Fcall_interactively <cycle 4> [106]
510 Fvertical_motion <cycle 4> [209]
509 Fline_pixel_height <cycle 4> [1076]
297 Feval <cycle 4> [320]
133 Fexpand_file_name <cycle 4> [173]
122 Fmap_keymap <cycle 4> [1157]
91 Ffile_name_nondirectory <cycle 4> [251]
59 code_convert_string <cycle 4> [264]
53 Fmake_local_variable <cycle 4> [436]
49 Ffile_name_as_directory <cycle 4> [279]
45 Frun_hooks <cycle 4> [1260]
45 Flookup_key <cycle 4> [891]
42 Fmapcar <cycle 4> [401]
41 Ffile_directory_p <cycle 4> [285]
38 Ffile_name_directory <cycle 4> [284]
36 Fset_default <cycle 4> [198]
28 Fdirectory_file_name <cycle 4> [273]
27 Ffile_symlink_p <cycle 4> [308]
26 Fwindow_mode_line_height <cycle 4> [1299]
24 Fload <cycle 4> [411]
24 Fbuffer_list <cycle 4> [1308]
24 Ffile_readable_p <cycle 4> [311]
21 Fdefine_key <cycle 4> [112]
20 Fimage_mask_p <cycle 4> [640]
17 current_message <cycle 4> [1193]
13 Fgarbage_collect <cycle 4> [64]
10 Fwhere_is_internal <cycle 4> [326]
10 select_window <cycle 4> [528]
9 call2 <cycle 4> [924]
8 styled_format <cycle 4> [369]
8 Fthrow <cycle 4> [1387]
6 Fpos_visible_in_window_p <cycle 4> [604]
6 do_switch_frame <cycle 4> [1388]
5 Fkill_local_variable <cycle 4> [741]
4 Fposn_at_point <cycle 4> [1447]
3 Finsert_file_contents <cycle 4> [351]
3 Fmodify_frame_parameters <cycle 4> [1421]
3 merge <cycle 4> [1492]
3 Fkill_buffer <cycle 4> [565]
3 Fget_buffer_create <cycle 4> [479]
2 Fautoload_do_load <cycle 4> [587]
2 Fmessage <cycle 4> [1510]
2 Fset_coding_system_priority <cycle 4> [473]
2 Feval_buffer <cycle 4> [507]
2 Flocate_file_internal <cycle 4> [1509]
2 Fsignal <cycle 4> [647]
2 Fnew_fontset <cycle 4> [371]
2 Ffile_attributes <cycle 4> [424]
2 text_quoting_style <cycle 4> [434]
2 Ffile_exists_p <cycle 4> [400]
2 Fkill_all_local_variables <cycle 4> [1508]
1 Frun_hook_with_args_until_failure <cycle 4> [1449]
1 Fpropertize <cycle 4> [521]
1 Fremove_text_properties <cycle 4> [625]
1 Fcommand_error_default_function <cycle 4> [1560]
1 Fx_open_connection <cycle 4> [1587]
1 make_lispy_position <cycle 4> [562]
1 Fmapc <cycle 4> [623]
1 delete_frame <cycle 4> [230]
1 Fkill_emacs <cycle 4> [686]
1 Fset_window_configuration <cycle 4> [702]
1 Ffile_accessible_directory_p <cycle 4> [453]
1 Fmake_frame_visible <cycle 4> [606]
1 Fx_create_frame <cycle 4> [202]
1 Fredraw_frame <cycle 4> [1576]
1 Fundo_boundary <cycle 4> [1582]
-----------------------------------------------
0.00 0.00 22/1248173 Ffuncall <cycle 4> [29]
0.00 0.03 138692/1248173 font_find_for_lface [14]
0.04 0.21 1109459/1248173 font_registry_charsets [31]
[30] 2.9 0.04 0.24 1248173 Fassoc_string [30]
0.11 0.13 2774305/2774417 Fcompare_strings [32]
0.00 0.00 30/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 30/1112161 do_pending_atimers [55]
0.00 0.00 4021820/4021849 Fsymbol_name [753]
-----------------------------------------------
0.00 0.00 1/1109459 font_find_for_lface [14]
0.00 0.25 1109458/1109459 xfont_list_pattern [19]
[31] 2.6 0.00 0.25 1109459 font_registry_charsets [31]
0.04 0.21 1109459/1248173 Fassoc_string [30]
0.00 0.00 3/883 find_font_encoding [68]
0.00 0.00 3/2224296 Fgethash [28]
0.00 0.00 3/2446268 hash_lookup [25]
0.00 0.00 9/1289625 Fcons [80]
0.00 0.00 3/14391 list1 [818]
0.00 0.00 3/1818 nconc2 [916]
-----------------------------------------------
0.00 0.00 23/2774417 Ffuncall <cycle 4> [29]
0.00 0.00 89/2774417 Ftry_completion [416]
0.11 0.13 2774305/2774417 Fassoc_string [30]
[32] 2.5 0.11 0.13 2774417 Fcompare_strings [32]
0.09 0.00 3329554/3332260 casify_object [48]
0.04 0.00 5548834/5549489 validate_subarray [62]
0.00 0.00 5548834/5549204 string_char_to_byte [752]
0.00 0.00 3329554/3329554 Fupcase [755]
-----------------------------------------------
0.00 0.24 1450/1450 Ffuncall <cycle 4> [29]
[33] 2.5 0.00 0.24 1450 Fparse_partial_sexp [33]
0.07 0.17 1450/1450 scan_sexps_forward [34]
0.00 0.00 14500/1289625 Fcons [80]
0.00 0.00 1450/15953 set_point_both [206]
0.00 0.00 1450/25879 buf_charpos_to_bytepos [733]
0.00 0.00 1450/1452 validate_region [947]
-----------------------------------------------
0.07 0.17 1450/1450 Fparse_partial_sexp [33]
[34] 2.5 0.07 0.17 1450 scan_sexps_forward [34]
0.10 0.07 5671808/7538722 char_table_ref [37]
0.00 0.00 4311/410271 Fcdr [768]
0.00 0.00 3353/49012 Fcar [807]
0.00 0.00 1450/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
55 draw_phys_cursor_glyph <cycle 4> [1208]
240 x_write_glyphs <cycle 4> [516]
[35] 2.3 0.00 0.22 295 draw_glyphs <cycle 4> [35]
0.22 0.00 291/291 _init [36]
0.00 0.00 3194/3205 x_get_glyph_overhangs [407]
0.00 0.00 443/460 x_compute_glyph_string_overhangs [483]
0.00 0.00 460/460 fill_glyph_string [644]
0.00 0.00 460/460 set_glyph_string_background_width [1086]
0.00 0.00 460/460 init_glyph_string [1085]
0.00 0.00 277/1972 window_box_left [912]
0.00 0.00 277/6062 window_box_width [838]
460 x_draw_glyph_string <cycle 4> [428]
80 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.22 0.00 291/291 draw_glyphs <cycle 4> [35]
[36] 2.3 0.22 0.00 291 _init [36]
0.00 0.00 17/460 x_compute_glyph_string_overhangs [483]
-----------------------------------------------
0.00 0.00 8/7538722 exec_byte_code <cycle 4> [73]
0.00 0.00 244/7538722 load_charset_map [222]
0.00 0.00 916/7538722 char_composable_p [356]
0.00 0.00 1451/7538722 scan_lists [149]
0.00 0.00 2584/7538722 find_automatic_composition [293]
0.00 0.00 138680/7538722 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 get_next_display_element <cycle 4> [10]
0.00 0.00 138682/7538722 fontset_find_font [13]
0.00 0.00 138685/7538722 face_for_char [11]
0.00 0.00 141019/7538722 bidi_find_paragraph_start [175]
0.00 0.00 142999/7538722 char_quoted [174]
0.00 0.00 144200/7538722 back_comment [162]
0.00 0.00 278989/7538722 bidi_paired_bracket_type [151]
0.00 0.00 282038/7538722 bidi_explicit_dir_char [94]
0.01 0.00 317739/7538722 composition_compute_stop_pos [107]
0.10 0.07 5671808/7538722 scan_sexps_forward [34]
[37] 2.3 0.13 0.09 7538722 char_table_ref [37]
0.09 0.00 33105673/33105673 sub_char_table_ref [49]
-----------------------------------------------
0.00 0.06 16/47 read_char <cycle 2> [20]
0.01 0.11 31/47 redisplay_preserve_echo_area [42]
[38] 1.9 0.01 0.17 47 redisplay_internal [38]
0.00 0.03 104/9783 show_hourglass <cycle 4> [183]
0.00 0.03 103/9783 do_pending_window_change <cycle 4> [1097]
0.00 0.01 53/9783 unbind_to <cycle 4> [244]
0.00 0.01 49/9783 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.01 49/9783 safe__call1 <cycle 4> [1139]
0.00 0.01 47/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.01 47/9783 specbind <cycle 4> [128]
0.00 0.01 45/9783 update_frame <cycle 4> [1257]
0.00 0.01 43/9783 update_overlay_arrows <cycle 4> [299]
0.00 0.01 27/9783 echo_area_display <cycle 4> [704]
0.00 0.00 15/9783 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 7/7 redisplay_windows [179]
0.00 0.00 6/9783 x_consider_frame_title <cycle 4> [361]
0.00 0.00 98/1932 Fputhash [79]
0.00 0.00 2/9783 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 98/2224296 Fgethash [28]
0.00 0.00 47/77270 set_internal [145]
0.00 0.00 45/47 XTframe_up_to_date [457]
0.00 0.00 49/78 reconsider_clip_changes [461]
0.00 0.00 43/43 hscroll_windows [499]
0.00 0.00 6/34 record_unwind_save_match_data [469]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 31/3508683 unblock_input_to [144]
0.00 0.00 6/6 propagate_buffer_redisplay [721]
0.00 0.00 5/586 window_list [578]
0.00 0.00 61/157 window_outdated [1143]
0.00 0.00 53/227551 grow_specpdl [779]
0.00 0.00 49/62 clear_window_matrices [1197]
0.00 0.00 49/49 clear_desired_matrices [1231]
0.00 0.00 49/69 mode_line_update_needed [1192]
0.00 0.00 47/917 popup_activated [995]
0.00 0.00 47/607 record_unwind_protect_void [1025]
0.00 0.00 47/138614 record_in_backtrace [796]
0.00 0.00 45/47 request_sigio [1252]
0.00 0.00 45/45 start_polling [1261]
0.00 0.00 45/45 stop_polling [1262]
0.00 0.00 45/48 unrequest_sigio [1249]
0.00 0.00 39/61 mark_window_display_accurate_1 [1199]
0.00 0.00 31/3508670 unblock_input [754]
0.00 0.00 7/7 XTcondemn_scroll_bars [1395]
0.00 0.00 7/7 XTjudge_scroll_bars [1396]
0.00 0.00 6/8775 record_unwind_protect [828]
0.00 0.00 6/11 mark_window_display_accurate [1361]
-----------------------------------------------
522 read_char <cycle 2> [20]
0.00 0.93 1/3 internal_catch [6]
[39] 1.6 0.00 0.15 523 top_level_1 <cycle 2> [39]
0.01 0.14 522/9783 call0 <cycle 4> [854]
0.00 0.00 522/560 intern_1 [342]
0.00 0.00 522/1041550 gettime [763]
1 internal_condition_case <cycle 2> [215]
-----------------------------------------------
0.00 0.15 510/510 read_key_sequence.constprop.44 <cycle 2> [15]
[40] 1.5 0.00 0.15 510 test_undefined [40]
0.01 0.13 510/9783 Fkey_binding <cycle 4> [352]
0.00 0.00 510/1020 Fcommand_remapping [978]
-----------------------------------------------
0.00 0.14 514/514 read_char <cycle 2> [20]
[41] 1.5 0.00 0.14 514 sit_for [41]
0.00 0.08 7/9 wait_reading_process_output [44]
0.00 0.04 514/1397 detect_input_pending_run_timers [43]
0.00 0.02 514/1038 swallow_events [65]
0.00 0.00 7/1111191 gobble_input <cycle 3> [53]
0.00 0.00 7/140 detect_input_pending [1148]
-----------------------------------------------
0.00 0.00 1/31 wait_reading_process_output [44]
0.00 0.12 30/31 detect_input_pending_run_timers [43]
[42] 1.3 0.00 0.12 31 redisplay_preserve_echo_area [42]
0.01 0.11 31/47 redisplay_internal [38]
-----------------------------------------------
0.00 0.01 142/1397 wait_reading_process_output [44]
0.00 0.04 514/1397 sit_for [41]
0.00 0.06 741/1397 read_char <cycle 2> [20]
[43] 1.3 0.00 0.12 1397 detect_input_pending_run_timers [43]
0.00 0.12 30/31 redisplay_preserve_echo_area [42]
0.00 0.00 154/1325 get_input_pending [67]
0.00 0.00 28/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 28/1112161 do_pending_atimers [55]
0.00 0.00 30/3508683 unblock_input_to [144]
0.00 0.00 30/3508670 unblock_input [754]
0.00 0.00 30/32 my_log_handler [1285]
0.00 0.00 30/32 x_flush [1286]
-----------------------------------------------
0.00 0.02 2/9 read_char <cycle 2> [20]
0.00 0.08 7/9 sit_for [41]
[44] 1.1 0.00 0.10 9 wait_reading_process_output [44]
0.01 0.07 257/9783 do_pending_window_change <cycle 4> [1097]
0.00 0.01 142/1397 detect_input_pending_run_timers [43]
0.00 0.01 133/1325 timer_check [59]
0.00 0.00 1/31 redisplay_preserve_echo_area [42]
0.00 0.00 133/1325 get_input_pending [67]
0.00 0.00 9/9783 unbind_to <cycle 4> [244]
0.00 0.00 9/1038 swallow_events [65]
0.00 0.00 121/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 121/1112161 do_pending_atimers [55]
0.00 0.00 121/7770475 handle_input_available_signal [89]
0.00 0.00 131/131 xg_select [561]
0.00 0.00 3/3 timerfd_callback [579]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 257/257 requeued_events_pending_p [1112]
0.00 0.00 134/134 clear_waiting_for_input [1152]
0.00 0.00 134/134 set_waiting_for_input [1153]
0.00 0.00 133/140 detect_input_pending [1148]
0.00 0.00 99/610 timespec_add [1024]
0.00 0.00 95/1041550 gettime [763]
0.00 0.00 68/2075 timespec_sub [909]
0.00 0.00 9/227551 grow_specpdl [779]
0.00 0.00 9/538 record_unwind_protect_int [1045]
0.00 0.00 3/3 x_session_check_input [1502]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/32 my_log_handler [1285]
0.00 0.00 1/32 x_flush [1286]
-----------------------------------------------
4442541 Fnreverse [45]
0.00 0.00 1/2778892 Ffuncall <cycle 4> [29]
0.00 0.00 3/2778892 Fload <cycle 4> [411]
0.00 0.00 4/2778892 window_list [578]
0.00 0.00 4/2778892 readevalloop <cycle 4> [402]
0.00 0.00 6/2778892 Fset_charset_priority [444]
0.00 0.00 20/2778892 lookup_image <cycle 4> [495]
0.00 0.00 141/2778892 ftfont_list [211]
0.00 0.00 143/2778892 Fset_fontset_font <cycle 4> [56]
0.00 0.00 573/2778892 window_list_1 [344]
0.00 0.00 785/2778892 exec_byte_code <cycle 4> [73]
0.00 0.00 871/2778892 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 999/2778892 offset_intervals [288]
0.02 0.00 554734/2778892 font_list_entities [16]
0.08 0.00 2220608/2778892 hash_lookup [25]
[45] 1.0 0.10 0.00 2778892+4442541 Fnreverse [45]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 560787/591680 Fsetcdr [764]
4442541 Fnreverse [45]
-----------------------------------------------
4462684 mark_object <cycle 4> [46]
98 mark_overlay <cycle 4> [988]
208 mark_discard_killed_buffers <cycle 4> [1128]
880 mark_image_cache <cycle 4> [1215]
1462 mark_specpdl <cycle 4> [1234]
1906 sweep_weak_table <cycle 4> [1009]
13862 xg_mark_data <cycle 4> [1245]
14618 mark_localized_symbol <cycle 4> [830]
15376 mark_face_cache <cycle 4> [1114]
34730 mark_compiled <cycle 4> [826]
46481 traverse_intervals_noorder <cycle 4> [989]
65896 mark_kboards <cycle 4> [1233]
548460 Fgarbage_collect <cycle 4> [64]
5271672 mark_vectorlike <cycle 4> [127]
5510016 mark_char_table <cycle 4> [88]
[46] 1.0 0.10 0.00 11525665+4462684 mark_object <cycle 4> [46]
83160 mark_vectorlike <cycle 4> [127]
9002 mark_compiled <cycle 4> [826]
7309 mark_localized_symbol <cycle 4> [830]
2051 mark_char_table <cycle 4> [88]
662 traverse_intervals_noorder <cycle 4> [989]
252 mark_face_cache <cycle 4> [1114]
208 mark_discard_killed_buffers <cycle 4> [1128]
98 mark_overlay <cycle 4> [988]
44 mark_buffer <cycle 4> [1090]
4462684 mark_object <cycle 4> [46]
-----------------------------------------------
[47] 1.0 0.09 0.00 1111191+2226422 <cycle 3 as a whole> [47]
0.06 0.00 1112969 gobble_input <cycle 3> [53]
0.02 0.00 1112486 XTread_socket <cycle 3> [77]
0.01 0.00 1112158 process_pending_signals <cycle 3> [134]
-----------------------------------------------
0.00 0.00 1/3332260 fontset_from_font <cycle 4> [343]
0.00 0.00 2/3332260 exec_byte_code <cycle 4> [73]
0.00 0.00 2/3332260 Fnew_fontset <cycle 4> [371]
0.00 0.00 4/3332260 Ffuncall <cycle 4> [29]
0.00 0.00 36/3332260 process_tool_bar_item <cycle 4> [333]
0.00 0.00 118/3332260 font_prop_validate_symbol [391]
0.00 0.00 140/3332260 ftfont_list [211]
0.00 0.00 686/3332260 font_parse_family_registry [321]
0.00 0.00 822/3332260 Fset_fontset_font <cycle 4> [56]
0.00 0.00 895/3332260 fs_query_fontset [324]
0.09 0.00 3329554/3332260 Fcompare_strings [32]
[48] 0.9 0.09 0.00 3332260 casify_object [48]
0.00 0.00 2676/35053 Fcopy_sequence [150]
0.00 0.00 30/200 make_multibyte_string [653]
-----------------------------------------------
0.09 0.00 33105673/33105673 char_table_ref [37]
[49] 0.9 0.09 0.00 33105673 sub_char_table_ref [49]
-----------------------------------------------
0.00 0.00 1/1109464 x_set_mouse_color [115]
0.00 0.00 2/1109464 x_term_init <cycle 4> [508]
0.00 0.00 3/1109464 x_wm_supports [540]
0.09 0.00 1109458/1109464 xfont_list_pattern [19]
[50] 0.9 0.09 0.00 1109464 x_had_errors_p [50]
-----------------------------------------------
0.00 0.00 1/1109473 x_wm_supports [540]
0.00 0.00 1/1109473 x_term_init <cycle 4> [508]
0.00 0.00 1/1109473 x_set_mouse_color [115]
0.00 0.00 1/1109473 read_and_apply_settings [585]
0.00 0.00 11/1109473 x_set_frame_alpha <cycle 4> [480]
0.08 0.01 1109458/1109473 xfont_list_pattern [19]
[51] 0.9 0.08 0.01 1109473 x_catch_errors_with_handler [51]
0.01 0.00 1109473/1153527 xmalloc [118]
-----------------------------------------------
13478833 internal_equal [52]
0.00 0.00 100/6002698 Fdelete [491]
0.00 0.00 942/6002698 Frassoc [393]
0.00 0.00 1189/6002698 Fmember [388]
0.00 0.00 25585/6002698 Fequal [255]
0.02 0.00 1535849/6002698 assoc_no_quit [96]
0.03 0.00 2219460/6002698 hash_lookup [25]
0.03 0.00 2219573/6002698 Fassoc [66]
[52] 0.7 0.07 0.00 6002698+13478833 internal_equal [52]
0.00 0.00 81/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 81/1112161 do_pending_atimers [55]
13478833 internal_equal [52]
-----------------------------------------------
1112960 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1111191 read_char <cycle 2> [20]
0.00 0.00 7/1111191 sit_for [41]
[53] 0.6 0.06 0.00 1112969 gobble_input <cycle 3> [53]
0.00 0.00 1111677/1111677 frame_make_pointer_visible [761]
1112486 XTread_socket <cycle 3> [77]
-----------------------------------------------
<spontaneous>
[54] 0.6 0.04 0.02 deliver_process_signal [54]
0.02 0.00 7770354/7770475 handle_input_available_signal [89]
-----------------------------------------------
0.00 0.00 1/1112161 other_visible_frames [590]
0.00 0.00 1/1112161 adjust_frame_size <cycle 4> [497]
0.00 0.00 1/1112161 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1112161 x_new_font <cycle 4> [588]
0.00 0.00 1/1112161 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1112161 x_set_mouse_color [115]
0.00 0.00 1/1112161 x_window <cycle 4> [591]
0.00 0.00 1/1112161 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1112161 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1112161 where_is_internal <cycle 4> [157]
0.00 0.00 1/1112161 unbind_to <cycle 4> [244]
0.00 0.00 1/1112161 Frassoc [393]
0.00 0.00 1/1112161 xftfont_open [394]
0.00 0.00 1/1112161 xg_select [561]
0.00 0.00 2/1112161 x_scroll_bar_create [525]
0.00 0.00 2/1112161 Fx_change_window_property [550]
0.00 0.00 2/1112161 x_defined_color [511]
0.00 0.00 3/1112161 realize_basic_faces [153]
0.00 0.00 3/1112161 timerfd_callback [579]
0.00 0.00 3/1112161 x_wait_for_event [532]
0.00 0.00 3/1112161 Fnreverse [45]
0.00 0.00 4/1112161 Fgarbage_collect <cycle 4> [64]
0.00 0.00 4/1112161 Fassoc [66]
0.00 0.00 6/1112161 Fx_register_dnd_atom [509]
0.00 0.00 7/1112161 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1112161 xftfont_text_extents [236]
0.00 0.00 8/1112161 Fx_selection_exists_p [489]
0.00 0.00 28/1112161 detect_input_pending_run_timers [43]
0.00 0.00 30/1112161 Fassoc_string [30]
0.00 0.00 48/1112161 x_make_frame_visible <cycle 4> [420]
0.00 0.00 54/1112161 re_match_2_internal [83]
0.00 0.00 81/1112161 internal_equal [52]
0.00 0.00 100/1112161 Fmake_list [190]
0.00 0.00 106/1112161 Fassq [384]
0.00 0.00 121/1112161 wait_reading_process_output [44]
0.00 0.00 219/1112161 exec_byte_code <cycle 4> [73]
0.00 0.00 421/1112161 Ffuncall <cycle 4> [29]
0.00 0.00 454/1112161 funcall_lambda <cycle 4> [314]
0.00 0.00 976/1112161 XTread_socket <cycle 3> [77]
0.03 0.03 1109455/1112161 xfont_list_pattern [19]
[55] 0.6 0.03 0.03 1112161 do_pending_atimers [55]
0.01 0.01 1039397/1039907 set_alarm [84]
0.01 0.00 1039397/1040417 block_atimers [119]
0.00 0.00 1039397/1041550 gettime [763]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
2 fontset_from_font <cycle 4> [343]
147 Fnew_fontset <cycle 4> [371]
729 Ffuncall <cycle 4> [29]
[56] 0.6 0.00 0.06 880 Fset_fontset_font <cycle 4> [56]
0.01 0.02 879/883 find_font_encoding [68]
0.00 0.02 1207/1306 fontset_add [75]
0.00 0.00 36/38 Fset_char_table_range [223]
0.00 0.00 31/108 set_fontset_font [191]
0.00 0.00 879/879 concat3 [274]
0.00 0.00 759/887 Ffont_spec [280]
0.00 0.00 1085/2446268 hash_lookup [25]
0.00 0.00 911/154204 allocate_vector [92]
0.00 0.00 882/2224296 Fgethash [28]
0.00 0.00 806/819 Ffont_xlfd_name [316]
0.00 0.00 686/686 font_parse_family_registry [321]
0.00 0.00 880/880 check_fontset_name [325]
0.00 0.00 822/3332260 casify_object [48]
0.00 0.00 1209/1289625 Fcons [80]
0.00 0.00 1/8 font_load_for_lface [302]
0.00 0.00 143/2778892 Fnreverse [45]
0.00 0.00 37/8857 Fmake_vector [207]
0.00 0.00 2/2 Fclear_face_cache [727]
0.00 0.00 880/881 free_realized_fontsets [997]
0.00 0.00 852/14391 list1 [818]
0.00 0.00 822/2666 Fdowncase [888]
0.00 0.00 333/49012 Fcar [807]
0.00 0.00 333/410271 Fcdr [768]
0.00 0.00 171/10850 Fmemq [822]
143 map_char_table <cycle 4> [455]
32 map_charset_chars <cycle 4> [199]
1 Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
0.00 0.00 1/146733 line_bottom_y <cycle 4> [537]
0.00 0.00 295/146733 show_hourglass <cycle 4> [183]
0.00 0.00 1138/146733 produce_special_glyphs [234]
0.00 0.00 2313/146733 display_string <cycle 4> [210]
0.00 0.00 7679/146733 display_line <cycle 4> [184]
0.05 0.00 135307/146733 move_it_in_display_line_to <cycle 4> [58]
[57] 0.6 0.06 0.00 146733 x_produce_glyphs [57]
0.00 0.00 5474/180498 get_char_property_and_overlay [100]
0.00 0.00 143996/147201 get_per_char_metric [237]
0.00 0.00 143996/143996 get_char_glyph_code [793]
0.00 0.00 5474/167471 Fget_char_property [786]
0.00 0.00 5474/9334 get_it_property [824]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1590]
510 Fvertical_motion <cycle 4> [209]
2779 move_it_to <cycle 4> [213]
[58] 0.5 0.00 0.05 3290 move_it_in_display_line_to <cycle 4> [58]
0.05 0.00 135307/146733 x_produce_glyphs [57]
0.00 0.00 3240/3592 handle_line_prefix [260]
0.00 0.00 3/3667 bidi_shelve_cache [863]
135342 get_next_display_element <cycle 4> [10]
132052 set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
0.00 0.01 133/1325 wait_reading_process_output [44]
0.00 0.05 1192/1325 readable_events [61]
[59] 0.5 0.00 0.05 1325 timer_check [59]
0.00 0.01 45/9783 store_symval_forwarding <cycle 4> [802]
0.00 0.01 45/9783 specbind <cycle 4> [128]
0.00 0.01 45/9783 call1 <cycle 4> [949]
0.00 0.01 45/9783 unbind_to <cycle 4> [244]
0.00 0.00 2122/35053 Fcopy_sequence [150]
0.00 0.00 45/77270 set_internal [145]
0.00 0.00 1950/2075 timespec_sub [909]
0.00 0.00 1504/1504 decode_timer [937]
0.00 0.00 860/1041550 gettime [763]
-----------------------------------------------
0.00 0.00 1/1109472 x_wm_supports [540]
0.00 0.00 1/1109472 x_term_init <cycle 4> [508]
0.00 0.00 1/1109472 read_and_apply_settings [585]
0.00 0.00 11/1109472 x_set_frame_alpha <cycle 4> [480]
0.05 0.00 1109458/1109472 xfont_list_pattern [19]
[60] 0.5 0.05 0.00 1109472 x_uncatch_errors [60]
0.00 0.00 1109472/1140773 xfree [760]
-----------------------------------------------
0.00 0.01 522/1847 read_char <cycle 2> [20]
0.00 0.03 1325/1847 get_input_pending [67]
[61] 0.5 0.00 0.05 1847 readable_events [61]
0.00 0.05 1192/1325 timer_check [59]
-----------------------------------------------
0.00 0.00 1/5549489 read_internal_start [281]
0.00 0.00 654/5549489 Fsubstring [362]
0.04 0.00 5548834/5549489 Fcompare_strings [32]
[62] 0.4 0.04 0.00 5549489 validate_subarray [62]
-----------------------------------------------
0.00 0.00 1/4474415 x_make_frame_visible <cycle 4> [420]
0.00 0.00 1/4474415 x_clipboard_manager_save_all [687]
0.00 0.00 1/4474415 font_match_p [685]
0.00 0.00 1/4474415 font_put_frame_data [648]
0.00 0.00 3/4474415 ftfont_spec_pattern [345]
0.00 0.00 4/4474415 xfont_list_pattern [19]
0.00 0.00 8/4474415 xftfont_open [394]
0.00 0.00 8/4474415 Fx_selection_exists_p [489]
0.00 0.00 235/4474415 ftfont_list [211]
0.00 0.00 490/4474415 font_get_frame_data [442]
0.00 0.00 1134/4474415 font_put_extra [336]
0.00 0.00 1502/4474415 get_lface_attributes [355]
0.00 0.00 3432/4474415 lface_from_face_name_no_resolve [353]
0.00 0.00 5616/4474415 set_internal [145]
0.00 0.00 9497/4474415 apply_modifiers [309]
0.00 0.00 14649/4474415 swap_in_symval_forwarding [295]
0.02 0.00 2218909/4474415 ftfont_lookup_cache [22]
0.02 0.00 2218924/4474415 xfont_list [17]
[63] 0.4 0.04 0.00 4474415 assq_no_quit [63]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
13 Ffuncall <cycle 4> [29]
35 exec_byte_code <cycle 4> [73]
[64] 0.4 0.00 0.04 49 Fgarbage_collect <cycle 4> [64]
0.01 0.01 49/49 sweep_vectors [91]
0.01 0.00 49/49 sweep_conses [131]
0.00 0.01 37552/37552 mark_maybe_object [165]
0.00 0.00 213/533 Fsuspicious_object [108]
0.00 0.00 392/415 list4 [365]
0.00 0.00 539/1289625 Fcons [80]
0.00 0.00 147/695 list3 [360]
0.00 0.00 49/4964 Flist [257]
0.00 0.00 4/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 4/1112161 do_pending_atimers [55]
0.00 0.00 49/3508683 unblock_input_to [144]
0.00 0.00 24933/69654 mem_find [801]
0.00 0.00 196/3408 sweep_buffers [868]
0.00 0.00 98/1041550 gettime [763]
0.00 0.00 49/138614 record_in_backtrace [796]
0.00 0.00 49/49 shrink_regexp_cache [1237]
0.00 0.00 49/49 mark_fringe_data [1232]
0.00 0.00 49/49 sweep_floats [1238]
0.00 0.00 49/49 sweep_strings [1241]
0.00 0.00 49/49 sweep_misc [1240]
0.00 0.00 49/49 sweep_symbols [1242]
0.00 0.00 49/49 sweep_intervals [1239]
0.00 0.00 49/49 relocate_byte_stack [1235]
0.00 0.00 49/3508670 unblock_input [754]
0.00 0.00 49/227551 grow_specpdl [779]
0.00 0.00 49/607 record_unwind_protect_void [1025]
0.00 0.00 49/49 total_bytes_of_live_objects [1244]
0.00 0.00 49/2075 timespec_sub [909]
0.00 0.00 49/652 make_float [1021]
0.00 0.00 2/2125 xrealloc [905]
548460 mark_object <cycle 4> [46]
2379 mark_vectorlike <cycle 4> [127]
441 mark_char_table <cycle 4> [88]
338 compact_buffer <cycle 4> [677]
239 mark_buffer <cycle 4> [1090]
52 mark_image_cache <cycle 4> [1215]
49 mark_specpdl <cycle 4> [1234]
49 xg_mark_data <cycle 4> [1245]
49 mark_kboards <cycle 4> [1233]
49 sweep_weak_hash_tables <cycle 4> [1243]
49 unbind_to <cycle 4> [244]
49 push_message <cycle 4> [512]
-----------------------------------------------
0.00 0.00 9/1038 wait_reading_process_output [44]
0.00 0.02 514/1038 sit_for [41]
0.00 0.02 515/1038 read_char <cycle 2> [20]
[65] 0.4 0.00 0.04 1038 swallow_events [65]
0.00 0.03 1038/1325 get_input_pending [67]
0.01 0.00 1038/1038 process_special_events [135]
-----------------------------------------------
0.00 0.00 1/554979 set_frame_cursor_types [631]
0.00 0.00 16/554979 display_and_set_cursor <cycle 4> [496]
0.00 0.00 16/554979 fs_query_fontset [324]
0.00 0.00 21/554979 Fdefine_key <cycle 4> [112]
0.00 0.00 52/554979 display_mode_element <cycle 4> [379]
0.00 0.00 60/554979 eval_sub <cycle 4> [176]
0.00 0.00 79/554979 Ffuncall <cycle 4> [29]
0.01 0.03 554734/554979 xfont_list [17]
[66] 0.4 0.01 0.03 554979 Fassoc [66]
0.03 0.00 2219573/6002698 internal_equal [52]
0.00 0.00 4/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 4/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 133/1325 wait_reading_process_output [44]
0.00 0.00 154/1325 detect_input_pending_run_timers [43]
0.00 0.03 1038/1325 swallow_events [65]
[67] 0.3 0.00 0.03 1325 get_input_pending [67]
0.00 0.03 1325/1847 readable_events [61]
-----------------------------------------------
0.00 0.00 1/883 fontset_from_font <cycle 4> [343]
0.00 0.00 3/883 font_registry_charsets [31]
0.01 0.02 879/883 Fset_fontset_font <cycle 4> [56]
[68] 0.3 0.01 0.02 883 find_font_encoding [68]
0.00 0.02 30007/38795 fast_string_match_internal [71]
0.00 0.00 825/2446268 hash_lookup [25]
-----------------------------------------------
0.03 0.00 1109458/1109458 xfont_list [17]
[69] 0.3 0.03 0.00 1109458 xfont_encode_coding_xlfd [69]
-----------------------------------------------
0.00 0.00 1/18 char_table_set [195]
0.01 0.00 3/18 uniprop_table [168]
0.02 0.00 14/18 char_table_set_range [76]
[70] 0.3 0.03 0.00 18 char_table_ascii [70]
-----------------------------------------------
0.00 0.00 12/38795 font_rescale_ratio [398]
0.00 0.00 31/38795 Ffind_operation_coding_system [358]
0.00 0.00 40/38795 fs_query_fontset [324]
0.00 0.01 8705/38795 Ffind_file_name_handler [158]
0.00 0.02 30007/38795 find_font_encoding [68]
[71] 0.3 0.00 0.03 38795 fast_string_match_internal [71]
0.00 0.02 38795/39716 re_search [74]
0.00 0.01 38795/49854 compile_pattern [156]
-----------------------------------------------
0.00 0.00 5160/44876 search_buffer [181]
0.01 0.02 39716/44876 re_search [74]
[72] 0.3 0.01 0.02 44876 re_search_2 [72]
0.02 0.00 49862/55320 re_match_2_internal [83]
0.00 0.00 44876/50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
0.00 0.00 27768/27768 re_compile_fastmap [814]
-----------------------------------------------
4 eval_sub <cycle 4> [176]
255 apply_lambda <cycle 4> [340]
16113 funcall_lambda <cycle 4> [314]
32737 Ffuncall <cycle 4> [29]
[73] 0.3 0.01 0.02 49109 exec_byte_code <cycle 4> [73]
0.01 0.00 9033/9355 Fsetcar [129]
0.00 0.01 51281/77270 set_internal [145]
0.00 0.00 10007/11493 Fgoto_char [218]
0.00 0.00 16299/1289625 Fcons [80]
0.00 0.00 2582/116631 Flength [126]
0.00 0.00 2405/4964 Flist [257]
0.00 0.00 258/45490 concat [103]
0.00 0.00 518/518 Fforward_line [348]
0.00 0.00 785/2778892 Fnreverse [45]
0.00 0.00 219/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 555/654 Fsubstring [362]
0.00 0.00 219/1112161 do_pending_atimers [55]
0.00 0.00 1414/1677 Fmember [388]
0.00 0.00 182/1230 list2 [368]
0.00 0.00 63/25585 Fequal [255]
0.00 0.00 2/2 Fbuffer_substring [553]
0.00 0.00 8/7538722 char_table_ref [37]
0.00 0.00 1481/1486 save_excursion_save [581]
0.00 0.00 1481/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 2/2 skip_chars.constprop.5 [586]
0.00 0.00 1/1 move_point [629]
0.00 0.00 2/3332260 casify_object [48]
0.00 0.00 1563/501996 Fassq [384]
0.00 0.00 467/572 set_marker_internal [747]
0.00 0.00 12/12 Fchar_after [750]
0.00 0.00 26820/27343 arithcompare [815]
0.00 0.00 15478/18301 arith_driver [817]
0.00 0.00 8711/10850 Fmemq [822]
0.00 0.00 7556/227551 grow_specpdl [779]
0.00 0.00 7556/8775 record_unwind_protect [828]
0.00 0.00 5865/14391 list1 [818]
0.00 0.00 5101/6187 Fplus [836]
0.00 0.00 4873/4873 Fmin [851]
0.00 0.00 3851/3900 Ffunctionp [859]
0.00 0.00 3699/41387 Fcurrent_buffer [809]
0.00 0.00 3497/3497 Fmax [866]
0.00 0.00 2900/5577 push_handler [843]
0.00 0.00 2549/11766 Faref [821]
0.00 0.00 1934/1934 Fbolp [913]
0.00 0.00 1895/2149 Faset [902]
0.00 0.00 1602/98231 Fplist_get [798]
0.00 0.00 1602/69910 Fget [800]
0.00 0.00 1476/2204 Fwiden [900]
0.00 0.00 1476/1476 save_restriction_save [943]
0.00 0.00 1156/1668 Fminus [926]
0.00 0.00 1153/124360 Fstring_equal [797]
0.00 0.00 831/831 Ftimes [999]
0.00 0.00 539/591680 Fsetcdr [764]
0.00 0.00 529/652 make_float [1021]
0.00 0.00 529/529 float_arith_driver [1047]
0.00 0.00 467/557 Fset_marker [1035]
0.00 0.00 300/2131 Fnconc [903]
0.00 0.00 258/965 Fconcat [986]
0.00 0.00 138/139 Fsymbol_function [1149]
0.00 0.00 70/70 match_limit [1189]
0.00 0.00 50/50 Fmatch_beginning [1226]
0.00 0.00 42/5810 Fnthcdr [841]
0.00 0.00 20/20 Fmatch_end [1325]
0.00 0.00 20/20 Fquo [1326]
0.00 0.00 2/2666 Fdowncase [888]
0.00 0.00 1/1 Fforward_char [1567]
0.00 0.00 1/1 Fskip_chars_forward [1580]
0.00 0.00 1/1 Fskip_chars_backward [1579]
115596 Ffuncall <cycle 4> [29]
42892 specbind <cycle 4> [128]
30046 Fsymbol_value <cycle 4> [806]
16753 unbind_to <cycle 4> [244]
11553 store_symval_forwarding <cycle 4> [802]
711 Fset_buffer <cycle 4> [897]
491 Fset_default <cycle 4> [198]
299 Fset <cycle 4> [249]
35 Fgarbage_collect <cycle 4> [64]
-----------------------------------------------
0.00 0.00 53/39716 fast_c_string_match_ignore_case [341]
0.00 0.00 386/39716 string_match_1 [256]
0.00 0.00 482/39716 directory_files_internal <cycle 4> [254]
0.00 0.02 38795/39716 fast_string_match_internal [71]
[74] 0.3 0.00 0.02 39716 re_search [74]
0.01 0.02 39716/44876 re_search_2 [72]
-----------------------------------------------
0.00 0.00 99/1306 set_fontset_font [191]
0.00 0.02 1207/1306 Fset_fontset_font <cycle 4> [56]
[75] 0.3 0.00 0.02 1306 fontset_add [75]
0.00 0.02 1388/1428 char_table_set_range [76]
0.00 0.00 396/640 char_table_set [195]
0.00 0.00 1214/45490 concat [103]
0.00 0.00 1306/8857 Fmake_vector [207]
0.00 0.00 1388/1391 char_table_ref_and_range [950]
0.00 0.00 1214/6814 Fvconcat [832]
-----------------------------------------------
0.00 0.00 3/1428 fontset_find_font [13]
0.00 0.00 37/1428 Fset_char_table_range [223]
0.00 0.02 1388/1428 fontset_add [75]
[76] 0.2 0.00 0.02 1428 char_table_set_range [76]
0.02 0.00 14/18 char_table_ascii [70]
0.00 0.00 1031/1031 sub_char_table_set_range [373]
0.00 0.00 11/170 make_sub_char_table [359]
-----------------------------------------------
1112486 gobble_input <cycle 3> [53]
[77] 0.2 0.02 0.00 1112486 XTread_socket <cycle 3> [77]
0.00 0.00 1112486/3508683 unblock_input_to [144]
0.00 0.00 976/1112161 do_pending_atimers [55]
0.00 0.00 1112486/3508670 unblock_input [754]
976 process_pending_signals <cycle 3> [134]
-----------------------------------------------
0.00 0.00 2/138863 fontset_from_font <cycle 4> [343]
0.00 0.00 28/138863 font_clear_prop [433]
0.00 0.00 141/138863 font_list_entities [16]
0.00 0.02 138692/138863 font_find_for_lface [14]
[78] 0.2 0.00 0.02 138863 copy_font_spec [78]
0.00 0.02 138863/154204 allocate_vector [92]
0.00 0.00 277722/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 24/1932 Ffuncall <cycle 4> [29]
0.00 0.00 98/1932 redisplay_internal [38]
0.00 0.01 551/1932 ftfont_lookup_cache [22]
0.00 0.01 1259/1932 where_is_internal_1 <cycle 4> [101]
[79] 0.2 0.00 0.02 1932 Fputhash [79]
0.02 0.00 1383/1383 hash_put [82]
0.00 0.00 1932/2446268 hash_lookup [25]
0.00 0.00 1932/2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
0.00 0.00 1/1289625 make_frame <cycle 4> [534]
0.00 0.00 1/1289625 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1289625 x_term_init <cycle 4> [508]
0.00 0.00 1/1289625 x_set_tool_bar_position [638]
0.00 0.00 1/1289625 Fdefine_key <cycle 4> [112]
0.00 0.00 1/1289625 prepare_record [675]
0.00 0.00 2/1289625 record_first_change [656]
0.00 0.00 2/1289625 save_menu_items [605]
0.00 0.00 2/1289625 map_char_table_for_charset [200]
0.00 0.00 2/1289625 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/1289625 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/1289625 init_kboard [655]
0.00 0.00 2/1289625 record_buffer [654]
0.00 0.00 2/1289625 record_insert [643]
0.00 0.00 2/1289625 Fautoload [584]
0.00 0.00 2/1289625 font_update_drivers [568]
0.00 0.00 2/1289625 font_put_frame_data [648]
0.00 0.00 2/1289625 Feval_buffer <cycle 4> [507]
0.00 0.00 2/1289625 fontset_find_font [13]
0.00 0.00 2/1289625 fontset_pattern_regexp [549]
0.00 0.00 2/1289625 Fnew_fontset <cycle 4> [371]
0.00 0.00 3/1289625 Fsignal <cycle 4> [647]
0.00 0.00 4/1289625 Ffontp [363]
0.00 0.00 4/1289625 Fload <cycle 4> [411]
0.00 0.00 4/1289625 save_window_save [634]
0.00 0.00 5/1289625 Finternal_char_font [322]
0.00 0.00 6/1289625 display_mode_element <cycle 4> [379]
0.00 0.00 6/1289625 Fterminal_list [619]
0.00 0.00 6/1289625 Fset_terminal_parameter [618]
0.00 0.00 6/1289625 Fxw_color_values [548]
0.00 0.00 6/1289625 file_attributes [518]
0.00 0.00 6/1289625 fontset_from_font <cycle 4> [343]
0.00 0.00 7/1289625 Fcurrent_time [530]
0.00 0.00 8/1289625 add_window_to_list [609]
0.00 0.00 8/1289625 font_open_entity [392]
0.00 0.00 8/1289625 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 8/1289625 Fpropertize <cycle 4> [521]
0.00 0.00 8/1289625 readevalloop <cycle 4> [402]
0.00 0.00 9/1289625 read_char <cycle 2> [20]
0.00 0.00 9/1289625 font_registry_charsets [31]
0.00 0.00 10/1289625 redisplay_internal [38]
0.00 0.00 10/1289625 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/1289625 Finsert_file_contents <cycle 4> [351]
0.00 0.00 10/1289625 Fprovide [583]
0.00 0.00 10/1289625 lookup_image <cycle 4> [495]
0.00 0.00 12/1289625 make_lispy_position <cycle 4> [562]
0.00 0.00 12/1289625 get_keyelt <cycle 4> [541]
0.00 0.00 12/1289625 x_find_image_fd <cycle 4> [500]
0.00 0.00 16/1289625 Fget_load_suffixes [443]
0.00 0.00 19/1289625 Fcopy_keymap [551]
0.00 0.00 20/1289625 apply_modifiers [309]
0.00 0.00 22/1289625 adjust_frame_size <cycle 4> [497]
0.00 0.00 22/1289625 process_tool_bar_item <cycle 4> [333]
0.00 0.00 26/1289625 handle_one_xevent [99]
0.00 0.00 31/1289625 map_charset_chars <cycle 4> [199]
0.00 0.00 32/1289625 funcall_lambda <cycle 4> [314]
0.00 0.00 35/1289625 openp <cycle 4> [220]
0.00 0.00 36/1289625 parse_modifiers [377]
0.00 0.00 36/1289625 make_blv [506]
0.00 0.00 42/1289625 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 44/1289625 store_in_keymap [502]
0.00 0.00 46/1289625 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 47/1289625 set_fontset_font [191]
0.00 0.00 50/1289625 push_message <cycle 4> [512]
0.00 0.00 62/1289625 Ffset [225]
0.00 0.00 64/1289625 set_internal [145]
0.00 0.00 72/1289625 map_keymap_char_table_item [493]
0.00 0.00 76/1289625 store_frame_param [490]
0.00 0.00 76/1289625 access_keymap_1 <cycle 4> [305]
0.00 0.00 90/1289625 Fmake_local_variable <cycle 4> [436]
0.00 0.00 128/1289625 Fdefalias [224]
0.00 0.00 131/1289625 menu_bar_item <cycle 4> [467]
0.00 0.00 137/1289625 Fdefvar <cycle 4> [454]
0.00 0.00 158/1289625 Fput [267]
0.00 0.00 164/1289625 Finternal_make_lisp_face [385]
0.00 0.00 180/1289625 eval_sub <cycle 4> [176]
0.00 0.00 208/1289625 Fset_charset_priority [444]
0.00 0.00 215/1289625 map_char_table <cycle 4> [455]
0.00 0.00 220/1289625 Fplist_put [261]
0.00 0.00 252/1289625 time_arith [445]
0.00 0.00 271/1289625 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 329/1289625 read1 <cycle 5> [300]
0.00 0.00 401/1289625 Fsafe_length [427]
0.00 0.00 478/1289625 directory_files_internal <cycle 4> [254]
0.00 0.00 510/1289625 command_loop_1 <cycle 2> [18]
0.00 0.00 518/1289625 Fcall_interactively <cycle 4> [106]
0.00 0.00 539/1289625 Fgarbage_collect <cycle 4> [64]
0.00 0.00 551/1289625 ftfont_lookup_cache [22]
0.00 0.00 1019/1289625 update_compositions <cycle 4> [154]
0.00 0.00 1021/1289625 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 1030/1289625 Fwindow_scroll_bars [319]
0.00 0.00 1039/1289625 code_conversion_save <cycle 4> [376]
0.00 0.00 1076/1289625 accumulate_script_ranges [374]
0.00 0.00 1084/1289625 Fbacktrace_frame [318]
0.00 0.00 1109/1289625 ftfont_pattern_entity [216]
0.00 0.00 1109/1289625 ftfont_list [211]
0.00 0.00 1132/1289625 window_list_1 [344]
0.00 0.00 1209/1289625 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1230/1289625 list2 [368]
0.00 0.00 1245/1289625 list4 [365]
0.00 0.00 1302/1289625 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1390/1289625 list3 [360]
0.00 0.00 1582/1289625 read_list <cycle 5> [357]
0.00 0.00 1998/1289625 offset_intervals [288]
0.00 0.00 2062/1289625 Fkey_binding <cycle 4> [352]
0.00 0.00 2584/1289625 font_put_extra [336]
0.00 0.00 3319/1289625 Ffuncall <cycle 4> [29]
0.00 0.00 3666/1289625 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3932/1289625 add_properties [291]
0.00 0.00 4128/1289625 list5 [327]
0.00 0.00 5685/1289625 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 14500/1289625 Fparse_partial_sexp [33]
0.00 0.00 16299/1289625 exec_byte_code <cycle 4> [73]
0.00 0.00 18766/1289625 Flist [257]
0.00 0.00 106560/1289625 store_in_alist [196]
0.00 0.00 122156/1289625 Fcopy_alist [188]
0.00 0.00 127058/1289625 Fmake_list [190]
0.00 0.00 277722/1289625 copy_font_spec [78]
0.01 0.00 555016/1289625 font_list_entities [16]
[80] 0.2 0.02 0.00 1289625 Fcons [80]
0.00 0.00 6810/6810 lisp_align_malloc [329]
-----------------------------------------------
0.00 0.00 500/156717 eval_sub <cycle 4> [176]
0.00 0.00 2014/156717 allocate_pseudovector [265]
0.02 0.00 154203/156717 allocate_vector [92]
[81] 0.2 0.02 0.00 156717 Fmake_string [81]
0.00 0.00 2561/1153527 xmalloc [118]
0.00 0.00 2561/10417 mem_insert [310]
0.00 0.00 48/1280 lisp_malloc [409]
0.00 0.00 500/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.02 0.00 1383/1383 Fputhash [79]
[82] 0.2 0.02 0.00 1383 hash_put [82]
0.00 0.00 48/63 larger_vector [413]
0.00 0.00 16/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 4/55320 looking_at_1 [468]
0.00 0.00 5454/55320 fast_looking_at [186]
0.02 0.00 49862/55320 re_search_2 [72]
[83] 0.2 0.02 0.00 55320 re_match_2_internal [83]
0.00 0.00 54/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 54/1112161 do_pending_atimers [55]
0.00 0.00 11/2682 skip_one_char [887]
-----------------------------------------------
0.00 0.00 510/1039907 start_atimer [383]
0.01 0.01 1039397/1039907 do_pending_atimers [55]
[84] 0.2 0.01 0.01 1039907 set_alarm [84]
0.01 0.00 1039907/1039907 add_timer_wait_descriptor [120]
-----------------------------------------------
0.00 0.00 416046/2634947 font_has_char [102]
0.02 0.00 2218901/2634947 font_sort_entities [21]
[85] 0.2 0.02 0.00 2634947 xftfont_has_char [85]
-----------------------------------------------
0.00 0.00 1/555562 Fnew_fontset <cycle 4> [371]
0.00 0.00 8/555562 font_build_object [406]
0.00 0.00 819/555562 Ffont_xlfd_name [316]
0.02 0.00 554734/555562 xfont_list [17]
[86] 0.2 0.02 0.00 555562 font_unparse_xlfd [86]
0.00 0.00 1666686/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 1/256439 Fremove_text_properties <cycle 4> [625]
0.00 0.00 932/256439 Ftext_property_any [323]
0.00 0.00 999/256439 graft_intervals_into_buffer [252]
0.00 0.00 999/256439 offset_intervals [288]
0.00 0.00 1467/256439 Fremove_list_of_text_properties [105]
0.00 0.00 1470/256439 add_text_properties_1 <cycle 4> [104]
0.00 0.00 2471/256439 verify_interval_modification [277]
0.00 0.00 3105/256439 Fnext_property_change [269]
0.00 0.00 3263/256439 compute_stop_pos [166]
0.00 0.00 10696/256439 Fnext_single_property_change [217]
0.00 0.00 14666/256439 set_point_both [206]
0.00 0.00 16012/256439 get_property_and_range [205]
0.02 0.00 200358/256439 Ftext_properties_at [97]
[87] 0.2 0.02 0.00 256439 find_interval [87]
0.00 0.00 255472/265452 balance_possible_root_interval [776]
-----------------------------------------------
121726 mark_char_table <cycle 4> [88]
441 Fgarbage_collect <cycle 4> [64]
1151 mark_vectorlike <cycle 4> [127]
2051 mark_object <cycle 4> [46]
[88] 0.2 0.02 0.00 3643+121726 mark_char_table <cycle 4> [88]
5510016 mark_object <cycle 4> [46]
26969 mark_vectorlike <cycle 4> [127]
121726 mark_char_table <cycle 4> [88]
-----------------------------------------------
0.00 0.00 121/7770475 wait_reading_process_output [44]
0.02 0.00 7770354/7770475 deliver_process_signal [54]
[89] 0.2 0.02 0.00 7770475 handle_input_available_signal [89]
-----------------------------------------------
<spontaneous>
[90] 0.2 0.02 0.00 x_check_errors [90]
-----------------------------------------------
0.01 0.01 49/49 Fgarbage_collect <cycle 4> [64]
[91] 0.2 0.01 0.01 49 sweep_vectors [91]
0.01 0.00 602499/605190 vector_nbytes [122]
0.00 0.00 1/1 xftfont_close [712]
0.00 0.00 175532/175532 cleanup_vector [785]
0.00 0.00 2510/10056 mem_delete [823]
0.00 0.00 2473/69654 mem_find [801]
0.00 0.00 37/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 1/154204 Fcurrent_window_configuration [526]
0.00 0.00 63/154204 larger_vector [413]
0.00 0.00 170/154204 make_sub_char_table [359]
0.00 0.00 911/154204 Fset_fontset_font <cycle 4> [56]
0.00 0.00 2582/154204 Fmake_byte_code [248]
0.00 0.00 2757/154204 Fvector [245]
0.00 0.00 8857/154204 Fmake_vector [207]
0.00 0.02 138863/154204 copy_font_spec [78]
[92] 0.2 0.00 0.02 154204 allocate_vector [92]
0.02 0.00 154203/156717 Fmake_string [81]
-----------------------------------------------
0.00 0.00 4/140083 font_parse_family_registry [321]
0.00 0.00 58/140083 font_parse_name [350]
0.00 0.00 220/140083 font_parse_xlfd [354]
0.00 0.00 1102/140083 ftfont_pattern_entity [216]
0.00 0.02 138699/140083 font_find_for_lface [14]
[93] 0.2 0.00 0.02 140083 font_intern_prop [93]
0.01 0.00 139943/142598 oblookup [125]
0.01 0.00 139943/148728 parse_str_as_multibyte [123]
0.00 0.00 188/188 intern_driver [632]
0.00 0.00 188/41699 make_specified_string [422]
0.00 0.00 139943/285196 check_obarray [775]
0.00 0.00 188/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 141709/285259 bidi_resolve_neutral <cycle 4> [148]
0.01 0.00 143550/285259 bidi_level_of_next_char <cycle 4> [147]
[94] 0.2 0.01 0.01 285259 bidi_explicit_dir_char [94]
0.00 0.00 282038/7538722 char_table_ref [37]
-----------------------------------------------
147261 bidi_resolve_weak <cycle 4> [789]
[95] 0.2 0.01 0.01 147261 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 146478/146871 bidi_find_paragraph_start [175]
0.00 0.00 138282/279517 bidi_paired_bracket_type [151]
0.00 0.00 138306/285588 bidi_get_category [774]
146478 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
0.00 0.00 1/1109469 fontset_from_font <cycle 4> [343]
0.00 0.02 1109468/1109469 font_list_entities [16]
[96] 0.2 0.00 0.02 1109469 assoc_no_quit [96]
0.02 0.00 1535849/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 52/204864 display_mode_element <cycle 4> [379]
0.00 0.00 733/204864 make_buffer_string_both [306]
0.00 0.00 11412/204864 text_property_stickiness [214]
0.00 0.00 12169/204864 Fget_text_property [208]
0.00 0.01 180498/204864 get_char_property_and_overlay [100]
[97] 0.2 0.00 0.02 204864 Ftext_properties_at [97]
0.02 0.00 200358/256439 find_interval [87]
0.00 0.00 204864/228845 validate_interval_range [778]
-----------------------------------------------
<spontaneous>
[98] 0.2 0.00 0.02 event_handler_gdk [98]
0.00 0.02 1819/1819 handle_one_xevent [99]
0.00 0.00 2624/3508683 unblock_input_to [144]
0.00 0.00 1610/3429 x_any_window_to_frame [404]
0.00 0.00 2624/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.02 1819/1819 event_handler_gdk [98]
[99] 0.2 0.00 0.02 1819 handle_one_xevent [99]
0.00 0.01 809/809 kbd_buffer_store_buffered_event [137]
0.00 0.00 15/15 x_focus_changed [170]
0.00 0.00 1/9783 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 797/2224296 Fgethash [28]
0.00 0.00 1819/3429 x_any_window_to_frame [404]
0.00 0.00 55/55 note_mouse_movement [441]
0.00 0.00 32/76 store_frame_param [490]
0.00 0.00 26/1289625 Fcons [80]
0.00 0.00 26/1230 list2 [368]
0.00 0.00 1/1 do_ewmh_fullscreen [538]
0.00 0.00 123/132 x_top_window_to_frame [542]
0.00 0.00 91/91 x_window_to_frame [554]
0.00 0.00 26/27 get_current_wm_state [627]
0.00 0.00 21/22 x_real_positions [637]
0.00 0.00 26/75 get_frame_param [719]
0.00 0.00 3188/98231 Fplist_get [798]
0.00 0.00 3188/69910 Fget [800]
0.00 0.00 797/917 popup_activated [995]
0.00 0.00 797/797 x_x_to_emacs_modifiers [1001]
0.00 0.00 120/120 xft_settings_event [1161]
0.00 0.00 80/80 x_handle_property_notify [1179]
0.00 0.00 58/58 x_mouse_grabbed [1204]
0.00 0.00 51/51 xg_event_is_for_scrollbar [1224]
0.00 0.00 40/40 x_handle_dnd_message [1270]
0.00 0.00 26/410271 Fcdr [768]
0.00 0.00 26/72 frame_size_history_add [1185]
0.00 0.00 20/20 x_detect_focus_change [1329]
0.00 0.00 19/19 xg_frame_resized [1332]
0.00 0.00 16/16 expose_frame [1340]
0.00 0.00 16/257 x_clear_area [1113]
0.00 0.00 8/148 clear_mouse_face [1144]
0.00 0.00 1/6 redisplay_other_windows [1415]
0.00 0.00 1/1 record_asynch_buffer_change [1621]
-----------------------------------------------
0.00 0.00 268/180498 show_hourglass <cycle 4> [183]
0.00 0.00 1524/180498 command_loop_1 <cycle 2> [18]
0.00 0.00 1558/180498 back_to_previous_visible_line_start [238]
0.00 0.00 3195/180498 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 3255/180498 handle_invisible_prop [262]
0.00 0.00 3455/180498 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3592/180498 handle_line_prefix [260]
0.00 0.00 4089/180498 Fconstrain_to_field [253]
0.00 0.00 4125/180498 handle_fontified_prop <cycle 4> [243]
0.00 0.00 5053/180498 handle_display_prop [241]
0.00 0.00 5474/180498 x_produce_glyphs [57]
0.00 0.00 6230/180498 get_local_map [193]
0.00 0.01 138680/180498 face_for_char [11]
[100] 0.1 0.00 0.01 180498 get_char_property_and_overlay [100]
0.00 0.01 180498/204864 Ftext_properties_at [97]
0.00 0.00 180498/428532 lookup_char_property [390]
0.00 0.00 359988/372448 set_buffer_temp [770]
0.00 0.00 180498/408494 textget [769]
0.00 0.00 179994/186535 overlays_at [781]
0.00 0.00 179994/186255 sort_overlays [782]
0.00 0.00 3660/49012 Fcar [807]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [110]
19215 map_keymap_internal <cycle 4> [680]
[101] 0.1 0.00 0.01 21339 where_is_internal_1 <cycle 4> [101]
0.00 0.01 1259/1932 Fputhash [79]
0.00 0.00 1090/45490 concat [103]
0.00 0.00 1259/2224296 Fgethash [28]
0.00 0.00 206/35053 Fcopy_sequence [150]
0.00 0.00 1302/1289625 Fcons [80]
0.00 0.00 1090/6814 Fvconcat [832]
0.00 0.00 206/2149 Faset [902]
21339 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 138685/2634947 face_for_char [11]
0.00 0.00 277361/2634947 fontset_find_font [13]
0.01 0.00 2218901/2634947 font_sort_entities [21]
[102] 0.1 0.01 0.00 2634947 font_has_char [102]
0.00 0.00 416046/2634947 xftfont_has_char [85]
-----------------------------------------------
0.00 0.00 1/45490 Fload <cycle 4> [411]
0.00 0.00 34/45490 eval_sub <cycle 4> [176]
0.00 0.00 141/45490 font_list_entities [16]
0.00 0.00 206/45490 Fkey_description <cycle 4> [317]
0.00 0.00 241/45490 concat2 [328]
0.00 0.00 258/45490 exec_byte_code <cycle 4> [73]
0.00 0.00 879/45490 concat3 [274]
0.00 0.00 1090/45490 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1214/45490 fontset_add [75]
0.00 0.00 1785/45490 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3141/45490 Fcopy_alist [188]
0.00 0.00 3607/45490 Ffuncall <cycle 4> [29]
0.00 0.01 32893/45490 Fcopy_sequence [150]
[103] 0.1 0.00 0.01 45490 concat [103]
0.01 0.00 101155/116631 Flength [126]
0.00 0.00 5860/5860 Fmake_list [190]
0.00 0.00 7084/8857 Fmake_vector [207]
0.00 0.00 28774/41699 make_specified_string [422]
0.00 0.00 3304/46458 make_uninit_multibyte_string [417]
0.00 0.00 30992/31663 count_size_as_multibyte [810]
0.00 0.00 29242/29246 make_uninit_string [811]
0.00 0.00 536/1553 copy_text [931]
-----------------------------------------------
2 Fpropertize <cycle 4> [521]
1472 Fput_text_property <cycle 4> [944]
[104] 0.1 0.00 0.01 1474 add_text_properties_1 <cycle 4> [104]
0.01 0.00 4/4 split_interval_left [117]
0.00 0.00 2039/2039 add_properties [291]
0.00 0.00 1470/256439 find_interval [87]
0.00 0.00 4/4 copy_properties [515]
0.00 0.00 3/4 create_root_interval [722]
0.00 0.00 4996/5001 validate_plist [850]
0.00 0.00 1474/228845 validate_interval_range [778]
0.00 0.00 1142/183733 next_interval [783]
1471 modify_text_properties <cycle 4> [945]
1471 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 467/1486 Ffuncall <cycle 4> [29]
0.00 0.01 1019/1486 update_compositions <cycle 4> [154]
[105] 0.1 0.00 0.01 1486 Fremove_list_of_text_properties [105]
0.01 0.00 2037/2037 call_mod_hooks [130]
0.00 0.00 1467/256439 find_interval [87]
0.00 0.00 1486/228845 validate_interval_range [778]
0.00 0.00 570/183733 next_interval [783]
-----------------------------------------------
518 Ffuncall <cycle 4> [29]
[106] 0.1 0.01 0.00 518 Fcall_interactively <cycle 4> [106]
0.00 0.00 1028/8785 make_string [226]
0.00 0.00 518/1289625 Fcons [80]
0.00 0.00 518/1230 list2 [368]
0.00 0.00 518/518 Finteractive_form [1055]
0.00 0.00 518/49012 Fcar [807]
0.00 0.00 518/98231 Fplist_get [798]
0.00 0.00 518/69910 Fget [800]
1034 unbind_to <cycle 4> [244]
518 Ffuncall <cycle 4> [29]
510 call0 <cycle 4> [854]
-----------------------------------------------
0.00 0.00 264/7159 next_element_from_string <cycle 4> [219]
0.00 0.00 286/7159 composition_reseat_it [239]
0.00 0.00 3114/7159 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3495/7159 compute_stop_pos [166]
[107] 0.1 0.00 0.01 7159 composition_compute_stop_pos [107]
0.01 0.00 317739/7538722 char_table_ref [37]
0.00 0.00 7147/15456 find_composition [194]
-----------------------------------------------
0.00 0.00 31/533 valid_lisp_object_p [227]
0.00 0.00 213/533 Fgarbage_collect <cycle 4> [64]
0.01 0.00 289/533 mark_maybe_object [165]
[108] 0.1 0.01 0.00 533 Fsuspicious_object [108]
0.00 0.00 2691/605190 vector_nbytes [122]
-----------------------------------------------
6 get_keyelt <cycle 4> [541]
308 process_tool_bar_item <cycle 4> [333]
[109] 0.1 0.01 0.00 314 menu_item_eval_property <cycle 4> [109]
0.00 0.00 314/77270 set_internal [145]
314 store_symval_forwarding <cycle 4> [802]
314 specbind <cycle 4> [128]
314 internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
17090 map_sub_char_table <cycle 4> [110]
215 map_char_table <cycle 4> [455]
[110] 0.1 0.01 0.00 215+17090 map_sub_char_table <cycle 4> [110]
0.00 0.00 30173/30173 accumulate_script_ranges [374]
0.00 0.00 4248/4272 map_keymap_char_table_item [493]
2124 where_is_internal_1 <cycle 4> [101]
2124 accessible_keymaps_1 <cycle 4> [228]
17090 map_sub_char_table <cycle 4> [110]
-----------------------------------------------
24 display_mode_element <cycle 4> [379]
29 echo_area_display <cycle 4> [704]
44 truncate_undo_list <cycle 4> [1264]
[111] 0.1 0.01 0.00 97 inhibit_garbage_collection <cycle 4> [111]
0.00 0.00 97/77270 set_internal [145]
97 store_symval_forwarding <cycle 4> [802]
97 specbind <cycle 4> [128]
-----------------------------------------------
21 Ffuncall <cycle 4> [29]
[112] 0.1 0.00 0.01 21 Fdefine_key <cycle 4> [112]
0.01 0.00 6/6 lucid_event_type_list_p [132]
0.00 0.00 21/554979 Fassoc [66]
0.00 0.00 22/22 store_in_keymap [502]
0.00 0.00 6/9497 apply_modifiers [309]
0.00 0.00 21/9158 parse_modifiers [377]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/11766 Faref [821]
0.00 0.00 21/4021849 Fsymbol_name [753]
0.00 0.00 6/6 Fevent_convert_list [1403]
0.00 0.00 1/14391 list1 [818]
2 access_keymap_1 <cycle 4> [305]
1 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 1/3 ftfont_lookup_cache [22]
0.01 0.00 2/3 where_is_internal <cycle 4> [157]
[113] 0.1 0.01 0.00 3 Fmake_hash_table [113]
0.00 0.00 3/3 make_hash_table [471]
0.00 0.00 6/652 make_float [1021]
-----------------------------------------------
2 x_default_scroll_bar_color_parameter <cycle 4> [739]
5 Fmodify_frame_parameters <cycle 4> [1421]
30 x_default_parameter <cycle 4> [720]
[114] 0.1 0.00 0.01 37 x_set_frame_parameters <cycle 4> [114]
0.00 0.01 1/1 x_set_mouse_color [115]
0.00 0.00 37/76 store_frame_param [490]
0.00 0.00 1/1 x_set_font_backend [612]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1 set_frame_cursor_types [631]
0.00 0.00 1/1 x_set_tool_bar_position [638]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 4/25585 Fequal [255]
0.00 0.00 1/1 x_set_cursor_color [673]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/1230 list2 [368]
0.00 0.00 1/1 x_set_screen_gamma [692]
0.00 0.00 1/2 x_set_background_color [676]
0.00 0.00 1/1 x_set_border_color [694]
0.00 0.00 1/1 x_set_foreground_color [700]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/7 unload_color [663]
0.00 0.00 74/501996 Fassq [384]
0.00 0.00 37/75 get_frame_param [719]
0.00 0.00 112/410271 Fcdr [768]
0.00 0.00 37/49012 Fcar [807]
0.00 0.00 36/98231 Fplist_get [798]
0.00 0.00 36/69910 Fget [800]
0.00 0.00 1/72 frame_size_history_add [1185]
0.00 0.00 1/1 x_set_cursor_type [1648]
0.00 0.00 1/1 x_set_autolower [1644]
0.00 0.00 1/1 x_set_autoraise [1645]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 x_set_wait_for_wm [1666]
0.00 0.00 1/1 x_set_title [1663]
0.00 0.00 1/1 x_change_tool_bar_height [1638]
0.00 0.00 1/1 x_set_tool_bar_lines [1664]
0.00 0.00 1/1 x_set_scroll_bar_background [1657]
0.00 0.00 1/1 x_set_scroll_bar_foreground [1660]
0.00 0.00 1/1 x_set_right_fringe [1656]
0.00 0.00 1/1 x_set_left_fringe [1652]
0.00 0.00 1/1 x_set_line_spacing [1653]
0.00 0.00 1/334 fset_redisplay [1100]
0.00 0.00 1/1 x_set_horizontal_scroll_bars [1649]
0.00 0.00 1/1 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/1 x_set_bottom_divider_width [1647]
0.00 0.00 1/1 x_set_right_divider_width [1655]
0.00 0.00 1/1 x_set_internal_border_width [1651]
0.00 0.00 1/1 x_set_border_width [1646]
2 do_pending_window_change <cycle 4> [1097]
2 x_set_font <cycle 4> [189]
1 x_set_alpha <cycle 4> [710]
1 x_set_scroll_bar_height <cycle 4> [1661]
1 x_set_scroll_bar_width <cycle 4> [1662]
1 x_set_icon_type <cycle 4> [1650]
1 update_frame_tool_bar <cycle 4> [446]
1 run_window_configuration_change_hook <cycle 4> [545]
1 x_set_menu_bar_lines <cycle 4> [1654]
-----------------------------------------------
0.00 0.01 1/1 x_set_frame_parameters <cycle 4> [114]
[115] 0.1 0.00 0.01 1 x_set_mouse_color [115]
0.01 0.00 1/1 x_uncatch_errors_after_check [133]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1109464 x_had_errors_p [50]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/7 unload_color [663]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 1/10 x_query_colors [1379]
-----------------------------------------------
64 free_realized_face [116]
0.00 0.00 1/20 free_frame_faces [231]
0.00 0.00 3/20 init_iterator <cycle 4> [163]
0.00 0.01 16/20 realize_face [152]
[116] 0.1 0.00 0.01 20+64 free_realized_face [116]
0.01 0.00 63/63 free_face_fontset [138]
0.00 0.00 65/3508683 unblock_input_to [144]
0.00 0.00 126/133 x_free_colors [1155]
0.00 0.00 65/3508670 unblock_input [754]
0.00 0.00 64/64 x_destroy_bitmap [1194]
0.00 0.00 63/1140773 xfree [760]
0.00 0.00 4/4 forget_escape_and_glyphless_faces [1456]
0.00 0.00 3/334 fset_redisplay [1100]
0.00 0.00 3/62 clear_window_matrices [1197]
0.00 0.00 3/13 clear_current_matrices [1351]
0.00 0.00 1/2 xftfont_done_face [1552]
0.00 0.00 1/2 font_done_for_face [1528]
64 free_realized_face [116]
-----------------------------------------------
0.01 0.00 4/4 add_text_properties_1 <cycle 4> [104]
[117] 0.1 0.01 0.00 4 split_interval_left [117]
0.00 0.00 4/1007 make_interval [535]
0.00 0.00 4/312932 balance_an_interval [771]
0.00 0.00 4/265452 balance_possible_root_interval [776]
-----------------------------------------------
0.00 0.00 1/1153527 start_atimer [383]
0.00 0.00 1/1153527 define_image_type [575]
0.00 0.00 1/1153527 set_frame_menubar <cycle 4> [418]
0.00 0.00 1/1153527 x_session_initialize [628]
0.00 0.00 1/1153527 create_menus [437]
0.00 0.00 1/1153527 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1153527 allocate_kboard [649]
0.00 0.00 1/1153527 xlispstrdup [689]
0.00 0.00 2/1153527 create_terminal <cycle 4> [513]
0.00 0.00 2/1153527 make_face_cache [667]
0.00 0.00 2/1153527 face_for_font [664]
0.00 0.00 2/1153527 Fx_change_window_property [550]
0.00 0.00 2/1153527 gethomedir [665]
0.00 0.00 2/1153527 register_font_driver [666]
0.00 0.00 2/1153527 make_image_cache [668]
0.00 0.00 3/1153527 smc_save_yourself_CB [614]
0.00 0.00 3/1153527 record_xmalloc [659]
0.00 0.00 3/1153527 x_term_init <cycle 4> [508]
0.00 0.00 5/1153527 Fget_buffer_create <cycle 4> [479]
0.00 0.00 7/1153527 xftfont_prepare_face [633]
0.00 0.00 10/1153527 new_region_cache [622]
0.00 0.00 13/1153527 digest_single_submenu <cycle 4> [448]
0.00 0.00 14/1153527 magic_db [610]
0.00 0.00 24/1153527 push_kboard [567]
0.00 0.00 36/1153527 process_tool_bar_item <cycle 4> [333]
0.00 0.00 36/1153527 make_blv [506]
0.00 0.00 37/1153527 xstrdup [546]
0.00 0.00 94/1153527 make_realized_face [510]
0.00 0.00 309/1153527 encode_coding_object <cycle 4> [466]
0.00 0.00 551/1153527 ftfont_lookup_cache [22]
0.00 0.00 571/1153527 text_quoting_style <cycle 4> [434]
0.00 0.00 642/1153527 xg_item_label_same_p [432]
0.00 0.00 922/1153527 xbm_image_p [414]
0.00 0.00 2561/1153527 Fmake_string [81]
0.00 0.00 10417/1153527 mem_insert [310]
0.00 0.00 27774/1153527 re_compile_pattern [270]
0.01 0.00 1109473/1153527 x_catch_errors_with_handler [51]
[118] 0.1 0.01 0.00 1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 510/1040417 start_atimer [383]
0.00 0.00 510/1040417 cancel_atimer [439]
0.01 0.00 1039397/1040417 do_pending_atimers [55]
[119] 0.1 0.01 0.00 1040417 block_atimers [119]
-----------------------------------------------
0.01 0.00 1039907/1039907 set_alarm [84]
[120] 0.1 0.01 0.00 1039907 add_timer_wait_descriptor [120]
-----------------------------------------------
0.00 0.00 2/1109470 Ffontp [363]
0.01 0.00 1109468/1109470 font_list_entities [16]
[121] 0.1 0.01 0.00 1109470 xfont_get_cache [121]
-----------------------------------------------
0.00 0.00 2691/605190 Fsuspicious_object [108]
0.01 0.00 602499/605190 sweep_vectors [91]
[122] 0.1 0.01 0.00 605190 vector_nbytes [122]
-----------------------------------------------
0.00 0.00 8785/148728 make_string [226]
0.01 0.00 139943/148728 font_intern_prop [93]
[123] 0.1 0.01 0.00 148728 parse_str_as_multibyte [123]
-----------------------------------------------
2313 display_string <cycle 4> [210]
2602 move_it_to <cycle 4> [213]
2736 forward_to_next_line_start <cycle 4> [885]
7622 display_line <cycle 4> [184]
132052 move_it_in_display_line_to <cycle 4> [58]
[124] 0.1 0.01 0.00 147325 set_iterator_to_next <cycle 4> [124]
142757 bidi_move_to_visually_next <cycle 4> [185]
18 bidi_paragraph_init <cycle 4> [485]
-----------------------------------------------
0.00 0.00 7/142598 Fintern_soft [527]
0.00 0.00 560/142598 intern_1 [342]
0.00 0.00 2088/142598 Fintern [286]
0.01 0.00 139943/142598 font_intern_prop [93]
[125] 0.1 0.01 0.00 142598 oblookup [125]
0.00 0.00 142598/285196 check_obarray [775]
0.00 0.00 142598/143520 hash_string [794]
-----------------------------------------------
0.00 0.00 1/116631 Fmapc <cycle 4> [623]
0.00 0.00 3/116631 display_mode_element <cycle 4> [379]
0.00 0.00 11/116631 Fsort [501]
0.00 0.00 13/116631 parse_single_submenu <cycle 4> [494]
0.00 0.00 44/116631 lookup_fringe_bitmap [451]
0.00 0.00 65/116631 Flet <cycle 4> [431]
0.00 0.00 71/116631 Fmapcar <cycle 4> [401]
0.00 0.00 90/116631 read_vector <cycle 5> [366]
0.00 0.00 206/116631 Fkey_description <cycle 4> [317]
0.00 0.00 224/116631 preferred_sequence_p [367]
0.00 0.00 495/116631 apply_lambda <cycle 4> [340]
0.00 0.00 500/116631 Fsetq <cycle 4> [338]
0.00 0.00 604/116631 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 995/116631 Fset_match_data [315]
0.00 0.00 1032/116631 Fapply <cycle 4> [313]
0.00 0.00 1856/116631 where_is_internal <cycle 4> [157]
0.00 0.00 1879/116631 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 2582/116631 exec_byte_code <cycle 4> [73]
0.00 0.00 4805/116631 eval_sub <cycle 4> [176]
0.01 0.00 101155/116631 concat [103]
[126] 0.1 0.01 0.00 116631 Flength [126]
-----------------------------------------------
168212 mark_vectorlike <cycle 4> [127]
6 mark_specpdl <cycle 4> [1234]
45 mark_localized_symbol <cycle 4> [830]
225 mark_face_cache <cycle 4> [1114]
433 mark_buffer <cycle 4> [1090]
2379 Fgarbage_collect <cycle 4> [64]
26969 mark_char_table <cycle 4> [88]
83160 mark_object <cycle 4> [46]
[127] 0.1 0.01 0.00 113217+168212 mark_vectorlike <cycle 4> [127]
0.00 0.00 25395/25395 mark_save_value [816]
5271672 mark_object <cycle 4> [46]
1151 mark_char_table <cycle 4> [88]
92 mark_buffer <cycle 4> [1090]
168212 mark_vectorlike <cycle 4> [127]
-----------------------------------------------
2 load_charset <cycle 4> [221]
6 Finsert_file_contents <cycle 4> [351]
6 Feval_buffer <cycle 4> [507]
8 set_frame_menubar <cycle 4> [418]
12 readevalloop <cycle 4> [402]
14 Fload <cycle 4> [411]
20 redisplay_window <cycle 4> [410]
30 show_hourglass <cycle 4> [183]
36 eval_sub <cycle 4> [176]
70 with_echo_area_buffer <cycle 4> [405]
97 inhibit_garbage_collection <cycle 4> [111]
125 FletX <cycle 4> [381]
126 Flet <cycle 4> [431]
314 menu_item_eval_property <cycle 4> [109]
467 handle_fontified_prop <cycle 4> [243]
612 Feval <cycle 4> [320]
929 safe__call <cycle 4> [301]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1549 safe_run_hooks <cycle 4> [276]
3057 update_compositions <cycle 4> [154]
25484 funcall_lambda <cycle 4> [314]
42892 exec_byte_code <cycle 4> [73]
0.00 0.00 1/9783 recursive_edit_1 [3]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 47/9783 redisplay_internal [38]
[128] 0.1 0.01 0.00 77993 specbind <cycle 4> [128]
0.00 0.00 77993/227551 grow_specpdl [779]
0.00 0.00 19812/41387 Fcurrent_buffer [809]
0.00 0.00 19807/74640 do_symval_forwarding [799]
0.00 0.00 2917/5857 Flocal_variable_p [840]
19812 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 75/9355 add_properties [291]
0.00 0.00 247/9355 Fplist_put [261]
0.01 0.00 9033/9355 exec_byte_code <cycle 4> [73]
[129] 0.1 0.01 0.00 9355 Fsetcar [129]
-----------------------------------------------
0.01 0.00 2037/2037 Fremove_list_of_text_properties [105]
[130] 0.1 0.01 0.00 2037 call_mod_hooks [130]
-----------------------------------------------
0.01 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[131] 0.1 0.01 0.00 49 sweep_conses [131]
0.00 0.00 6509/6509 lisp_align_free [833]
-----------------------------------------------
0.01 0.00 6/6 Fdefine_key <cycle 4> [112]
[132] 0.1 0.01 0.00 6 lucid_event_type_list_p [132]
-----------------------------------------------
0.01 0.00 1/1 x_set_mouse_color [115]
[133] 0.1 0.01 0.00 1 x_uncatch_errors_after_check [133]
0.00 0.00 1/1140773 xfree [760]
-----------------------------------------------
976 XTread_socket <cycle 3> [77]
0.00 0.00 1/1111191 xftfont_open [394]
0.00 0.00 1/1111191 xg_select [561]
0.00 0.00 1/1111191 other_visible_frames [590]
0.00 0.00 1/1111191 adjust_frame_size <cycle 4> [497]
0.00 0.00 1/1111191 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/1111191 x_new_font <cycle 4> [588]
0.00 0.00 1/1111191 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1111191 x_set_mouse_color [115]
0.00 0.00 1/1111191 x_window <cycle 4> [591]
0.00 0.00 1/1111191 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1111191 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1111191 where_is_internal <cycle 4> [157]
0.00 0.00 1/1111191 unbind_to <cycle 4> [244]
0.00 0.00 1/1111191 Frassoc [393]
0.00 0.00 2/1111191 x_defined_color [511]
0.00 0.00 2/1111191 x_scroll_bar_create [525]
0.00 0.00 2/1111191 Fx_change_window_property [550]
0.00 0.00 3/1111191 realize_basic_faces [153]
0.00 0.00 3/1111191 x_wait_for_event [532]
0.00 0.00 3/1111191 Fnreverse [45]
0.00 0.00 4/1111191 Fgarbage_collect <cycle 4> [64]
0.00 0.00 4/1111191 Fassoc [66]
0.00 0.00 6/1111191 Fx_register_dnd_atom [509]
0.00 0.00 7/1111191 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1111191 xftfont_text_extents [236]
0.00 0.00 8/1111191 Fx_selection_exists_p [489]
0.00 0.00 28/1111191 detect_input_pending_run_timers [43]
0.00 0.00 30/1111191 Fassoc_string [30]
0.00 0.00 48/1111191 x_make_frame_visible <cycle 4> [420]
0.00 0.00 54/1111191 re_match_2_internal [83]
0.00 0.00 81/1111191 internal_equal [52]
0.00 0.00 100/1111191 Fmake_list [190]
0.00 0.00 106/1111191 Fassq [384]
0.00 0.00 121/1111191 wait_reading_process_output [44]
0.00 0.00 219/1111191 exec_byte_code <cycle 4> [73]
0.00 0.00 421/1111191 Ffuncall <cycle 4> [29]
0.00 0.00 454/1111191 funcall_lambda <cycle 4> [314]
0.09 0.00 1109455/1111191 xfont_list_pattern [19]
[134] 0.1 0.01 0.00 1112158 process_pending_signals <cycle 3> [134]
1112960 gobble_input <cycle 3> [53]
-----------------------------------------------
0.01 0.00 1038/1038 swallow_events [65]
[135] 0.1 0.01 0.00 1038 process_special_events [135]
-----------------------------------------------
0.01 0.00 809/809 kbd_buffer_store_buffered_event [137]
[136] 0.1 0.01 0.00 809 kbd_buffer_nr_stored [136]
-----------------------------------------------
0.00 0.01 809/809 handle_one_xevent [99]
[137] 0.1 0.00 0.01 809 kbd_buffer_store_buffered_event [137]
0.01 0.00 809/809 kbd_buffer_nr_stored [136]
-----------------------------------------------
0.01 0.00 63/63 free_realized_face [116]
[138] 0.1 0.01 0.00 63 free_face_fontset [138]
-----------------------------------------------
0.00 0.00 3/10 eval_sub <cycle 4> [176]
0.01 0.00 7/10 Ffuncall <cycle 4> [29]
[139] 0.1 0.01 0.00 10 Ffeaturep [139]
0.00 0.00 10/10850 Fmemq [822]
-----------------------------------------------
<spontaneous>
[140] 0.1 0.01 0.00 Ffont_match_p [140]
-----------------------------------------------
<spontaneous>
[141] 0.1 0.01 0.00 copy_char_table [141]
-----------------------------------------------
<spontaneous>
[142] 0.1 0.01 0.00 run_all_atimers [142]
-----------------------------------------------
<spontaneous>
[143] 0.1 0.01 0.00 xfont_get_pcm [143]
-----------------------------------------------
0.00 0.00 1/3508683 clear_face_cache [714]
0.00 0.00 1/3508683 wait_reading_process_output [44]
0.00 0.00 1/3508683 check_glyph_memory [707]
0.00 0.00 1/3508683 other_visible_frames [590]
0.00 0.00 1/3508683 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3508683 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508683 show_hourglass <cycle 4> [183]
0.00 0.00 1/3508683 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508683 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508683 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508683 free_frame_faces [231]
0.00 0.00 1/3508683 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508683 x_new_font <cycle 4> [588]
0.00 0.00 1/3508683 x_set_offset [522]
0.00 0.00 1/3508683 Fx_wm_set_size_hint [523]
0.00 0.00 1/3508683 x_make_gc [709]
0.00 0.00 1/3508683 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/3508683 x_set_cursor_color [673]
0.00 0.00 1/3508683 x_window <cycle 4> [591]
0.00 0.00 1/3508683 read_and_apply_settings [585]
0.00 0.00 1/3508683 xsettings_initialize [572]
0.00 0.00 1/3508683 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508683 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/3508683 xftfont_close [712]
0.00 0.00 2/3508683 x_wm_supports [540]
0.00 0.00 2/3508683 delete_frame <cycle 4> [230]
0.00 0.00 2/3508683 init_iterator <cycle 4> [163]
0.00 0.00 2/3508683 Fx_change_window_property [550]
0.00 0.00 2/3508683 x_set_mouse_color [115]
0.00 0.00 2/3508683 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508683 open_directory [698]
0.00 0.00 2/3508683 directory_files_internal <cycle 4> [254]
0.00 0.00 2/3508683 unbind_to <cycle 4> [244]
0.00 0.00 2/3508683 x_wm_set_size_hint [464]
0.00 0.00 3/3508683 x_wait_for_event [532]
0.00 0.00 3/3508683 x_term_init <cycle 4> [508]
0.00 0.00 3/3508683 Fx_create_frame <cycle 4> [202]
0.00 0.00 4/3508683 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508683 x_scroll_bar_create [525]
0.00 0.00 5/3508683 clear_image_cache [678]
0.00 0.00 6/3508683 realize_basic_faces [153]
0.00 0.00 6/3508683 Fx_register_dnd_atom [509]
0.00 0.00 6/3508683 Fkill_buffer <cycle 4> [565]
0.00 0.00 7/3508683 unload_color [663]
0.00 0.00 8/3508683 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/3508683 Fx_selection_exists_p [489]
0.00 0.00 8/3508683 xg_update_scrollbar_pos [662]
0.00 0.00 9/3508683 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 10/3508683 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/3508683 unwind_to_catch <cycle 4> [657]
0.00 0.00 10/3508683 lookup_image <cycle 4> [495]
0.00 0.00 13/3508683 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 14/3508683 set_frame_menubar <cycle 4> [418]
0.00 0.00 14/3508683 prepare_face_for_display [617]
0.00 0.00 16/3508683 xftfont_open [394]
0.00 0.00 22/3508683 x_real_pos_and_offsets [636]
0.00 0.00 22/3508683 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508683 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 27/3508683 get_current_wm_state [627]
0.00 0.00 30/3508683 detect_input_pending_run_timers [43]
0.00 0.00 31/3508683 redisplay_internal [38]
0.00 0.00 31/3508683 xg_select [561]
0.00 0.00 35/3508683 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 35/3508683 read1 <cycle 5> [300]
0.00 0.00 48/3508683 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/3508683 make_gap [595]
0.00 0.00 49/3508683 Fgarbage_collect <cycle 4> [64]
0.00 0.00 60/3508683 define_image_type [575]
0.00 0.00 62/3508683 xftfont_get_colors [576]
0.00 0.00 65/3508683 free_realized_face [116]
0.00 0.00 78/3508683 update_window <cycle 4> [458]
0.00 0.00 78/3508683 x_update_window_end <cycle 4> [563]
0.00 0.00 179/3508683 x_defined_color [511]
0.00 0.00 226/3508683 update_window_line <cycle 4> [517]
0.00 0.00 240/3508683 x_write_glyphs <cycle 4> [516]
0.00 0.00 491/3508683 xftfont_draw [430]
0.00 0.00 1326/3508683 free_menubar_widget_value_tree [449]
0.00 0.00 1333/3508683 make_widget_value [447]
0.00 0.00 2624/3508683 event_handler_gdk [98]
0.00 0.00 3634/3508683 xg_win_to_widget [399]
0.00 0.00 18613/3508683 readbyte_from_file [335]
0.00 0.00 147661/3508683 xftfont_text_extents [236]
0.00 0.00 1112486/3508683 XTread_socket <cycle 3> [77]
0.01 0.00 2218916/3508683 xfont_list_pattern [19]
[144] 0.1 0.01 0.00 3508683 unblock_input_to [144]
-----------------------------------------------
0.00 0.00 1/77270 recursive_edit_1 [3]
0.00 0.00 2/77270 load_charset <cycle 4> [221]
0.00 0.00 4/77270 Fmake_local_variable <cycle 4> [436]
0.00 0.00 6/77270 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/77270 Feval_buffer <cycle 4> [507]
0.00 0.00 8/77270 set_frame_menubar <cycle 4> [418]
0.00 0.00 11/77270 funcall_lambda <cycle 4> [314]
0.00 0.00 12/77270 readevalloop <cycle 4> [402]
0.00 0.00 14/77270 Fload <cycle 4> [411]
0.00 0.00 20/77270 redisplay_window <cycle 4> [410]
0.00 0.00 30/77270 show_hourglass <cycle 4> [183]
0.00 0.00 36/77270 eval_sub <cycle 4> [176]
0.00 0.00 45/77270 timer_check [59]
0.00 0.00 47/77270 redisplay_internal [38]
0.00 0.00 70/77270 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 97/77270 inhibit_garbage_collection <cycle 4> [111]
0.00 0.00 120/77270 FletX <cycle 4> [381]
0.00 0.00 314/77270 menu_item_eval_property <cycle 4> [109]
0.00 0.00 467/77270 handle_fontified_prop <cycle 4> [243]
0.00 0.00 612/77270 Feval <cycle 4> [320]
0.00 0.00 929/77270 safe__call <cycle 4> [301]
0.00 0.00 1022/77270 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 1022/77270 signal_after_change <cycle 4> [297]
0.00 0.00 1549/77270 safe_run_hooks <cycle 4> [276]
0.00 0.00 2561/77270 Fset <cycle 4> [249]
0.00 0.00 2902/77270 unbind_to <cycle 4> [244]
0.00 0.00 3057/77270 update_compositions <cycle 4> [154]
0.00 0.00 11025/77270 Fset_default <cycle 4> [198]
0.00 0.01 51281/77270 exec_byte_code <cycle 4> [73]
[145] 0.1 0.00 0.01 77270 set_internal [145]
0.00 0.01 77270/77270 maybe_set_redisplay [146]
0.00 0.00 5616/4474415 assq_no_quit [63]
0.00 0.00 64/1289625 Fcons [80]
0.00 0.00 5557/74640 do_symval_forwarding [799]
0.00 0.00 44/89 let_shadows_buffer_binding_p [1174]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.01 77270/77270 set_internal [145]
[146] 0.1 0.00 0.01 77270 maybe_set_redisplay [146]
0.01 0.00 77270/2446268 hash_lookup [25]
-----------------------------------------------
147261 bidi_move_to_visually_next <cycle 4> [185]
[147] 0.1 0.00 0.01 147261 bidi_level_of_next_char <cycle 4> [147]
0.01 0.00 143550/285259 bidi_explicit_dir_char [94]
0.00 0.00 258/146871 bidi_find_paragraph_start [175]
0.00 0.00 143742/291051 bidi_cache_iterator_state [772]
0.00 0.00 143693/287410 bidi_cache_find [773]
147237 bidi_resolve_neutral <cycle 4> [148]
402 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
147237 bidi_level_of_next_char <cycle 4> [147]
[148] 0.1 0.00 0.01 147237 bidi_resolve_neutral <cycle 4> [148]
0.00 0.00 141709/285259 bidi_explicit_dir_char [94]
0.00 0.00 147237/285588 bidi_get_category [774]
147237 bidi_resolve_brackets <cycle 4> [790]
-----------------------------------------------
0.00 0.01 1456/1456 Ffuncall <cycle 4> [29]
[149] 0.1 0.00 0.01 1456 scan_lists [149]
0.00 0.01 1442/1442 back_comment [162]
0.00 0.00 72345/145888 char_quoted [174]
0.00 0.00 1451/7538722 char_table_ref [37]
0.00 0.00 1456/25879 buf_charpos_to_bytepos [733]
0.00 0.00 146332/146332 syntax_multibyte [792]
0.00 0.00 1456/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
0.00 0.00 2/35053 Fset_charset_priority [444]
0.00 0.00 2/35053 Fpropertize <cycle 4> [521]
0.00 0.00 2/35053 fontset_find_font [13]
0.00 0.00 3/35053 display_mode_element <cycle 4> [379]
0.00 0.00 3/35053 copy_properties [515]
0.00 0.00 5/35053 Fget_buffer_create <cycle 4> [479]
0.00 0.00 6/35053 show_hourglass <cycle 4> [183]
0.00 0.00 12/35053 Fframe_list [465]
0.00 0.00 48/35053 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 83/35053 Ffuncall <cycle 4> [29]
0.00 0.00 206/35053 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1000/35053 set_properties [272]
0.00 0.00 1109/35053 ftfont_pattern_entity [216]
0.00 0.00 2122/35053 timer_check [59]
0.00 0.00 2676/35053 casify_object [48]
0.00 0.01 27774/35053 compile_pattern [156]
[150] 0.1 0.00 0.01 35053 Fcopy_sequence [150]
0.00 0.01 32893/45490 concat [103]
-----------------------------------------------
0.00 0.00 138282/279517 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 141235/279517 bidi_find_bracket_pairs <cycle 4> [177]
[151] 0.1 0.00 0.01 279517 bidi_paired_bracket_type [151]
0.00 0.00 278989/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 4/94 Finternal_merge_in_global_face [247]
0.00 0.00 6/94 realize_basic_faces [153]
0.00 0.01 84/94 realize_named_face [155]
[152] 0.1 0.00 0.01 94 realize_face [152]
0.00 0.01 16/20 free_realized_face [116]
0.00 0.00 6/8 font_load_for_lface [302]
0.00 0.00 79/79 make_fontset_for_ascii_face [403]
0.00 0.00 6/887 Ffont_spec [280]
0.00 0.00 12/895 fs_query_fontset [324]
0.00 0.00 94/94 make_realized_face [510]
0.00 0.00 161/161 load_color2 [514]
0.00 0.00 146/1800 c_strcasecmp [917]
0.00 0.00 94/1589 lface_hash [928]
0.00 0.00 94/96 cache_face [1170]
0.00 0.00 79/79 face_color_supported_p [1180]
0.00 0.00 79/1778 font_style_to_value [919]
0.00 0.00 16/1140773 xfree [760]
0.00 0.00 16/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/6 init_frame_faces [203]
0.00 0.01 5/6 recompute_basic_faces [159]
[153] 0.1 0.00 0.01 6 realize_basic_faces [153]
0.00 0.01 84/84 realize_named_face [155]
0.00 0.00 6/94 realize_face [152]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/8785 make_string [226]
0.00 0.00 1/82 Finternal_make_lisp_face [385]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 6/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 4/501996 Fassq [384]
0.00 0.00 6/1762 lface_from_face_name [921]
0.00 0.00 6/3508670 unblock_input [754]
0.00 0.00 5/5 face_boolean_x_resource_value [1432]
0.00 0.00 5/5 fontset_name [1433]
-----------------------------------------------
1 set_message_1 <cycle 4> [1628]
3 Finsert_file_contents <cycle 4> [351]
19 insert_char <cycle 4> [1331]
729 del_range_1 <cycle 4> [331]
1000 general_insert_function <cycle 4> [1080]
[154] 0.1 0.00 0.01 1752 update_compositions <cycle 4> [154]
0.00 0.01 1019/1486 Fremove_list_of_text_properties [105]
0.00 0.00 3057/77270 set_internal [145]
0.00 0.00 3061/15456 find_composition [194]
0.00 0.00 1019/1289625 Fcons [80]
0.00 0.00 1019/14391 list1 [818]
3057 store_symval_forwarding <cycle 4> [802]
3057 specbind <cycle 4> [128]
1019 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.01 84/84 realize_basic_faces [153]
[155] 0.1 0.00 0.01 84 realize_named_face [155]
0.00 0.01 84/94 realize_face [152]
0.00 0.00 14/82 Finternal_make_lisp_face [385]
0.00 0.00 168/1670 get_lface_attributes_no_remap [382]
0.00 0.00 84/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 84/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 84/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 2/49854 directory_files_internal <cycle 4> [254]
0.00 0.00 4/49854 looking_at_1 [468]
0.00 0.00 53/49854 fast_c_string_match_ignore_case [341]
0.00 0.00 386/49854 string_match_1 [256]
0.00 0.00 5160/49854 search_buffer [181]
0.00 0.00 5454/49854 fast_looking_at [186]
0.00 0.01 38795/49854 fast_string_match_internal [71]
[156] 0.1 0.00 0.01 49854 compile_pattern [156]
0.00 0.01 27774/35053 Fcopy_sequence [150]
0.00 0.00 22080/25585 Fequal [255]
0.00 0.00 27774/27774 re_compile_pattern [270]
0.00 0.00 123134/124360 Fstring_equal [797]
0.00 0.00 55548/55548 re_set_syntax [803]
0.00 0.00 55548/55548 re_set_whitespace_regexp [804]
0.00 0.00 5469/5469 re_set_registers [845]
-----------------------------------------------
1067 Fwhere_is_internal <cycle 4> [326]
[157] 0.1 0.00 0.01 1067 where_is_internal <cycle 4> [157]
0.01 0.00 2/3 Fmake_hash_table [113]
0.00 0.00 1856/116631 Flength [126]
0.00 0.00 1057/2224296 Fgethash [28]
0.00 0.00 1057/25585 Fequal [255]
0.00 0.00 158/9158 parse_modifiers [377]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2046/11766 Faref [821]
0.00 0.00 1856/49012 Fcar [807]
0.00 0.00 1856/410271 Fcdr [768]
0.00 0.00 158/10850 Fmemq [822]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/1818 nconc2 [916]
1682 map_keymap <cycle 4> [865]
23 Faccessible_keymaps <cycle 4> [283]
-----------------------------------------------
0.00 0.00 1/1944 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 2/1944 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/1944 Fdirectory_files <cycle 4> [423]
0.00 0.00 3/1944 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/1944 Finsert_file_contents <cycle 4> [351]
0.00 0.00 26/1944 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26/1944 Ffile_readable_p <cycle 4> [311]
0.00 0.00 27/1944 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 44/1944 Ffile_directory_p <cycle 4> [285]
0.00 0.00 45/1944 Ffile_name_directory <cycle 4> [284]
0.00 0.00 52/1944 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 61/1944 Ffuncall <cycle 4> [29]
0.00 0.00 69/1944 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 93/1944 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 188/1944 openp <cycle 4> [220]
0.00 0.00 1302/1944 Fexpand_file_name <cycle 4> [173]
[158] 0.1 0.00 0.01 1944 Ffind_file_name_handler [158]
0.00 0.01 8705/38795 fast_string_match_internal [71]
0.00 0.00 8705/98231 Fplist_get [798]
0.00 0.00 8705/69910 Fget [800]
0.00 0.00 188/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 2/6 x_set_font <cycle 4> [189]
0.00 0.00 4/6 init_iterator <cycle 4> [163]
[159] 0.1 0.00 0.01 6 recompute_basic_faces [159]
0.00 0.01 5/6 realize_basic_faces [153]
0.00 0.00 5/5 clear_image_caches [679]
0.00 0.00 5/8 clear_face_cache [714]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
11 reseat <cycle 4> [375]
29 resize_mini_window <cycle 4> [339]
240 next_element_from_string <cycle 4> [219]
507 move_it_to <cycle 4> [213]
510 Fvertical_motion <cycle 4> [209]
1067 start_display <cycle 4> [197]
1128 next_element_from_buffer <cycle 4> [161]
[160] 0.1 0.00 0.01 3495 handle_stop <cycle 4> [160]
0.01 0.00 3495/3495 handle_face_prop [164]
0.00 0.00 3495/3495 handle_composition_prop [242]
0.00 0.00 3495/3495 handle_invisible_prop [262]
0.00 0.00 3495/5053 handle_display_prop [241]
0.00 0.00 3255/3325 get_overlay_strings_1 [869]
3962 handle_fontified_prop <cycle 4> [243]
-----------------------------------------------
1128 next_element_from_buffer <cycle 4> [161]
143182 get_next_display_element <cycle 4> [10]
[161] 0.1 0.00 0.01 143182+1128 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3114/7159 composition_compute_stop_pos [107]
0.00 0.00 1128/3495 compute_stop_pos [166]
0.00 0.00 262/286 composition_reseat_it [239]
0.00 0.00 70/3325 get_overlay_strings_1 [869]
3114 get_visually_first_element <cycle 4> [864]
1128 handle_stop <cycle 4> [160]
1128 next_element_from_buffer <cycle 4> [161]
-----------------------------------------------
0.00 0.01 1442/1442 scan_lists [149]
[162] 0.1 0.00 0.01 1442 back_comment [162]
0.00 0.00 144200/7538722 char_table_ref [37]
0.00 0.00 72100/145888 char_quoted [174]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_line <cycle 4> [472]
35 resize_mini_window <cycle 4> [339]
1064 start_display <cycle 4> [197]
[163] 0.1 0.00 0.01 1140 init_iterator <cycle 4> [163]
0.00 0.00 4/6 recompute_basic_faces [159]
0.00 0.00 3/20 free_realized_face [116]
0.00 0.00 1140/1140 produce_special_glyphs [234]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2232/6062 window_box_width [838]
0.00 0.00 1140/1140 window_display_table [962]
0.00 0.00 1140/1742 window_text_bottom_y [922]
0.00 0.00 1091/8883 bidi_unshelve_cache [827]
0.00 0.00 4/4 free_all_realized_faces [1457]
0.00 0.00 2/3508670 unblock_input [754]
1091 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.01 0.00 3495/3495 handle_stop <cycle 4> [160]
[164] 0.1 0.01 0.00 3495 handle_face_prop [164]
0.00 0.00 3255/3255 face_at_buffer_position [232]
0.00 0.00 240/1464 face_at_string_position [275]
-----------------------------------------------
0.00 0.01 37552/37552 Fgarbage_collect <cycle 4> [64]
[165] 0.1 0.00 0.01 37552 mark_maybe_object [165]
0.01 0.00 289/533 Fsuspicious_object [108]
0.00 0.00 34628/69654 mem_find [801]
0.00 0.00 3206/3408 sweep_buffers [868]
-----------------------------------------------
0.00 0.00 3/3495 redisplay_window <cycle 4> [410]
0.00 0.00 11/3495 reseat <cycle 4> [375]
0.00 0.00 29/3495 resize_mini_window <cycle 4> [339]
0.00 0.00 240/3495 next_element_from_string <cycle 4> [219]
0.00 0.00 507/3495 move_it_to <cycle 4> [213]
0.00 0.00 510/3495 Fvertical_motion <cycle 4> [209]
0.00 0.00 1067/3495 start_display <cycle 4> [197]
0.00 0.00 1128/3495 next_element_from_buffer <cycle 4> [161]
[166] 0.1 0.00 0.01 3495 compute_stop_pos [166]
0.00 0.00 3495/7159 composition_compute_stop_pos [107]
0.00 0.00 3263/256439 find_interval [87]
0.00 0.00 49343/428532 lookup_char_property [390]
0.00 0.00 49343/408494 textget [769]
0.00 0.00 9868/183733 next_interval [783]
0.00 0.00 9798/49012 Fcar [807]
0.00 0.00 3495/228845 validate_interval_range [778]
0.00 0.00 3255/3255 next_overlay_change [872]
-----------------------------------------------
1 bidi_init_it <cycle 4> [857]
[167] 0.1 0.00 0.01 1 bidi_initialize <cycle 4> [167]
0.00 0.01 3/3 uniprop_table [168]
0.00 0.00 3/560 intern_1 [342]
0.00 0.00 5/5 staticpro [1438]
2 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
0.00 0.01 3/3 bidi_initialize <cycle 4> [167]
[168] 0.1 0.00 0.01 3 uniprop_table [168]
0.01 0.00 3/18 char_table_ascii [70]
0.00 0.00 3/501996 Fassq [384]
-----------------------------------------------
<spontaneous>
[169] 0.1 0.01 0.00 produce_stretch_glyph [169]
-----------------------------------------------
0.00 0.00 15/15 handle_one_xevent [99]
[170] 0.1 0.00 0.00 15 x_focus_changed [170]
0.00 0.00 17/9783 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 11/11 x_new_focus_frame [1362]
-----------------------------------------------
0.00 0.00 2/3135 Ffuncall <cycle 4> [29]
0.00 0.00 11/3135 eval_sub <cycle 4> [176]
0.00 0.00 3122/3135 Fframe_parameter [172]
[171] 0.0 0.00 0.00 3135 Fframe_parameters [171]
0.00 0.00 3135/3144 Fcopy_alist [188]
0.00 0.00 81468/81468 store_in_alist [196]
0.00 0.00 6264/6266 make_formatted_string [235]
0.00 0.00 9/8785 make_string [226]
0.00 0.00 6/501996 Fassq [384]
0.00 0.00 28188/591680 Fsetcdr [764]
0.00 0.00 3135/9070 decode_any_frame [825]
0.00 0.00 6/6 tty_color_name [1419]
-----------------------------------------------
0.00 0.00 1/3208 delete_frame <cycle 4> [230]
0.00 0.00 2/3208 x_wm_set_size_hint [464]
0.00 0.00 14/3208 x_consider_frame_title <cycle 4> [361]
0.00 0.00 30/3208 eval_sub <cycle 4> [176]
0.00 0.00 3161/3208 Ffuncall <cycle 4> [29]
[172] 0.0 0.00 0.00 3208 Fframe_parameter [172]
0.00 0.00 3122/3135 Fframe_parameters [171]
0.00 0.00 3205/501996 Fassq [384]
0.00 0.00 3208/9070 decode_any_frame [825]
-----------------------------------------------
152 Fexpand_file_name <cycle 4> [173]
1 Fkill_emacs <cycle 4> [686]
1 Ffile_accessible_directory_p <cycle 4> [453]
2 Fdo_auto_save <cycle 4> [593]
2 Fdirectory_files <cycle 4> [423]
2 internal_condition_case_2 <cycle 4> [1531]
3 Ffile_exists_p <cycle 4> [400]
3 Finsert_file_contents <cycle 4> [351]
3 eval_sub <cycle 4> [176]
12 x_find_image_fd <cycle 4> [500]
26 Ffile_readable_p <cycle 4> [311]
27 Ffile_symlink_p <cycle 4> [308]
44 expand_and_dir_to_file <cycle 4> [1263]
85 openp <cycle 4> [220]
133 Ffuncall <cycle 4> [29]
[173] 0.0 0.00 0.00 344+152 Fexpand_file_name <cycle 4> [173]
0.00 0.00 1302/1944 Ffind_file_name_handler [158]
0.00 0.00 188/8785 make_string [226]
0.00 0.00 325/41699 make_specified_string [422]
0.00 0.00 170/170 string_to_multibyte [658]
0.00 0.00 188/189 egetenv_internal [1131]
0.00 0.00 188/670 decode_file_name [1020]
0.00 0.00 135/181 Fnext_read_file_uses_dialog_p [1133]
188 code_convert_string <cycle 4> [264]
15 call3 <cycle 4> [1330]
152 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
0.00 0.00 1443/145888 Fbackward_prefix_chars [287]
0.00 0.00 72100/145888 back_comment [162]
0.00 0.00 72345/145888 scan_lists [149]
[174] 0.0 0.00 0.00 145888 char_quoted [174]
0.00 0.00 142999/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 45/146871 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 45/146871 find_first_strong_char <cycle 4> [487]
0.00 0.00 45/146871 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 258/146871 bidi_level_of_next_char <cycle 4> [147]
0.00 0.00 146478/146871 bidi_resolve_explicit <cycle 4> [95]
[175] 0.0 0.00 0.00 146871 bidi_find_paragraph_start [175]
0.00 0.00 141019/7538722 char_table_ref [37]
0.00 0.00 1/5 new_region_cache [622]
0.00 0.00 45/555 know_region_cache [1037]
-----------------------------------------------
5133 eval_sub <cycle 4> [176]
26 For <cycle 4> [1355]
64 Fcond <cycle 4> [1316]
121 Fdefvar <cycle 4> [454]
125 FletX <cycle 4> [381]
126 Flet <cycle 4> [431]
147 Fif <cycle 4> [1145]
182 readevalloop <cycle 4> [402]
311 Fand <cycle 4> [1119]
443 apply_lambda <cycle 4> [340]
500 Fsetq <cycle 4> [338]
501 Fwhile <cycle 4> [1586]
612 Feval <cycle 4> [320]
1527 Fprogn <cycle 4> [996]
[176] 0.0 0.00 0.00 4685+5133 eval_sub <cycle 4> [176]
0.00 0.00 3/10 Ffeaturep [139]
0.00 0.00 34/37 Fdefalias [224]
0.00 0.00 4805/116631 Flength [126]
0.00 0.00 500/156717 Fmake_string [81]
0.00 0.00 30/3208 Fframe_parameter [172]
0.00 0.00 11/3135 Fframe_parameters [171]
0.00 0.00 34/45490 concat [103]
0.00 0.00 36/77270 set_internal [145]
0.00 0.00 60/554979 Fassoc [66]
0.00 0.00 180/1289625 Fcons [80]
0.00 0.00 4/396 Fput [267]
0.00 0.00 6/4964 Flist [257]
0.00 0.00 2/2 Fprovide [583]
0.00 0.00 4/25585 Fequal [255]
0.00 0.00 2/1677 Fmember [388]
0.00 0.00 16/1039 Fboundp [505]
0.00 0.00 6/41699 make_specified_string [422]
0.00 0.00 19/501996 Fassq [384]
0.00 0.00 2/471 Fregexp_quote [626]
0.00 0.00 5336/138614 record_in_backtrace [796]
0.00 0.00 5121/410271 Fcdr [768]
0.00 0.00 5042/49012 Fcar [807]
0.00 0.00 745/745 Fquote [1003]
0.00 0.00 521/523 arithcompare_driver [1050]
0.00 0.00 521/523 Flss [1049]
0.00 0.00 500/500 Fadd1 [1078]
0.00 0.00 121/121 Feq [1160]
0.00 0.00 73/73 Fnull [1183]
0.00 0.00 71/427893 indirect_function [767]
0.00 0.00 38/3215 Fdefault_value [874]
0.00 0.00 34/965 Fconcat [986]
0.00 0.00 31/219 Fdefault_boundp [1125]
0.00 0.00 20/20 Ffunction [1324]
0.00 0.00 10/10850 Fmemq [822]
0.00 0.00 9/7242 Ffboundp [831]
0.00 0.00 8/8 Fconsp [1385]
0.00 0.00 8/2446 Fbuffer_modified_p [894]
0.00 0.00 7/18 Fbuffer_file_name [1333]
0.00 0.00 7/35 Fwindow_system [1280]
0.00 0.00 4/4 Fbyte_code [1441]
0.00 0.00 4/4 Fcar_safe [1443]
0.00 0.00 2/5 make_process [1435]
0.00 0.00 2/5 Fget_buffer_process [1420]
0.00 0.00 2/41387 Fcurrent_buffer [809]
0.00 0.00 1/2131 Fnconc [903]
2629 Fsymbol_value <cycle 4> [806]
500 Fsetq <cycle 4> [338]
500 Finsert <cycle 4> [1079]
495 apply_lambda <cycle 4> [340]
232 Fand <cycle 4> [1119]
147 Fif <cycle 4> [1145]
137 Fdefvar <cycle 4> [454]
115 Fprogn <cycle 4> [996]
97 unbind_to <cycle 4> [244]
65 Flet <cycle 4> [431]
61 FletX <cycle 4> [381]
61 Fapply <cycle 4> [313]
36 store_symval_forwarding <cycle 4> [802]
36 specbind <cycle 4> [128]
36 apply1 <cycle 4> [1278]
22 Fcond <cycle 4> [1316]
16 Ffuncall <cycle 4> [29]
12 For <cycle 4> [1355]
5 Fmapcar <cycle 4> [401]
4 exec_byte_code <cycle 4> [73]
4 Ffile_name_directory <cycle 4> [284]
3 Fexpand_file_name <cycle 4> [173]
3 Ffile_name_as_directory <cycle 4> [279]
2 Fset_fontset_font <cycle 4> [56]
2 directory_files_internal <cycle 4> [254]
2 Fdirectory_files <cycle 4> [423]
2 Ffile_readable_p <cycle 4> [311]
2 Ffile_name_nondirectory <cycle 4> [251]
2 Ffile_directory_p <cycle 4> [285]
1 Fgarbage_collect <cycle 4> [64]
1 Fwhile <cycle 4> [1586]
1 Ffile_exists_p <cycle 4> [400]
1 Fpropertize <cycle 4> [521]
5133 eval_sub <cycle 4> [176]
-----------------------------------------------
141235 bidi_resolve_brackets <cycle 4> [790]
[177] 0.0 0.00 0.00 141235 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 141235/279517 bidi_paired_bracket_type [151]
0.00 0.00 24/291051 bidi_cache_iterator_state [772]
0.00 0.00 24/24 bidi_mirror_char [1309]
0.00 0.00 24/287410 bidi_cache_find [773]
24 bidi_resolve_weak <cycle 4> [789]
-----------------------------------------------
0.00 0.00 145299/145299 get_next_display_element <cycle 4> [10]
[178] 0.0 0.00 0.00 145299 lookup_glyphless_char_display [178]
0.00 0.00 138680/7538722 char_table_ref [37]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[179] 0.0 0.00 0.00 7 redisplay_windows [179]
0.00 0.00 14/9783 internal_condition_case_1 <cycle 4> [1098]
-----------------------------------------------
0.00 0.00 20/5180 Fsearch_forward [380]
0.00 0.00 5160/5180 Fre_search_forward [182]
[180] 0.0 0.00 0.00 5180 search_command [180]
0.00 0.00 5180/5180 search_buffer [181]
0.00 0.00 5/15953 set_point_both [206]
0.00 0.00 5179/25879 buf_charpos_to_bytepos [733]
0.00 0.00 5/10013 set_point [738]
-----------------------------------------------
0.00 0.00 5180/5180 search_command [180]
[181] 0.0 0.00 0.00 5180 search_buffer [181]
0.00 0.00 5160/44876 re_search_2 [72]
0.00 0.00 5160/49854 compile_pattern [156]
0.00 0.00 6/1593 buf_bytepos_to_charpos [730]
0.00 0.00 20/20 boyer_moore [748]
0.00 0.00 703/11766 Faref [821]
-----------------------------------------------
0.00 0.00 5160/5160 Ffuncall <cycle 4> [29]
[182] 0.0 0.00 0.00 5160 Fre_search_forward [182]
0.00 0.00 5160/5180 search_command [180]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
1 Fwindow_mode_line_height <cycle 4> [1299]
15 window_box_height <cycle 4> [1166]
25 x_clear_end_of_line <cycle 4> [1118]
80 draw_glyphs <cycle 4> [35]
295 display_line <cycle 4> [184]
0.00 0.03 104/9783 redisplay_internal [38]
[183] 0.0 0.00 0.00 521 show_hourglass <cycle 4> [183]
0.00 0.00 295/142572 face_for_char [11]
0.00 0.00 295/146733 x_produce_glyphs [57]
0.00 0.00 268/180498 get_char_property_and_overlay [100]
0.00 0.00 30/77270 set_internal [145]
0.00 0.00 6/35053 Fcopy_sequence [150]
0.00 0.00 5/25585 Fequal [255]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 268/167471 Fget_char_property [786]
0.00 0.00 268/9334 get_it_property [824]
0.00 0.00 161/710 lookup_basic_face [1016]
0.00 0.00 150/160 normal_char_ascent_descent [1142]
0.00 0.00 6/227551 grow_specpdl [779]
0.00 0.00 6/8775 record_unwind_protect [828]
0.00 0.00 3/62 clear_window_matrices [1197]
0.00 0.00 3/13 clear_current_matrices [1351]
0.00 0.00 1/3508670 unblock_input [754]
30 store_symval_forwarding <cycle 4> [802]
30 specbind <cycle 4> [128]
24 set_buffer_internal_1 <cycle 4> [871]
12 unbind_to <cycle 4> [244]
12 safe_run_hooks <cycle 4> [276]
6 menu_bar_items <cycle 4> [435]
6 set_frame_menubar <cycle 4> [418]
6 tool_bar_items <cycle 4> [452]
4 redraw_frame <cycle 4> [683]
-----------------------------------------------
352 try_window <cycle 4> [1269]
[184] 0.0 0.00 0.00 352 display_line <cycle 4> [184]
0.00 0.00 7679/146733 x_produce_glyphs [57]
0.00 0.00 352/3592 handle_line_prefix [260]
0.00 0.00 352/376 prepare_desired_row [1095]
0.00 0.00 352/3768 recenter_overlay_lists [861]
0.00 0.00 352/376 compute_line_metrics [1094]
0.00 0.00 352/74640 do_symval_forwarding [799]
0.00 0.00 191/215 extend_face_to_end_of_line [1127]
0.00 0.00 161/710 lookup_basic_face [1016]
0.00 0.00 82/100 row_for_charpos_p [1169]
7840 get_next_display_element <cycle 4> [10]
7622 set_iterator_to_next <cycle 4> [124]
704 find_symbol_value <cycle 4> [298]
295 show_hourglass <cycle 4> [183]
134 reseat_at_next_visible_line_start <cycle 4> [886]
-----------------------------------------------
960 face_before_or_after_it_pos <cycle 4> [289]
3544 get_visually_first_element <cycle 4> [864]
142757 set_iterator_to_next <cycle 4> [124]
[185] 0.0 0.00 0.00 147261 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 2736/2736 bidi_at_paragraph_end [187]
0.00 0.00 147285/291051 bidi_cache_iterator_state [772]
0.00 0.00 2760/6322 bidi_line_init [834]
147261 bidi_level_of_next_char <cycle 4> [147]
-----------------------------------------------
0.00 0.00 5454/5454 bidi_at_paragraph_end [187]
[186] 0.0 0.00 0.00 5454 fast_looking_at [186]
0.00 0.00 5454/55320 re_match_2_internal [83]
0.00 0.00 5454/49854 compile_pattern [156]
0.00 0.00 5454/5458 re_match_2 [846]
-----------------------------------------------
0.00 0.00 2736/2736 bidi_move_to_visually_next <cycle 4> [185]
[187] 0.0 0.00 0.00 2736 bidi_at_paragraph_end [187]
0.00 0.00 5454/5454 fast_looking_at [186]
-----------------------------------------------
0.00 0.00 1/3144 Fx_create_frame <cycle 4> [202]
0.00 0.00 8/3144 font_make_object [415]
0.00 0.00 3135/3144 Fframe_parameters [171]
[188] 0.0 0.00 0.00 3144 Fcopy_alist [188]
0.00 0.00 122156/1289625 Fcons [80]
0.00 0.00 3141/45490 concat [103]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [114]
[189] 0.0 0.00 0.00 2 x_set_font <cycle 4> [189]
0.00 0.00 2/6 recompute_basic_faces [159]
0.00 0.00 6/76 store_frame_param [490]
0.00 0.00 1/895 fs_query_fontset [324]
0.00 0.00 2/25585 Fequal [255]
0.00 0.00 2/47 Ffont_get [726]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/62 clear_window_matrices [1197]
0.00 0.00 2/13 clear_current_matrices [1351]
0.00 0.00 2/334 fset_redisplay [1100]
2 x_new_font <cycle 4> [588]
-----------------------------------------------
0.00 0.00 5860/5860 concat [103]
[190] 0.0 0.00 0.00 5860 Fmake_list [190]
0.00 0.00 127058/1289625 Fcons [80]
0.00 0.00 100/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 100/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 31/108 Fset_fontset_font <cycle 4> [56]
0.00 0.00 77/108 map_sub_char_table_for_charset [201]
[191] 0.0 0.00 0.00 108 set_fontset_font [191]
0.00 0.00 99/1306 fontset_add [75]
0.00 0.00 1/38 Fset_char_table_range [223]
0.00 0.00 47/1289625 Fcons [80]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
1020 Fkey_binding <cycle 4> [352]
1059 Fwhere_is_internal <cycle 4> [326]
0.02 0.27 1021/9783 active_maps [26]
[192] 0.0 0.00 0.00 3100 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 6200/6230 get_local_map [193]
0.00 0.00 5685/1289625 Fcons [80]
0.00 0.00 3100/14391 list1 [818]
3100 unbind_to <cycle 4> [244]
3100 current_minor_maps <cycle 4> [880]
-----------------------------------------------
0.00 0.00 12/6230 tool_bar_items <cycle 4> [452]
0.00 0.00 18/6230 menu_bar_items <cycle 4> [435]
0.00 0.00 6200/6230 Fcurrent_active_maps <cycle 4> [192]
[193] 0.0 0.00 0.00 6230 get_local_map [193]
0.00 0.00 6230/6230 Fget_pos_property [204]
0.00 0.00 6230/180498 get_char_property_and_overlay [100]
0.00 0.00 6230/167471 Fget_char_property [786]
0.00 0.00 6230/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 28/15456 reconsider_clip_changes [461]
0.00 0.00 167/15456 lisp_string_width [370]
0.00 0.00 1558/15456 back_to_previous_visible_line_start [238]
0.00 0.00 3061/15456 update_compositions <cycle 4> [154]
0.00 0.00 3495/15456 handle_composition_prop [242]
0.00 0.00 7147/15456 composition_compute_stop_pos [107]
[194] 0.0 0.00 0.00 15456 find_composition [194]
0.00 0.00 15456/16012 get_property_and_range [205]
0.00 0.00 7147/12130 Fnext_single_property_change [217]
-----------------------------------------------
0.00 0.00 244/640 load_charset_map [222]
0.00 0.00 396/640 fontset_add [75]
[195] 0.0 0.00 0.00 640 char_table_set [195]
0.00 0.00 1/18 char_table_ascii [70]
0.00 0.00 1920/1920 sub_char_table_set [463]
0.00 0.00 2/170 make_sub_char_table [359]
-----------------------------------------------
0.00 0.00 81468/81468 Fframe_parameters [171]
[196] 0.0 0.00 0.00 81468 store_in_alist [196]
0.00 0.00 106560/1289625 Fcons [80]
0.00 0.00 81468/501996 Fassq [384]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1590]
4 pos_visible_p <cycle 4> [1462]
40 try_window <cycle 4> [1269]
509 Fline_pixel_height <cycle 4> [1076]
510 Fvertical_motion <cycle 4> [209]
[197] 0.0 0.00 0.00 1064 start_display <cycle 4> [197]
0.00 0.00 1067/3495 compute_stop_pos [166]
0.00 0.00 8/518 reseat_at_previous_visible_line_start [294]
1072 reseat <cycle 4> [375]
1067 handle_stop <cycle 4> [160]
1064 init_iterator <cycle 4> [163]
8 move_it_to <cycle 4> [213]
-----------------------------------------------
36 Ffuncall <cycle 4> [29]
121 Fdefvar <cycle 4> [454]
491 exec_byte_code <cycle 4> [73]
16909 unbind_to <cycle 4> [244]
[198] 0.0 0.00 0.00 17557 Fset_default <cycle 4> [198]
0.00 0.00 11025/77270 set_internal [145]
0.00 0.00 1/6 indirect_variable [1412]
16433 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
32 Fset_fontset_font <cycle 4> [56]
[199] 0.0 0.00 0.00 32 map_charset_chars <cycle 4> [199]
0.00 0.00 2/2 map_char_table_for_charset [200]
0.00 0.00 31/1289625 Fcons [80]
2 load_charset <cycle 4> [221]
-----------------------------------------------
0.00 0.00 2/2 map_charset_chars <cycle 4> [199]
[200] 0.0 0.00 0.00 2 map_char_table_for_charset [200]
0.00 0.00 2/2 map_sub_char_table_for_charset [201]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
20 map_sub_char_table_for_charset [201]
0.00 0.00 2/2 map_char_table_for_charset [200]
[201] 0.0 0.00 0.00 2+20 map_sub_char_table_for_charset [201]
0.00 0.00 77/108 set_fontset_font [191]
20 map_sub_char_table_for_charset [201]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[202] 0.0 0.00 0.00 1 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/1 init_frame_faces [203]
0.00 0.00 1/3144 Fcopy_alist [188]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 6/8785 make_string [226]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 6/12 x_decode_color [645]
0.00 0.00 2/2 register_font_driver [666]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 1/1 x_make_gc [709]
0.00 0.00 9/51 x_get_arg [701]
0.00 0.00 1/1 x_figure_window_size [735]
0.00 0.00 4/4 x_frame_get_and_record_arg [737]
0.00 0.00 1/501996 Fassq [384]
0.00 0.00 3/3508670 unblock_input [754]
0.00 0.00 1/161 check_x_display_info [1140]
0.00 0.00 1/1380 xzalloc [952]
0.00 0.00 1/227551 grow_specpdl [779]
0.00 0.00 1/8775 record_unwind_protect [828]
0.00 0.00 1/1 x_text_icon [1667]
29 x_default_parameter <cycle 4> [720]
2 x_default_scroll_bar_color_parameter <cycle 4> [739]
2 adjust_frame_size <cycle 4> [497]
1 x_default_font_parameter <cycle 4> [386]
1 x_window <cycle 4> [591]
1 unbind_to <cycle 4> [244]
1 set_frame_menubar <cycle 4> [418]
1 initialize_frame_menubar <cycle 4> [1611]
1 make_frame <cycle 4> [534]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[203] 0.0 0.00 0.00 1 init_frame_faces [203]
0.00 0.00 1/6 realize_basic_faces [153]
0.00 0.00 1/1 make_face_cache [667]
0.00 0.00 1/1 make_image_cache [668]
-----------------------------------------------
0.00 0.00 6230/6230 get_local_map [193]
[204] 0.0 0.00 0.00 6230 Fget_pos_property [204]
0.00 0.00 6230/6230 text_property_stickiness [214]
0.00 0.00 5182/12169 Fget_text_property [208]
0.00 0.00 5182/428532 lookup_char_property [390]
0.00 0.00 12460/372448 set_buffer_temp [770]
0.00 0.00 6230/6230 overlays_around [835]
0.00 0.00 6230/186255 sort_overlays [782]
0.00 0.00 5182/408494 textget [769]
-----------------------------------------------
0.00 0.00 556/16012 composition_adjust_point [278]
0.00 0.00 15456/16012 find_composition [194]
[205] 0.0 0.00 0.00 16012 get_property_and_range [205]
0.00 0.00 16012/256439 find_interval [87]
0.00 0.00 15043/428532 lookup_char_property [390]
-----------------------------------------------
0.00 0.00 1/15953 move_point [629]
0.00 0.00 2/15953 skip_chars.constprop.5 [586]
0.00 0.00 5/15953 search_command [180]
0.00 0.00 6/15953 select_window <cycle 4> [528]
0.00 0.00 510/15953 Fvertical_motion <cycle 4> [209]
0.00 0.00 516/15953 skip_syntaxes [349]
0.00 0.00 518/15953 Fforward_line [348]
0.00 0.00 1450/15953 Fparse_partial_sexp [33]
0.00 0.00 1452/15953 Fbackward_prefix_chars [287]
0.00 0.00 11493/15953 Fgoto_char [218]
[206] 0.0 0.00 0.00 15953 set_point_both [206]
0.00 0.00 14666/256439 find_interval [87]
0.00 0.00 12624/12624 previous_interval [820]
-----------------------------------------------
0.00 0.00 1/8857 format_mode_line_unwind_data [601]
0.00 0.00 1/8857 modify_event_symbol [426]
0.00 0.00 1/8857 set_fontset_font [191]
0.00 0.00 1/8857 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/8857 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1/8857 init_menu_items [600]
0.00 0.00 1/8857 menu_bar_items <cycle 4> [435]
0.00 0.00 1/8857 tool_bar_items <cycle 4> [452]
0.00 0.00 2/8857 Fcurrent_window_configuration [526]
0.00 0.00 2/8857 process_tool_bar_item <cycle 4> [333]
0.00 0.00 11/8857 fontset_find_font [13]
0.00 0.00 12/8857 make_hash_table [471]
0.00 0.00 16/8857 hash_put [82]
0.00 0.00 37/8857 Fset_fontset_font <cycle 4> [56]
0.00 0.00 82/8857 Finternal_make_lisp_face [385]
0.00 0.00 84/8857 Fmake_char_table [395]
0.00 0.00 90/8857 read_vector <cycle 5> [366]
0.00 0.00 123/8857 Ffuncall <cycle 4> [29]
0.00 0.00 1306/8857 fontset_add [75]
0.00 0.00 7084/8857 concat [103]
[207] 0.0 0.00 0.00 8857 Fmake_vector [207]
0.00 0.00 8857/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 93/12169 note_mouse_highlight [419]
0.00 0.00 240/12169 handle_invisible_prop [262]
0.00 0.00 1464/12169 face_at_string_position [275]
0.00 0.00 1935/12169 Ffuncall <cycle 4> [29]
0.00 0.00 3255/12169 face_at_buffer_position [232]
0.00 0.00 5182/12169 Fget_pos_property [204]
[208] 0.0 0.00 0.00 12169 Fget_text_property [208]
0.00 0.00 12169/204864 Ftext_properties_at [97]
-----------------------------------------------
510 Ffuncall <cycle 4> [29]
[209] 0.0 0.00 0.00 510 Fvertical_motion <cycle 4> [209]
0.00 0.00 510/3495 compute_stop_pos [166]
0.00 0.00 510/518 reseat_at_previous_visible_line_start [294]
0.00 0.00 510/15953 set_point_both [206]
0.00 0.00 510/511 decode_live_window [1064]
0.00 0.00 510/3667 bidi_shelve_cache [863]
0.00 0.00 510/8883 bidi_unshelve_cache [827]
0.00 0.00 510/1055 extract_float [970]
0.00 0.00 510/511 move_it_in_display_line [1066]
1016 move_it_to <cycle 4> [213]
510 start_display <cycle 4> [197]
510 move_it_by_lines <cycle 4> [935]
510 move_it_in_display_line_to <cycle 4> [58]
510 handle_stop <cycle 4> [160]
510 reseat <cycle 4> [375]
-----------------------------------------------
24 display_mode_line <cycle 4> [472]
528 display_mode_element <cycle 4> [379]
[210] 0.0 0.00 0.00 552 display_string <cycle 4> [210]
0.00 0.00 2313/146733 x_produce_glyphs [57]
0.00 0.00 264/1464 face_at_string_position [275]
0.00 0.00 264/5549204 string_char_to_byte [752]
2841 get_next_display_element <cycle 4> [10]
2313 set_iterator_to_next <cycle 4> [124]
552 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.00 0.00 141/141 xftfont_list [212]
[211] 0.0 0.00 0.00 141 ftfont_list [211]
0.00 0.00 1109/1109 ftfont_pattern_entity [216]
0.00 0.00 141/141 ftfont_spec_pattern [345]
0.00 0.00 1109/1289625 Fcons [80]
0.00 0.00 140/2088 Fintern [286]
0.00 0.00 141/2778892 Fnreverse [45]
0.00 0.00 140/3332260 casify_object [48]
0.00 0.00 235/4474415 assq_no_quit [63]
0.00 0.00 140/2666 Fdowncase [888]
0.00 0.00 2/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 141/141 font_list_entities [16]
[212] 0.0 0.00 0.00 141 xftfont_list [212]
0.00 0.00 141/141 ftfont_list [211]
-----------------------------------------------
511 move_it_to <cycle 4> [213]
1 buffer_posn_from_coords <cycle 4> [1590]
7 pos_visible_p <cycle 4> [1462]
8 start_display <cycle 4> [197]
35 resize_mini_window <cycle 4> [339]
1016 Fvertical_motion <cycle 4> [209]
1020 move_it_vertically_backward <cycle 4> [292]
1034 move_it_by_lines <cycle 4> [935]
[213] 0.0 0.00 0.00 3121+511 move_it_to <cycle 4> [213]
0.00 0.00 507/3495 compute_stop_pos [166]
0.00 0.00 506/1562 back_to_previous_visible_line_start [238]
0.00 0.00 2684/3768 recenter_overlay_lists [861]
0.00 0.00 567/3667 bidi_shelve_cache [863]
0.00 0.00 511/8883 bidi_unshelve_cache [827]
2779 move_it_in_display_line_to <cycle 4> [58]
2602 reseat_at_next_visible_line_start <cycle 4> [886]
2602 set_iterator_to_next <cycle 4> [124]
507 move_it_vertically_backward <cycle 4> [292]
507 handle_stop <cycle 4> [160]
507 reseat <cycle 4> [375]
511 move_it_to <cycle 4> [213]
-----------------------------------------------
0.00 0.00 6230/6230 Fget_pos_property [204]
[214] 0.0 0.00 0.00 6230 text_property_stickiness [214]
0.00 0.00 11412/204864 Ftext_properties_at [97]
0.00 0.00 11412/428532 lookup_char_property [390]
0.00 0.00 6230/501996 Fassq [384]
0.00 0.00 11412/408494 textget [769]
-----------------------------------------------
1 top_level_1 <cycle 2> [39]
0.01 1.87 2/3 command_loop_2 [9]
[215] 0.0 0.00 0.00 3 internal_condition_case <cycle 2> [215]
0.00 0.00 1/1 cmd_error [258]
0.00 0.00 1/9783 unbind_to <cycle 4> [244]
0.00 0.00 1/9783 Feval <cycle 4> [320]
0.00 0.00 3/5577 push_handler [843]
0.00 0.00 1/1 top_level_2 [1630]
2 command_loop_1 <cycle 2> [18]
-----------------------------------------------
0.00 0.00 1109/1109 ftfont_list [211]
[216] 0.0 0.00 0.00 1109 ftfont_pattern_entity [216]
0.00 0.00 1109/35053 Fcopy_sequence [150]
0.00 0.00 1109/2220018 ftfont_lookup_cache [22]
0.00 0.00 1102/140083 font_intern_prop [93]
0.00 0.00 1109/1109 font_make_entity [290]
0.00 0.00 1109/1320 font_put_extra [336]
0.00 0.00 1109/1289625 Fcons [80]
0.00 0.00 1109/10760 make_unibyte_string [477]
0.00 0.00 1653/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 264/12130 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 1464/12130 face_at_string_position [275]
0.00 0.00 3255/12130 face_at_buffer_position [232]
0.00 0.00 7147/12130 find_composition [194]
[217] 0.0 0.00 0.00 12130 Fnext_single_property_change [217]
0.00 0.00 10696/256439 find_interval [87]
0.00 0.00 140161/428532 lookup_char_property [390]
0.00 0.00 140161/408494 textget [769]
0.00 0.00 130872/183733 next_interval [783]
0.00 0.00 12130/228845 validate_interval_range [778]
0.00 0.00 24/49012 Fcar [807]
-----------------------------------------------
0.00 0.00 1486/11493 save_excursion_restore <cycle 4> [303]
0.00 0.00 10007/11493 exec_byte_code <cycle 4> [73]
[218] 0.0 0.00 0.00 11493 Fgoto_char [218]
0.00 0.00 11493/15953 set_point_both [206]
0.00 0.00 10007/10013 set_point [738]
0.00 0.00 1486/1492 set_point_from_marker [938]
-----------------------------------------------
1512 get_next_display_element <cycle 4> [10]
[219] 0.0 0.00 0.00 1512 next_element_from_string <cycle 4> [219]
0.00 0.00 264/7159 composition_compute_stop_pos [107]
0.00 0.00 240/3495 compute_stop_pos [166]
0.00 0.00 24/286 composition_reseat_it [239]
264 get_visually_first_element <cycle 4> [864]
240 handle_stop <cycle 4> [160]
-----------------------------------------------
2 load_charset <cycle 4> [221]
2 Flocate_file_internal <cycle 4> [1509]
12 x_find_image_fd <cycle 4> [500]
26 Fload <cycle 4> [411]
[220] 0.0 0.00 0.00 42 openp <cycle 4> [220]
0.00 0.00 188/1944 Ffind_file_name_handler [158]
0.00 0.00 165/8785 make_string [226]
0.00 0.00 35/1289625 Fcons [80]
0.00 0.00 23/10760 make_unibyte_string [477]
0.00 0.00 188/315 encode_file_name [1102]
0.00 0.00 165/172 emacs_open [1138]
0.00 0.00 35/14391 list1 [818]
0.00 0.00 13/53 file_directory_p [1211]
85 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 map_charset_chars <cycle 4> [199]
[221] 0.0 0.00 0.00 2 load_charset <cycle 4> [221]
0.00 0.00 2/2 load_charset_map [222]
0.00 0.00 2/77270 set_internal [145]
0.00 0.00 2/3 record_xmalloc [659]
0.00 0.00 556/556 read_hex [1036]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/2 record_unwind_protect_nothing [1537]
0.00 0.00 2/4 set_unwind_protect_ptr [1465]
0.00 0.00 2/7 clear_unwind_protect [1397]
4 unbind_to <cycle 4> [244]
2 store_symval_forwarding <cycle 4> [802]
2 specbind <cycle 4> [128]
2 openp <cycle 4> [220]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [221]
[222] 0.0 0.00 0.00 2 load_charset_map [222]
0.00 0.00 244/640 char_table_set [195]
0.00 0.00 244/7538722 char_table_ref [37]
0.00 0.00 2/84 Fmake_char_table [395]
-----------------------------------------------
0.00 0.00 1/38 set_fontset_font [191]
0.00 0.00 1/38 Fnew_fontset <cycle 4> [371]
0.00 0.00 36/38 Fset_fontset_font <cycle 4> [56]
[223] 0.0 0.00 0.00 38 Fset_char_table_range [223]
0.00 0.00 37/1428 char_table_set_range [76]
0.00 0.00 38/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
0.00 0.00 3/37 Ffuncall <cycle 4> [29]
0.00 0.00 34/37 eval_sub <cycle 4> [176]
[224] 0.0 0.00 0.00 37 Fdefalias [224]
0.00 0.00 37/37 Ffset [225]
0.00 0.00 128/1289625 Fcons [80]
0.00 0.00 37/98231 Fplist_get [798]
0.00 0.00 37/69910 Fget [800]
-----------------------------------------------
0.00 0.00 37/37 Fdefalias [224]
[225] 0.0 0.00 0.00 37 Ffset [225]
0.00 0.00 37/37 valid_lisp_object_p [227]
0.00 0.00 27/396 Fput [267]
0.00 0.00 62/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/8785 cmd_error_internal [259]
0.00 0.00 1/8785 x_term_init <cycle 4> [508]
0.00 0.00 1/8785 x_session_initialize [628]
0.00 0.00 2/8785 file_attributes [518]
0.00 0.00 3/8785 realize_basic_faces [153]
0.00 0.00 3/8785 Fgetenv_internal [569]
0.00 0.00 4/8785 Fsingle_key_description <cycle 4> [544]
0.00 0.00 4/8785 text_quoting_style <cycle 4> [434]
0.00 0.00 4/8785 fontset_pattern_regexp [549]
0.00 0.00 6/8785 Fx_create_frame <cycle 4> [202]
0.00 0.00 9/8785 Fframe_parameters [171]
0.00 0.00 11/8785 parse_modifiers [377]
0.00 0.00 12/8785 x_find_image_fd <cycle 4> [500]
0.00 0.00 16/8785 font_build_object [406]
0.00 0.00 36/8785 process_tool_bar_item <cycle 4> [333]
0.00 0.00 165/8785 openp <cycle 4> [220]
0.00 0.00 188/8785 Fexpand_file_name <cycle 4> [173]
0.00 0.00 206/8785 Fkey_description <cycle 4> [317]
0.00 0.00 819/8785 Ffont_xlfd_name [316]
0.00 0.00 1028/8785 Fcall_interactively <cycle 4> [106]
0.00 0.00 6266/8785 make_formatted_string [235]
[226] 0.0 0.00 0.00 8785 make_string [226]
0.00 0.00 8785/148728 parse_str_as_multibyte [123]
0.00 0.00 8785/10760 make_unibyte_string [477]
-----------------------------------------------
0.00 0.00 37/37 Ffset [225]
[227] 0.0 0.00 0.00 37 valid_lisp_object_p [227]
0.00 0.00 31/533 Fsuspicious_object [108]
0.00 0.00 37/69654 mem_find [801]
0.00 0.00 6/3408 sweep_buffers [868]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [110]
20649 map_keymap_internal <cycle 4> [680]
[228] 0.0 0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 1785/45490 concat [103]
0.00 0.00 3666/1289625 Fcons [80]
0.00 0.00 604/116631 Flength [126]
0.00 0.00 48/35053 Fcopy_sequence [150]
0.00 0.00 22773/465106 get_keymap [766]
0.00 0.00 2111/2126 Frassq [904]
0.00 0.00 1785/6814 Fvconcat [832]
0.00 0.00 1785/14391 list1 [818]
0.00 0.00 1785/1818 nconc2 [916]
0.00 0.00 278/10850 Fmemq [822]
0.00 0.00 192/11766 Faref [821]
0.00 0.00 48/2149 Faset [902]
22773 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 2/2 command_loop_1 <cycle 2> [18]
[229] 0.0 0.00 0.00 2 resize_echo_area_exactly [229]
0.00 0.00 2/9783 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[230] 0.0 0.00 0.00 1 delete_frame <cycle 4> [230]
0.00 0.00 1/1 free_frame_faces [231]
0.00 0.00 1/3208 Fframe_parameter [172]
0.00 0.00 1/1 other_visible_frames [590]
0.00 0.00 1/2 font_update_drivers [568]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 5/1140773 xfree [760]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 1/9070 decode_any_frame [825]
0.00 0.00 1/410271 Fcdr [768]
0.00 0.00 1/2 free_glyphs [1529]
0.00 0.00 1/2 delete_all_child_windows [1521]
0.00 0.00 1/133 Fdelq [1154]
0.00 0.00 1/1 free_font_driver_list [1604]
0.00 0.00 1/1 initial_free_frame_resources [1610]
0.00 0.00 1/1 x_clipboard_manager_save_frame [1639]
0.00 0.00 1/2 safe_call2 [1540]
1 check_minibuf_window <cycle 4> [1592]
1 Fdelete_terminal <cycle 4> [1564]
1 safe_call <cycle 4> [1026]
1 do_switch_frame <cycle 4> [1388]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[231] 0.0 0.00 0.00 1 free_frame_faces [231]
0.00 0.00 1/20 free_realized_face [116]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 3/1140773 xfree [760]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3255/3255 handle_face_prop [164]
[232] 0.0 0.00 0.00 3255 face_at_buffer_position [232]
0.00 0.00 3255/12169 Fget_text_property [208]
0.00 0.00 3255/12130 Fnext_single_property_change [217]
0.00 0.00 3255/428532 lookup_char_property [390]
0.00 0.00 3255/408494 textget [769]
0.00 0.00 3255/186535 overlays_at [781]
-----------------------------------------------
3455 compute_display_string_pos <cycle 4> [263]
[233] 0.0 0.00 0.00 3455 Fnext_single_char_property_change <cycle 4> [233]
0.00 0.00 3195/180498 get_char_property_and_overlay [100]
0.00 0.00 3195/3928 Fnext_property_change [269]
0.00 0.00 264/12130 Fnext_single_property_change [217]
0.00 0.00 3195/3195 Fnext_char_property_change [876]
3191 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 1140/1140 init_iterator <cycle 4> [163]
[234] 0.0 0.00 0.00 1140 produce_special_glyphs [234]
0.00 0.00 1138/146733 x_produce_glyphs [57]
0.00 0.00 2/2 produce_glyphs [1534]
-----------------------------------------------
0.00 0.00 2/6266 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 6264/6266 Fframe_parameters [171]
[235] 0.0 0.00 0.00 6266 make_formatted_string [235]
0.00 0.00 6266/8785 make_string [226]
-----------------------------------------------
0.00 0.00 460/147661 x_compute_glyph_string_overhangs [483]
0.00 0.00 147201/147661 get_per_char_metric [237]
[236] 0.0 0.00 0.00 147661 xftfont_text_extents [236]
0.00 0.00 147661/3508683 unblock_input_to [144]
0.00 0.00 7/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 7/1112161 do_pending_atimers [55]
0.00 0.00 147661/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3205/147201 x_get_glyph_overhangs [407]
0.00 0.00 143996/147201 x_produce_glyphs [57]
[237] 0.0 0.00 0.00 147201 get_per_char_metric [237]
0.00 0.00 147201/147661 xftfont_text_extents [236]
-----------------------------------------------
0.00 0.00 506/1562 move_it_to <cycle 4> [213]
0.00 0.00 518/1562 reseat_at_previous_visible_line_start [294]
0.00 0.00 538/1562 move_it_vertically_backward <cycle 4> [292]
[238] 0.0 0.00 0.00 1562 back_to_previous_visible_line_start [238]
0.00 0.00 1558/15456 find_composition [194]
0.00 0.00 1558/180498 get_char_property_and_overlay [100]
0.00 0.00 1558/5053 handle_display_prop [241]
0.00 0.00 1561/1561 find_newline_no_quit [661]
0.00 0.00 3116/8883 bidi_unshelve_cache [827]
0.00 0.00 1558/167471 Fget_char_property [786]
0.00 0.00 1558/3667 bidi_shelve_cache [863]
-----------------------------------------------
0.00 0.00 24/286 next_element_from_string <cycle 4> [219]
0.00 0.00 262/286 next_element_from_buffer <cycle 4> [161]
[239] 0.0 0.00 0.00 286 composition_reseat_it [239]
0.00 0.00 286/7159 composition_compute_stop_pos [107]
-----------------------------------------------
1001 insert_from_string <cycle 4> [984]
[240] 0.0 0.00 0.00 1001 insert_from_string_1 <cycle 4> [240]
0.00 0.00 1001/1001 graft_intervals_into_buffer [252]
0.00 0.00 1001/1819 offset_intervals [288]
0.00 0.00 37/48 make_gap [595]
0.00 0.00 1001/2551 record_insert [643]
0.00 0.00 1001/2485 invalidate_buffer_caches [893]
0.00 0.00 1001/1553 copy_text [931]
0.00 0.00 1001/1821 adjust_overlays_for_insert [915]
0.00 0.00 1001/1821 adjust_markers_for_insert [914]
0.00 0.00 500/31663 count_size_as_multibyte [810]
1001 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 1558/5053 back_to_previous_visible_line_start [238]
0.00 0.00 3495/5053 handle_stop <cycle 4> [160]
[241] 0.0 0.00 0.00 5053 handle_display_prop [241]
0.00 0.00 5053/180498 get_char_property_and_overlay [100]
-----------------------------------------------
0.00 0.00 3495/3495 handle_stop <cycle 4> [160]
[242] 0.0 0.00 0.00 3495 handle_composition_prop [242]
0.00 0.00 3495/15456 find_composition [194]
-----------------------------------------------
3962 handle_stop <cycle 4> [160]
[243] 0.0 0.00 0.00 3962 handle_fontified_prop <cycle 4> [243]
0.00 0.00 4125/180498 get_char_property_and_overlay [100]
0.00 0.00 467/77270 set_internal [145]
0.00 0.00 4125/167471 Fget_char_property [786]
467 store_symval_forwarding <cycle 4> [802]
467 specbind <cycle 4> [128]
467 safe_call <cycle 4> [1026]
467 unbind_to <cycle 4> [244]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1592]
1 Fset_window_configuration <cycle 4> [702]
1 decode_coding <cycle 4> [547]
1 Fx_create_frame <cycle 4> [202]
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 make_frame <cycle 4> [534]
2 set_frame_menubar <cycle 4> [418]
2 Fdo_auto_save <cycle 4> [593]
2 Fautoload_do_load <cycle 4> [587]
3 Fkill_buffer <cycle 4> [565]
4 adjust_frame_size <cycle 4> [497]
4 load_charset <cycle 4> [221]
4 Feval_buffer <cycle 4> [507]
6 get_keyelt <cycle 4> [541]
6 Fload <cycle 4> [411]
10 unwind_to_catch <cycle 4> [657]
11 Finsert_file_contents <cycle 4> [351]
12 show_hourglass <cycle 4> [183]
13 digest_single_submenu <cycle 4> [448]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_element <cycle 4> [379]
24 display_mode_line <cycle 4> [472]
29 echo_area_display <cycle 4> [704]
29 redisplay_window <cycle 4> [410]
35 with_echo_area_buffer <cycle 4> [405]
44 compact_buffer <cycle 4> [677]
49 Fgarbage_collect <cycle 4> [64]
65 Flet <cycle 4> [431]
97 eval_sub <cycle 4> [176]
186 readevalloop <cycle 4> [402]
240 apply_lambda <cycle 4> [340]
308 process_tool_bar_item <cycle 4> [333]
314 internal_condition_case_1 <cycle 4> [1098]
467 handle_fontified_prop <cycle 4> [243]
760 safe__call <cycle 4> [301]
1019 update_compositions <cycle 4> [154]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1034 Fcall_interactively <cycle 4> [106]
1037 code_convert_string <cycle 4> [264]
1549 safe_run_hooks <cycle 4> [276]
3100 Fcurrent_active_maps <cycle 4> [192]
3191 Fnext_single_char_property_change <cycle 4> [233]
16753 exec_byte_code <cycle 4> [73]
16850 Ffuncall <cycle 4> [29]
0.00 0.00 1/9783 internal_condition_case <cycle 2> [215]
0.00 0.00 9/9783 wait_reading_process_output [44]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 53/9783 redisplay_internal [38]
0.01 0.13 509/9783 command_loop_1 <cycle 2> [18]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
[244] 0.0 0.00 0.00 50476 unbind_to <cycle 4> [244]
0.00 0.00 2902/77270 set_internal [145]
0.00 0.00 34/995 Fset_match_data [315]
0.00 0.00 510/1022 cancel_hourglass [438]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 34/37 unwind_set_match_data [746]
0.00 0.00 2902/5857 Flocal_variable_p [840]
0.00 0.00 1486/1486 free_misc [941]
0.00 0.00 1476/1476 save_restriction_restore [942]
0.00 0.00 1039/1039 code_conversion_restore [974]
0.00 0.00 1000/1000 reset_var_on_error [985]
0.00 0.00 795/795 set_buffer_if_live [1002]
0.00 0.00 517/517 restore_kboard_configuration [1057]
0.00 0.00 50/50 pop_message_unwind [1228]
0.00 0.00 47/47 unwind_redisplay [1253]
0.00 0.00 16/1140773 xfree [760]
0.00 0.00 9/9 wait_reading_process_output_unwind [1384]
0.00 0.00 7/7 do_nothing [1399]
0.00 0.00 6/6 fast_set_selected_frame [1411]
0.00 0.00 4/4 record_load_unwind [1464]
0.00 0.00 4/4 load_warn_old_style_backquotes [1461]
0.00 0.00 4/4 readevalloop_1 [1463]
0.00 0.00 3/3 decide_coding_unwind [1485]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 2/2 do_auto_save_unwind [1522]
0.00 0.00 2/2 restore_menu_items [1539]
0.00 0.00 2/2 un_autoload [1544]
0.00 0.00 2/2 fclose_unwind [1525]
0.00 0.00 1/1 unwind_create_frame [1632]
0.00 0.00 1/1 do_unwind_create_frame [1599]
16909 Fset_default <cycle 4> [198]
3851 bcall0 <cycle 4> [860]
2897 store_symval_forwarding <cycle 4> [802]
1486 save_excursion_restore <cycle 4> [303]
803 set_buffer_internal_1 <cycle 4> [871]
38 unwind_format_mode_line <cycle 4> [1275]
35 unwind_with_echo_area_buffer <cycle 4> [1282]
-----------------------------------------------
0.00 0.00 8/2757 read_char <cycle 2> [20]
0.00 0.00 123/2757 Fsubstring [362]
0.00 0.00 2626/2757 Ffuncall <cycle 4> [29]
[245] 0.0 0.00 0.00 2757 Fvector [245]
0.00 0.00 2757/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 446/1468 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 1022/1468 Fface_font [268]
[246] 0.0 0.00 0.00 1468 lookup_named_face [246]
0.00 0.00 1468/1575 Finternal_merge_in_global_face [247]
0.00 0.00 1468/1502 get_lface_attributes [355]
0.00 0.00 1468/1580 merge_face_vectors <cycle 1> [552]
-----------------------------------------------
0.00 0.00 1/1575 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 24/1575 face_at_string_position [275]
0.00 0.00 82/1575 Ffuncall <cycle 4> [29]
0.00 0.00 1468/1575 lookup_named_face [246]
[247] 0.0 0.00 0.00 1575 Finternal_merge_in_global_face [247]
0.00 0.00 4/94 realize_face [152]
0.00 0.00 164/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 1490/1490 lface_equal_p [556]
0.00 0.00 1/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 1493/1589 lface_hash [928]
0.00 0.00 164/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 2582/2582 Ffuncall <cycle 4> [29]
[248] 0.0 0.00 0.00 2582 Fmake_byte_code [248]
0.00 0.00 2582/154204 allocate_vector [92]
0.00 0.00 2582/2621 make_byte_code [890]
-----------------------------------------------
1 Fundo_boundary <cycle 4> [1582]
3 Finsert_file_contents <cycle 4> [351]
8 Fset_coding_system_priority <cycle 4> [473]
299 exec_byte_code <cycle 4> [73]
500 Fsetq <cycle 4> [338]
728 code_conversion_save <cycle 4> [376]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
[249] 0.0 0.00 0.00 2561 Fset <cycle 4> [249]
0.00 0.00 2561/77270 set_internal [145]
1792 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
1472 modify_text_properties <cycle 4> [945]
1752 prepare_to_modify_buffer <cycle 4> [421]
[250] 0.0 0.00 0.00 3224 prepare_to_modify_buffer_1 <cycle 4> [250]
0.00 0.00 2471/2471 verify_interval_modification [277]
0.00 0.00 1022/77270 set_internal [145]
0.00 0.00 3224/3229 bset_redisplay [873]
1022 store_symval_forwarding <cycle 4> [802]
1022 specbind <cycle 4> [128]
1022 Fset <cycle 4> [249]
1022 unbind_to <cycle 4> [244]
1000 call0 <cycle 4> [854]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
91 Ffuncall <cycle 4> [29]
[251] 0.0 0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [251]
0.00 0.00 93/1944 Ffind_file_name_handler [158]
15 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 1001/1001 insert_from_string_1 <cycle 4> [240]
[252] 0.0 0.00 0.00 1001 graft_intervals_into_buffer [252]
0.00 0.00 999/1000 set_text_properties_1 [271]
0.00 0.00 999/256439 find_interval [87]
0.00 0.00 999/312932 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 519/2539 Ffuncall <cycle 4> [29]
0.00 0.00 2020/2539 Fline_beginning_position [266]
[253] 0.0 0.00 0.00 2539 Fconstrain_to_field [253]
0.00 0.00 4089/180498 get_char_property_and_overlay [100]
0.00 0.00 4089/167471 Fget_char_property [786]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
[254] 0.0 0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 482/39716 re_search [74]
0.00 0.00 478/1289625 Fcons [80]
0.00 0.00 2/49854 compile_pattern [156]
0.00 0.00 482/10760 make_unibyte_string [477]
0.00 0.00 2/2 open_directory [698]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 484/484 read_dirent [1081]
0.00 0.00 482/670 decode_file_name [1020]
0.00 0.00 4/315 encode_file_name [1102]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/1020 record_unwind_protect_ptr [982]
0.00 0.00 2/3508670 unblock_input [754]
486 code_convert_string <cycle 4> [264]
2 Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
0.00 0.00 1/25585 Ftry_completion [416]
0.00 0.00 2/25585 x_set_font <cycle 4> [189]
0.00 0.00 2/25585 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/25585 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 4/25585 eval_sub <cycle 4> [176]
0.00 0.00 5/25585 show_hourglass <cycle 4> [183]
0.00 0.00 10/25585 search_image_cache [613]
0.00 0.00 14/25585 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 22/25585 face_attr_equal_p [555]
0.00 0.00 63/25585 exec_byte_code <cycle 4> [73]
0.00 0.00 86/25585 hscroll_window_tree [498]
0.00 0.00 101/25585 display_mode_element <cycle 4> [379]
0.00 0.00 261/25585 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 462/25585 readevalloop <cycle 4> [402]
0.00 0.00 1057/25585 where_is_internal <cycle 4> [157]
0.00 0.00 1411/25585 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 22080/25585 compile_pattern [156]
[255] 0.0 0.00 0.00 25585 Fequal [255]
0.00 0.00 25585/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 386/386 Ffuncall <cycle 4> [29]
[256] 0.0 0.00 0.00 386 string_match_1 [256]
0.00 0.00 386/39716 re_search [74]
0.00 0.00 386/49854 compile_pattern [156]
0.00 0.00 263/695 string_byte_to_char [1017]
0.00 0.00 27/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 2/4964 file_attributes [518]
0.00 0.00 6/4964 eval_sub <cycle 4> [176]
0.00 0.00 49/4964 Fgarbage_collect <cycle 4> [64]
0.00 0.00 71/4964 Fmapcar <cycle 4> [401]
0.00 0.00 355/4964 funcall_lambda <cycle 4> [314]
0.00 0.00 995/4964 Fmatch_data [330]
0.00 0.00 1081/4964 Fbacktrace_frame [318]
0.00 0.00 2405/4964 exec_byte_code <cycle 4> [73]
[257] 0.0 0.00 0.00 4964 Flist [257]
0.00 0.00 18766/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [215]
[258] 0.0 0.00 0.00 1 cmd_error [258]
0.00 0.00 1/1 cmd_error_internal [259]
0.00 0.00 1/1022 cancel_hourglass [438]
-----------------------------------------------
0.00 0.00 1/1 cmd_error [258]
[259] 0.0 0.00 0.00 1 cmd_error_internal [259]
0.00 0.00 1/9783 call3 <cycle 4> [1330]
0.00 0.00 1/8785 make_string [226]
-----------------------------------------------
0.00 0.00 352/3592 display_line <cycle 4> [184]
0.00 0.00 3240/3592 move_it_in_display_line_to <cycle 4> [58]
[260] 0.0 0.00 0.00 3592 handle_line_prefix [260]
0.00 0.00 3592/180498 get_char_property_and_overlay [100]
0.00 0.00 3592/167471 Fget_char_property [786]
0.00 0.00 3592/9334 get_it_property [824]
-----------------------------------------------
0.00 0.00 40/436 Ffuncall <cycle 4> [29]
0.00 0.00 396/436 Fput [267]
[261] 0.0 0.00 0.00 436 Fplist_put [261]
0.00 0.00 247/9355 Fsetcar [129]
0.00 0.00 220/1289625 Fcons [80]
0.00 0.00 31/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 3495/3495 handle_stop <cycle 4> [160]
[262] 0.0 0.00 0.00 3495 handle_invisible_prop [262]
0.00 0.00 3255/180498 get_char_property_and_overlay [100]
0.00 0.00 240/12169 Fget_text_property [208]
0.00 0.00 240/428532 lookup_char_property [390]
0.00 0.00 240/408494 textget [769]
-----------------------------------------------
3623 bidi_fetch_char <cycle 4> [791]
[263] 0.0 0.00 0.00 3623 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3455/180498 get_char_property_and_overlay [100]
0.00 0.00 3455/167471 Fget_char_property [786]
3455 Fnext_single_char_property_change <cycle 4> [233]
-----------------------------------------------
1 xg_create_frame_widgets <cycle 4> [592]
1 Finsert_file_contents <cycle 4> [351]
1 Ffile_accessible_directory_p <cycle 4> [453]
2 Ffile_exists_p <cycle 4> [400]
2 Ffile_attributes <cycle 4> [424]
18 Ffile_symlink_p <cycle 4> [308]
25 Ffile_readable_p <cycle 4> [311]
40 Ffile_directory_p <cycle 4> [285]
59 Ffuncall <cycle 4> [29]
188 Fexpand_file_name <cycle 4> [173]
215 digest_single_submenu <cycle 4> [448]
486 directory_files_internal <cycle 4> [254]
[264] 0.0 0.00 0.00 1038 code_convert_string <cycle 4> [264]
0.00 0.00 1037/1044 setup_coding_system [296]
0.00 0.00 1037/2446268 hash_lookup [25]
1037 unbind_to <cycle 4> [244]
728 decode_coding_object <cycle 4> [307]
309 encode_coding_object <cycle 4> [466]
-----------------------------------------------
0.00 0.00 1/2014 Fcurrent_window_configuration [526]
0.00 0.00 1/2014 make_frame <cycle 4> [534]
0.00 0.00 1/2014 create_terminal <cycle 4> [513]
0.00 0.00 2/2014 make_window [557]
0.00 0.00 2/2014 x_scroll_bar_create [525]
0.00 0.00 3/2014 make_hash_table [471]
0.00 0.00 8/2014 font_make_object [415]
0.00 0.00 887/2014 Ffont_spec [280]
0.00 0.00 1109/2014 font_make_entity [290]
[265] 0.0 0.00 0.00 2014 allocate_pseudovector [265]
0.00 0.00 2014/156717 Fmake_string [81]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [29]
[266] 0.0 0.00 0.00 2020 Fline_beginning_position [266]
0.00 0.00 2020/2539 Fconstrain_to_field [253]
0.00 0.00 2020/2538 scan_newline_from_point [650]
-----------------------------------------------
0.00 0.00 2/396 modify_event_symbol [426]
0.00 0.00 2/396 Fdefvar <cycle 4> [454]
0.00 0.00 4/396 eval_sub <cycle 4> [176]
0.00 0.00 10/396 apply_modifiers [309]
0.00 0.00 22/396 parse_modifiers [377]
0.00 0.00 27/396 Ffset [225]
0.00 0.00 129/396 Ffuncall <cycle 4> [29]
0.00 0.00 200/396 update_overlay_arrows <cycle 4> [299]
[267] 0.0 0.00 0.00 396 Fput [267]
0.00 0.00 396/436 Fplist_put [261]
0.00 0.00 158/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [29]
[268] 0.0 0.00 0.00 1022 Fface_font [268]
0.00 0.00 1022/1468 lookup_named_face [246]
0.00 0.00 1022/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 733/3928 make_buffer_string_both [306]
0.00 0.00 3195/3928 Fnext_single_char_property_change <cycle 4> [233]
[269] 0.0 0.00 0.00 3928 Fnext_property_change [269]
0.00 0.00 3105/256439 find_interval [87]
0.00 0.00 27869/183733 next_interval [783]
0.00 0.00 27808/28807 intervals_equal [812]
0.00 0.00 3928/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 27774/27774 compile_pattern [156]
[270] 0.0 0.00 0.00 27774 re_compile_pattern [270]
0.00 0.00 27774/1153527 xmalloc [118]
0.00 0.00 27777/1140773 xfree [760]
0.00 0.00 3200/3200 re_iswctype [875]
0.00 0.00 2671/2682 skip_one_char [887]
0.00 0.00 290/2125 xrealloc [905]
0.00 0.00 25/25 re_wctype [1305]
0.00 0.00 24/27792 analyze_first [813]
-----------------------------------------------
0.00 0.00 1/1000 set_text_properties [558]
0.00 0.00 999/1000 graft_intervals_into_buffer [252]
[271] 0.0 0.00 0.00 1000 set_text_properties_1 [271]
0.00 0.00 1000/1000 set_properties [272]
0.00 0.00 999/999 split_interval_right [536]
-----------------------------------------------
0.00 0.00 1000/1000 set_text_properties_1 [271]
[272] 0.0 0.00 0.00 1000 set_properties [272]
0.00 0.00 1000/35053 Fcopy_sequence [150]
-----------------------------------------------
2 directory_files_internal <cycle 4> [254]
28 Ffuncall <cycle 4> [29]
39 Ffile_directory_p <cycle 4> [285]
[273] 0.0 0.00 0.00 69 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 69/1944 Ffind_file_name_handler [158]
0.00 0.00 64/41699 make_specified_string [422]
5 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 879/879 Fset_fontset_font <cycle 4> [56]
[274] 0.0 0.00 0.00 879 concat3 [274]
0.00 0.00 879/45490 concat [103]
-----------------------------------------------
0.00 0.00 240/1464 handle_face_prop [164]
0.00 0.00 264/1464 display_string <cycle 4> [210]
0.00 0.00 960/1464 face_before_or_after_it_pos <cycle 4> [289]
[275] 0.0 0.00 0.00 1464 face_at_string_position [275]
0.00 0.00 1464/12169 Fget_text_property [208]
0.00 0.00 1464/12130 Fnext_single_property_change [217]
0.00 0.00 24/1575 Finternal_merge_in_global_face [247]
0.00 0.00 1464/428532 lookup_char_property [390]
0.00 0.00 24/1580 merge_face_ref <cycle 1> [684]
0.00 0.00 1464/408494 textget [769]
0.00 0.00 24/49012 Fcar [807]
-----------------------------------------------
2 Fdo_auto_save <cycle 4> [593]
4 set_frame_menubar <cycle 4> [418]
12 show_hourglass <cycle 4> [183]
0.00 0.00 1/9783 read_char <cycle 2> [20]
0.04 0.40 1530/9783 command_loop_1 <cycle 2> [18]
[276] 0.0 0.00 0.00 1549 safe_run_hooks <cycle 4> [276]
0.00 0.00 1549/77270 set_internal [145]
0.00 0.00 1549/1549 run_hook_with_args [932]
1549 store_symval_forwarding <cycle 4> [802]
1549 specbind <cycle 4> [128]
1549 unbind_to <cycle 4> [244]
1548 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 2471/2471 prepare_to_modify_buffer_1 <cycle 4> [250]
[277] 0.0 0.00 0.00 2471 verify_interval_modification [277]
0.00 0.00 2471/256439 find_interval [87]
0.00 0.00 5572/428532 lookup_char_property [390]
0.00 0.00 5572/408494 textget [769]
0.00 0.00 3574/183733 next_interval [783]
-----------------------------------------------
0.00 0.00 556/556 command_loop_1 <cycle 2> [18]
[278] 0.0 0.00 0.00 556 composition_adjust_point [278]
0.00 0.00 556/556 find_automatic_composition [293]
0.00 0.00 556/16012 get_property_and_range [205]
-----------------------------------------------
3 eval_sub <cycle 4> [176]
49 Ffuncall <cycle 4> [29]
[279] 0.0 0.00 0.00 52 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 52/1944 Ffind_file_name_handler [158]
0.00 0.00 46/41699 make_specified_string [422]
0.00 0.00 46/181 Fnext_read_file_uses_dialog_p [1133]
6 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 1/887 font_open_by_name [387]
0.00 0.00 1/887 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/887 fontset_from_font <cycle 4> [343]
0.00 0.00 6/887 realize_face [152]
0.00 0.00 119/887 Ffuncall <cycle 4> [29]
0.00 0.00 759/887 Fset_fontset_font <cycle 4> [56]
[280] 0.0 0.00 0.00 887 Ffont_spec [280]
0.00 0.00 887/2014 allocate_pseudovector [265]
0.00 0.00 75/75 font_parse_name [350]
0.00 0.00 227/233 Ffontp [363]
0.00 0.00 182/1320 font_put_extra [336]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [29]
[281] 0.0 0.00 0.00 183 read_internal_start [281]
0.00 0.00 183/183 read0 <cycle 5> [1038]
0.00 0.00 1/5549489 validate_subarray [62]
0.00 0.00 1/5549204 string_char_to_byte [752]
-----------------------------------------------
[282] 0.0 0.00 0.00 183+3707 <cycle 5 as a whole> [282]
0.00 0.00 2710 read1 <cycle 5> [300]
0.00 0.00 540 read_list <cycle 5> [357]
0.00 0.00 90 read_vector <cycle 5> [366]
0.00 0.00 550 read0 <cycle 5> [1038]
-----------------------------------------------
23 where_is_internal <cycle 4> [157]
[283] 0.0 0.00 0.00 23 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1879/116631 Flength [126]
0.00 0.00 46/1289625 Fcons [80]
0.00 0.00 1856/49012 Fcar [807]
0.00 0.00 1856/410271 Fcdr [768]
0.00 0.00 1833/11766 Faref [821]
0.00 0.00 23/465106 get_keymap [766]
0.00 0.00 23/14391 list1 [818]
1820 map_keymap <cycle 4> [865]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
2 Fload <cycle 4> [411]
4 eval_sub <cycle 4> [176]
38 Ffuncall <cycle 4> [29]
[284] 0.0 0.00 0.00 45 Ffile_name_directory <cycle 4> [284]
0.00 0.00 45/1944 Ffind_file_name_handler [158]
5 call2 <cycle 4> [924]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
2 eval_sub <cycle 4> [176]
41 Ffuncall <cycle 4> [29]
[285] 0.0 0.00 0.00 44 Ffile_directory_p <cycle 4> [285]
0.00 0.00 44/1944 Ffind_file_name_handler [158]
0.00 0.00 40/315 encode_file_name [1102]
0.00 0.00 40/53 file_directory_p [1211]
44 expand_and_dir_to_file <cycle 4> [1263]
40 code_convert_string <cycle 4> [264]
39 Fdirectory_file_name <cycle 4> [273]
-----------------------------------------------
0.00 0.00 4/2088 text_quoting_style <cycle 4> [434]
0.00 0.00 10/2088 apply_modifiers [309]
0.00 0.00 11/2088 parse_modifiers [377]
0.00 0.00 118/2088 Ffontp [363]
0.00 0.00 120/2088 font_prop_validate_symbol [391]
0.00 0.00 124/2088 Ffuncall <cycle 4> [29]
0.00 0.00 140/2088 ftfont_list [211]
0.00 0.00 691/2088 font_parse_family_registry [321]
0.00 0.00 870/2088 read1 <cycle 5> [300]
[286] 0.0 0.00 0.00 2088 Fintern [286]
0.00 0.00 2088/142598 oblookup [125]
0.00 0.00 350/545 Fmake_symbol [574]
0.00 0.00 2088/285196 check_obarray [775]
-----------------------------------------------
0.00 0.00 1452/1452 Ffuncall <cycle 4> [29]
[287] 0.0 0.00 0.00 1452 Fbackward_prefix_chars [287]
0.00 0.00 1452/15953 set_point_both [206]
0.00 0.00 1443/145888 char_quoted [174]
0.00 0.00 1443/4865 SETUP_SYNTAX_TABLE [852]
0.00 0.00 1443/1443 syntax_prefix_flag_p [948]
-----------------------------------------------
0.00 0.00 89/1819 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 729/1819 del_range_2 [332]
0.00 0.00 1001/1819 insert_from_string_1 <cycle 4> [240]
[288] 0.0 0.00 0.00 1819 offset_intervals [288]
0.00 0.00 999/256439 find_interval [87]
0.00 0.00 999/2778892 Fnreverse [45]
0.00 0.00 1998/1289625 Fcons [80]
0.00 0.00 4995/428532 lookup_char_property [390]
0.00 0.00 999/501996 Fassq [384]
0.00 0.00 8977/265452 balance_possible_root_interval [776]
0.00 0.00 7978/312932 balance_an_interval [771]
0.00 0.00 999/410271 Fcdr [768]
0.00 0.00 999/28807 intervals_equal [812]
0.00 0.00 999/49012 Fcar [807]
-----------------------------------------------
1272 get_next_display_element <cycle 4> [10]
[289] 0.0 0.00 0.00 1272 face_before_or_after_it_pos <cycle 4> [289]
0.00 0.00 960/1464 face_at_string_position [275]
960 bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
0.00 0.00 1109/1109 ftfont_pattern_entity [216]
[290] 0.0 0.00 0.00 1109 font_make_entity [290]
0.00 0.00 1109/2014 allocate_pseudovector [265]
-----------------------------------------------
0.00 0.00 2039/2039 add_text_properties_1 <cycle 4> [104]
[291] 0.0 0.00 0.00 2039 add_properties [291]
0.00 0.00 75/9355 Fsetcar [129]
0.00 0.00 3932/1289625 Fcons [80]
0.00 0.00 2191/49012 Fcar [807]
0.00 0.00 2044/410271 Fcdr [768]
0.00 0.00 2037/2998 record_property_change [883]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
507 move_it_to <cycle 4> [213]
[292] 0.0 0.00 0.00 510 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 538/1562 back_to_previous_visible_line_start [238]
0.00 0.00 1020/3667 bidi_shelve_cache [863]
0.00 0.00 1020/8883 bidi_unshelve_cache [827]
0.00 0.00 510/589 default_line_pixel_height [1028]
1020 move_it_to <cycle 4> [213]
521 move_it_by_lines <cycle 4> [935]
510 reseat_1 <cycle 4> [889]
19 line_bottom_y <cycle 4> [537]
1 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 556/556 composition_adjust_point [278]
[293] 0.0 0.00 0.00 556 find_automatic_composition [293]
0.00 0.00 2584/7538722 char_table_ref [37]
0.00 0.00 556/559 window_loop [347]
0.00 0.00 2028/2028 char_composable_p [356]
0.00 0.00 556/25879 buf_charpos_to_bytepos [733]
0.00 0.00 556/41387 Fcurrent_buffer [809]
0.00 0.00 556/559 Fget_buffer_window [1033]
-----------------------------------------------
0.00 0.00 8/518 start_display <cycle 4> [197]
0.00 0.00 510/518 Fvertical_motion <cycle 4> [209]
[294] 0.0 0.00 0.00 518 reseat_at_previous_visible_line_start [294]
0.00 0.00 518/1562 back_to_previous_visible_line_start [238]
-----------------------------------------------
0.00 0.00 295/42803 Fboundp [505]
0.00 0.00 743/42803 Fmake_local_variable <cycle 4> [436]
0.00 0.00 41765/42803 find_symbol_value <cycle 4> [298]
[295] 0.0 0.00 0.00 42803 swap_in_symval_forwarding [295]
0.00 0.00 14649/4474415 assq_no_quit [63]
0.00 0.00 14649/41387 Fcurrent_buffer [809]
0.00 0.00 14536/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/1044 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1044 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/1044 create_terminal <cycle 4> [513]
0.00 0.00 3/1044 Finsert_file_contents <cycle 4> [351]
0.00 0.00 1037/1044 code_convert_string <cycle 4> [264]
[296] 0.0 0.00 0.00 1044 setup_coding_system [296]
0.00 0.00 1044/2446268 hash_lookup [25]
-----------------------------------------------
19 signal_after_change <cycle 4> [297]
1 Fremove_text_properties <cycle 4> [625]
3 Finsert_file_contents <cycle 4> [351]
19 insert_char <cycle 4> [1331]
729 del_range_1 <cycle 4> [331]
1001 insert_from_string <cycle 4> [984]
1471 add_text_properties_1 <cycle 4> [104]
[297] 0.0 0.00 0.00 3224+19 signal_after_change <cycle 4> [297]
0.00 0.00 1022/77270 set_internal [145]
0.00 0.00 1022/1022 report_interval_modification [977]
0.00 0.00 1000/227551 grow_specpdl [779]
0.00 0.00 1000/1020 record_unwind_protect_ptr [982]
0.00 0.00 1000/2061 Frun_hook_with_args [910]
0.00 0.00 19/1699 multibyte_chars_in_text [925]
0.00 0.00 19/21 chars_in_text [1322]
1022 store_symval_forwarding <cycle 4> [802]
1022 specbind <cycle 4> [128]
1022 unbind_to <cycle 4> [244]
1000 Fcommandp <cycle 4> [853]
19 prepare_to_modify_buffer <cycle 4> [421]
19 signal_after_change <cycle 4> [297]
-----------------------------------------------
2 create_terminal <cycle 4> [513]
3 Fkill_local_variable <cycle 4> [741]
4 readevalloop <cycle 4> [402]
45 Fmake_local_variable <cycle 4> [436]
89 update_overlay_arrows <cycle 4> [299]
100 overlay_arrows_changed_p <cycle 4> [1227]
704 display_line <cycle 4> [184]
3115 current_minor_maps <cycle 4> [880]
4697 Fcommandp <cycle 4> [853]
19812 specbind <cycle 4> [128]
49544 Fsymbol_value <cycle 4> [806]
[298] 0.0 0.00 0.00 78115 find_symbol_value <cycle 4> [298]
0.00 0.00 41765/42803 swap_in_symval_forwarding [295]
14522 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
5 redraw_frame <cycle 4> [683]
0.00 0.01 43/9783 redisplay_internal [38]
[299] 0.0 0.00 0.00 48 update_overlay_arrows <cycle 4> [299]
0.00 0.00 200/396 Fput [267]
0.00 0.00 90/98231 Fplist_get [798]
0.00 0.00 90/69910 Fget [800]
0.00 0.00 45/74640 do_symval_forwarding [799]
89 find_symbol_value <cycle 4> [298]
-----------------------------------------------
550 read0 <cycle 5> [1038]
2160 read_list <cycle 5> [357]
[300] 0.0 0.00 0.00 2710 read1 <cycle 5> [300]
0.00 0.00 870/2088 Fintern [286]
0.00 0.00 21827/28240 readchar [334]
0.00 0.00 1788/1788 read_escape [408]
0.00 0.00 329/1289625 Fcons [80]
0.00 0.00 329/1230 list2 [368]
0.00 0.00 1006/41699 make_specified_string [422]
0.00 0.00 35/3508683 unblock_input_to [144]
0.00 0.00 6/545 Fmake_symbol [574]
0.00 0.00 1537/1537 char_string [936]
0.00 0.00 1136/1318 unreadchar [956]
0.00 0.00 1092/1092 string_to_number [965]
0.00 0.00 876/1699 multibyte_chars_in_text [925]
0.00 0.00 172/539 intern_sym [1044]
0.00 0.00 48/48 str_as_unibyte [1248]
0.00 0.00 39/2621 make_byte_code [890]
0.00 0.00 35/3508670 unblock_input [754]
0.00 0.00 6/652 make_float [1021]
450 read_list <cycle 5> [357]
329 read0 <cycle 5> [1038]
90 read_vector <cycle 5> [366]
-----------------------------------------------
169 safe__call1 <cycle 4> [1139]
591 safe_call <cycle 4> [1026]
[301] 0.0 0.00 0.00 760 safe__call <cycle 4> [301]
0.00 0.00 929/77270 set_internal [145]
929 store_symval_forwarding <cycle 4> [802]
929 specbind <cycle 4> [128]
760 internal_condition_case_n <cycle 4> [896]
760 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 1/8 font_open_by_spec [389]
0.00 0.00 1/8 Fset_fontset_font <cycle 4> [56]
0.00 0.00 6/8 realize_face [152]
[302] 0.0 0.00 0.00 8 font_load_for_lface [302]
0.00 0.00 8/138692 font_find_for_lface [14]
0.00 0.00 8/12 font_open_entity [392]
0.00 0.00 8/12 font_open_for_lface [397]
0.00 0.00 8/47 Ffont_get [726]
0.00 0.00 8/410271 Fcdr [768]
-----------------------------------------------
1486 unbind_to <cycle 4> [244]
[303] 0.0 0.00 0.00 1486 save_excursion_restore <cycle 4> [303]
0.00 0.00 1486/11493 Fgoto_char [218]
0.00 0.00 1486/1486 Fmarker_buffer [939]
0.00 0.00 1486/4179 unchain_marker [858]
1486 Fset_buffer <cycle 4> [897]
-----------------------------------------------
446 draw_fringe_bitmap <cycle 4> [1087]
[304] 0.0 0.00 0.00 446 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 446/1468 lookup_named_face [246]
0.00 0.00 446/8828 prepare_face_for_display [617]
0.00 0.00 223/1972 window_box_left [912]
0.00 0.00 223/223 window_box_right [1124]
446 x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
4777 access_keymap_1 <cycle 4> [305]
2 Fdefine_key <cycle 4> [112]
2076 access_keymap <cycle 4> [907]
2894 Flookup_key <cycle 4> [891]
[305] 0.0 0.00 0.00 4972+4777 access_keymap_1 <cycle 4> [305]
0.00 0.00 8958/9497 apply_modifiers [309]
0.00 0.00 8958/8979 reorder_modifiers [378]
0.00 0.00 76/1289625 Fcons [80]
0.00 0.00 365098/465106 get_keymap [766]
0.00 0.00 347/11766 Faref [821]
5900 get_keyelt <cycle 4> [541]
4777 access_keymap_1 <cycle 4> [305]
-----------------------------------------------
0.00 0.00 2/733 Fbuffer_substring [553]
0.00 0.00 3/733 current_message_1 [533]
0.00 0.00 728/733 decode_coding_object <cycle 4> [307]
[306] 0.0 0.00 0.00 733 make_buffer_string_both [306]
0.00 0.00 733/204864 Ftext_properties_at [97]
0.00 0.00 733/3928 Fnext_property_change [269]
0.00 0.00 729/46458 make_uninit_multibyte_string [417]
0.00 0.00 4/41699 make_specified_string [422]
0.00 0.00 733/733 update_buffer_properties [1006]
0.00 0.00 4/29246 make_uninit_string [811]
-----------------------------------------------
728 code_convert_string <cycle 4> [264]
[307] 0.0 0.00 0.00 728 decode_coding_object <cycle 4> [307]
0.00 0.00 728/733 make_buffer_string_both [306]
0.00 0.00 728/728 Fbuffer_string [1013]
728 code_conversion_save <cycle 4> [376]
728 decode_coding <cycle 4> [547]
-----------------------------------------------
27 Ffuncall <cycle 4> [29]
[308] 0.0 0.00 0.00 27 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 27/1944 Ffind_file_name_handler [158]
0.00 0.00 22/315 encode_file_name [1102]
27 Fexpand_file_name <cycle 4> [173]
18 code_convert_string <cycle 4> [264]
-----------------------------------------------
0.00 0.00 6/9497 Fdefine_key <cycle 4> [112]
0.00 0.00 21/9497 store_in_keymap [502]
0.00 0.00 512/9497 modify_event_symbol [426]
0.00 0.00 8958/9497 access_keymap_1 <cycle 4> [305]
[309] 0.0 0.00 0.00 9497 apply_modifiers [309]
0.00 0.00 9497/4474415 assq_no_quit [63]
0.00 0.00 10/396 Fput [267]
0.00 0.00 10/2088 Fintern [286]
0.00 0.00 20/1289625 Fcons [80]
0.00 0.00 10/46458 make_uninit_multibyte_string [417]
0.00 0.00 24913/98231 Fplist_get [798]
0.00 0.00 24913/69910 Fget [800]
0.00 0.00 4/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 1046/10417 lisp_malloc [409]
0.00 0.00 2561/10417 Fmake_string [81]
0.00 0.00 6810/10417 lisp_align_malloc [329]
[310] 0.0 0.00 0.00 10417 mem_insert [310]
0.00 0.00 10417/1153527 xmalloc [118]
0.00 0.00 4067/5019 mem_rotate_left [849]
0.00 0.00 3767/5100 mem_rotate_right [848]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
24 Ffuncall <cycle 4> [29]
[311] 0.0 0.00 0.00 26 Ffile_readable_p <cycle 4> [311]
0.00 0.00 26/1944 Ffind_file_name_handler [158]
0.00 0.00 26/315 encode_file_name [1102]
26 Fexpand_file_name <cycle 4> [173]
25 code_convert_string <cycle 4> [264]
-----------------------------------------------
3 Fload <cycle 4> [411]
23 internal_condition_case_1 <cycle 4> [1098]
[312] 0.0 0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 26/1944 Ffind_file_name_handler [158]
0.00 0.00 26/26 search_embedded_absfilename [1303]
0.00 0.00 26/7242 Ffboundp [831]
26 call1 <cycle 4> [949]
-----------------------------------------------
36 apply1 <cycle 4> [1278]
61 eval_sub <cycle 4> [176]
935 Ffuncall <cycle 4> [29]
[313] 0.0 0.00 0.00 1032 Fapply <cycle 4> [313]
0.00 0.00 1032/116631 Flength [126]
1032 Ffuncall <cycle 4> [29]
-----------------------------------------------
495 apply_lambda <cycle 4> [340]
48774 Ffuncall <cycle 4> [29]
[314] 0.0 0.00 0.00 49269 funcall_lambda <cycle 4> [314]
0.00 0.00 454/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 454/1112161 do_pending_atimers [55]
0.00 0.00 355/4964 Flist [257]
0.00 0.00 11/77270 set_internal [145]
0.00 0.00 32/1289625 Fcons [80]
25484 specbind <cycle 4> [128]
16113 exec_byte_code <cycle 4> [73]
164 Fprogn <cycle 4> [996]
11 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
0.00 0.00 34/995 unbind_to <cycle 4> [244]
0.00 0.00 961/995 Ffuncall <cycle 4> [29]
[315] 0.0 0.00 0.00 995 Fset_match_data [315]
0.00 0.00 995/116631 Flength [126]
0.00 0.00 4/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 1/819 fontset_from_font <cycle 4> [343]
0.00 0.00 12/819 font_rescale_ratio [398]
0.00 0.00 806/819 Fset_fontset_font <cycle 4> [56]
[316] 0.0 0.00 0.00 819 Ffont_xlfd_name [316]
0.00 0.00 819/8785 make_string [226]
0.00 0.00 819/555562 font_unparse_xlfd [86]
-----------------------------------------------
4 text_quoting_style <cycle 4> [434]
202 process_tool_bar_item <cycle 4> [333]
[317] 0.0 0.00 0.00 206 Fkey_description <cycle 4> [317]
0.00 0.00 206/45490 concat [103]
0.00 0.00 206/116631 Flength [126]
0.00 0.00 206/8785 make_string [226]
0.00 0.00 206/965 Fconcat [986]
438 Fsingle_key_description <cycle 4> [544]
-----------------------------------------------
0.00 0.00 1084/1084 Ffuncall <cycle 4> [29]
[318] 0.0 0.00 0.00 1084 Fbacktrace_frame [318]
0.00 0.00 1081/4964 Flist [257]
0.00 0.00 1084/1289625 Fcons [80]
0.00 0.00 1084/1084 get_backtrace_frame [966]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[319] 0.0 0.00 0.00 1030 Fwindow_scroll_bars [319]
0.00 0.00 1030/1032 list5 [327]
0.00 0.00 1030/1289625 Fcons [80]
0.00 0.00 1030/5391 set_window_margins [847]
-----------------------------------------------
297 Ffuncall <cycle 4> [29]
314 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 1/9783 internal_condition_case <cycle 2> [215]
[320] 0.0 0.00 0.00 612 Feval <cycle 4> [320]
0.00 0.00 612/77270 set_internal [145]
612 store_symval_forwarding <cycle 4> [802]
612 specbind <cycle 4> [128]
612 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 686/686 Fset_fontset_font <cycle 4> [56]
[321] 0.0 0.00 0.00 686 font_parse_family_registry [321]
0.00 0.00 691/2088 Fintern [286]
0.00 0.00 686/3332260 casify_object [48]
0.00 0.00 20/241 concat2 [328]
0.00 0.00 4/140083 font_intern_prop [93]
0.00 0.00 4/4 Ffont_put [543]
0.00 0.00 686/2666 Fdowncase [888]
0.00 0.00 47/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[322] 0.0 0.00 0.00 6 Finternal_char_font [322]
0.00 0.00 6/142572 face_for_char [11]
0.00 0.00 5/1289625 Fcons [80]
0.00 0.00 6/710 lookup_basic_face [1016]
0.00 0.00 6/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 934/934 Ffuncall <cycle 4> [29]
[323] 0.0 0.00 0.00 934 Ftext_property_any [323]
0.00 0.00 932/256439 find_interval [87]
0.00 0.00 9339/428532 lookup_char_property [390]
0.00 0.00 9339/408494 textget [769]
0.00 0.00 8878/183733 next_interval [783]
0.00 0.00 8379/49012 Fcar [807]
0.00 0.00 934/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 1/895 x_set_font <cycle 4> [189]
0.00 0.00 2/895 Fnew_fontset <cycle 4> [371]
0.00 0.00 12/895 realize_face [152]
0.00 0.00 880/895 check_fontset_name [325]
[324] 0.0 0.00 0.00 895 fs_query_fontset [324]
0.00 0.00 40/38795 fast_string_match_internal [71]
0.00 0.00 895/3332260 casify_object [48]
0.00 0.00 895/895 Frassoc [393]
0.00 0.00 16/554979 Fassoc [66]
0.00 0.00 14/14 fontset_pattern_regexp [549]
0.00 0.00 895/2666 Fdowncase [888]
0.00 0.00 889/1800 c_strcasecmp [917]
-----------------------------------------------
0.00 0.00 880/880 Fset_fontset_font <cycle 4> [56]
[325] 0.0 0.00 0.00 880 check_fontset_name [325]
0.00 0.00 880/895 fs_query_fontset [324]
0.00 0.00 880/2119 decode_live_frame [906]
-----------------------------------------------
4 text_quoting_style <cycle 4> [434]
10 Ffuncall <cycle 4> [29]
1055 process_tool_bar_item <cycle 4> [333]
[326] 0.0 0.00 0.00 1069 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 871/2778892 Fnreverse [45]
0.00 0.00 224/224 preferred_sequence_p [367]
0.00 0.00 214/215 Fsafe_length [427]
0.00 0.00 271/1289625 Fcons [80]
0.00 0.00 261/25585 Fequal [255]
0.00 0.00 261/1677 Fmember [388]
0.00 0.00 10/1230 list2 [368]
0.00 0.00 1069/1073 parse_solitary_modifier [968]
0.00 0.00 1067/1071 Freverse [969]
0.00 0.00 1032/98231 Fplist_get [798]
0.00 0.00 1032/69910 Fget [800]
0.00 0.00 261/11766 Faref [821]
0.00 0.00 10/465106 get_keymap [766]
1067 where_is_internal <cycle 4> [157]
1059 Fcurrent_active_maps <cycle 4> [192]
1042 Fkey_binding <cycle 4> [352]
263 shadow_lookup <cycle 4> [459]
-----------------------------------------------
0.00 0.00 2/1032 Fautoload [584]
0.00 0.00 1030/1032 Fwindow_scroll_bars [319]
[327] 0.0 0.00 0.00 1032 list5 [327]
0.00 0.00 4128/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 16/241 Fget_load_suffixes [443]
0.00 0.00 20/241 font_parse_family_registry [321]
0.00 0.00 205/241 process_tool_bar_item <cycle 4> [333]
[328] 0.0 0.00 0.00 241 concat2 [328]
0.00 0.00 241/45490 concat [103]
-----------------------------------------------
0.00 0.00 6810/6810 Fcons [80]
[329] 0.0 0.00 0.00 6810 lisp_align_malloc [329]
0.00 0.00 6810/10417 mem_insert [310]
-----------------------------------------------
0.00 0.00 34/995 record_unwind_save_match_data [469]
0.00 0.00 961/995 Ffuncall <cycle 4> [29]
[330] 0.0 0.00 0.00 995 Fmatch_data [330]
0.00 0.00 995/4964 Flist [257]
0.00 0.00 4/487 Fmake_marker [646]
0.00 0.00 4/572 set_marker_internal [747]
0.00 0.00 4/557 Fset_marker [1035]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [405]
728 Ferase_buffer <cycle 4> [1014]
[331] 0.0 0.00 0.00 729 del_range_1 <cycle 4> [331]
0.00 0.00 729/729 del_range_2 [332]
0.00 0.00 1458/25879 buf_charpos_to_bytepos [733]
0.00 0.00 729/2485 invalidate_buffer_caches [893]
729 signal_after_change <cycle 4> [297]
729 update_compositions <cycle 4> [154]
729 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 729/729 del_range_1 <cycle 4> [331]
[332] 0.0 0.00 0.00 729 del_range_2 [332]
0.00 0.00 729/1819 offset_intervals [288]
0.00 0.00 729/729 record_delete [1012]
0.00 0.00 729/732 adjust_markers_for_delete [1007]
0.00 0.00 729/3768 recenter_overlay_lists [861]
0.00 0.00 729/732 adjust_overlays_for_delete [1008]
0.00 0.00 729/729 evaporate_overlays [1011]
-----------------------------------------------
61 menu_bar_item <cycle 4> [467]
78 map_keymap_internal <cycle 4> [680]
1297 single_menu_item <cycle 4> [481]
[333] 0.0 0.00 0.00 1436 process_tool_bar_item <cycle 4> [333]
0.00 0.00 205/241 concat2 [328]
0.00 0.00 36/8785 make_string [226]
0.00 0.00 36/3332260 casify_object [48]
0.00 0.00 22/1289625 Fcons [80]
0.00 0.00 36/1153527 xmalloc [118]
0.00 0.00 2/8857 Fmake_vector [207]
0.00 0.00 2/63 larger_vector [413]
0.00 0.00 4/1230 list2 [368]
0.00 0.00 1277/465106 get_keymap [766]
0.00 0.00 861/49012 Fcar [807]
0.00 0.00 625/98231 Fplist_get [798]
0.00 0.00 625/69910 Fget [800]
0.00 0.00 568/571 Fsubstitute_command_keys [1031]
0.00 0.00 36/36 Fupcase_initials [1277]
0.00 0.00 36/1140773 xfree [760]
0.00 0.00 18/1291 menu_separator_name_p [958]
0.00 0.00 18/14391 list1 [818]
1055 Fwhere_is_internal <cycle 4> [326]
568 text_quoting_style <cycle 4> [434]
308 unbind_to <cycle 4> [244]
308 menu_item_eval_property <cycle 4> [109]
202 Fkey_description <cycle 4> [317]
-----------------------------------------------
0.00 0.00 91/28240 lisp_file_lexically_bound_p [577]
0.00 0.00 1460/28240 readevalloop <cycle 4> [402]
0.00 0.00 4862/28240 read_escape [408]
0.00 0.00 21827/28240 read1 <cycle 5> [300]
[334] 0.0 0.00 0.00 28240 readchar [334]
0.00 0.00 18613/18613 readbyte_from_file [335]
-----------------------------------------------
0.00 0.00 18613/18613 readchar [334]
[335] 0.0 0.00 0.00 18613 readbyte_from_file [335]
0.00 0.00 18613/3508683 unblock_input_to [144]
0.00 0.00 18613/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1320 font_open_by_name [387]
0.00 0.00 28/1320 font_clear_prop [433]
0.00 0.00 182/1320 Ffont_spec [280]
0.00 0.00 1109/1320 ftfont_pattern_entity [216]
[336] 0.0 0.00 0.00 1320 font_put_extra [336]
0.00 0.00 2584/1289625 Fcons [80]
0.00 0.00 1134/4474415 assq_no_quit [63]
0.00 0.00 1107/1107 Fstring_lessp [964]
0.00 0.00 28/133 Fdelq [1154]
-----------------------------------------------
1321 Ffuncall <cycle 4> [29]
[337] 0.0 0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1411/25585 Fequal [255]
0.00 0.00 67/82 Finternal_make_lisp_face [385]
0.00 0.00 1321/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 501/530 font_clear_prop [433]
0.00 0.00 1321/4585 resolve_face_name [856]
0.00 0.00 1321/1762 lface_from_face_name [921]
0.00 0.00 1321/98231 Fplist_get [798]
0.00 0.00 1321/69910 Fget [800]
0.00 0.00 178/334 fset_redisplay [1100]
0.00 0.00 12/1778 font_style_to_value [919]
0.00 0.00 1/1 merge_face_heights [1612]
1 Fmodify_frame_parameters <cycle 4> [1421]
-----------------------------------------------
500 eval_sub <cycle 4> [176]
[338] 0.0 0.00 0.00 500 Fsetq <cycle 4> [338]
0.00 0.00 500/116631 Flength [126]
0.00 0.00 500/410271 Fcdr [768]
0.00 0.00 500/49012 Fcar [807]
500 Fset <cycle 4> [249]
500 eval_sub <cycle 4> [176]
-----------------------------------------------
2 with_echo_area_buffer <cycle 4> [405]
4 do_switch_frame <cycle 4> [1388]
29 display_echo_area_1 <cycle 4> [1292]
[339] 0.0 0.00 0.00 35 resize_mini_window <cycle 4> [339]
0.00 0.00 29/3495 compute_stop_pos [166]
0.00 0.00 70/283 set_marker_both [1108]
0.00 0.00 35/1055 extract_float [970]
0.00 0.00 6/6 shrink_mini_window [1417]
35 reseat <cycle 4> [375]
35 init_iterator <cycle 4> [163]
35 move_it_to <cycle 4> [213]
29 handle_stop <cycle 4> [160]
8 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
495 eval_sub <cycle 4> [176]
[340] 0.0 0.00 0.00 495 apply_lambda <cycle 4> [340]
0.00 0.00 495/116631 Flength [126]
0.00 0.00 443/49012 Fcar [807]
0.00 0.00 443/410271 Fcdr [768]
495 funcall_lambda <cycle 4> [314]
443 eval_sub <cycle 4> [176]
255 exec_byte_code <cycle 4> [73]
240 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 4/53 safe_to_load_version [462]
0.00 0.00 49/53 ftfont_get_charset [346]
[341] 0.0 0.00 0.00 53 fast_c_string_match_ignore_case [341]
0.00 0.00 53/39716 re_search [74]
0.00 0.00 53/49854 compile_pattern [156]
0.00 0.00 53/53 string_make_unibyte [1212]
-----------------------------------------------
0.00 0.00 1/560 fontset_from_font <cycle 4> [343]
0.00 0.00 2/560 modify_event_symbol [426]
0.00 0.00 2/560 create_terminal <cycle 4> [513]
0.00 0.00 2/560 Fdo_auto_save <cycle 4> [593]
0.00 0.00 3/560 bidi_initialize <cycle 4> [167]
0.00 0.00 4/560 readevalloop <cycle 4> [402]
0.00 0.00 24/560 display_mode_element <cycle 4> [379]
0.00 0.00 522/560 top_level_1 <cycle 2> [39]
[342] 0.0 0.00 0.00 560 intern_1 [342]
0.00 0.00 560/142598 oblookup [125]
0.00 0.00 1/545 Fmake_symbol [574]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 560/285196 check_obarray [775]
-----------------------------------------------
1 x_new_font <cycle 4> [588]
[343] 0.0 0.00 0.00 1 fontset_from_font <cycle 4> [343]
0.00 0.00 1/883 find_font_encoding [68]
0.00 0.00 2/138863 copy_font_spec [78]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 1/82 make_fontset [396]
0.00 0.00 1/2446268 hash_lookup [25]
0.00 0.00 1/819 Ffont_xlfd_name [316]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 1/560 intern_1 [342]
0.00 0.00 1/3332260 casify_object [48]
0.00 0.00 1/1109469 assoc_no_quit [96]
0.00 0.00 1/1 font_get_name [1602]
0.00 0.00 1/2666 Fdowncase [888]
0.00 0.00 1/539 intern_sym [1044]
2 Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
0.00 0.00 5/573 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 9/573 Ffuncall <cycle 4> [29]
0.00 0.00 559/573 window_loop [347]
[344] 0.0 0.00 0.00 573 window_list_1 [344]
0.00 0.00 573/2778892 Fnreverse [45]
0.00 0.00 1132/1289625 Fcons [80]
0.00 0.00 573/586 window_list [578]
0.00 0.00 1146/1148 candidate_window_p [961]
0.00 0.00 573/575 decode_next_window_args [1030]
0.00 0.00 573/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 141/141 ftfont_list [211]
[345] 0.0 0.00 0.00 141 ftfont_spec_pattern [345]
0.00 0.00 49/49 ftfont_get_charset [346]
0.00 0.00 3/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 49/49 ftfont_spec_pattern [345]
[346] 0.0 0.00 0.00 49 ftfont_get_charset [346]
0.00 0.00 49/53 fast_c_string_match_ignore_case [341]
0.00 0.00 49/10760 make_unibyte_string [477]
-----------------------------------------------
0.00 0.00 3/559 Fother_buffer [570]
0.00 0.00 556/559 find_automatic_composition [293]
[347] 0.0 0.00 0.00 559 window_loop [347]
0.00 0.00 559/573 window_list_1 [344]
-----------------------------------------------
0.00 0.00 518/518 exec_byte_code <cycle 4> [73]
[348] 0.0 0.00 0.00 518 Fforward_line [348]
0.00 0.00 518/15953 set_point_both [206]
0.00 0.00 518/2538 scan_newline_from_point [650]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [29]
[349] 0.0 0.00 0.00 516 skip_syntaxes [349]
0.00 0.00 516/15953 set_point_both [206]
0.00 0.00 516/25879 buf_charpos_to_bytepos [733]
0.00 0.00 516/4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
0.00 0.00 75/75 Ffont_spec [280]
[350] 0.0 0.00 0.00 75 font_parse_name [350]
0.00 0.00 17/18 font_parse_xlfd [354]
0.00 0.00 58/140083 font_intern_prop [93]
0.00 0.00 1/652 make_float [1021]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[351] 0.0 0.00 0.00 3 Finsert_file_contents <cycle 4> [351]
0.00 0.00 2/2 Ffind_operation_coding_system [358]
0.00 0.00 3/1944 Ffind_file_name_handler [158]
0.00 0.00 6/77270 set_internal [145]
0.00 0.00 3/2446268 hash_lookup [25]
0.00 0.00 3/1044 setup_coding_system [296]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 1/1 raw_text_coding_system [598]
0.00 0.00 3/1230 list2 [368]
0.00 0.00 3/48 make_gap [595]
0.00 0.00 1/731 insert_from_gap [670]
0.00 0.00 3/1593 buf_bytepos_to_charpos [730]
0.00 0.00 6/227551 grow_specpdl [779]
0.00 0.00 6/6 move_gap_both [1414]
0.00 0.00 4/11 emacs_read [1360]
0.00 0.00 3/7242 Ffboundp [831]
0.00 0.00 3/315 encode_file_name [1102]
0.00 0.00 3/172 emacs_open [1138]
0.00 0.00 3/538 record_unwind_protect_int [1045]
0.00 0.00 3/1006 invalidate_region_cache [983]
0.00 0.00 3/46 gap_left [1256]
0.00 0.00 3/2485 invalidate_buffer_caches [893]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/6 emacs_close [1410]
0.00 0.00 3/7 clear_unwind_protect [1397]
11 unbind_to <cycle 4> [244]
6 store_symval_forwarding <cycle 4> [802]
6 specbind <cycle 4> [128]
6 call2 <cycle 4> [924]
3 Fexpand_file_name <cycle 4> [173]
3 call3 <cycle 4> [1330]
3 signal_after_change <cycle 4> [297]
3 update_compositions <cycle 4> [154]
3 decode_coding_gap <cycle 4> [603]
3 prepare_to_modify_buffer <cycle 4> [421]
3 Fset <cycle 4> [249]
1 code_convert_string <cycle 4> [264]
-----------------------------------------------
1020 Fkey_binding <cycle 4> [352]
1042 Fwhere_is_internal <cycle 4> [326]
0.01 0.13 510/9783 test_undefined [40]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
[352] 0.0 0.00 0.00 2062+1020 Fkey_binding <cycle 4> [352]
0.00 0.00 2062/1289625 Fcons [80]
2062 Flookup_key <cycle 4> [891]
1020 Fcurrent_active_maps <cycle 4> [192]
1020 Fkey_binding <cycle 4> [352]
-----------------------------------------------
0.00 0.00 1/3432 update_face_from_frame_parameter [688]
0.00 0.00 6/3432 realize_basic_faces [153]
0.00 0.00 22/3432 Finternal_get_lisp_face_attribute [571]
0.00 0.00 84/3432 realize_named_face [155]
0.00 0.00 164/3432 Finternal_make_lisp_face [385]
0.00 0.00 164/3432 Finternal_merge_in_global_face [247]
0.00 0.00 1321/3432 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1670/3432 get_lface_attributes_no_remap [382]
[353] 0.0 0.00 0.00 3432 lface_from_face_name_no_resolve [353]
0.00 0.00 3432/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/18 Fnew_fontset <cycle 4> [371]
0.00 0.00 17/18 font_parse_name [350]
[354] 0.0 0.00 0.00 18 font_parse_xlfd [354]
0.00 0.00 220/140083 font_intern_prop [93]
0.00 0.00 22/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 34/1502 merge_named_face <cycle 1> [520]
0.00 0.00 1468/1502 lookup_named_face [246]
[355] 0.0 0.00 0.00 1502 get_lface_attributes [355]
0.00 0.00 1502/4474415 assq_no_quit [63]
0.00 0.00 1502/1670 get_lface_attributes_no_remap [382]
0.00 0.00 1502/4585 resolve_face_name [856]
-----------------------------------------------
0.00 0.00 2028/2028 find_automatic_composition [293]
[356] 0.0 0.00 0.00 2028 char_composable_p [356]
0.00 0.00 916/7538722 char_table_ref [37]
-----------------------------------------------
90 read_vector <cycle 5> [366]
450 read1 <cycle 5> [300]
[357] 0.0 0.00 0.00 540 read_list <cycle 5> [357]
0.00 0.00 1582/1289625 Fcons [80]
0.00 0.00 1582/14391 list1 [818]
2160 read1 <cycle 5> [300]
38 read0 <cycle 5> [1038]
-----------------------------------------------
0.00 0.00 2/2 Finsert_file_contents <cycle 4> [351]
[358] 0.0 0.00 0.00 2 Ffind_operation_coding_system [358]
0.00 0.00 31/38795 fast_string_match_internal [71]
0.00 0.00 1/10 Fcoding_system_p [492]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
-----------------------------------------------
0.00 0.00 2/170 char_table_set [195]
0.00 0.00 11/170 char_table_set_range [76]
0.00 0.00 24/170 sub_char_table_set [463]
0.00 0.00 133/170 sub_char_table_set_range [373]
[359] 0.0 0.00 0.00 170 make_sub_char_table [359]
0.00 0.00 170/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 1/695 make_lispy_position <cycle 4> [562]
0.00 0.00 6/695 Fxw_color_values [548]
0.00 0.00 147/695 Fgarbage_collect <cycle 4> [64]
0.00 0.00 541/695 Ffuncall <cycle 4> [29]
[360] 0.0 0.00 0.00 695 list3 [360]
0.00 0.00 1390/1289625 Fcons [80]
-----------------------------------------------
8 redisplay_window <cycle 4> [410]
0.00 0.00 6/9783 redisplay_internal [38]
[361] 0.0 0.00 0.00 14 x_consider_frame_title <cycle 4> [361]
0.00 0.00 14/3208 Fframe_parameter [172]
0.00 0.00 14/38 format_mode_line_unwind_data [601]
0.00 0.00 14/410271 Fcdr [768]
0.00 0.00 14/227551 grow_specpdl [779]
0.00 0.00 14/8775 record_unwind_protect [828]
0.00 0.00 14/38 Fselect_window [1272]
14 select_window <cycle 4> [528]
14 set_buffer_internal_1 <cycle 4> [871]
14 init_iterator <cycle 4> [163]
14 display_mode_element <cycle 4> [379]
14 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 99/654 shadow_lookup <cycle 4> [459]
0.00 0.00 555/654 exec_byte_code <cycle 4> [73]
[362] 0.0 0.00 0.00 654 Fsubstring [362]
0.00 0.00 123/2757 Fvector [245]
0.00 0.00 654/5549489 validate_subarray [62]
0.00 0.00 531/41699 make_specified_string [422]
0.00 0.00 531/531 copy_text_properties [1046]
0.00 0.00 55/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 2/233 font_update_drivers [568]
0.00 0.00 4/233 Ffont_put [543]
0.00 0.00 227/233 Ffont_spec [280]
[363] 0.0 0.00 0.00 233 Ffontp [363]
0.00 0.00 204/204 font_prop_validate_symbol [391]
0.00 0.00 118/2088 Fintern [286]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 2/1230 list2 [368]
0.00 0.00 2/1109470 xfont_get_cache [121]
0.00 0.00 27/27 font_prop_validate_otf [1296]
0.00 0.00 1/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 77/77 Ffuncall <cycle 4> [29]
[364] 0.0 0.00 0.00 77 Fcoding_system_eol_type [364]
0.00 0.00 77/2224296 Fgethash [28]
0.00 0.00 77/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 1/415 x_set_tool_bar_position [638]
0.00 0.00 1/415 Ffuncall <cycle 4> [29]
0.00 0.00 2/415 save_menu_items [605]
0.00 0.00 6/415 adjust_frame_size <cycle 4> [497]
0.00 0.00 6/415 file_attributes [518]
0.00 0.00 7/415 Fcurrent_time [530]
0.00 0.00 392/415 Fgarbage_collect <cycle 4> [64]
[365] 0.0 0.00 0.00 415 list4 [365]
0.00 0.00 1245/1289625 Fcons [80]
-----------------------------------------------
90 read1 <cycle 5> [300]
[366] 0.0 0.00 0.00 90 read_vector <cycle 5> [366]
0.00 0.00 90/8857 Fmake_vector [207]
0.00 0.00 90/116631 Flength [126]
0.00 0.00 744/49012 Fcar [807]
0.00 0.00 744/410271 Fcdr [768]
0.00 0.00 744/744 free_cons [1004]
90 read_list <cycle 5> [357]
-----------------------------------------------
0.00 0.00 224/224 Fwhere_is_internal <cycle 4> [326]
[367] 0.0 0.00 0.00 224 preferred_sequence_p [367]
0.00 0.00 224/116631 Flength [126]
0.00 0.00 462/11766 Faref [821]
-----------------------------------------------
0.00 0.00 1/1230 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 2/1230 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/1230 Ffontp [363]
0.00 0.00 3/1230 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/1230 process_tool_bar_item <cycle 4> [333]
0.00 0.00 8/1230 read_char <cycle 2> [20]
0.00 0.00 10/1230 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 11/1230 parse_modifiers [377]
0.00 0.00 12/1230 get_keyelt <cycle 4> [541]
0.00 0.00 16/1230 adjust_frame_size <cycle 4> [497]
0.00 0.00 26/1230 handle_one_xevent [99]
0.00 0.00 106/1230 Ffuncall <cycle 4> [29]
0.00 0.00 182/1230 exec_byte_code <cycle 4> [73]
0.00 0.00 329/1230 read1 <cycle 5> [300]
0.00 0.00 518/1230 Fcall_interactively <cycle 4> [106]
[368] 0.0 0.00 0.00 1230 list2 [368]
0.00 0.00 1230/1289625 Fcons [80]
-----------------------------------------------
1 Fmessage <cycle 4> [1510]
8 Ffuncall <cycle 4> [29]
[369] 0.0 0.00 0.00 9 styled_format <cycle 4> [369]
0.00 0.00 16/16 lisp_string_width [370]
0.00 0.00 9/41699 make_specified_string [422]
0.00 0.00 16/1553 copy_text [931]
1 text_quoting_style <cycle 4> [434]
-----------------------------------------------
0.00 0.00 16/16 styled_format <cycle 4> [369]
[370] 0.0 0.00 0.00 16 lisp_string_width [370]
0.00 0.00 167/15456 find_composition [194]
0.00 0.00 167/821 char_width [1000]
0.00 0.00 16/292 buffer_display_table [1107]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[371] 0.0 0.00 0.00 2 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/38 Fset_char_table_range [223]
0.00 0.00 1/18 font_parse_xlfd [354]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 2/895 fs_query_fontset [324]
0.00 0.00 1/82 make_fontset [396]
0.00 0.00 2/3332260 casify_object [48]
0.00 0.00 1/555562 font_unparse_xlfd [86]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 52/49012 Fcar [807]
0.00 0.00 52/410271 Fcdr [768]
0.00 0.00 2/2666 Fdowncase [888]
0.00 0.00 1/881 free_realized_fontsets [997]
147 Fset_fontset_font <cycle 4> [56]
-----------------------------------------------
0.00 0.00 510/510 command_loop_1 <cycle 2> [18]
[372] 0.0 0.00 0.00 510 start_hourglass [372]
0.00 0.00 510/510 start_atimer [383]
0.00 0.00 510/1022 cancel_hourglass [438]
-----------------------------------------------
1974 sub_char_table_set_range [373]
0.00 0.00 1031/1031 char_table_set_range [76]
[373] 0.0 0.00 0.00 1031+1974 sub_char_table_set_range [373]
0.00 0.00 133/170 make_sub_char_table [359]
1974 sub_char_table_set_range [373]
-----------------------------------------------
0.00 0.00 30173/30173 map_sub_char_table <cycle 4> [110]
[374] 0.0 0.00 0.00 30173 accumulate_script_ranges [374]
0.00 0.00 1076/1289625 Fcons [80]
-----------------------------------------------
3 redisplay_window <cycle 4> [410]
35 resize_mini_window <cycle 4> [339]
507 move_it_to <cycle 4> [213]
510 Fvertical_motion <cycle 4> [209]
1072 start_display <cycle 4> [197]
[375] 0.0 0.00 0.00 2127 reseat <cycle 4> [375]
0.00 0.00 11/3495 compute_stop_pos [166]
2127 reseat_1 <cycle 4> [889]
11 handle_stop <cycle 4> [160]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [603]
309 encode_coding_object <cycle 4> [466]
728 decode_coding_object <cycle 4> [307]
[376] 0.0 0.00 0.00 1039 code_conversion_save <cycle 4> [376]
0.00 0.00 1039/1289625 Fcons [80]
0.00 0.00 1039/41387 Fcurrent_buffer [809]
0.00 0.00 1039/227551 grow_specpdl [779]
0.00 0.00 1039/8775 record_unwind_protect [828]
0.00 0.00 728/743 Fbuffer_live_p [1005]
1454 set_buffer_internal_1 <cycle 4> [871]
728 Fmake_local_variable <cycle 4> [436]
728 Fset <cycle 4> [249]
728 Ferase_buffer <cycle 4> [1014]
-----------------------------------------------
0.00 0.00 21/9158 Fdefine_key <cycle 4> [112]
0.00 0.00 158/9158 where_is_internal <cycle 4> [157]
0.00 0.00 8979/9158 reorder_modifiers [378]
[377] 0.0 0.00 0.00 9158 parse_modifiers [377]
0.00 0.00 22/396 Fput [267]
0.00 0.00 11/2088 Fintern [286]
0.00 0.00 11/8785 make_string [226]
0.00 0.00 36/1289625 Fcons [80]
0.00 0.00 11/1230 list2 [368]
0.00 0.00 9158/98231 Fplist_get [798]
0.00 0.00 9158/69910 Fget [800]
-----------------------------------------------
0.00 0.00 21/8979 store_in_keymap [502]
0.00 0.00 8958/8979 access_keymap_1 <cycle 4> [305]
[378] 0.0 0.00 0.00 8979 reorder_modifiers [378]
0.00 0.00 8979/9158 parse_modifiers [377]
-----------------------------------------------
1664 display_mode_element <cycle 4> [379]
14 x_consider_frame_title <cycle 4> [361]
24 display_mode_line <cycle 4> [472]
[379] 0.0 0.00 0.00 38+1664 display_mode_element <cycle 4> [379]
0.00 0.00 52/204864 Ftext_properties_at [97]
0.00 0.00 52/554979 Fassoc [66]
0.00 0.00 24/24 decode_mode_spec_coding [460]
0.00 0.00 24/560 intern_1 [342]
0.00 0.00 101/25585 Fequal [255]
0.00 0.00 3/35053 Fcopy_sequence [150]
0.00 0.00 810/1039 Fboundp [505]
0.00 0.00 3/116631 Flength [126]
0.00 0.00 3/3 set_text_properties [558]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 8/1593 buf_bytepos_to_charpos [730]
0.00 0.00 22/25879 buf_charpos_to_bytepos [733]
0.00 0.00 432/695 string_byte_to_char [1017]
0.00 0.00 412/98231 Fplist_get [798]
0.00 0.00 412/69910 Fget [800]
0.00 0.00 230/276 c_string_width [1109]
0.00 0.00 84/591680 Fsetcdr [764]
0.00 0.00 56/56 display_count_lines [1205]
0.00 0.00 48/1775 marker_position [920]
0.00 0.00 42/42 store_mode_line_noprop [1267]
0.00 0.00 24/1717 marker_byte_position [923]
0.00 0.00 24/24 pint2str [1310]
0.00 0.00 3/3 Fset_text_properties [1477]
0.00 0.00 3/5810 Fnthcdr [841]
786 Fsymbol_value <cycle 4> [806]
528 display_string <cycle 4> [210]
120 safe__call1 <cycle 4> [1139]
24 inhibit_garbage_collection <cycle 4> [111]
24 call1 <cycle 4> [949]
24 unbind_to <cycle 4> [244]
1664 display_mode_element <cycle 4> [379]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [29]
[380] 0.0 0.00 0.00 20 Fsearch_forward [380]
0.00 0.00 20/5180 search_command [180]
-----------------------------------------------
61 eval_sub <cycle 4> [176]
[381] 0.0 0.00 0.00 61 FletX <cycle 4> [381]
0.00 0.00 120/77270 set_internal [145]
0.00 0.00 375/410271 Fcdr [768]
0.00 0.00 250/49012 Fcar [807]
125 specbind <cycle 4> [128]
125 eval_sub <cycle 4> [176]
120 store_symval_forwarding <cycle 4> [802]
61 Fprogn <cycle 4> [996]
-----------------------------------------------
0.00 0.00 168/1670 realize_named_face [155]
0.00 0.00 1502/1670 get_lface_attributes [355]
[382] 0.0 0.00 0.00 1670 get_lface_attributes_no_remap [382]
0.00 0.00 1670/3432 lface_from_face_name_no_resolve [353]
-----------------------------------------------
0.00 0.00 510/510 start_hourglass [372]
[383] 0.0 0.00 0.00 510 start_atimer [383]
0.00 0.00 510/1039907 set_alarm [84]
0.00 0.00 510/1040417 block_atimers [119]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 510/510 schedule_atimer [1073]
0.00 0.00 510/1041550 gettime [763]
0.00 0.00 510/610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 1/501996 x_set_screen_gamma [692]
0.00 0.00 1/501996 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/501996 Fset_window_configuration <cycle 4> [702]
0.00 0.00 2/501996 Fprovide [583]
0.00 0.00 2/501996 save_window_save [634]
0.00 0.00 3/501996 uniprop_table [168]
0.00 0.00 3/501996 Fset_terminal_parameter [618]
0.00 0.00 3/501996 Fkill_local_variable <cycle 4> [741]
0.00 0.00 4/501996 realize_basic_faces [153]
0.00 0.00 6/501996 Fframe_parameters [171]
0.00 0.00 9/501996 Fterminal_parameter [736]
0.00 0.00 19/501996 eval_sub <cycle 4> [176]
0.00 0.00 44/501996 lookup_fringe_bitmap [451]
0.00 0.00 47/501996 Ffont_get [726]
0.00 0.00 74/501996 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 75/501996 get_frame_param [719]
0.00 0.00 76/501996 store_frame_param [490]
0.00 0.00 92/501996 Fwindow_parameter [717]
0.00 0.00 101/501996 x_get_arg [701]
0.00 0.00 543/501996 Fmacroexpand <cycle 4> [674]
0.00 0.00 777/501996 Fmake_local_variable <cycle 4> [436]
0.00 0.00 999/501996 offset_intervals [288]
0.00 0.00 1563/501996 exec_byte_code <cycle 4> [73]
0.00 0.00 3205/501996 Fframe_parameter [172]
0.00 0.00 6230/501996 text_property_stickiness [214]
0.00 0.00 81468/501996 store_in_alist [196]
0.00 0.00 406647/501996 lookup_char_property [390]
[384] 0.0 0.00 0.00 501996 Fassq [384]
0.00 0.00 106/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 106/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 1/82 realize_basic_faces [153]
0.00 0.00 14/82 realize_named_face [155]
0.00 0.00 67/82 Finternal_set_lisp_face_attribute <cycle 4> [337]
[385] 0.0 0.00 0.00 82 Finternal_make_lisp_face [385]
0.00 0.00 82/8857 Fmake_vector [207]
0.00 0.00 164/1289625 Fcons [80]
0.00 0.00 164/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 164/1762 lface_from_face_name [921]
0.00 0.00 82/98231 Fplist_get [798]
0.00 0.00 82/69910 Fget [800]
0.00 0.00 81/334 fset_redisplay [1100]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[386] 0.0 0.00 0.00 1 x_default_font_parameter <cycle 4> [386]
0.00 0.00 1/1 font_open_by_name [387]
0.00 0.00 1/10760 make_unibyte_string [477]
0.00 0.00 1/51 x_get_arg [701]
0.00 0.00 1/1 xsettings_get_system_font [1676]
1 x_default_parameter <cycle 4> [720]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [386]
[387] 0.0 0.00 0.00 1 font_open_by_name [387]
0.00 0.00 1/1 font_open_by_spec [389]
0.00 0.00 1/887 Ffont_spec [280]
0.00 0.00 1/1320 font_put_extra [336]
-----------------------------------------------
0.00 0.00 2/1677 eval_sub <cycle 4> [176]
0.00 0.00 261/1677 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1414/1677 exec_byte_code <cycle 4> [73]
[388] 0.0 0.00 0.00 1677 Fmember [388]
0.00 0.00 1189/6002698 internal_equal [52]
-----------------------------------------------
0.00 0.00 1/1 font_open_by_name [387]
[389] 0.0 0.00 0.00 1 font_open_by_spec [389]
0.00 0.00 1/8 font_load_for_lface [302]
-----------------------------------------------
0.00 0.00 93/428532 note_mouse_highlight [419]
0.00 0.00 240/428532 handle_invisible_prop [262]
0.00 0.00 1464/428532 face_at_string_position [275]
0.00 0.00 1935/428532 Ffuncall <cycle 4> [29]
0.00 0.00 3255/428532 face_at_buffer_position [232]
0.00 0.00 4995/428532 offset_intervals [288]
0.00 0.00 5182/428532 Fget_pos_property [204]
0.00 0.00 5572/428532 verify_interval_modification [277]
0.00 0.00 9339/428532 Ftext_property_any [323]
0.00 0.00 11412/428532 text_property_stickiness [214]
0.00 0.00 15043/428532 get_property_and_range [205]
0.00 0.00 49343/428532 compute_stop_pos [166]
0.00 0.00 140161/428532 Fnext_single_property_change [217]
0.00 0.00 180498/428532 get_char_property_and_overlay [100]
[390] 0.0 0.00 0.00 428532 lookup_char_property [390]
0.00 0.00 406647/501996 Fassq [384]
0.00 0.00 387126/410271 Fcdr [768]
0.00 0.00 28232/98231 Fplist_get [798]
-----------------------------------------------
0.00 0.00 204/204 Ffontp [363]
[391] 0.0 0.00 0.00 204 font_prop_validate_symbol [391]
0.00 0.00 120/2088 Fintern [286]
0.00 0.00 118/3332260 casify_object [48]
0.00 0.00 118/2666 Fdowncase [888]
0.00 0.00 4/539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [13]
0.00 0.00 8/12 font_load_for_lface [302]
[392] 0.0 0.00 0.00 12 font_open_entity [392]
0.00 0.00 8/8 xftfont_open [394]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 8/160 normal_char_ascent_descent [1142]
0.00 0.00 8/10 get_font_ascent_descent [1371]
0.00 0.00 4/4 xftfont_cached_font_ok [1470]
-----------------------------------------------
0.00 0.00 895/895 fs_query_fontset [324]
[393] 0.0 0.00 0.00 895 Frassoc [393]
0.00 0.00 942/6002698 internal_equal [52]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
-----------------------------------------------
0.00 0.00 8/8 font_open_entity [392]
[394] 0.0 0.00 0.00 8 xftfont_open [394]
0.00 0.00 8/8 font_build_object [406]
0.00 0.00 8/2218909 ftfont_get_fc_charset [23]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 8/4474415 assq_no_quit [63]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 16/3508683 unblock_input_to [144]
0.00 0.00 16/3508670 unblock_input [754]
0.00 0.00 8/12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 2/84 load_charset_map [222]
0.00 0.00 82/84 make_fontset [396]
[395] 0.0 0.00 0.00 84 Fmake_char_table [395]
0.00 0.00 84/8857 Fmake_vector [207]
0.00 0.00 84/98231 Fplist_get [798]
0.00 0.00 84/69910 Fget [800]
-----------------------------------------------
0.00 0.00 1/82 fontset_font [12]
0.00 0.00 1/82 Fnew_fontset <cycle 4> [371]
0.00 0.00 1/82 fontset_from_font <cycle 4> [343]
0.00 0.00 79/82 make_fontset_for_ascii_face [403]
[396] 0.0 0.00 0.00 82 make_fontset [396]
0.00 0.00 82/84 Fmake_char_table [395]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [13]
0.00 0.00 8/12 font_load_for_lface [302]
[397] 0.0 0.00 0.00 12 font_open_for_lface [397]
0.00 0.00 12/12 font_rescale_ratio [398]
0.00 0.00 1/138693 build_style_table [795]
-----------------------------------------------
0.00 0.00 12/12 font_open_for_lface [397]
[398] 0.0 0.00 0.00 12 font_rescale_ratio [398]
0.00 0.00 12/38795 fast_string_match_internal [71]
0.00 0.00 12/819 Ffont_xlfd_name [316]
-----------------------------------------------
0.00 0.00 91/3634 x_window_to_frame [554]
0.00 0.00 122/3634 x_top_window_to_frame [542]
0.00 0.00 3421/3634 x_any_window_to_frame [404]
[399] 0.0 0.00 0.00 3634 xg_win_to_widget [399]
0.00 0.00 3634/3508683 unblock_input_to [144]
0.00 0.00 3634/3508670 unblock_input [754]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
2 Ffuncall <cycle 4> [29]
[400] 0.0 0.00 0.00 3 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/1944 Ffind_file_name_handler [158]
0.00 0.00 3/315 encode_file_name [1102]
3 Fexpand_file_name <cycle 4> [173]
2 code_convert_string <cycle 4> [264]
-----------------------------------------------
5 eval_sub <cycle 4> [176]
24 Fbuffer_list <cycle 4> [1308]
42 Ffuncall <cycle 4> [29]
[401] 0.0 0.00 0.00 71 Fmapcar <cycle 4> [401]
0.00 0.00 71/116631 Flength [126]
0.00 0.00 71/4964 Flist [257]
71 mapcar1 <cycle 4> [1186]
-----------------------------------------------
2 Fload <cycle 4> [411]
2 Feval_buffer <cycle 4> [507]
[402] 0.0 0.00 0.00 4 readevalloop <cycle 4> [402]
0.00 0.00 462/25585 Fequal [255]
0.00 0.00 1460/28240 readchar [334]
0.00 0.00 12/77270 set_internal [145]
0.00 0.00 4/560 intern_1 [342]
0.00 0.00 4/2778892 Fnreverse [45]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 462/49012 Fcar [807]
0.00 0.00 182/1318 unreadchar [956]
0.00 0.00 8/7242 Ffboundp [831]
0.00 0.00 4/227551 grow_specpdl [779]
0.00 0.00 4/538 record_unwind_protect_int [1045]
0.00 0.00 4/74640 do_symval_forwarding [799]
0.00 0.00 4/119 Ffile_name_absolute_p [1162]
186 call1 <cycle 4> [949]
186 unbind_to <cycle 4> [244]
182 eval_sub <cycle 4> [176]
136 readevalloop_eager_expand_eval <cycle 4> [1150]
12 store_symval_forwarding <cycle 4> [802]
12 specbind <cycle 4> [128]
4 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 79/79 realize_face [152]
[403] 0.0 0.00 0.00 79 make_fontset_for_ascii_face [403]
0.00 0.00 79/82 make_fontset [396]
-----------------------------------------------
0.00 0.00 1610/3429 event_handler_gdk [98]
0.00 0.00 1819/3429 handle_one_xevent [99]
[404] 0.0 0.00 0.00 3429 x_any_window_to_frame [404]
0.00 0.00 3421/3634 xg_win_to_widget [399]
-----------------------------------------------
1 message3_nolog <cycle 4> [1532]
3 current_message <cycle 4> [1193]
29 echo_area_display <cycle 4> [704]
0.00 0.00 2/9783 resize_echo_area_exactly [229]
[405] 0.0 0.00 0.00 35 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 70/77270 set_internal [145]
0.00 0.00 3/3 current_message_1 [533]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 93/1775 marker_position [920]
0.00 0.00 93/1717 marker_byte_position [923]
0.00 0.00 62/283 set_marker_both [1108]
0.00 0.00 35/227551 grow_specpdl [779]
0.00 0.00 35/8775 record_unwind_protect [828]
0.00 0.00 31/146 adjust_window_count [1146]
0.00 0.00 31/73 wset_buffer [1184]
0.00 0.00 2/2 resize_mini_window_1 [1538]
0.00 0.00 1/729 del_range [1010]
70 store_symval_forwarding <cycle 4> [802]
70 specbind <cycle 4> [128]
35 ensure_echo_area_buffers <cycle 4> [597]
35 set_buffer_internal_1 <cycle 4> [871]
35 unbind_to <cycle 4> [244]
29 display_echo_area_1 <cycle 4> [1292]
2 resize_mini_window <cycle 4> [339]
1 del_range_1 <cycle 4> [331]
1 set_message_1 <cycle 4> [1628]
-----------------------------------------------
0.00 0.00 8/8 xftfont_open [394]
[406] 0.0 0.00 0.00 8 font_build_object [406]
0.00 0.00 8/8 font_make_object [415]
0.00 0.00 16/8785 make_string [226]
0.00 0.00 8/555562 font_unparse_xlfd [86]
0.00 0.00 24/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 11/3205 update_window_line <cycle 4> [517]
0.00 0.00 3194/3205 draw_glyphs <cycle 4> [35]
[407] 0.0 0.00 0.00 3205 x_get_glyph_overhangs [407]
0.00 0.00 3205/147201 get_per_char_metric [237]
0.00 0.00 3205/7891 get_glyph_face_and_encoding [620]
-----------------------------------------------
0.00 0.00 1788/1788 read1 <cycle 5> [300]
[408] 0.0 0.00 0.00 1788 read_escape [408]
0.00 0.00 4862/28240 readchar [334]
-----------------------------------------------
0.00 0.00 5/1280 allocate_buffer [652]
0.00 0.00 26/1280 Fmake_symbol [574]
0.00 0.00 48/1280 Fmake_string [81]
0.00 0.00 56/1280 make_interval [535]
0.00 0.00 61/1280 allocate_misc [531]
0.00 0.00 178/1280 allocate_string_data [484]
0.00 0.00 906/1280 make_uninit_multibyte_string [417]
[409] 0.0 0.00 0.00 1280 lisp_malloc [409]
0.00 0.00 1046/10417 mem_insert [310]
-----------------------------------------------
14 redisplay_window_0 <cycle 4> [1348]
15 redisplay_window_1 <cycle 4> [1344]
[410] 0.0 0.00 0.00 29 redisplay_window <cycle 4> [410]
0.00 0.00 3/3495 compute_stop_pos [166]
0.00 0.00 20/77270 set_internal [145]
0.00 0.00 29/78 reconsider_clip_changes [461]
0.00 0.00 23/101 update_window_fringes [450]
0.00 0.00 58/82 temp_set_point_both [1177]
0.00 0.00 49/1775 marker_position [920]
0.00 0.00 49/1717 marker_byte_position [923]
0.00 0.00 39/589 default_line_pixel_height [1028]
0.00 0.00 29/29 set_vertical_scroll_bar [1293]
0.00 0.00 29/29 XTredeem_scroll_bar [1290]
0.00 0.00 26/157 window_outdated [1143]
0.00 0.00 20/69 mode_line_update_needed [1192]
0.00 0.00 18/100 row_for_charpos_p [1169]
0.00 0.00 14/1742 window_text_bottom_y [922]
0.00 0.00 7/7 compute_window_start_on_continuation_line [1398]
0.00 0.00 4/10850 Fmemq [822]
0.00 0.00 4/4 blank_row [1452]
0.00 0.00 3/283 set_marker_both [1108]
0.00 0.00 3/3 run_window_scroll_functions [1496]
0.00 0.00 1/35 clear_glyph_matrix [1281]
49 set_buffer_internal_1 <cycle 4> [871]
29 unbind_to <cycle 4> [244]
29 XTset_vertical_scroll_bar <cycle 4> [475]
20 store_symval_forwarding <cycle 4> [802]
20 specbind <cycle 4> [128]
19 display_mode_lines <cycle 4> [1323]
12 window_box_height <cycle 4> [1166]
11 try_window <cycle 4> [1269]
8 x_consider_frame_title <cycle 4> [361]
8 update_frame_tool_bar <cycle 4> [446]
3 handle_stop <cycle 4> [160]
3 reseat <cycle 4> [375]
3 init_iterator <cycle 4> [163]
3 move_it_vertically_backward <cycle 4> [292]
1 overlay_arrows_changed_p <cycle 4> [1227]
-----------------------------------------------
2 Fautoload_do_load <cycle 4> [587]
24 Ffuncall <cycle 4> [29]
[411] 0.0 0.00 0.00 26 Fload <cycle 4> [411]
0.00 0.00 3/4 Fget_load_suffixes [443]
0.00 0.00 4/4 safe_to_load_version [462]
0.00 0.00 14/77270 set_internal [145]
0.00 0.00 1/45490 concat [103]
0.00 0.00 3/2778892 Fnreverse [45]
0.00 0.00 2/4 lisp_file_lexically_bound_p [577]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 12/227551 grow_specpdl [779]
0.00 0.00 8/8 suffix_p [1392]
0.00 0.00 8/8775 record_unwind_protect [828]
0.00 0.00 4/538 record_unwind_protect_int [1045]
0.00 0.00 4/1140773 xfree [760]
0.00 0.00 2/315 encode_file_name [1102]
0.00 0.00 2/4 set_unwind_protect_ptr [1465]
0.00 0.00 2/7242 Ffboundp [831]
0.00 0.00 2/6 emacs_close [1410]
0.00 0.00 2/7 clear_unwind_protect [1397]
0.00 0.00 1/557 Fappend [1034]
26 openp <cycle 4> [220]
23 internal_condition_case_1 <cycle 4> [1098]
14 store_symval_forwarding <cycle 4> [802]
14 specbind <cycle 4> [128]
6 unbind_to <cycle 4> [244]
3 Fsubstitute_in_file_name <cycle 4> [312]
2 readevalloop <cycle 4> [402]
2 Ffile_name_directory <cycle 4> [284]
2 call1 <cycle 4> [949]
2 call4 <cycle 4> [1273]
-----------------------------------------------
<spontaneous>
[412] 0.0 0.00 0.00 xpm_alloc_color [412]
0.00 0.00 922/922 xbm_image_p [414]
0.00 0.00 922/1101 x_parse_color [624]
0.00 0.00 922/143520 hash_string [794]
0.00 0.00 922/922 lookup_rgb_color [994]
-----------------------------------------------
0.00 0.00 1/63 menu_bar_items <cycle 4> [435]
0.00 0.00 2/63 process_tool_bar_item <cycle 4> [333]
0.00 0.00 12/63 ensure_menu_items [478]
0.00 0.00 48/63 hash_put [82]
[413] 0.0 0.00 0.00 63 larger_vector [413]
0.00 0.00 63/154204 allocate_vector [92]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [412]
[414] 0.0 0.00 0.00 922 xbm_image_p [414]
0.00 0.00 922/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 8/8 font_build_object [406]
[415] 0.0 0.00 0.00 8 font_make_object [415]
0.00 0.00 8/3144 Fcopy_alist [188]
0.00 0.00 8/2014 allocate_pseudovector [265]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[416] 0.0 0.00 0.00 3 Ftry_completion [416]
0.00 0.00 89/2774417 Fcompare_strings [32]
0.00 0.00 1/25585 Fequal [255]
-----------------------------------------------
0.00 0.00 10/46458 apply_modifiers [309]
0.00 0.00 16/46458 make_string_from_bytes [718]
0.00 0.00 200/46458 make_multibyte_string [653]
0.00 0.00 500/46458 Fmake_string [81]
0.00 0.00 729/46458 make_buffer_string_both [306]
0.00 0.00 3304/46458 concat [103]
0.00 0.00 41699/46458 make_specified_string [422]
[417] 0.0 0.00 0.00 46458 make_uninit_multibyte_string [417]
0.00 0.00 906/1280 lisp_malloc [409]
0.00 0.00 45519/45519 allocate_string_data [484]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
6 show_hourglass <cycle 4> [183]
[418] 0.0 0.00 0.00 7 set_frame_menubar <cycle 4> [418]
0.00 0.00 7/7 free_menubar_widget_value_tree [449]
0.00 0.00 6/6 xg_modify_menubar_widgets [476]
0.00 0.00 8/77270 set_internal [145]
0.00 0.00 1/1 xg_create_widget [524]
0.00 0.00 2/2 init_menu_items [600]
0.00 0.00 2/2 save_menu_items [605]
0.00 0.00 42/1333 make_widget_value [447]
0.00 0.00 2/34 record_unwind_save_match_data [469]
0.00 0.00 14/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 14/3508670 unblock_input [754]
0.00 0.00 13/13 update_submenu_strings [1353]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
13 parse_single_submenu <cycle 4> [494]
13 digest_single_submenu <cycle 4> [448]
8 store_symval_forwarding <cycle 4> [802]
8 specbind <cycle 4> [128]
7 xg_update_frame_menubar <cycle 4> [705]
4 set_buffer_internal_1 <cycle 4> [871]
4 safe_run_hooks <cycle 4> [276]
2 menu_bar_items <cycle 4> [435]
2 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 31/73 XTframe_up_to_date [457]
0.00 0.00 42/73 note_mouse_movement [441]
[419] 0.0 0.00 0.00 73 note_mouse_highlight [419]
0.00 0.00 93/12169 Fget_text_property [208]
0.00 0.00 73/114 window_from_coordinates [519]
0.00 0.00 93/428532 lookup_char_property [390]
0.00 0.00 140/148 clear_mouse_face [1144]
0.00 0.00 93/408494 textget [769]
0.00 0.00 73/917 popup_activated [995]
0.00 0.00 70/70 x_define_frame_cursor [1191]
0.00 0.00 70/70 define_frame_cursor1 [1187]
0.00 0.00 70/157 window_outdated [1143]
0.00 0.00 70/2152 window_box_left_offset [901]
0.00 0.00 70/70 window_box_right_offset [1190]
0.00 0.00 31/31 coords_in_mouse_face_p [1287]
0.00 0.00 31/186535 overlays_at [781]
0.00 0.00 31/186255 sort_overlays [782]
-----------------------------------------------
1 Fmake_frame_visible <cycle 4> [606]
[420] 0.0 0.00 0.00 1 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 48/1112161 do_pending_atimers [55]
0.00 0.00 1/1 x_set_offset [522]
0.00 0.00 48/3508683 unblock_input_to [144]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 48/3508670 unblock_input [754]
0.00 0.00 47/56 x_sync [1207]
0.00 0.00 47/47 input_polling_used [1251]
1 x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
19 prepare_to_modify_buffer <cycle 4> [421]
3 Finsert_file_contents <cycle 4> [351]
19 signal_after_change <cycle 4> [297]
70 message_dolog <cycle 4> [742]
729 del_range_1 <cycle 4> [331]
1001 insert_from_string_1 <cycle 4> [240]
[421] 0.0 0.00 0.00 1822+19 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 89/1819 offset_intervals [288]
0.00 0.00 2/48 make_gap [595]
0.00 0.00 89/2551 record_insert [643]
0.00 0.00 89/1821 adjust_overlays_for_insert [915]
0.00 0.00 89/1821 adjust_markers_for_insert [914]
0.00 0.00 19/2485 invalidate_buffer_caches [893]
1752 prepare_to_modify_buffer_1 <cycle 4> [250]
19 prepare_to_modify_buffer <cycle 4> [421]
-----------------------------------------------
0.00 0.00 1/41699 Fdo_auto_save <cycle 4> [593]
0.00 0.00 4/41699 make_buffer_string_both [306]
0.00 0.00 6/41699 eval_sub <cycle 4> [176]
0.00 0.00 9/41699 styled_format <cycle 4> [369]
0.00 0.00 46/41699 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 64/41699 Fdirectory_file_name <cycle 4> [273]
0.00 0.00 109/41699 Ffuncall <cycle 4> [29]
0.00 0.00 188/41699 font_intern_prop [93]
0.00 0.00 325/41699 Fexpand_file_name <cycle 4> [173]
0.00 0.00 434/41699 Fsingle_key_description <cycle 4> [544]
0.00 0.00 471/41699 Fregexp_quote [626]
0.00 0.00 531/41699 Fsubstring [362]
0.00 0.00 1006/41699 read1 <cycle 5> [300]
0.00 0.00 9731/41699 make_unibyte_string [477]
0.00 0.00 28774/41699 concat [103]
[422] 0.0 0.00 0.00 41699 make_specified_string [422]
0.00 0.00 41699/46458 make_uninit_multibyte_string [417]
0.00 0.00 802/1699 multibyte_chars_in_text [925]
-----------------------------------------------
2 eval_sub <cycle 4> [176]
[423] 0.0 0.00 0.00 2 Fdirectory_files <cycle 4> [423]
0.00 0.00 2/1944 Ffind_file_name_handler [158]
2 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[424] 0.0 0.00 0.00 2 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/1944 Ffind_file_name_handler [158]
0.00 0.00 2/315 encode_file_name [1102]
2 internal_condition_case_2 <cycle 4> [1531]
2 code_convert_string <cycle 4> [264]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[425] 0.0 0.00 0.00 510 make_lispy_event [425]
0.00 0.00 510/510 modify_event_symbol [426]
-----------------------------------------------
0.00 0.00 510/510 make_lispy_event [425]
[426] 0.0 0.00 0.00 510 modify_event_symbol [426]
0.00 0.00 512/9497 apply_modifiers [309]
0.00 0.00 2/396 Fput [267]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 1/215 Ffuncall <cycle 4> [29]
0.00 0.00 214/215 Fwhere_is_internal <cycle 4> [326]
[427] 0.0 0.00 0.00 215 Fsafe_length [427]
0.00 0.00 401/1289625 Fcons [80]
-----------------------------------------------
460 draw_glyphs <cycle 4> [35]
[428] 0.0 0.00 0.00 460 x_draw_glyph_string <cycle 4> [428]
0.00 0.00 490/490 x_draw_glyph_string_foreground [429]
0.00 0.00 491/491 x_set_glyph_string_gc [697]
0.00 0.00 512/512 x_set_glyph_string_clipping [1063]
0.00 0.00 398/398 x_draw_stretch_glyph_string [1091]
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
30 x_draw_fringe_bitmap <cycle 4> [1082]
-----------------------------------------------
0.00 0.00 490/490 x_draw_glyph_string <cycle 4> [428]
[429] 0.0 0.00 0.00 490 x_draw_glyph_string_foreground [429]
0.00 0.00 490/490 xftfont_draw [430]
-----------------------------------------------
0.00 0.00 490/490 x_draw_glyph_string_foreground [429]
[430] 0.0 0.00 0.00 490 xftfont_draw [430]
0.00 0.00 490/490 font_get_frame_data [442]
0.00 0.00 491/3508683 unblock_input_to [144]
0.00 0.00 490/497 xftfont_get_colors [576]
0.00 0.00 1/1 font_put_frame_data [648]
0.00 0.00 491/3508670 unblock_input [754]
-----------------------------------------------
65 eval_sub <cycle 4> [176]
[431] 0.0 0.00 0.00 65 Flet <cycle 4> [431]
0.00 0.00 65/116631 Flength [126]
0.00 0.00 378/410271 Fcdr [768]
0.00 0.00 252/49012 Fcar [807]
126 eval_sub <cycle 4> [176]
126 specbind <cycle 4> [128]
65 Fprogn <cycle 4> [996]
65 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 28/715 xg_modify_menubar_widgets [476]
0.00 0.00 46/715 xg_update_menubar [503]
0.00 0.00 641/715 create_menus [437]
[432] 0.0 0.00 0.00 715 xg_item_label_same_p [432]
0.00 0.00 642/1153527 xmalloc [118]
0.00 0.00 1357/2399 get_utf8_string [895]
0.00 0.00 112/113 make_widget_for_menu_item [1165]
-----------------------------------------------
0.00 0.00 1/530 merge_face_ref <cycle 1> [684]
0.00 0.00 28/530 merge_face_vectors <cycle 1> [552]
0.00 0.00 501/530 Finternal_set_lisp_face_attribute <cycle 4> [337]
[433] 0.0 0.00 0.00 530 font_clear_prop [433]
0.00 0.00 28/138863 copy_font_spec [78]
0.00 0.00 28/1320 font_put_extra [336]
0.00 0.00 28/47 Ffont_get [726]
0.00 0.00 28/410271 Fcdr [768]
-----------------------------------------------
571 text_quoting_style <cycle 4> [434]
1 styled_format <cycle 4> [369]
1 print_error_message <cycle 4> [1618]
2 Ffuncall <cycle 4> [29]
4 doprnt <cycle 4> [1454]
568 process_tool_bar_item <cycle 4> [333]
[434] 0.0 0.00 0.00 576+571 text_quoting_style <cycle 4> [434]
0.00 0.00 571/1153527 xmalloc [118]
0.00 0.00 4/2088 Fintern [286]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 16/16 make_string_from_bytes [718]
0.00 0.00 571/1140773 xfree [760]
0.00 0.00 18/2125 xrealloc [905]
4 Fwhere_is_internal <cycle 4> [326]
4 Fkey_description <cycle 4> [317]
571 text_quoting_style <cycle 4> [434]
-----------------------------------------------
1 initialize_frame_menubar <cycle 4> [1611]
2 set_frame_menubar <cycle 4> [418]
6 show_hourglass <cycle 4> [183]
[435] 0.0 0.00 0.00 9 menu_bar_items <cycle 4> [435]
0.00 0.00 18/6230 get_local_map [193]
0.00 0.00 1/63 larger_vector [413]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 16/465106 get_keymap [766]
16 access_keymap <cycle 4> [907]
16 map_keymap_internal <cycle 4> [680]
16 map_keymap_canonical <cycle 4> [1158]
9 current_minor_maps <cycle 4> [880]
-----------------------------------------------
53 Ffuncall <cycle 4> [29]
728 code_conversion_save <cycle 4> [376]
[436] 0.0 0.00 0.00 781 Fmake_local_variable <cycle 4> [436]
0.00 0.00 743/42803 swap_in_symval_forwarding [295]
0.00 0.00 90/1289625 Fcons [80]
0.00 0.00 36/36 make_blv [506]
0.00 0.00 4/77270 set_internal [145]
0.00 0.00 777/501996 Fassq [384]
0.00 0.00 4/1039 Fboundp [505]
0.00 0.00 45/89 let_shadows_buffer_binding_p [1174]
0.00 0.00 36/36 let_shadows_global_binding_p [1279]
0.00 0.00 14/74640 do_symval_forwarding [799]
45 find_symbol_value <cycle 4> [298]
14 store_symval_forwarding <cycle 4> [802]
4 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
57 create_menus [437]
0.00 0.00 1/9 xg_update_menubar [503]
0.00 0.00 1/9 xg_create_widget [524]
0.00 0.00 7/9 xg_update_submenu [440]
[437] 0.0 0.00 0.00 9+57 create_menus [437]
0.00 0.00 641/715 xg_item_label_same_p [432]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 709/1291 menu_separator_name_p [958]
0.00 0.00 59/60 xg_gtk_scroll_destroy [1201]
57 create_menus [437]
-----------------------------------------------
0.00 0.00 1/1022 recursive_edit_1 [3]
0.00 0.00 1/1022 cmd_error [258]
0.00 0.00 510/1022 start_hourglass [372]
0.00 0.00 510/1022 unbind_to <cycle 4> [244]
[438] 0.0 0.00 0.00 1022 cancel_hourglass [438]
0.00 0.00 510/510 cancel_atimer [439]
-----------------------------------------------
0.00 0.00 510/510 cancel_hourglass [438]
[439] 0.0 0.00 0.00 510 cancel_atimer [439]
0.00 0.00 510/1040417 block_atimers [119]
-----------------------------------------------
41 xg_update_submenu [440]
0.00 0.00 1/24 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 7/24 xg_modify_menubar_widgets [476]
0.00 0.00 16/24 tb_size_cb [456]
[440] 0.0 0.00 0.00 24+41 xg_update_submenu [440]
0.00 0.00 7/9 create_menus [437]
0.00 0.00 521/527 xg_update_menubar [503]
0.00 0.00 564/1291 menu_separator_name_p [958]
0.00 0.00 5/5 xg_destroy_widgets [1440]
41 xg_update_submenu [440]
-----------------------------------------------
0.00 0.00 55/55 handle_one_xevent [99]
[441] 0.0 0.00 0.00 55 note_mouse_movement [441]
0.00 0.00 42/73 note_mouse_highlight [419]
0.00 0.00 40/40 remember_mouse_glyph [566]
-----------------------------------------------
0.00 0.00 490/490 xftfont_draw [430]
[442] 0.0 0.00 0.00 490 font_get_frame_data [442]
0.00 0.00 490/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/4 Ffuncall <cycle 4> [29]
0.00 0.00 3/4 Fload <cycle 4> [411]
[443] 0.0 0.00 0.00 4 Fget_load_suffixes [443]
0.00 0.00 16/241 concat2 [328]
0.00 0.00 16/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[444] 0.0 0.00 0.00 2 Fset_charset_priority [444]
0.00 0.00 208/1289625 Fcons [80]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 2/2446268 hash_lookup [25]
0.00 0.00 6/2778892 Fnreverse [45]
0.00 0.00 666/10850 Fmemq [822]
0.00 0.00 2/133 Fdelq [1154]
0.00 0.00 2/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 63/63 Ffuncall <cycle 4> [29]
[445] 0.0 0.00 0.00 63 time_arith [445]
0.00 0.00 252/1289625 Fcons [80]
0.00 0.00 126/178 lisp_time_struct [1135]
0.00 0.00 63/63 time_add [1196]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
1 xg_create_frame_widgets <cycle 4> [592]
8 redisplay_window <cycle 4> [410]
[446] 0.0 0.00 0.00 10 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 1/1 tb_size_cb [456]
0.00 0.00 1/24 xg_update_submenu [440]
0.00 0.00 14/25585 Fequal [255]
0.00 0.00 10/37 xstrdup [546]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 10/30 valid_image_p [621]
0.00 0.00 9/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 10/30 xpm_image_p [1289]
0.00 0.00 10/10 file_for_image [1367]
0.00 0.00 10/7242 Ffboundp [831]
0.00 0.00 10/10 find_icon_from_name [1368]
0.00 0.00 9/9 Ftool_bar_get_system_style [1382]
0.00 0.00 9/3508670 unblock_input [754]
0.00 0.00 1/72 frame_size_history_add [1185]
10 call1 <cycle 4> [949]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 42/1333 set_frame_menubar <cycle 4> [418]
0.00 0.00 1291/1333 digest_single_submenu <cycle 4> [448]
[447] 0.0 0.00 0.00 1333 make_widget_value [447]
0.00 0.00 1333/3508683 unblock_input_to [144]
0.00 0.00 1333/1380 xzalloc [952]
0.00 0.00 1333/3508670 unblock_input [754]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [418]
[448] 0.0 0.00 0.00 13 digest_single_submenu <cycle 4> [448]
0.00 0.00 1291/1333 make_widget_value [447]
0.00 0.00 13/1153527 xmalloc [118]
0.00 0.00 215/216 code_convert_string_norecord [1126]
0.00 0.00 13/16 xnmalloc [1343]
0.00 0.00 13/227551 grow_specpdl [779]
0.00 0.00 13/1020 record_unwind_protect_ptr [982]
215 code_convert_string <cycle 4> [264]
13 unbind_to <cycle 4> [244]
-----------------------------------------------
1326 free_menubar_widget_value_tree [449]
0.00 0.00 7/7 set_frame_menubar <cycle 4> [418]
[449] 0.0 0.00 0.00 7+1326 free_menubar_widget_value_tree [449]
0.00 0.00 1326/3508683 unblock_input_to [144]
0.00 0.00 1333/1140773 xfree [760]
0.00 0.00 1326/3508670 unblock_input [754]
1326 free_menubar_widget_value_tree [449]
-----------------------------------------------
0.00 0.00 23/101 redisplay_window <cycle 4> [410]
0.00 0.00 78/101 update_window <cycle 4> [458]
[450] 0.0 0.00 0.00 101 update_window_fringes [450]
0.00 0.00 88/88 lookup_fringe_bitmap [451]
0.00 0.00 101/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 88/88 update_window_fringes [450]
[451] 0.0 0.00 0.00 88 lookup_fringe_bitmap [451]
0.00 0.00 44/116631 Flength [126]
0.00 0.00 44/501996 Fassq [384]
0.00 0.00 44/98231 Fplist_get [798]
0.00 0.00 44/69910 Fget [800]
0.00 0.00 44/49012 Fcar [807]
0.00 0.00 44/5762 Fnth [842]
-----------------------------------------------
6 show_hourglass <cycle 4> [183]
[452] 0.0 0.00 0.00 6 tool_bar_items <cycle 4> [452]
0.00 0.00 12/6230 get_local_map [193]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 12/465106 get_keymap [766]
12 access_keymap <cycle 4> [907]
6 map_keymap <cycle 4> [865]
6 current_minor_maps <cycle 4> [880]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[453] 0.0 0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 1/1944 Ffind_file_name_handler [158]
0.00 0.00 1/315 encode_file_name [1102]
0.00 0.00 1/1 file_accessible_directory_p [1601]
1 Fexpand_file_name <cycle 4> [173]
1 code_convert_string <cycle 4> [264]
-----------------------------------------------
137 eval_sub <cycle 4> [176]
[454] 0.0 0.00 0.00 137 Fdefvar <cycle 4> [454]
0.00 0.00 137/1289625 Fcons [80]
0.00 0.00 2/396 Fput [267]
0.00 0.00 137/219 Fdefault_boundp [1125]
0.00 0.00 137/49012 Fcar [807]
0.00 0.00 16/16 default_toplevel_binding [1339]
121 Fset_default <cycle 4> [198]
121 eval_sub <cycle 4> [176]
-----------------------------------------------
72 map_keymap_internal <cycle 4> [680]
143 Fset_fontset_font <cycle 4> [56]
[455] 0.0 0.00 0.00 215 map_char_table <cycle 4> [455]
0.00 0.00 215/1289625 Fcons [80]
215 map_sub_char_table <cycle 4> [110]
-----------------------------------------------
0.00 0.00 1/1 update_frame_tool_bar <cycle 4> [446]
[456] 0.0 0.00 0.00 1 tb_size_cb [456]
0.00 0.00 16/24 xg_update_submenu [440]
0.00 0.00 1/72 frame_size_history_add [1185]
-----------------------------------------------
0.00 0.00 2/47 message3 <cycle 4> [596]
0.00 0.00 45/47 redisplay_internal [38]
[457] 0.0 0.00 0.00 47 XTframe_up_to_date [457]
0.00 0.00 31/73 note_mouse_highlight [419]
-----------------------------------------------
1 update_single_window <cycle 4> [1633]
77 update_window_tree <cycle 4> [1258]
[458] 0.0 0.00 0.00 78 update_window <cycle 4> [458]
0.00 0.00 78/101 update_window_fringes [450]
0.00 0.00 78/3508683 unblock_input_to [144]
0.00 0.00 234/234 add_row_entry [1117]
0.00 0.00 117/1742 window_text_bottom_y [922]
0.00 0.00 95/311 row_equal_p.constprop.18 [1104]
0.00 0.00 92/340 assign_row [1099]
0.00 0.00 78/3508670 unblock_input [754]
0.00 0.00 78/78 x_update_window_begin [1182]
0.00 0.00 6/2125 xrealloc [905]
0.00 0.00 6/439 xnrealloc [1088]
0.00 0.00 6/25 xpalloc [1306]
0.00 0.00 2/2 next_almost_prime [1533]
248 update_window_line <cycle 4> [517]
78 x_update_window_end <cycle 4> [563]
-----------------------------------------------
263 Fwhere_is_internal <cycle 4> [326]
[459] 0.0 0.00 0.00 263 shadow_lookup <cycle 4> [459]
0.00 0.00 99/654 Fsubstring [362]
499 Flookup_key <cycle 4> [891]
-----------------------------------------------
0.00 0.00 24/24 display_mode_element <cycle 4> [379]
[460] 0.0 0.00 0.00 24 decode_mode_spec_coding [460]
0.00 0.00 24/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 29/78 redisplay_window <cycle 4> [410]
0.00 0.00 49/78 redisplay_internal [38]
[461] 0.0 0.00 0.00 78 reconsider_clip_changes [461]
0.00 0.00 28/15456 find_composition [194]
-----------------------------------------------
0.00 0.00 4/4 Fload <cycle 4> [411]
[462] 0.0 0.00 0.00 4 safe_to_load_version [462]
0.00 0.00 4/53 fast_c_string_match_ignore_case [341]
0.00 0.00 4/11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 1920/1920 char_table_set [195]
[463] 0.0 0.00 0.00 1920 sub_char_table_set [463]
0.00 0.00 24/170 make_sub_char_table [359]
-----------------------------------------------
0.00 0.00 1/5 x_set_offset [522]
0.00 0.00 1/5 Fx_wm_set_size_hint [523]
0.00 0.00 1/5 Fx_create_frame <cycle 4> [202]
0.00 0.00 2/5 xg_frame_set_char_size <cycle 4> [474]
[464] 0.0 0.00 0.00 5 x_wm_set_size_hint [464]
0.00 0.00 2/3208 Fframe_parameter [172]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 5/16 xg_get_gdk_scale [1342]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[465] 0.0 0.00 0.00 12 Fframe_list [465]
0.00 0.00 12/35053 Fcopy_sequence [150]
-----------------------------------------------
309 code_convert_string <cycle 4> [264]
[466] 0.0 0.00 0.00 309 encode_coding_object <cycle 4> [466]
0.00 0.00 309/1153527 xmalloc [118]
0.00 0.00 309/10760 make_unibyte_string [477]
0.00 0.00 309/309 encode_coding [715]
0.00 0.00 309/1140773 xfree [760]
309 code_conversion_save <cycle 4> [376]
-----------------------------------------------
70 map_keymap_internal <cycle 4> [680]
[467] 0.0 0.00 0.00 70 menu_bar_item <cycle 4> [467]
0.00 0.00 131/1289625 Fcons [80]
0.00 0.00 70/10850 Fmemq [822]
0.00 0.00 61/14391 list1 [818]
61 process_tool_bar_item <cycle 4> [333]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[468] 0.0 0.00 0.00 4 looking_at_1 [468]
0.00 0.00 4/55320 re_match_2_internal [83]
0.00 0.00 4/49854 compile_pattern [156]
0.00 0.00 4/5458 re_match_2 [846]
-----------------------------------------------
0.00 0.00 2/34 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/34 Fautoload_do_load <cycle 4> [587]
0.00 0.00 6/34 redisplay_internal [38]
0.00 0.00 24/34 display_mode_line <cycle 4> [472]
[469] 0.0 0.00 0.00 34 record_unwind_save_match_data [469]
0.00 0.00 34/995 Fmatch_data [330]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [29]
[470] 0.0 0.00 0.00 16 Fcoding_system_base [470]
0.00 0.00 15/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 3/3 Fmake_hash_table [113]
[471] 0.0 0.00 0.00 3 make_hash_table [471]
0.00 0.00 12/8857 Fmake_vector [207]
0.00 0.00 3/2014 allocate_pseudovector [265]
-----------------------------------------------
4 pos_visible_p <cycle 4> [1462]
20 display_mode_lines <cycle 4> [1323]
[472] 0.0 0.00 0.00 24 display_mode_line <cycle 4> [472]
0.00 0.00 24/34 record_unwind_save_match_data [469]
0.00 0.00 24/24 push_kboard [567]
0.00 0.00 24/38 format_mode_line_unwind_data [601]
0.00 0.00 48/227551 grow_specpdl [779]
0.00 0.00 48/8775 record_unwind_protect [828]
0.00 0.00 24/376 prepare_desired_row [1095]
0.00 0.00 24/1140773 xfree [760]
0.00 0.00 24/24 pop_kboard [1311]
0.00 0.00 24/376 compute_line_metrics [1094]
0.00 0.00 24/215 extend_face_to_end_of_line [1127]
24 init_iterator <cycle 4> [163]
24 display_mode_element <cycle 4> [379]
24 unbind_to <cycle 4> [244]
24 display_string <cycle 4> [210]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[473] 0.0 0.00 0.00 2 Fset_coding_system_priority <cycle 4> [473]
0.00 0.00 8/2224296 Fgethash [28]
0.00 0.00 42/1289625 Fcons [80]
8 Fset <cycle 4> [249]
-----------------------------------------------
2 x_set_window_size <cycle 4> [1550]
[474] 0.0 0.00 0.00 2 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/5 x_wm_set_size_hint [464]
0.00 0.00 1/1 x_wait_for_event [532]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1230 list2 [368]
0.00 0.00 2/75 get_frame_param [719]
0.00 0.00 2/72 frame_size_history_add [1185]
0.00 0.00 2/334 fset_redisplay [1100]
0.00 0.00 2/29 cancel_mouse_face [1291]
0.00 0.00 1/410271 Fcdr [768]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
29 redisplay_window <cycle 4> [410]
[475] 0.0 0.00 0.00 29 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 7/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/2 x_scroll_bar_create [525]
0.00 0.00 7/1112161 do_pending_atimers [55]
0.00 0.00 35/3508683 unblock_input_to [144]
0.00 0.00 6/8 xg_update_scrollbar_pos [662]
0.00 0.00 35/3508670 unblock_input [754]
0.00 0.00 29/29 xg_set_toolkit_scroll_bar_thumb [1294]
0.00 0.00 8/257 x_clear_area [1113]
29 window_box <cycle 4> [1048]
-----------------------------------------------
0.00 0.00 6/6 set_frame_menubar <cycle 4> [418]
[476] 0.0 0.00 0.00 6 xg_modify_menubar_widgets [476]
0.00 0.00 7/24 xg_update_submenu [440]
0.00 0.00 28/715 xg_item_label_same_p [432]
0.00 0.00 6/527 xg_update_menubar [503]
-----------------------------------------------
0.00 0.00 1/10760 intern_1 [342]
0.00 0.00 1/10760 x_default_font_parameter <cycle 4> [386]
0.00 0.00 1/10760 Fnew_fontset <cycle 4> [371]
0.00 0.00 23/10760 openp <cycle 4> [220]
0.00 0.00 49/10760 ftfont_get_charset [346]
0.00 0.00 309/10760 encode_coding_object <cycle 4> [466]
0.00 0.00 482/10760 directory_files_internal <cycle 4> [254]
0.00 0.00 1109/10760 ftfont_pattern_entity [216]
0.00 0.00 8785/10760 make_string [226]
[477] 0.0 0.00 0.00 10760 make_unibyte_string [477]
0.00 0.00 9731/41699 make_specified_string [422]
-----------------------------------------------
0.00 0.00 106/1570 push_menu_pane [615]
0.00 0.00 186/1570 single_menu_item <cycle 4> [481]
0.00 0.00 1278/1570 push_menu_item [488]
[478] 0.0 0.00 0.00 1570 ensure_menu_items [478]
0.00 0.00 12/63 larger_vector [413]
-----------------------------------------------
2 ensure_echo_area_buffers <cycle 4> [597]
3 Ffuncall <cycle 4> [29]
5 message_dolog <cycle 4> [742]
[479] 0.0 0.00 0.00 10 Fget_buffer_create <cycle 4> [479]
0.00 0.00 5/35053 Fcopy_sequence [150]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 5/1153527 xmalloc [118]
0.00 0.00 5/5 allocate_buffer [652]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 5/487 Fmake_marker [646]
0.00 0.00 10/410271 Fcdr [768]
0.00 0.00 10/2843 Fget_buffer [884]
0.00 0.00 10/3508670 unblock_input [754]
0.00 0.00 5/5 reset_buffer [1436]
0.00 0.00 5/10 reset_buffer_local_variables [1374]
0.00 0.00 5/14391 list1 [818]
0.00 0.00 5/1818 nconc2 [916]
5 call1 <cycle 4> [949]
-----------------------------------------------
5 x_set_frame_alpha <cycle 4> [480]
1 Fredirect_frame_focus <cycle 4> [1575]
1 x_set_alpha <cycle 4> [710]
0.00 0.00 1/9783 handle_one_xevent [99]
0.00 0.00 17/9783 x_focus_changed [170]
[480] 0.0 0.00 0.00 20+5 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 11/1109473 x_catch_errors_with_handler [51]
0.00 0.00 11/1109472 x_uncatch_errors [60]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
0.00 0.00 11/11 x_update_cursor [1363]
11 update_cursor_in_window_tree <cycle 4> [635]
5 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
1297 map_keymap_internal <cycle 4> [680]
[481] 0.0 0.00 0.00 1297 single_menu_item <cycle 4> [481]
0.00 0.00 1278/1278 push_menu_item [488]
0.00 0.00 186/1570 ensure_menu_items [478]
0.00 0.00 1297/1297 parse_menu_item [957]
1297 process_tool_bar_item <cycle 4> [333]
93 single_keymap_panes <cycle 4> [616]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [29]
[482] 0.0 0.00 0.00 11 Fcoding_system_plist [482]
0.00 0.00 11/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 17/460 _init [36]
0.00 0.00 443/460 draw_glyphs <cycle 4> [35]
[483] 0.0 0.00 0.00 460 x_compute_glyph_string_overhangs [483]
0.00 0.00 460/147661 xftfont_text_extents [236]
-----------------------------------------------
0.00 0.00 45519/45519 make_uninit_multibyte_string [417]
[484] 0.0 0.00 0.00 45519 allocate_string_data [484]
0.00 0.00 178/1280 lisp_malloc [409]
-----------------------------------------------
18 set_iterator_to_next <cycle 4> [124]
3544 get_visually_first_element <cycle 4> [864]
[485] 0.0 0.00 0.00 3562 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
0.00 0.00 45/1593 buf_bytepos_to_charpos [730]
0.00 0.00 3562/6322 bidi_line_init [834]
45 find_first_strong_char <cycle 4> [487]
-----------------------------------------------
45 find_first_strong_char <cycle 4> [487]
[486] 0.0 0.00 0.00 45 bidi_fetch_char_skip_isolates <cycle 4> [486]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
45 bidi_fetch_char <cycle 4> [791]
-----------------------------------------------
45 bidi_paragraph_init <cycle 4> [485]
[487] 0.0 0.00 0.00 45 find_first_strong_char <cycle 4> [487]
0.00 0.00 45/146871 bidi_find_paragraph_start [175]
0.00 0.00 45/285588 bidi_get_category [774]
45 bidi_fetch_char_skip_isolates <cycle 4> [486]
-----------------------------------------------
0.00 0.00 1278/1278 single_menu_item <cycle 4> [481]
[488] 0.0 0.00 0.00 1278 push_menu_item [488]
0.00 0.00 1278/1570 ensure_menu_items [478]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[489] 0.0 0.00 0.00 8 Fx_selection_exists_p [489]
0.00 0.00 8/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 8/1112161 do_pending_atimers [55]
0.00 0.00 8/4474415 assq_no_quit [63]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 8/8 frame_for_x_selection [1389]
0.00 0.00 8/8 symbol_to_x_atom [1393]
0.00 0.00 8/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/76 x_set_font_backend [612]
0.00 0.00 6/76 x_set_font <cycle 4> [189]
0.00 0.00 32/76 handle_one_xevent [99]
0.00 0.00 37/76 x_set_frame_parameters <cycle 4> [114]
[490] 0.0 0.00 0.00 76 store_frame_param [490]
0.00 0.00 76/1289625 Fcons [80]
0.00 0.00 76/501996 Fassq [384]
0.00 0.00 38/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [29]
[491] 0.0 0.00 0.00 16 Fdelete [491]
0.00 0.00 100/6002698 internal_equal [52]
0.00 0.00 2/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 1/10 Ffind_operation_coding_system [358]
0.00 0.00 2/10 create_terminal <cycle 4> [513]
0.00 0.00 3/10 Ffuncall <cycle 4> [29]
0.00 0.00 4/10 Fcheck_coding_system [529]
[492] 0.0 0.00 0.00 10 Fcoding_system_p [492]
0.00 0.00 9/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 24/4272 map_keymap_internal <cycle 4> [680]
0.00 0.00 4248/4272 map_sub_char_table <cycle 4> [110]
[493] 0.0 0.00 0.00 4272 map_keymap_char_table_item [493]
0.00 0.00 72/1289625 Fcons [80]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [418]
[494] 0.0 0.00 0.00 13 parse_single_submenu <cycle 4> [494]
0.00 0.00 13/116631 Flength [126]
0.00 0.00 13/49012 Fcar [807]
0.00 0.00 13/410271 Fcdr [768]
0.00 0.00 13/135 Fkeymap_prompt [1151]
0.00 0.00 13/465106 get_keymap [766]
13 single_keymap_panes <cycle 4> [616]
-----------------------------------------------
20 Fimage_mask_p <cycle 4> [640]
[495] 0.0 0.00 0.00 20 lookup_image <cycle 4> [495]
0.00 0.00 20/2778892 Fnreverse [45]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 20/20 search_image_cache [613]
0.00 0.00 10/60 define_image_type [575]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 50/100 image_spec_value [1168]
0.00 0.00 20/20 sxhash [1328]
0.00 0.00 20/1041550 gettime [763]
0.00 0.00 10/1380 xzalloc [952]
0.00 0.00 10/60 lookup_image_type [1200]
0.00 0.00 10/3508670 unblock_input [754]
0.00 0.00 10/10 x_build_heuristic_mask [1377]
0.00 0.00 10/14391 list1 [818]
10 xpm_load <cycle 4> [1381]
-----------------------------------------------
22 update_window_cursor <cycle 4> [1320]
78 x_update_window_end <cycle 4> [563]
[496] 0.0 0.00 0.00 100 display_and_set_cursor <cycle 4> [496]
0.00 0.00 16/554979 Fassoc [66]
82 x_draw_window_cursor <cycle 4> [1178]
43 erase_phys_cursor <cycle 4> [1265]
-----------------------------------------------
1 x_set_scroll_bar_width <cycle 4> [1662]
1 x_set_scroll_bar_height <cycle 4> [1661]
1 Fset_window_configuration <cycle 4> [702]
1 x_new_font <cycle 4> [588]
1 xg_frame_set_char_size <cycle 4> [474]
1 xg_update_frame_menubar <cycle 4> [705]
1 update_frame_tool_bar <cycle 4> [446]
2 Fx_create_frame <cycle 4> [202]
4 do_pending_window_change <cycle 4> [1097]
[497] 0.0 0.00 0.00 13 adjust_frame_size <cycle 4> [497]
0.00 0.00 22/1289625 Fcons [80]
0.00 0.00 6/415 list4 [365]
0.00 0.00 16/1230 list2 [368]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 10/10 frame_inhibit_resize [734]
0.00 0.00 24/24 sanitize_window_sizes [1314]
0.00 0.00 22/72 frame_size_history_add [1185]
0.00 0.00 13/334 fset_redisplay [1100]
0.00 0.00 8/3508670 unblock_input [754]
0.00 0.00 7/7 resize_frame_windows [1401]
0.00 0.00 6/6 calculate_costs [1409]
28 call4 <cycle 4> [1273]
25 call2 <cycle 4> [924]
6 window_box <cycle 4> [1048]
6 adjust_frame_glyphs <cycle 4> [651]
6 run_window_configuration_change_hook <cycle 4> [545]
4 unbind_to <cycle 4> [244]
2 x_set_window_size <cycle 4> [1550]
-----------------------------------------------
0.00 0.00 43/43 hscroll_windows [499]
[498] 0.0 0.00 0.00 43 hscroll_window_tree [498]
0.00 0.00 86/25585 Fequal [255]
0.00 0.00 86/572 set_marker_internal [747]
0.00 0.00 172/678 Fmarker_position [1018]
0.00 0.00 86/6062 window_box_width [838]
0.00 0.00 86/86 Fwindow_point [1176]
0.00 0.00 86/86 Fwindow_old_point [1175]
0.00 0.00 86/557 Fset_marker [1035]
0.00 0.00 86/90 Fbuffer_local_value [1173]
-----------------------------------------------
0.00 0.00 43/43 redisplay_internal [38]
[499] 0.0 0.00 0.00 43 hscroll_windows [499]
0.00 0.00 43/43 hscroll_window_tree [498]
-----------------------------------------------
2 xg_set_icon <cycle 4> [699]
10 xpm_load <cycle 4> [1381]
[500] 0.0 0.00 0.00 12 x_find_image_fd <cycle 4> [500]
0.00 0.00 12/8785 make_string [226]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 12/315 encode_file_name [1102]
12 Fexpand_file_name <cycle 4> [173]
12 openp <cycle 4> [220]
-----------------------------------------------
6 Fsort [501]
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[501] 0.0 0.00 0.00 5+6 Fsort [501]
0.00 0.00 11/116631 Flength [126]
0.00 0.00 3/5810 Fnthcdr [841]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/591680 Fsetcdr [764]
6 Fsort [501]
-----------------------------------------------
0.00 0.00 22/22 Fdefine_key <cycle 4> [112]
[502] 0.0 0.00 0.00 22 store_in_keymap [502]
0.00 0.00 44/1289625 Fcons [80]
0.00 0.00 21/9497 apply_modifiers [309]
0.00 0.00 21/8979 reorder_modifiers [378]
-----------------------------------------------
42 xg_update_menubar [503]
0.00 0.00 6/527 xg_modify_menubar_widgets [476]
0.00 0.00 521/527 xg_update_submenu [440]
[503] 0.0 0.00 0.00 527+42 xg_update_menubar [503]
0.00 0.00 1/9 create_menus [437]
0.00 0.00 46/715 xg_item_label_same_p [432]
0.00 0.00 1042/2399 get_utf8_string [895]
0.00 0.00 1/113 make_widget_for_menu_item [1165]
42 xg_update_menubar [503]
-----------------------------------------------
[504] 0.0 0.00 0.00 1580+78 <cycle 1 as a whole> [504]
0.00 0.00 34 merge_named_face <cycle 1> [520]
0.00 0.00 1588 merge_face_vectors <cycle 1> [552]
0.00 0.00 36 merge_face_ref <cycle 1> [684]
-----------------------------------------------
0.00 0.00 4/1039 Fmake_local_variable <cycle 4> [436]
0.00 0.00 16/1039 eval_sub <cycle 4> [176]
0.00 0.00 209/1039 Ffuncall <cycle 4> [29]
0.00 0.00 810/1039 display_mode_element <cycle 4> [379]
[505] 0.0 0.00 0.00 1039 Fboundp [505]
0.00 0.00 295/42803 swap_in_symval_forwarding [295]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [436]
[506] 0.0 0.00 0.00 36 make_blv [506]
0.00 0.00 36/1289625 Fcons [80]
0.00 0.00 36/1153527 xmalloc [118]
0.00 0.00 7/74640 do_symval_forwarding [799]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[507] 0.0 0.00 0.00 2 Feval_buffer <cycle 4> [507]
0.00 0.00 6/77270 set_internal [145]
0.00 0.00 2/4 lisp_file_lexically_bound_p [577]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1486 save_excursion_save [581]
0.00 0.00 2/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 2/2 temp_set_point [751]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
0.00 0.00 2/2843 Fget_buffer [884]
6 store_symval_forwarding <cycle 4> [802]
6 specbind <cycle 4> [128]
4 unbind_to <cycle 4> [244]
2 readevalloop <cycle 4> [402]
-----------------------------------------------
1 Fx_open_connection <cycle 4> [1587]
[508] 0.0 0.00 0.00 1 x_term_init <cycle 4> [508]
0.00 0.00 1/1 xsettings_initialize [572]
0.00 0.00 2/1109464 x_had_errors_p [50]
0.00 0.00 1/1 x_load_resources [594]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1 x_session_initialize [628]
0.00 0.00 1/8785 make_string [226]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 1/1 allocate_kboard [649]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/37 xstrdup [546]
0.00 0.00 1/1 xlispstrdup [689]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 3/3508670 unblock_input [754]
0.00 0.00 2/49 xrdb_get_resource [1246]
0.00 0.00 2/5 display_x_get_resource [1430]
0.00 0.00 2/2 fixup_locale [1527]
0.00 0.00 1/1 x_display_ok [1641]
0.00 0.00 1/1380 xzalloc [952]
0.00 0.00 1/4 Fsystem_name [1451]
0.00 0.00 1/1 x_find_modifier_meanings [1642]
0.00 0.00 1/1 xg_create_default_cursor [1669]
0.00 0.00 1/1 select_visual [1627]
0.00 0.00 1/189 egetenv_internal [1131]
0.00 0.00 1/3 rpl_fcntl [1495]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/47 request_sigio [1252]
0.00 0.00 1/1 xg_initialize [1672]
0.00 0.00 1/1 init_sigio [1609]
0.00 0.00 1/2 add_keyboard_wait_descriptor [1515]
0.00 0.00 1/1 Fset_input_interrupt_mode [1577]
1 create_terminal <cycle 4> [513]
1 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[509] 0.0 0.00 0.00 6 Fx_register_dnd_atom [509]
0.00 0.00 6/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 6/1112161 do_pending_atimers [55]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 6/143 decode_window_system_frame [1147]
0.00 0.00 6/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 94/94 realize_face [152]
[510] 0.0 0.00 0.00 94 make_realized_face [510]
0.00 0.00 94/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 6/179 Fxw_color_values [548]
0.00 0.00 12/179 x_decode_color [645]
0.00 0.00 161/179 load_color2 [514]
[511] 0.0 0.00 0.00 179 x_defined_color [511]
0.00 0.00 179/3508683 unblock_input_to [144]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 179/1101 x_parse_color [624]
0.00 0.00 179/179 xg_check_special_colors [1134]
0.00 0.00 179/3508670 unblock_input [754]
0.00 0.00 173/175 x_alloc_nearest_color [1137]
-----------------------------------------------
1 Fdo_auto_save <cycle 4> [593]
49 Fgarbage_collect <cycle 4> [64]
[512] 0.0 0.00 0.00 50 push_message <cycle 4> [512]
0.00 0.00 50/1289625 Fcons [80]
50 current_message <cycle 4> [1193]
-----------------------------------------------
1 x_term_init <cycle 4> [508]
[513] 0.0 0.00 0.00 1 create_terminal <cycle 4> [513]
0.00 0.00 2/1044 setup_coding_system [296]
0.00 0.00 2/10 Fcoding_system_p [492]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 2/1153527 xmalloc [118]
2 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 161/161 realize_face [152]
[514] 0.0 0.00 0.00 161 load_color2 [514]
0.00 0.00 161/179 x_defined_color [511]
0.00 0.00 161/161 defined_color [1141]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [104]
[515] 0.0 0.00 0.00 4 copy_properties [515]
0.00 0.00 3/35053 Fcopy_sequence [150]
-----------------------------------------------
240 update_window_line <cycle 4> [517]
[516] 0.0 0.00 0.00 240 x_write_glyphs <cycle 4> [516]
0.00 0.00 240/3508683 unblock_input_to [144]
0.00 0.00 240/3508670 unblock_input [754]
240 draw_glyphs <cycle 4> [35]
-----------------------------------------------
248 update_window <cycle 4> [458]
[517] 0.0 0.00 0.00 248 update_window_line <cycle 4> [517]
0.00 0.00 226/3508683 unblock_input_to [144]
0.00 0.00 11/3205 x_get_glyph_overhangs [407]
0.00 0.00 248/272 Finternal_show_cursor_p [1110]
0.00 0.00 230/230 x_after_update_window_line [1120]
0.00 0.00 226/3508670 unblock_input [754]
240 x_write_glyphs <cycle 4> [516]
233 x_clear_end_of_line <cycle 4> [1118]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[518] 0.0 0.00 0.00 2 file_attributes [518]
0.00 0.00 6/415 list4 [365]
0.00 0.00 2/8785 make_string [226]
0.00 0.00 2/4964 Flist [257]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 6/13 make_lisp_time [1352]
0.00 0.00 2/2 strmode [1542]
0.00 0.00 2/2 filemodestring [1526]
-----------------------------------------------
0.00 0.00 1/114 make_lispy_position <cycle 4> [562]
0.00 0.00 40/114 remember_mouse_glyph [566]
0.00 0.00 73/114 note_mouse_highlight [419]
[519] 0.0 0.00 0.00 114 window_from_coordinates [519]
0.00 0.00 114/119 Fcurrent_window_configuration [526]
0.00 0.00 114/118 foreach_window_1 [608]
-----------------------------------------------
34 merge_face_ref <cycle 1> [684]
[520] 0.0 0.00 0.00 34 merge_named_face <cycle 1> [520]
0.00 0.00 34/1502 get_lface_attributes [355]
34 merge_face_vectors <cycle 1> [552]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
1 Ffuncall <cycle 4> [29]
[521] 0.0 0.00 0.00 2 Fpropertize <cycle 4> [521]
0.00 0.00 2/35053 Fcopy_sequence [150]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 2/2 Fadd_text_properties [1503]
2 add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
0.00 0.00 1/1 x_make_frame_visible <cycle 4> [420]
[522] 0.0 0.00 0.00 1 x_set_offset [522]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 1/1 x_sync_with_move [711]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[523] 0.0 0.00 0.00 1 Fx_wm_set_size_hint [523]
0.00 0.00 1/5 x_wm_set_size_hint [464]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/143 decode_window_system_frame [1147]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 set_frame_menubar <cycle 4> [418]
[524] 0.0 0.00 0.00 1 xg_create_widget [524]
0.00 0.00 1/9 create_menus [437]
-----------------------------------------------
0.00 0.00 2/2 XTset_vertical_scroll_bar <cycle 4> [475]
[525] 0.0 0.00 0.00 2 x_scroll_bar_create [525]
0.00 0.00 2/2014 allocate_pseudovector [265]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 4/3508683 unblock_input_to [144]
0.00 0.00 2/8 xg_update_scrollbar_pos [662]
0.00 0.00 4/3508670 unblock_input [754]
0.00 0.00 2/2 xg_create_scroll_bar [1553]
-----------------------------------------------
0.00 0.00 1/119 Ffuncall <cycle 4> [29]
0.00 0.00 4/119 window_list [578]
0.00 0.00 114/119 window_from_coordinates [519]
[526] 0.0 0.00 0.00 119 Fcurrent_window_configuration [526]
0.00 0.00 2/8857 Fmake_vector [207]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 1/154204 allocate_vector [92]
0.00 0.00 1/4706 save_window_save [634]
0.00 0.00 1/2119 decode_live_frame [906]
0.00 0.00 1/2 Fset_window_new_pixel [1513]
-----------------------------------------------
0.00 0.00 7/7 Ffuncall <cycle 4> [29]
[527] 0.0 0.00 0.00 7 Fintern_soft [527]
0.00 0.00 7/142598 oblookup [125]
0.00 0.00 7/285196 check_obarray [775]
-----------------------------------------------
2 Fset_window_configuration <cycle 4> [702]
5 do_switch_frame <cycle 4> [1388]
10 Ffuncall <cycle 4> [29]
14 unwind_format_mode_line <cycle 4> [1275]
14 x_consider_frame_title <cycle 4> [361]
[528] 0.0 0.00 0.00 45 select_window <cycle 4> [528]
0.00 0.00 6/15953 set_point_both [206]
0.00 0.00 2/2 record_buffer [654]
0.00 0.00 6/1492 set_point_from_marker [938]
0.00 0.00 5/6 redisplay_other_windows [1415]
0.00 0.00 5/283 set_marker_both [1108]
0.00 0.00 2/8 wset_redisplay [1394]
45 Fset_buffer <cycle 4> [897]
2 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 1/4 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/4 Fset_terminal_coding_system_internal [560]
0.00 0.00 2/4 Ffuncall <cycle 4> [29]
[529] 0.0 0.00 0.00 4 Fcheck_coding_system [529]
0.00 0.00 4/10 Fcoding_system_p [492]
0.00 0.00 4/98231 Fplist_get [798]
0.00 0.00 4/69910 Fget [800]
-----------------------------------------------
0.00 0.00 2/7 make_frame_visible_1 [607]
0.00 0.00 2/7 Ffuncall <cycle 4> [29]
0.00 0.00 3/7 set_window_buffer <cycle 4> [573]
[530] 0.0 0.00 0.00 7 Fcurrent_time [530]
0.00 0.00 7/415 list4 [365]
0.00 0.00 7/1289625 Fcons [80]
0.00 0.00 7/1041550 gettime [763]
0.00 0.00 7/13 make_lisp_time [1352]
-----------------------------------------------
0.00 0.00 1/4091 make_save_ptr [740]
0.00 0.00 72/4091 make_save_funcptr_ptr_obj [693]
0.00 0.00 487/4091 Fmake_marker [646]
0.00 0.00 551/4091 make_save_ptr_int [642]
0.00 0.00 1486/4091 make_save_obj_obj_obj_obj [582]
0.00 0.00 1494/4091 build_marker [580]
[531] 0.0 0.00 0.00 4091 allocate_misc [531]
0.00 0.00 61/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_set_char_size <cycle 4> [474]
[532] 0.0 0.00 0.00 1 x_wait_for_event [532]
0.00 0.00 3/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 3/3508683 unblock_input_to [144]
0.00 0.00 4/1041550 gettime [763]
0.00 0.00 3/3 totally_unblock_input [1499]
0.00 0.00 3/2075 timespec_sub [909]
0.00 0.00 1/610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 3/3 with_echo_area_buffer <cycle 4> [405]
[533] 0.0 0.00 0.00 3 current_message_1 [533]
0.00 0.00 3/733 make_buffer_string_both [306]
0.00 0.00 3/5 make_buffer_string [749]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[534] 0.0 0.00 0.00 1 make_frame <cycle 4> [534]
0.00 0.00 2/2 make_window [557]
0.00 0.00 1/2014 allocate_pseudovector [265]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/41387 Fcurrent_buffer [809]
0.00 0.00 1/14391 list1 [818]
0.00 0.00 1/49012 Fcar [807]
2 unbind_to <cycle 4> [244]
2 set_window_buffer <cycle 4> [573]
-----------------------------------------------
0.00 0.00 4/1007 create_root_interval [722]
0.00 0.00 4/1007 split_interval_left [117]
0.00 0.00 999/1007 split_interval_right [536]
[535] 0.0 0.00 0.00 1007 make_interval [535]
0.00 0.00 56/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 999/999 set_text_properties_1 [271]
[536] 0.0 0.00 0.00 999 split_interval_right [536]
0.00 0.00 999/1007 make_interval [535]
0.00 0.00 999/265452 balance_possible_root_interval [776]
0.00 0.00 997/312932 balance_an_interval [771]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1462]
19 move_it_vertically_backward <cycle 4> [292]
509 Fline_pixel_height <cycle 4> [1076]
[537] 0.0 0.00 0.00 529 line_bottom_y <cycle 4> [537]
0.00 0.00 1/146733 x_produce_glyphs [57]
510 move_it_by_lines <cycle 4> [935]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [99]
[538] 0.0 0.00 0.00 1 do_ewmh_fullscreen [538]
0.00 0.00 1/1 x_wm_supports [540]
0.00 0.00 1/27 get_current_wm_state [627]
-----------------------------------------------
0.00 0.00 1/3 decode_coding_gap <cycle 4> [603]
0.00 0.00 2/3 decode_coding <cycle 4> [547]
[539] 0.0 0.00 0.00 3 detect_coding_utf_16 [539]
0.00 0.00 3/2446268 hash_lookup [25]
-----------------------------------------------
0.00 0.00 1/1 do_ewmh_fullscreen [538]
[540] 0.0 0.00 0.00 1 x_wm_supports [540]
0.00 0.00 3/1109464 x_had_errors_p [50]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
1 Fdefine_key <cycle 4> [112]
1536 access_keymap <cycle 4> [907]
2311 Flookup_key <cycle 4> [891]
5900 access_keymap_1 <cycle 4> [305]
21339 where_is_internal_1 <cycle 4> [101]
22773 accessible_keymaps_1 <cycle 4> [228]
[541] 0.0 0.00 0.00 53860 get_keyelt <cycle 4> [541]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 12/1230 list2 [368]
6 unbind_to <cycle 4> [244]
6 menu_item_eval_property <cycle 4> [109]
-----------------------------------------------
0.00 0.00 9/132 XSetWMSizeHints [660]
0.00 0.00 123/132 handle_one_xevent [99]
[542] 0.0 0.00 0.00 132 x_top_window_to_frame [542]
0.00 0.00 122/3634 xg_win_to_widget [399]
-----------------------------------------------
0.00 0.00 4/4 font_parse_family_registry [321]
[543] 0.0 0.00 0.00 4 Ffont_put [543]
0.00 0.00 4/233 Ffontp [363]
-----------------------------------------------
438 Fkey_description <cycle 4> [317]
[544] 0.0 0.00 0.00 438 Fsingle_key_description <cycle 4> [544]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 434/41699 make_specified_string [422]
0.00 0.00 434/434 push_key_description [1089]
4 esprintf <cycle 4> [1455]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
1 Fset_window_configuration <cycle 4> [702]
6 adjust_frame_size <cycle 4> [497]
[545] 0.0 0.00 0.00 8 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 5/573 window_list_1 [344]
0.00 0.00 10/239 Fwindow_buffer [1116]
0.00 0.00 8/3215 Fdefault_value [874]
0.00 0.00 5/5 Fwindow_list [1427]
0.00 0.00 5/5857 Flocal_variable_p [840]
5 run_funs <cycle 4> [1437]
-----------------------------------------------
0.00 0.00 1/37 x_term_init <cycle 4> [508]
0.00 0.00 7/37 dupstring [639]
0.00 0.00 9/37 x_parse_color [624]
0.00 0.00 10/37 smc_save_yourself_CB [614]
0.00 0.00 10/37 update_frame_tool_bar <cycle 4> [446]
[546] 0.0 0.00 0.00 37 xstrdup [546]
0.00 0.00 37/1153527 xmalloc [118]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [603]
728 decode_coding_object <cycle 4> [307]
[547] 0.0 0.00 0.00 730 decode_coding <cycle 4> [547]
0.00 0.00 2/3 detect_coding_utf_16 [539]
0.00 0.00 2/3 record_first_change [656]
0.00 0.00 730/730 produce_chars [671]
0.00 0.00 730/2551 record_insert [643]
0.00 0.00 1/3 record_xmalloc [659]
0.00 0.00 730/1041 get_translation_table [972]
0.00 0.00 730/1044 coding_set_source [971]
0.00 0.00 730/1349 coding_set_destination [954]
0.00 0.00 728/728 decode_coding_utf_8 [1015]
0.00 0.00 2/2 decode_coding_raw_text [1520]
727 set_buffer_internal_1 <cycle 4> [871]
1 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[548] 0.0 0.00 0.00 6 Fxw_color_values [548]
0.00 0.00 6/695 list3 [360]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 6/179 x_defined_color [511]
0.00 0.00 6/143 decode_window_system_frame [1147]
-----------------------------------------------
0.00 0.00 14/14 fs_query_fontset [324]
[549] 0.0 0.00 0.00 14 fontset_pattern_regexp [549]
0.00 0.00 4/8785 make_string [226]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[550] 0.0 0.00 0.00 2 Fx_change_window_property [550]
0.00 0.00 2/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 2/1112161 do_pending_atimers [55]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/143 decode_window_system_frame [1147]
0.00 0.00 2/2 x_check_property_data [1546]
0.00 0.00 2/16 xnmalloc [1343]
0.00 0.00 2/2 x_fill_property_data [1547]
0.00 0.00 2/3508670 unblock_input [754]
0.00 0.00 2/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[551] 0.0 0.00 0.00 1 Fcopy_keymap [551]
0.00 0.00 19/1289625 Fcons [80]
0.00 0.00 10/14391 list1 [818]
0.00 0.00 1/465106 get_keymap [766]
-----------------------------------------------
34 merge_named_face <cycle 1> [520]
0.00 0.00 1/1580 Finternal_merge_in_global_face [247]
0.00 0.00 1/1580 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 84/1580 realize_named_face [155]
0.00 0.00 1468/1580 lookup_named_face [246]
[552] 0.0 0.00 0.00 1588 merge_face_vectors <cycle 1> [552]
0.00 0.00 28/530 font_clear_prop [433]
10 merge_face_ref <cycle 1> [684]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [73]
[553] 0.0 0.00 0.00 2 Fbuffer_substring [553]
0.00 0.00 2/733 make_buffer_string_both [306]
0.00 0.00 2/5 make_buffer_string [749]
0.00 0.00 2/1452 validate_region [947]
-----------------------------------------------
0.00 0.00 91/91 handle_one_xevent [99]
[554] 0.0 0.00 0.00 91 x_window_to_frame [554]
0.00 0.00 91/3634 xg_win_to_widget [399]
-----------------------------------------------
0.00 0.00 1/26821 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 26820/26821 lface_equal_p [556]
[555] 0.0 0.00 0.00 26821 face_attr_equal_p [555]
0.00 0.00 22/25585 Fequal [255]
-----------------------------------------------
0.00 0.00 1490/1490 Finternal_merge_in_global_face [247]
[556] 0.0 0.00 0.00 1490 lface_equal_p [556]
0.00 0.00 26820/26821 face_attr_equal_p [555]
-----------------------------------------------
0.00 0.00 2/2 make_frame <cycle 4> [534]
[557] 0.0 0.00 0.00 2 make_window [557]
0.00 0.00 2/2014 allocate_pseudovector [265]
0.00 0.00 6/487 Fmake_marker [646]
0.00 0.00 4/652 make_float [1021]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [379]
[558] 0.0 0.00 0.00 3 set_text_properties [558]
0.00 0.00 1/1000 set_text_properties_1 [271]
0.00 0.00 1/4 create_root_interval [722]
0.00 0.00 3/5001 validate_plist [850]
0.00 0.00 2/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[559] 0.0 0.00 0.00 1 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/1044 setup_coding_system [296]
0.00 0.00 1/4 Fcheck_coding_system [529]
0.00 0.00 1/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[560] 0.0 0.00 0.00 1 Fset_terminal_coding_system_internal [560]
0.00 0.00 1/1044 setup_coding_system [296]
0.00 0.00 1/4 Fcheck_coding_system [529]
0.00 0.00 1/23 decode_live_terminal [1315]
0.00 0.00 1/1 coding_charset_list [1593]
-----------------------------------------------
0.00 0.00 131/131 wait_reading_process_output [44]
[561] 0.0 0.00 0.00 131 xg_select [561]
0.00 0.00 31/3508683 unblock_input_to [144]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 31/3508670 unblock_input [754]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[562] 0.0 0.00 0.00 1 make_lispy_position <cycle 4> [562]
0.00 0.00 12/1289625 Fcons [80]
0.00 0.00 1/695 list3 [360]
0.00 0.00 1/114 window_from_coordinates [519]
0.00 0.00 1/1972 window_box_left [912]
1 buffer_posn_from_coords <cycle 4> [1590]
-----------------------------------------------
78 update_window <cycle 4> [458]
[563] 0.0 0.00 0.00 78 x_update_window_end <cycle 4> [563]
0.00 0.00 78/3508683 unblock_input_to [144]
0.00 0.00 78/3508670 unblock_input [754]
0.00 0.00 12/12 x_draw_vertical_border [1358]
78 draw_window_fringes <cycle 4> [1181]
78 display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[564] 0.0 0.00 0.00 2 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 1/1575 Finternal_merge_in_global_face [247]
0.00 0.00 2/1580 merge_face_ref <cycle 1> [684]
0.00 0.00 1/1580 merge_face_vectors <cycle 1> [552]
0.00 0.00 1/26821 face_attr_equal_p [555]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[565] 0.0 0.00 0.00 3 Fkill_buffer <cycle 4> [565]
0.00 0.00 1/1 Fother_buffer [570]
0.00 0.00 6/3508683 unblock_input_to [144]
0.00 0.00 3/1486 save_excursion_save [581]
0.00 0.00 3/1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 6/1140773 xfree [760]
0.00 0.00 6/3508670 unblock_input [754]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/2843 Fget_buffer [884]
0.00 0.00 3/3 replace_buffer_in_windows [1493]
0.00 0.00 3/3 unlock_buffer [1500]
0.00 0.00 3/4 kill_buffer_processes [1460]
0.00 0.00 3/3 frames_discard_buffer [1489]
0.00 0.00 3/5 clear_charpos_cache [1428]
0.00 0.00 3/2126 Frassq [904]
0.00 0.00 3/133 Fdelq [1154]
0.00 0.00 3/3 replace_buffer_in_windows_safely [1494]
0.00 0.00 3/10 reset_buffer_local_variables [1374]
0.00 0.00 3/3 free_region_cache [1490]
6 call1 <cycle 4> [949]
3 Frun_hook_with_args_until_failure <cycle 4> [1449]
3 unbind_to <cycle 4> [244]
3 run_hook <cycle 4> [1416]
3 swap_out_buffer_local_variables <cycle 4> [1439]
2 set_buffer_internal_1 <cycle 4> [871]
1 Fset_buffer <cycle 4> [897]
-----------------------------------------------
0.00 0.00 40/40 note_mouse_movement [441]
[566] 0.0 0.00 0.00 40 remember_mouse_glyph [566]
0.00 0.00 40/114 window_from_coordinates [519]
0.00 0.00 39/39 window_relative_x_coord [1271]
0.00 0.00 39/2152 window_box_left_offset [901]
-----------------------------------------------
0.00 0.00 24/24 display_mode_line <cycle 4> [472]
[567] 0.0 0.00 0.00 24 push_kboard [567]
0.00 0.00 24/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 x_set_font_backend [612]
[568] 0.0 0.00 0.00 2 font_update_drivers [568]
0.00 0.00 2/233 Ffontp [363]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/1818 nconc2 [916]
0.00 0.00 2/14391 list1 [818]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [29]
[569] 0.0 0.00 0.00 11 Fgetenv_internal [569]
0.00 0.00 3/8785 make_string [226]
0.00 0.00 11/200 getenv_internal [1129]
-----------------------------------------------
0.00 0.00 1/1 Fkill_buffer <cycle 4> [565]
[570] 0.0 0.00 0.00 1 Fother_buffer [570]
0.00 0.00 3/559 window_loop [347]
0.00 0.00 4/4 candidate_buffer [1453]
0.00 0.00 3/559 Fget_buffer_window [1033]
0.00 0.00 1/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[571] 0.0 0.00 0.00 22 Finternal_get_lisp_face_attribute [571]
0.00 0.00 22/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 22/2119 decode_live_frame [906]
0.00 0.00 22/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[572] 0.0 0.00 0.00 1 xsettings_initialize [572]
0.00 0.00 1/1 read_and_apply_settings [585]
0.00 0.00 4/7 dupstring [639]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/3 map_tool_bar_style [1491]
0.00 0.00 1/1 get_prop_window [1607]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1592]
2 make_frame <cycle 4> [534]
[573] 0.0 0.00 0.00 3 set_window_buffer <cycle 4> [573]
0.00 0.00 3/7 Fcurrent_time [530]
0.00 0.00 3/572 set_marker_internal [747]
0.00 0.00 6/283 set_marker_both [1108]
0.00 0.00 3/146 adjust_window_count [1146]
0.00 0.00 3/73 wset_buffer [1184]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/3 wset_update_mode_line [1501]
0.00 0.00 3/8 wset_redisplay [1394]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/8775 record_unwind_protect [828]
0.00 0.00 3/10 set_marker_restricted [1375]
0.00 0.00 3/3 set_window_fringes [1497]
0.00 0.00 3/3 set_window_scroll_bars [1498]
0.00 0.00 3/5391 set_window_margins [847]
0.00 0.00 3/3 apply_window_adjustment [1484]
3 Fset_buffer <cycle 4> [897]
3 adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
0.00 0.00 1/545 intern_1 [342]
0.00 0.00 6/545 read1 <cycle 5> [300]
0.00 0.00 188/545 intern_driver [632]
0.00 0.00 350/545 Fintern [286]
[574] 0.0 0.00 0.00 545 Fmake_symbol [574]
0.00 0.00 26/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 10/60 lookup_image <cycle 4> [495]
0.00 0.00 20/60 Finit_image_library [641]
0.00 0.00 30/60 valid_image_p [621]
[575] 0.0 0.00 0.00 60 define_image_type [575]
0.00 0.00 60/3508683 unblock_input_to [144]
0.00 0.00 1/1153527 xmalloc [118]
0.00 0.00 60/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 7/497 xftfont_prepare_face [633]
0.00 0.00 490/497 xftfont_draw [430]
[576] 0.0 0.00 0.00 497 xftfont_get_colors [576]
0.00 0.00 62/3508683 unblock_input_to [144]
0.00 0.00 62/3508670 unblock_input [754]
0.00 0.00 7/10 x_query_colors [1379]
-----------------------------------------------
0.00 0.00 2/4 Fload <cycle 4> [411]
0.00 0.00 2/4 Feval_buffer <cycle 4> [507]
[577] 0.0 0.00 0.00 4 lisp_file_lexically_bound_p [577]
0.00 0.00 91/28240 readchar [334]
-----------------------------------------------
0.00 0.00 2/586 next_window [728]
0.00 0.00 5/586 redisplay_internal [38]
0.00 0.00 6/586 propagate_buffer_redisplay [721]
0.00 0.00 573/586 window_list_1 [344]
[578] 0.0 0.00 0.00 586 window_list [578]
0.00 0.00 4/2778892 Fnreverse [45]
0.00 0.00 4/119 Fcurrent_window_configuration [526]
0.00 0.00 4/118 foreach_window_1 [608]
0.00 0.00 4/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [44]
[579] 0.0 0.00 0.00 3 timerfd_callback [579]
0.00 0.00 3/1112161 do_pending_atimers [55]
0.00 0.00 3/11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 1/1494 save_window_save [634]
0.00 0.00 3/1494 buf_charpos_to_bytepos [733]
0.00 0.00 4/1494 buf_bytepos_to_charpos [730]
0.00 0.00 1486/1494 save_excursion_save [581]
[580] 0.0 0.00 0.00 1494 build_marker [580]
0.00 0.00 1494/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 2/1486 Feval_buffer <cycle 4> [507]
0.00 0.00 3/1486 Fkill_buffer <cycle 4> [565]
0.00 0.00 1481/1486 exec_byte_code <cycle 4> [73]
[581] 0.0 0.00 0.00 1486 save_excursion_save [581]
0.00 0.00 1486/1494 build_marker [580]
0.00 0.00 1486/41387 Fcurrent_buffer [809]
0.00 0.00 1486/1486 Fpoint_marker [940]
-----------------------------------------------
0.00 0.00 2/1486 Feval_buffer <cycle 4> [507]
0.00 0.00 3/1486 Fkill_buffer <cycle 4> [565]
0.00 0.00 1481/1486 exec_byte_code <cycle 4> [73]
[582] 0.0 0.00 0.00 1486 make_save_obj_obj_obj_obj [582]
0.00 0.00 1486/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 2/2 eval_sub <cycle 4> [176]
[583] 0.0 0.00 0.00 2 Fprovide [583]
0.00 0.00 10/1289625 Fcons [80]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 2/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[584] 0.0 0.00 0.00 2 Fautoload [584]
0.00 0.00 2/1032 list5 [327]
0.00 0.00 2/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [572]
[585] 0.0 0.00 0.00 1 read_and_apply_settings [585]
0.00 0.00 1/1109473 x_catch_errors_with_handler [51]
0.00 0.00 1/1109472 x_uncatch_errors [60]
0.00 0.00 3/7 dupstring [639]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/1140773 xfree [760]
0.00 0.00 1/1109459 x_catch_errors [762]
0.00 0.00 1/2 Fbyteorder [1505]
0.00 0.00 1/3 map_tool_bar_style [1491]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [73]
[586] 0.0 0.00 0.00 2 skip_chars.constprop.5 [586]
0.00 0.00 2/15953 set_point_both [206]
0.00 0.00 1/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
543 Fmacroexpand <cycle 4> [674]
[587] 0.0 0.00 0.00 545 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2/34 record_unwind_save_match_data [469]
0.00 0.00 2/25585 Fequal [255]
0.00 0.00 4/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
0.00 0.00 2/410271 Fcdr [768]
0.00 0.00 2/49012 Fcar [807]
0.00 0.00 2/5997 Findirect_function [839]
2 Fload <cycle 4> [411]
2 unbind_to <cycle 4> [244]
-----------------------------------------------
2 x_set_font <cycle 4> [189]
[588] 0.0 0.00 0.00 2 x_new_font <cycle 4> [588]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/160 normal_char_ascent_descent [1142]
0.00 0.00 2/10 get_font_ascent_descent [1371]
0.00 0.00 1/1 fontset_ascii [1603]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 xic_set_xfontset [1674]
1 adjust_frame_size <cycle 4> [497]
1 fontset_from_font <cycle 4> [343]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[589] 0.0 0.00 0.00 1 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/143 decode_window_system_frame [1147]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[590] 0.0 0.00 0.00 1 other_visible_frames [590]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/56 x_sync [1207]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[591] 0.0 0.00 0.00 1 x_window <cycle 4> [591]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/1 create_frame_xic [1594]
0.00 0.00 1/3508670 unblock_input [754]
1 xg_create_frame_widgets <cycle 4> [592]
-----------------------------------------------
1 x_window <cycle 4> [591]
[592] 0.0 0.00 0.00 1 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/1111191 process_pending_signals <cycle 3> [134]
0.00 0.00 1/1112161 do_pending_atimers [55]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/60 xg_gtk_scroll_destroy [1201]
0.00 0.00 1/1 emacs_fixed_new [1600]
0.00 0.00 1/1 my_log_handler [1615]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/216 code_convert_string_norecord [1126]
1 code_convert_string <cycle 4> [264]
1 update_frame_tool_bar <cycle 4> [446]
-----------------------------------------------
1 shut_down_emacs <cycle 4> [708]
0.00 0.00 1/9783 read_char <cycle 2> [20]
[593] 0.0 0.00 0.00 2 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2/560 intern_1 [342]
0.00 0.00 1/41699 make_specified_string [422]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 2/1020 record_unwind_protect_ptr [982]
0.00 0.00 2/2 record_auto_save [1536]
0.00 0.00 2/2 emacs_fopen [1523]
0.00 0.00 1/607 record_unwind_protect_void [1025]
2 safe_run_hooks <cycle 4> [276]
2 unbind_to <cycle 4> [244]
2 Fexpand_file_name <cycle 4> [173]
1 push_message <cycle 4> [512]
1 Ffile_name_directory <cycle 4> [284]
1 Ffile_directory_p <cycle 4> [285]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[594] 0.0 0.00 0.00 1 x_load_resources [594]
0.00 0.00 3/3 search_magic_path [611]
0.00 0.00 2/2 gethomedir [665]
0.00 0.00 3/1140773 xfree [760]
0.00 0.00 1/1 x_get_customization_string [1643]
0.00 0.00 1/4 Fsystem_name [1451]
0.00 0.00 1/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 2/48 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 3/48 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/48 make_gap_1 [669]
0.00 0.00 37/48 insert_from_string_1 <cycle 4> [240]
[595] 0.0 0.00 0.00 48 make_gap [595]
0.00 0.00 48/3508683 unblock_input_to [144]
0.00 0.00 48/3508670 unblock_input [754]
0.00 0.00 48/48 enlarge_buffer_text [1247]
0.00 0.00 43/46 gap_left [1256]
0.00 0.00 5/5 gap_right [1434]
-----------------------------------------------
2 Fmessage <cycle 4> [1510]
[596] 0.0 0.00 0.00 2 message3 <cycle 4> [596]
0.00 0.00 2/47 XTframe_up_to_date [457]
0.00 0.00 2/2 cancel_echoing [1517]
0.00 0.00 1/1 safe_eval_handler [1626]
2 message3_nolog <cycle 4> [1532]
2 message_dolog <cycle 4> [742]
-----------------------------------------------
4 setup_echo_area_for_printing <cycle 4> [1466]
35 with_echo_area_buffer <cycle 4> [405]
[597] 0.0 0.00 0.00 39 ensure_echo_area_buffers <cycle 4> [597]
0.00 0.00 2/6266 make_formatted_string [235]
2 Fget_buffer_create <cycle 4> [479]
-----------------------------------------------
0.00 0.00 1/1 Finsert_file_contents <cycle 4> [351]
[598] 0.0 0.00 0.00 1 raw_text_coding_system [598]
0.00 0.00 1/2224296 Fgethash [28]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[599] 0.0 0.00 0.00 8 Fframe_or_buffer_changed_p [599]
0.00 0.00 1/8857 Fmake_vector [207]
0.00 0.00 16/2446 Fbuffer_modified_p [894]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [418]
[600] 0.0 0.00 0.00 2 init_menu_items [600]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 14/38 x_consider_frame_title <cycle 4> [361]
0.00 0.00 24/38 display_mode_line <cycle 4> [472]
[601] 0.0 0.00 0.00 38 format_mode_line_unwind_data [601]
0.00 0.00 1/8857 Fmake_vector [207]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[602] 0.0 0.00 0.00 1 Fcharsetp [602]
0.00 0.00 1/2446268 hash_lookup [25]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [351]
[603] 0.0 0.00 0.00 3 decode_coding_gap <cycle 4> [603]
0.00 0.00 1/3 detect_coding_utf_16 [539]
0.00 0.00 3/41387 Fcurrent_buffer [809]
0.00 0.00 3/3 detect_coding [1487]
0.00 0.00 2/1041 get_translation_table [972]
0.00 0.00 2/2 check_ascii [1518]
2 code_conversion_save <cycle 4> [376]
2 decode_coding <cycle 4> [547]
-----------------------------------------------
4 Fposn_at_point <cycle 4> [1447]
6 Ffuncall <cycle 4> [29]
[604] 0.0 0.00 0.00 10 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 8/1289625 Fcons [80]
0.00 0.00 10/1717 marker_byte_position [923]
0.00 0.00 10/1775 marker_position [920]
0.00 0.00 4/5391 set_window_margins [847]
4 pos_visible_p <cycle 4> [1462]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [418]
[605] 0.0 0.00 0.00 2 save_menu_items [605]
0.00 0.00 2/415 list4 [365]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/227551 grow_specpdl [779]
0.00 0.00 2/8775 record_unwind_protect [828]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[606] 0.0 0.00 0.00 1 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 1/1 make_frame_visible_1 [607]
0.00 0.00 1/2119 decode_live_frame [906]
1 x_make_frame_visible <cycle 4> [420]
-----------------------------------------------
0.00 0.00 1/1 Fmake_frame_visible <cycle 4> [606]
[607] 0.0 0.00 0.00 1 make_frame_visible_1 [607]
0.00 0.00 2/7 Fcurrent_time [530]
-----------------------------------------------
0.00 0.00 4/118 window_list [578]
0.00 0.00 114/118 window_from_coordinates [519]
[608] 0.0 0.00 0.00 118 foreach_window_1 [608]
0.00 0.00 8/8 add_window_to_list [609]
0.00 0.00 118/118 check_window_containing [1163]
-----------------------------------------------
0.00 0.00 8/8 foreach_window_1 [608]
[609] 0.0 0.00 0.00 8 add_window_to_list [609]
0.00 0.00 8/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 14/14 search_magic_path [611]
[610] 0.0 0.00 0.00 14 magic_db [610]
0.00 0.00 14/1153527 xmalloc [118]
0.00 0.00 14/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 3/3 x_load_resources [594]
[611] 0.0 0.00 0.00 3 search_magic_path [611]
0.00 0.00 14/14 magic_db [610]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[612] 0.0 0.00 0.00 1 x_set_font_backend [612]
0.00 0.00 1/2 font_update_drivers [568]
0.00 0.00 1/76 store_frame_param [490]
-----------------------------------------------
0.00 0.00 20/20 lookup_image <cycle 4> [495]
[613] 0.0 0.00 0.00 20 search_image_cache [613]
0.00 0.00 10/25585 Fequal [255]
-----------------------------------------------
<spontaneous>
[614] 0.0 0.00 0.00 smc_save_yourself_CB [614]
0.00 0.00 10/37 xstrdup [546]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 14/1140773 xfree [760]
0.00 0.00 1/3 Fuser_login_name [1481]
0.00 0.00 1/16 xnmalloc [1343]
-----------------------------------------------
0.00 0.00 106/106 single_keymap_panes <cycle 4> [616]
[615] 0.0 0.00 0.00 106 push_menu_pane [615]
0.00 0.00 106/1570 ensure_menu_items [478]
-----------------------------------------------
13 parse_single_submenu <cycle 4> [494]
93 single_menu_item <cycle 4> [481]
[616] 0.0 0.00 0.00 106 single_keymap_panes <cycle 4> [616]
0.00 0.00 106/106 push_menu_pane [615]
106 map_keymap_internal <cycle 4> [680]
106 map_keymap_canonical <cycle 4> [1158]
-----------------------------------------------
0.00 0.00 446/8828 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 491/8828 x_set_glyph_string_gc [697]
0.00 0.00 7891/8828 get_glyph_face_and_encoding [620]
[617] 0.0 0.00 0.00 8828 prepare_face_for_display [617]
0.00 0.00 7/7 xftfont_prepare_face [633]
0.00 0.00 14/3508683 unblock_input_to [144]
0.00 0.00 14/3508670 unblock_input [754]
0.00 0.00 7/7 font_prepare_for_face [1400]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[618] 0.0 0.00 0.00 3 Fset_terminal_parameter [618]
0.00 0.00 6/1289625 Fcons [80]
0.00 0.00 3/501996 Fassq [384]
0.00 0.00 3/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[619] 0.0 0.00 0.00 5 Fterminal_list [619]
0.00 0.00 6/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 3205/7891 x_get_glyph_overhangs [407]
0.00 0.00 4686/7891 fill_glyph_string [644]
[620] 0.0 0.00 0.00 7891 get_glyph_face_and_encoding [620]
0.00 0.00 7891/8828 prepare_face_for_display [617]
0.00 0.00 7891/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 10/30 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 20/30 Fimage_mask_p <cycle 4> [640]
[621] 0.0 0.00 0.00 30 valid_image_p [621]
0.00 0.00 30/60 define_image_type [575]
0.00 0.00 30/60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 1/5 bidi_find_paragraph_start [175]
0.00 0.00 4/5 find_newline [630]
[622] 0.0 0.00 0.00 5 new_region_cache [622]
0.00 0.00 10/1153527 xmalloc [118]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[623] 0.0 0.00 0.00 1 Fmapc <cycle 4> [623]
0.00 0.00 1/116631 Flength [126]
1 mapcar1 <cycle 4> [1186]
-----------------------------------------------
0.00 0.00 179/1101 x_defined_color [511]
0.00 0.00 922/1101 xpm_alloc_color [412]
[624] 0.0 0.00 0.00 1101 x_parse_color [624]
0.00 0.00 9/37 xstrdup [546]
0.00 0.00 765/1800 c_strcasecmp [917]
0.00 0.00 9/1380 xzalloc [952]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[625] 0.0 0.00 0.00 1 Fremove_text_properties <cycle 4> [625]
0.00 0.00 1/256439 find_interval [87]
0.00 0.00 961/961 remove_properties [990]
0.00 0.00 960/183733 next_interval [783]
0.00 0.00 2/5001 validate_plist [850]
0.00 0.00 1/228845 validate_interval_range [778]
1 modify_text_properties <cycle 4> [945]
1 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 2/471 eval_sub <cycle 4> [176]
0.00 0.00 469/471 Ffuncall <cycle 4> [29]
[626] 0.0 0.00 0.00 471 Fregexp_quote [626]
0.00 0.00 471/41699 make_specified_string [422]
-----------------------------------------------
0.00 0.00 1/27 do_ewmh_fullscreen [538]
0.00 0.00 26/27 handle_one_xevent [99]
[627] 0.0 0.00 0.00 27 get_current_wm_state [627]
0.00 0.00 27/3508683 unblock_input_to [144]
0.00 0.00 27/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[628] 0.0 0.00 0.00 1 x_session_initialize [628]
0.00 0.00 1/8785 make_string [226]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[629] 0.0 0.00 0.00 1 move_point [629]
0.00 0.00 1/15953 set_point_both [206]
0.00 0.00 1/10013 set_point [738]
-----------------------------------------------
0.00 0.00 2/4620 scan_newline [743]
0.00 0.00 519/4620 find_before_next_newline [691]
0.00 0.00 1561/4620 find_newline_no_quit [661]
0.00 0.00 2538/4620 scan_newline_from_point [650]
[630] 0.0 0.00 0.00 4620 find_newline [630]
0.00 0.00 4/5 new_region_cache [622]
0.00 0.00 1525/1593 buf_bytepos_to_charpos [730]
0.00 0.00 5118/25879 buf_charpos_to_bytepos [733]
0.00 0.00 3075/3075 region_cache_backward [881]
0.00 0.00 1041/1041 region_cache_forward [973]
0.00 0.00 510/6164 delete_cache_boundaries [837]
0.00 0.00 510/555 know_region_cache [1037]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[631] 0.0 0.00 0.00 1 set_frame_cursor_types [631]
0.00 0.00 1/554979 Fassoc [66]
0.00 0.00 1/1 get_specified_cursor_type [1608]
-----------------------------------------------
0.00 0.00 188/188 font_intern_prop [93]
[632] 0.0 0.00 0.00 188 intern_driver [632]
0.00 0.00 188/545 Fmake_symbol [574]
-----------------------------------------------
0.00 0.00 7/7 prepare_face_for_display [617]
[633] 0.0 0.00 0.00 7 xftfont_prepare_face [633]
0.00 0.00 7/1153527 xmalloc [118]
0.00 0.00 7/497 xftfont_get_colors [576]
-----------------------------------------------
0.00 0.00 1/4706 Fcurrent_window_configuration [526]
0.00 0.00 2/4706 Fwindow_new_total [745]
0.00 0.00 2/4706 Fset_window_new_total [744]
0.00 0.00 24/4706 Fwindow_parent [732]
0.00 0.00 28/4706 Fwindow_next_sibling [731]
0.00 0.00 103/4706 Fwindow_minibuffer_p [725]
0.00 0.00 104/4706 Fwindow_top_child [724]
0.00 0.00 104/4706 Fwindow_left_child [723]
0.00 0.00 529/4706 Fwindow_pixel_height [696]
0.00 0.00 537/4706 Fwindow_pixel_width [695]
0.00 0.00 1030/4706 Fwindow_pixel_left [681]
0.00 0.00 1030/4706 Fwindow_pixel_top [682]
0.00 0.00 1212/4706 Fwindow_frame [672]
[634] 0.0 0.00 0.00 4706 save_window_save [634]
0.00 0.00 4/1289625 Fcons [80]
0.00 0.00 5/5 Fcopy_marker [729]
0.00 0.00 1/1494 build_marker [580]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 4/94 buffer_local_value [1171]
-----------------------------------------------
11 x_set_frame_alpha <cycle 4> [480]
[635] 0.0 0.00 0.00 11 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
22 update_window_cursor <cycle 4> [1320]
-----------------------------------------------
0.00 0.00 22/22 x_real_positions [637]
[636] 0.0 0.00 0.00 22 x_real_pos_and_offsets [636]
0.00 0.00 22/3508683 unblock_input_to [144]
0.00 0.00 22/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/22 x_sync_with_move [711]
0.00 0.00 21/22 handle_one_xevent [99]
[637] 0.0 0.00 0.00 22 x_real_positions [637]
0.00 0.00 22/22 x_real_pos_and_offsets [636]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[638] 0.0 0.00 0.00 1 x_set_tool_bar_position [638]
0.00 0.00 1/415 list4 [365]
0.00 0.00 1/1289625 Fcons [80]
0.00 0.00 1/10850 Fmemq [822]
0.00 0.00 1/1 xg_change_toolbar_position [1668]
-----------------------------------------------
0.00 0.00 3/7 read_and_apply_settings [585]
0.00 0.00 4/7 xsettings_initialize [572]
[639] 0.0 0.00 0.00 7 dupstring [639]
0.00 0.00 7/37 xstrdup [546]
-----------------------------------------------
20 Ffuncall <cycle 4> [29]
[640] 0.0 0.00 0.00 20 Fimage_mask_p <cycle 4> [640]
0.00 0.00 20/30 valid_image_p [621]
0.00 0.00 20/30 xpm_image_p [1289]
0.00 0.00 20/143 decode_window_system_frame [1147]
20 lookup_image <cycle 4> [495]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [29]
[641] 0.0 0.00 0.00 20 Finit_image_library [641]
0.00 0.00 20/60 define_image_type [575]
0.00 0.00 20/60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 551/551 ftfont_lookup_cache [22]
[642] 0.0 0.00 0.00 551 make_save_ptr_int [642]
0.00 0.00 551/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 89/2551 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 730/2551 decode_coding <cycle 4> [547]
0.00 0.00 731/2551 insert_from_gap [670]
0.00 0.00 1001/2551 insert_from_string_1 <cycle 4> [240]
[643] 0.0 0.00 0.00 2551 record_insert [643]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1000/1000 prepare_record [675]
0.00 0.00 1/3 record_first_change [656]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[644] 0.0 0.00 0.00 460 fill_glyph_string [644]
0.00 0.00 4686/7891 get_glyph_face_and_encoding [620]
-----------------------------------------------
0.00 0.00 1/12 x_set_mouse_color [115]
0.00 0.00 1/12 x_set_foreground_color [700]
0.00 0.00 1/12 x_set_cursor_color [673]
0.00 0.00 1/12 x_set_border_color [694]
0.00 0.00 2/12 x_set_background_color [676]
0.00 0.00 6/12 Fx_create_frame <cycle 4> [202]
[645] 0.0 0.00 0.00 12 x_decode_color [645]
0.00 0.00 12/179 x_defined_color [511]
-----------------------------------------------
0.00 0.00 4/487 Fmatch_data [330]
0.00 0.00 5/487 Fget_buffer_create <cycle 4> [479]
0.00 0.00 5/487 Fcopy_marker [729]
0.00 0.00 6/487 make_window [557]
0.00 0.00 467/487 Ffuncall <cycle 4> [29]
[646] 0.0 0.00 0.00 487 Fmake_marker [646]
0.00 0.00 487/4091 allocate_misc [531]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[647] 0.0 0.00 0.00 2 Fsignal <cycle 4> [647]
0.00 0.00 3/1289625 Fcons [80]
0.00 0.00 2/10850 Fmemq [822]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
2 unwind_to_catch <cycle 4> [657]
-----------------------------------------------
0.00 0.00 1/1 xftfont_draw [430]
[648] 0.0 0.00 0.00 1 font_put_frame_data [648]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 1/1 make_save_ptr [740]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[649] 0.0 0.00 0.00 1 allocate_kboard [649]
0.00 0.00 1/1 init_kboard [655]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 518/2538 Fforward_line [348]
0.00 0.00 2020/2538 Fline_beginning_position [266]
[650] 0.0 0.00 0.00 2538 scan_newline_from_point [650]
0.00 0.00 2538/4620 find_newline [630]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
1 x_set_menu_bar_lines <cycle 4> [1654]
3 set_window_buffer <cycle 4> [573]
6 adjust_frame_size <cycle 4> [497]
0.00 0.00 2/9783 redisplay_internal [38]
[651] 0.0 0.00 0.00 13 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 13/3508683 unblock_input_to [144]
0.00 0.00 13/2125 xrealloc [905]
0.00 0.00 13/3508670 unblock_input [754]
0.00 0.00 2/2 realloc_glyph_pool [1535]
0.00 0.00 1/334 fset_redisplay [1100]
10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
2 adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [479]
[652] 0.0 0.00 0.00 5 allocate_buffer [652]
0.00 0.00 5/1280 lisp_malloc [409]
-----------------------------------------------
0.00 0.00 30/200 casify_object [48]
0.00 0.00 170/200 string_to_multibyte [658]
[653] 0.0 0.00 0.00 200 make_multibyte_string [653]
0.00 0.00 200/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.00 0.00 2/2 select_window <cycle 4> [528]
[654] 0.0 0.00 0.00 2 record_buffer [654]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 6/133 Fdelq [1154]
0.00 0.00 2/2126 Frassq [904]
0.00 0.00 2/10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 1/1 allocate_kboard [649]
[655] 0.0 0.00 0.00 1 init_kboard [655]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 2/14391 list1 [818]
0.00 0.00 2/124 Fmake_sparse_keymap [1156]
0.00 0.00 1/3 Fset_keymap_parent [1476]
-----------------------------------------------
0.00 0.00 1/3 record_insert [643]
0.00 0.00 2/3 decode_coding <cycle 4> [547]
[656] 0.0 0.00 0.00 3 record_first_change [656]
0.00 0.00 2/1289625 Fcons [80]
0.00 0.00 1/1 Fvisited_file_modtime [1584]
-----------------------------------------------
2 Fsignal <cycle 4> [647]
8 Fthrow <cycle 4> [1387]
[657] 0.0 0.00 0.00 10 unwind_to_catch <cycle 4> [657]
0.00 0.00 10/3508683 unblock_input_to [144]
0.00 0.00 10/10 set_poll_suppress_count [1376]
10 unbind_to <cycle 4> [244]
-----------------------------------------------
0.00 0.00 170/170 Fexpand_file_name <cycle 4> [173]
[658] 0.0 0.00 0.00 170 string_to_multibyte [658]
0.00 0.00 170/200 make_multibyte_string [653]
0.00 0.00 170/31663 count_size_as_multibyte [810]
-----------------------------------------------
0.00 0.00 1/3 decode_coding <cycle 4> [547]
0.00 0.00 2/3 load_charset <cycle 4> [221]
[659] 0.0 0.00 0.00 3 record_xmalloc [659]
0.00 0.00 3/1153527 xmalloc [118]
0.00 0.00 3/227551 grow_specpdl [779]
0.00 0.00 3/1020 record_unwind_protect_ptr [982]
-----------------------------------------------
<spontaneous>
[660] 0.0 0.00 0.00 XSetWMSizeHints [660]
0.00 0.00 9/132 x_top_window_to_frame [542]
0.00 0.00 9/10 x_display_info_for_display [1378]
-----------------------------------------------
0.00 0.00 1561/1561 back_to_previous_visible_line_start [238]
[661] 0.0 0.00 0.00 1561 find_newline_no_quit [661]
0.00 0.00 1561/4620 find_newline [630]
-----------------------------------------------
0.00 0.00 2/8 x_scroll_bar_create [525]
0.00 0.00 6/8 XTset_vertical_scroll_bar <cycle 4> [475]
[662] 0.0 0.00 0.00 8 xg_update_scrollbar_pos [662]
0.00 0.00 8/3508683 unblock_input_to [144]
0.00 0.00 8/16 xg_get_gdk_scale [1342]
0.00 0.00 8/3508670 unblock_input [754]
0.00 0.00 8/56 x_sync [1207]
0.00 0.00 8/334 fset_redisplay [1100]
0.00 0.00 8/29 cancel_mouse_face [1291]
0.00 0.00 3/257 x_clear_area [1113]
-----------------------------------------------
0.00 0.00 1/7 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/7 x_set_mouse_color [115]
0.00 0.00 1/7 x_set_border_color [694]
0.00 0.00 2/7 x_set_cursor_color [673]
0.00 0.00 2/7 x_set_background_color [676]
[663] 0.0 0.00 0.00 7 unload_color [663]
0.00 0.00 7/3508683 unblock_input_to [144]
0.00 0.00 7/3508670 unblock_input [754]
0.00 0.00 7/133 x_free_colors [1155]
-----------------------------------------------
0.00 0.00 2/2 face_for_char [11]
[664] 0.0 0.00 0.00 2 face_for_font [664]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 2/1589 lface_hash [928]
0.00 0.00 2/96 cache_face [1170]
0.00 0.00 2/1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 2/2 x_load_resources [594]
[665] 0.0 0.00 0.00 2 gethomedir [665]
0.00 0.00 2/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 2/2 Fx_create_frame <cycle 4> [202]
[666] 0.0 0.00 0.00 2 register_font_driver [666]
0.00 0.00 2/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [203]
[667] 0.0 0.00 0.00 1 make_face_cache [667]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 1/1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [203]
[668] 0.0 0.00 0.00 1 make_image_cache [668]
0.00 0.00 2/1153527 xmalloc [118]
0.00 0.00 1/1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1/6 alloc_destination [713]
0.00 0.00 5/6 compact_buffer <cycle 4> [677]
[669] 0.0 0.00 0.00 6 make_gap_1 [669]
0.00 0.00 6/48 make_gap [595]
-----------------------------------------------
0.00 0.00 1/731 Finsert_file_contents <cycle 4> [351]
0.00 0.00 730/731 produce_chars [671]
[670] 0.0 0.00 0.00 731 insert_from_gap [670]
0.00 0.00 731/2551 record_insert [643]
0.00 0.00 731/2485 invalidate_buffer_caches [893]
0.00 0.00 731/1821 adjust_overlays_for_insert [915]
0.00 0.00 731/1821 adjust_markers_for_insert [914]
-----------------------------------------------
0.00 0.00 730/730 decode_coding <cycle 4> [547]
[671] 0.0 0.00 0.00 730 produce_chars [671]
0.00 0.00 730/731 insert_from_gap [670]
0.00 0.00 1/310 alloc_destination [713]
-----------------------------------------------
0.00 0.00 1215/1215 Ffuncall <cycle 4> [29]
[672] 0.0 0.00 0.00 1215 Fwindow_frame [672]
0.00 0.00 1212/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[673] 0.0 0.00 0.00 1 x_set_cursor_color [673]
0.00 0.00 2/7 unload_color [663]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/3 update_face_from_frame_parameter [688]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/1 x_copy_color [1640]
-----------------------------------------------
543 Ffuncall <cycle 4> [29]
[674] 0.0 0.00 0.00 543 Fmacroexpand <cycle 4> [674]
0.00 0.00 543/501996 Fassq [384]
543 Fautoload_do_load <cycle 4> [587]
-----------------------------------------------
0.00 0.00 1000/1000 record_insert [643]
[675] 0.0 0.00 0.00 1000 prepare_record [675]
0.00 0.00 1/1289625 Fcons [80]
-----------------------------------------------
0.00 0.00 1/2 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/2 x_set_screen_gamma [692]
[676] 0.0 0.00 0.00 2 x_set_background_color [676]
0.00 0.00 2/12 x_decode_color [645]
0.00 0.00 2/7 unload_color [663]
-----------------------------------------------
338 Fgarbage_collect <cycle 4> [64]
[677] 0.0 0.00 0.00 338 compact_buffer <cycle 4> [677]
0.00 0.00 5/6 make_gap_1 [669]
44 unbind_to <cycle 4> [244]
44 truncate_undo_list <cycle 4> [1264]
-----------------------------------------------
0.00 0.00 5/5 clear_image_caches [679]
[678] 0.0 0.00 0.00 5 clear_image_cache [678]
0.00 0.00 5/3508683 unblock_input_to [144]
0.00 0.00 5/3508670 unblock_input [754]
0.00 0.00 5/1041550 gettime [763]
0.00 0.00 5/5 dtotimespec [1431]
0.00 0.00 5/2075 timespec_sub [909]
-----------------------------------------------
0.00 0.00 5/5 recompute_basic_faces [159]
[679] 0.0 0.00 0.00 5 clear_image_caches [679]
0.00 0.00 5/5 clear_image_cache [678]
-----------------------------------------------
16 menu_bar_items <cycle 4> [435]
106 single_keymap_panes <cycle 4> [616]
3634 map_keymap <cycle 4> [865]
[680] 0.0 0.00 0.00 3756 map_keymap_internal <cycle 4> [680]
0.00 0.00 72/72 make_save_funcptr_ptr_obj [693]
0.00 0.00 24/4272 map_keymap_char_table_item [493]
0.00 0.00 45464/465106 get_keymap [766]
0.00 0.00 1367/1367 map_keymap_call [953]
20649 accessible_keymaps_1 <cycle 4> [228]
19215 where_is_internal_1 <cycle 4> [101]
1367 call2 <cycle 4> [924]
1297 single_menu_item <cycle 4> [481]
78 process_tool_bar_item <cycle 4> [333]
72 map_char_table <cycle 4> [455]
70 menu_bar_item <cycle 4> [467]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[681] 0.0 0.00 0.00 1030 Fwindow_pixel_left [681]
0.00 0.00 1030/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1030/1030 Ffuncall <cycle 4> [29]
[682] 0.0 0.00 0.00 1030 Fwindow_pixel_top [682]
0.00 0.00 1030/4706 save_window_save [634]
-----------------------------------------------
1 Fredraw_frame <cycle 4> [1576]
4 show_hourglass <cycle 4> [183]
[683] 0.0 0.00 0.00 5 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508683 unblock_input_to [144]
0.00 0.00 5/5 clear_frame [1429]
0.00 0.00 5/52 update_begin [1216]
0.00 0.00 5/52 update_end [1217]
0.00 0.00 5/62 clear_window_matrices [1197]
0.00 0.00 5/13 clear_current_matrices [1351]
0.00 0.00 5/334 fset_redisplay [1100]
0.00 0.00 5/11 mark_window_display_accurate [1361]
0.00 0.00 5/49 set_window_update_flags [1236]
0.00 0.00 4/3508670 unblock_input [754]
0.00 0.00 4/4 x_clear_frame [1469]
0.00 0.00 4/51 x_update_begin [1222]
0.00 0.00 4/51 x_update_end [1223]
5 update_overlay_arrows <cycle 4> [299]
-----------------------------------------------
10 merge_face_vectors <cycle 1> [552]
0.00 0.00 2/1580 Fdisplay_supports_face_attributes_p [564]
0.00 0.00 24/1580 face_at_string_position [275]
[684] 0.0 0.00 0.00 36 merge_face_ref <cycle 1> [684]
0.00 0.00 1/530 font_clear_prop [433]
0.00 0.00 1/1778 font_style_to_value [919]
34 merge_named_face <cycle 1> [520]
-----------------------------------------------
0.00 0.00 9/9 fontset_find_font [13]
[685] 0.0 0.00 0.00 9 font_match_p [685]
0.00 0.00 1/4474415 assq_no_quit [63]
0.00 0.00 2/38 font_score [1274]
0.00 0.00 1/151894 xftfont_encode_char [787]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[686] 0.0 0.00 0.00 1 Fkill_emacs <cycle 4> [686]
0.00 0.00 1/1 x_clipboard_manager_save_all [687]
1 run_hook <cycle 4> [1416]
1 shut_down_emacs <cycle 4> [708]
1 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
0.00 0.00 1/1 Fkill_emacs <cycle 4> [686]
[687] 0.0 0.00 0.00 1 x_clipboard_manager_save_all [687]
0.00 0.00 1/4474415 assq_no_quit [63]
-----------------------------------------------
0.00 0.00 1/3 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3 x_set_mouse_color [115]
0.00 0.00 1/3 x_set_cursor_color [673]
[688] 0.0 0.00 0.00 3 update_face_from_frame_parameter [688]
0.00 0.00 1/3432 lface_from_face_name_no_resolve [353]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
0.00 0.00 1/1762 lface_from_face_name [921]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[689] 0.0 0.00 0.00 1 xlispstrdup [689]
0.00 0.00 1/1153527 xmalloc [118]
-----------------------------------------------
0.00 0.00 519/519 Ffuncall <cycle 4> [29]
[690] 0.0 0.00 0.00 519 Fline_end_position [690]
0.00 0.00 519/519 find_before_next_newline [691]
-----------------------------------------------
0.00 0.00 519/519 Fline_end_position [690]
[691] 0.0 0.00 0.00 519 find_before_next_newline [691]
0.00 0.00 519/4620 find_newline [630]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[692] 0.0 0.00 0.00 1 x_set_screen_gamma [692]
0.00 0.00 1/2 x_set_background_color [676]
0.00 0.00 1/8 clear_face_cache [714]
0.00 0.00 1/501996 Fassq [384]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
-----------------------------------------------
0.00 0.00 72/72 map_keymap_internal <cycle 4> [680]
[693] 0.0 0.00 0.00 72 make_save_funcptr_ptr_obj [693]
0.00 0.00 72/4091 allocate_misc [531]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[694] 0.0 0.00 0.00 1 x_set_border_color [694]
0.00 0.00 1/12 x_decode_color [645]
0.00 0.00 1/7 unload_color [663]
-----------------------------------------------
0.00 0.00 537/537 Ffuncall <cycle 4> [29]
[695] 0.0 0.00 0.00 537 Fwindow_pixel_width [695]
0.00 0.00 537/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 529/529 Ffuncall <cycle 4> [29]
[696] 0.0 0.00 0.00 529 Fwindow_pixel_height [696]
0.00 0.00 529/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 491/491 x_draw_glyph_string <cycle 4> [428]
[697] 0.0 0.00 0.00 491 x_set_glyph_string_gc [697]
0.00 0.00 491/8828 prepare_face_for_display [617]
-----------------------------------------------
0.00 0.00 2/2 directory_files_internal <cycle 4> [254]
[698] 0.0 0.00 0.00 2 open_directory [698]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/172 emacs_open [1138]
0.00 0.00 2/3508670 unblock_input [754]
-----------------------------------------------
2 x_bitmap_icon <cycle 4> [1545]
[699] 0.0 0.00 0.00 2 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508683 unblock_input_to [144]
0.00 0.00 2/2 x_find_image_file [1548]
0.00 0.00 2/315 encode_file_name [1102]
0.00 0.00 2/3508670 unblock_input [754]
2 x_find_image_fd <cycle 4> [500]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[700] 0.0 0.00 0.00 1 x_set_foreground_color [700]
0.00 0.00 1/12 x_decode_color [645]
-----------------------------------------------
0.00 0.00 1/51 x_default_font_parameter <cycle 4> [386]
0.00 0.00 2/51 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 4/51 x_frame_get_and_record_arg [737]
0.00 0.00 5/51 x_figure_window_size [735]
0.00 0.00 9/51 Fx_create_frame <cycle 4> [202]
0.00 0.00 30/51 x_default_parameter <cycle 4> [720]
[701] 0.0 0.00 0.00 51 x_get_arg [701]
0.00 0.00 101/501996 Fassq [384]
0.00 0.00 31/49 xrdb_get_resource [1246]
0.00 0.00 1/410271 Fcdr [768]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[702] 0.0 0.00 0.00 1 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 2/501996 Fassq [384]
0.00 0.00 7/572 set_marker_internal [747]
0.00 0.00 7/10 set_marker_restricted [1375]
0.00 0.00 4/146 adjust_window_count [1146]
0.00 0.00 4/73 wset_buffer [1184]
0.00 0.00 1/1 CHECK_WINDOW_CONFIGURATION [1557]
0.00 0.00 1/283 set_marker_both [1108]
0.00 0.00 1/334 fset_redisplay [1100]
0.00 0.00 1/2 Fset_window_new_pixel [1513]
0.00 0.00 1/1 get_leaf_windows [1606]
0.00 0.00 1/2 delete_all_child_windows [1521]
0.00 0.00 1/3508670 unblock_input [754]
2 select_window <cycle 4> [528]
1 adjust_frame_size <cycle 4> [497]
1 adjust_frame_glyphs <cycle 4> [651]
1 unbind_to <cycle 4> [244]
1 run_window_configuration_change_hook <cycle 4> [545]
1 do_switch_frame <cycle 4> [1388]
1 Fredirect_frame_focus <cycle 4> [1575]
1 Fset_buffer <cycle 4> [897]
-----------------------------------------------
1 Fcommand_error_default_function <cycle 4> [1560]
4 x_draw_window_cursor <cycle 4> [1178]
446 x_draw_fringe_bitmap <cycle 4> [1082]
[703] 0.0 0.00 0.00 451 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
450 window_box <cycle 4> [1048]
-----------------------------------------------
2 message3_nolog <cycle 4> [1532]
0.00 0.01 27/9783 redisplay_internal [38]
[704] 0.0 0.00 0.00 29 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/32 my_log_handler [1285]
0.00 0.00 1/32 x_flush [1286]
29 inhibit_garbage_collection <cycle 4> [111]
29 with_echo_area_buffer <cycle 4> [405]
29 unbind_to <cycle 4> [244]
1 update_frame <cycle 4> [1257]
1 show_hourglass <cycle 4> [183]
1 redisplay_mode_lines <cycle 4> [1622]
1 update_single_window <cycle 4> [1633]
-----------------------------------------------
7 set_frame_menubar <cycle 4> [418]
[705] 0.0 0.00 0.00 7 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[706] 0.0 0.00 0.00 1 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/2119 decode_live_frame [906]
0.00 0.00 1/1 window_resize_apply_total [1636]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[707] 0.0 0.00 0.00 1 check_glyph_memory [707]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
0.00 0.00 1/2 free_glyphs [1529]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [686]
[708] 0.0 0.00 0.00 1 shut_down_emacs <cycle 4> [708]
0.00 0.00 1/1 check_glyph_memory [707]
0.00 0.00 1/1 stuff_buffered_input [1629]
0.00 0.00 1/4 kill_buffer_processes [1460]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/1 unlock_all_files [1631]
0.00 0.00 1/1 xml_cleanup_parser [1675]
0.00 0.00 1/1 check_message_stack [1591]
0.00 0.00 1/1 reset_all_sys_modes [1623]
1 Fdo_auto_save <cycle 4> [593]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[709] 0.0 0.00 0.00 1 x_make_gc [709]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[710] 0.0 0.00 0.00 1 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/3508670 unblock_input [754]
1 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
0.00 0.00 1/1 x_set_offset [522]
[711] 0.0 0.00 0.00 1 x_sync_with_move [711]
0.00 0.00 1/22 x_real_positions [637]
-----------------------------------------------
0.00 0.00 1/1 sweep_vectors [91]
[712] 0.0 0.00 0.00 1 xftfont_close [712]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/10 x_display_info_for_display [1378]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 1/310 produce_chars [671]
0.00 0.00 309/310 encode_coding_utf_8 [716]
[713] 0.0 0.00 0.00 310 alloc_destination [713]
0.00 0.00 1/6 make_gap_1 [669]
0.00 0.00 310/1349 coding_set_destination [954]
0.00 0.00 309/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 1/8 x_set_screen_gamma [692]
0.00 0.00 2/8 Fclear_face_cache [727]
0.00 0.00 5/8 recompute_basic_faces [159]
[714] 0.0 0.00 0.00 8 clear_face_cache [714]
0.00 0.00 1/3508683 unblock_input_to [144]
0.00 0.00 1/2 xftfont_done_face [1552]
0.00 0.00 1/2 font_done_for_face [1528]
0.00 0.00 1/3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 309/309 encode_coding_object <cycle 4> [466]
[715] 0.0 0.00 0.00 309 encode_coding [715]
0.00 0.00 309/309 encode_coding_utf_8 [716]
0.00 0.00 309/1041 get_translation_table [972]
0.00 0.00 309/1044 coding_set_source [971]
0.00 0.00 309/309 consume_chars [1105]
0.00 0.00 309/1349 coding_set_destination [954]
-----------------------------------------------
0.00 0.00 309/309 encode_coding [715]
[716] 0.0 0.00 0.00 309 encode_coding_utf_8 [716]
0.00 0.00 309/310 alloc_destination [713]
-----------------------------------------------
0.00 0.00 92/92 Ffuncall <cycle 4> [29]
[717] 0.0 0.00 0.00 92 Fwindow_parameter [717]
0.00 0.00 92/501996 Fassq [384]
0.00 0.00 92/326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 16/16 text_quoting_style <cycle 4> [434]
[718] 0.0 0.00 0.00 16 make_string_from_bytes [718]
0.00 0.00 16/46458 make_uninit_multibyte_string [417]
-----------------------------------------------
0.00 0.00 2/75 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 10/75 frame_inhibit_resize [734]
0.00 0.00 26/75 handle_one_xevent [99]
0.00 0.00 37/75 x_set_frame_parameters <cycle 4> [114]
[719] 0.0 0.00 0.00 75 get_frame_param [719]
0.00 0.00 75/501996 Fassq [384]
-----------------------------------------------
1 x_default_font_parameter <cycle 4> [386]
29 Fx_create_frame <cycle 4> [202]
[720] 0.0 0.00 0.00 30 x_default_parameter <cycle 4> [720]
0.00 0.00 30/51 x_get_arg [701]
30 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 6/6 redisplay_internal [38]
[721] 0.0 0.00 0.00 6 propagate_buffer_redisplay [721]
0.00 0.00 6/586 window_list [578]
-----------------------------------------------
0.00 0.00 1/4 set_text_properties [558]
0.00 0.00 3/4 add_text_properties_1 <cycle 4> [104]
[722] 0.0 0.00 0.00 4 create_root_interval [722]
0.00 0.00 4/1007 make_interval [535]
-----------------------------------------------
0.00 0.00 104/104 Ffuncall <cycle 4> [29]
[723] 0.0 0.00 0.00 104 Fwindow_left_child [723]
0.00 0.00 104/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 104/104 Ffuncall <cycle 4> [29]
[724] 0.0 0.00 0.00 104 Fwindow_top_child [724]
0.00 0.00 104/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 108/108 Ffuncall <cycle 4> [29]
[725] 0.0 0.00 0.00 108 Fwindow_minibuffer_p [725]
0.00 0.00 103/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 2/47 x_set_font <cycle 4> [189]
0.00 0.00 8/47 font_load_for_lface [302]
0.00 0.00 9/47 fontset_find_font [13]
0.00 0.00 28/47 font_clear_prop [433]
[726] 0.0 0.00 0.00 47 Ffont_get [726]
0.00 0.00 47/501996 Fassq [384]
-----------------------------------------------
0.00 0.00 2/2 Fset_fontset_font <cycle 4> [56]
[727] 0.0 0.00 0.00 2 Fclear_face_cache [727]
0.00 0.00 2/8 clear_face_cache [714]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[728] 0.0 0.00 0.00 2 next_window [728]
0.00 0.00 2/586 window_list [578]
0.00 0.00 2/575 decode_next_window_args [1030]
0.00 0.00 2/10850 Fmemq [822]
0.00 0.00 2/1148 candidate_window_p [961]
-----------------------------------------------
0.00 0.00 5/5 save_window_save [634]
[729] 0.0 0.00 0.00 5 Fcopy_marker [729]
0.00 0.00 5/487 Fmake_marker [646]
0.00 0.00 5/572 set_marker_internal [747]
0.00 0.00 5/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 3/1593 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/1593 unwind_set_match_data [746]
0.00 0.00 6/1593 search_buffer [181]
0.00 0.00 8/1593 display_mode_element <cycle 4> [379]
0.00 0.00 45/1593 bidi_paragraph_init <cycle 4> [485]
0.00 0.00 1525/1593 find_newline [630]
[730] 0.0 0.00 0.00 1593 buf_bytepos_to_charpos [730]
0.00 0.00 4/1494 build_marker [580]
-----------------------------------------------
0.00 0.00 28/28 Ffuncall <cycle 4> [29]
[731] 0.0 0.00 0.00 28 Fwindow_next_sibling [731]
0.00 0.00 28/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [29]
[732] 0.0 0.00 0.00 24 Fwindow_parent [732]
0.00 0.00 24/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 1/25879 skip_chars.constprop.5 [586]
0.00 0.00 2/25879 temp_set_point [751]
0.00 0.00 8/25879 Fchar_after [750]
0.00 0.00 10/25879 make_buffer_string [749]
0.00 0.00 22/25879 display_mode_element <cycle 4> [379]
0.00 0.00 90/25879 set_marker_internal [747]
0.00 0.00 516/25879 skip_syntaxes [349]
0.00 0.00 556/25879 find_automatic_composition [293]
0.00 0.00 1450/25879 Fparse_partial_sexp [33]
0.00 0.00 1456/25879 scan_lists [149]
0.00 0.00 1458/25879 del_range_1 <cycle 4> [331]
0.00 0.00 5118/25879 find_newline [630]
0.00 0.00 5179/25879 search_command [180]
0.00 0.00 10013/25879 set_point [738]
[733] 0.0 0.00 0.00 25879 buf_charpos_to_bytepos [733]
0.00 0.00 3/1494 build_marker [580]
-----------------------------------------------
0.00 0.00 10/10 adjust_frame_size <cycle 4> [497]
[734] 0.0 0.00 0.00 10 frame_inhibit_resize [734]
0.00 0.00 10/75 get_frame_param [719]
0.00 0.00 4/410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[735] 0.0 0.00 0.00 1 x_figure_window_size [735]
0.00 0.00 5/51 x_get_arg [701]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [29]
[736] 0.0 0.00 0.00 9 Fterminal_parameter [736]
0.00 0.00 9/501996 Fassq [384]
0.00 0.00 9/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 4/4 Fx_create_frame <cycle 4> [202]
[737] 0.0 0.00 0.00 4 x_frame_get_and_record_arg [737]
0.00 0.00 4/51 x_get_arg [701]
-----------------------------------------------
0.00 0.00 1/10013 move_point [629]
0.00 0.00 5/10013 search_command [180]
0.00 0.00 10007/10013 Fgoto_char [218]
[738] 0.0 0.00 0.00 10013 set_point [738]
0.00 0.00 10013/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
2 Fx_create_frame <cycle 4> [202]
[739] 0.0 0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 2/51 x_get_arg [701]
0.00 0.00 2/49 xrdb_get_resource [1246]
0.00 0.00 2/5 display_x_get_resource [1430]
2 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 1/1 font_put_frame_data [648]
[740] 0.0 0.00 0.00 1 make_save_ptr [740]
0.00 0.00 1/4091 allocate_misc [531]
-----------------------------------------------
5 Ffuncall <cycle 4> [29]
[741] 0.0 0.00 0.00 5 Fkill_local_variable <cycle 4> [741]
0.00 0.00 3/501996 Fassq [384]
0.00 0.00 2/74640 do_symval_forwarding [799]
0.00 0.00 2/133 Fdelq [1154]
3 find_symbol_value <cycle 4> [298]
-----------------------------------------------
2 message3 <cycle 4> [596]
2 strout <cycle 4> [1543]
2 print_error_message <cycle 4> [1618]
[742] 0.0 0.00 0.00 6 message_dolog <cycle 4> [742]
0.00 0.00 2/2 scan_newline [743]
0.00 0.00 70/70 insert_1_both [1188]
0.00 0.00 15/15 set_marker_restricted_both [1345]
0.00 0.00 15/4179 unchain_marker [858]
0.00 0.00 10/82 temp_set_point_both [1177]
0.00 0.00 5/410271 Fcdr [768]
0.00 0.00 5/2843 Fget_buffer [884]
0.00 0.00 5/1775 marker_position [920]
0.00 0.00 5/1717 marker_byte_position [923]
0.00 0.00 5/3229 bset_redisplay [873]
0.00 0.00 2/1699 multibyte_chars_in_text [925]
0.00 0.00 2/21 chars_in_text [1322]
0.00 0.00 1/1 del_range_both [1595]
70 prepare_to_modify_buffer <cycle 4> [421]
5 Fset_buffer <cycle 4> [897]
5 Fget_buffer_create <cycle 4> [479]
5 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 2/2 message_dolog <cycle 4> [742]
[743] 0.0 0.00 0.00 2 scan_newline [743]
0.00 0.00 2/4620 find_newline [630]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[744] 0.0 0.00 0.00 2 Fset_window_new_total [744]
0.00 0.00 2/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[745] 0.0 0.00 0.00 2 Fwindow_new_total [745]
0.00 0.00 2/4706 save_window_save [634]
-----------------------------------------------
0.00 0.00 3/37 boyer_moore [748]
0.00 0.00 34/37 unbind_to <cycle 4> [244]
[746] 0.0 0.00 0.00 37 unwind_set_match_data [746]
0.00 0.00 6/1593 buf_bytepos_to_charpos [730]
-----------------------------------------------
0.00 0.00 3/572 set_window_buffer <cycle 4> [573]
0.00 0.00 4/572 Fmatch_data [330]
0.00 0.00 5/572 Fcopy_marker [729]
0.00 0.00 7/572 Fset_window_configuration <cycle 4> [702]
0.00 0.00 86/572 hscroll_window_tree [498]
0.00 0.00 467/572 exec_byte_code <cycle 4> [73]
[747] 0.0 0.00 0.00 572 set_marker_internal [747]
0.00 0.00 90/25879 buf_charpos_to_bytepos [733]
0.00 0.00 572/870 live_buffer [998]
0.00 0.00 572/3039 CHECK_MARKER [882]
0.00 0.00 484/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 20/20 search_buffer [181]
[748] 0.0 0.00 0.00 20 boyer_moore [748]
0.00 0.00 3/37 unwind_set_match_data [746]
0.00 0.00 456/11766 Faref [821]
-----------------------------------------------
0.00 0.00 2/5 Fbuffer_substring [553]
0.00 0.00 3/5 current_message_1 [533]
[749] 0.0 0.00 0.00 5 make_buffer_string [749]
0.00 0.00 10/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 12/12 exec_byte_code <cycle 4> [73]
[750] 0.0 0.00 0.00 12 Fchar_after [750]
0.00 0.00 8/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 2/2 Feval_buffer <cycle 4> [507]
[751] 0.0 0.00 0.00 2 temp_set_point [751]
0.00 0.00 2/25879 buf_charpos_to_bytepos [733]
-----------------------------------------------
0.00 0.00 1/5549204 read_internal_start [281]
0.00 0.00 8/5549204 Faref [821]
0.00 0.00 15/5549204 unreadchar [956]
0.00 0.00 27/5549204 string_match_1 [256]
0.00 0.00 55/5549204 Fsubstring [362]
0.00 0.00 264/5549204 display_string <cycle 4> [210]
0.00 0.00 5548834/5549204 Fcompare_strings [32]
[752] 0.0 0.00 0.00 5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 8/4021849 Ffuncall <cycle 4> [29]
0.00 0.00 21/4021849 Fdefine_key <cycle 4> [112]
0.00 0.00 4021820/4021849 Fassoc_string [30]
[753] 0.0 0.00 0.00 4021849 Fsymbol_name [753]
-----------------------------------------------
0.00 0.00 1/3508670 check_glyph_memory [707]
0.00 0.00 1/3508670 other_visible_frames [590]
0.00 0.00 1/3508670 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/3508670 x_set_alpha <cycle 4> [710]
0.00 0.00 1/3508670 show_hourglass <cycle 4> [183]
0.00 0.00 1/3508670 echo_area_display <cycle 4> [704]
0.00 0.00 1/3508670 Fwindow_resize_apply_total [706]
0.00 0.00 1/3508670 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/3508670 free_frame_faces [231]
0.00 0.00 1/3508670 clear_face_cache [714]
0.00 0.00 1/3508670 XTring_bell <cycle 4> [703]
0.00 0.00 1/3508670 x_new_font <cycle 4> [588]
0.00 0.00 1/3508670 x_set_offset [522]
0.00 0.00 1/3508670 Fx_wm_set_size_hint [523]
0.00 0.00 1/3508670 x_make_gc [709]
0.00 0.00 1/3508670 Fx_backspace_delete_keys_p [589]
0.00 0.00 1/3508670 x_set_cursor_color [673]
0.00 0.00 1/3508670 x_window <cycle 4> [591]
0.00 0.00 1/3508670 read_and_apply_settings [585]
0.00 0.00 1/3508670 xsettings_initialize [572]
0.00 0.00 1/3508670 xg_update_frame_menubar <cycle 4> [705]
0.00 0.00 1/3508670 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 1/3508670 wait_reading_process_output [44]
0.00 0.00 1/3508670 xftfont_close [712]
0.00 0.00 2/3508670 delete_frame <cycle 4> [230]
0.00 0.00 2/3508670 init_iterator <cycle 4> [163]
0.00 0.00 2/3508670 x_wm_supports [540]
0.00 0.00 2/3508670 Fx_change_window_property [550]
0.00 0.00 2/3508670 x_set_mouse_color [115]
0.00 0.00 2/3508670 xg_set_icon <cycle 4> [699]
0.00 0.00 2/3508670 x_wm_set_size_hint [464]
0.00 0.00 2/3508670 open_directory [698]
0.00 0.00 2/3508670 directory_files_internal <cycle 4> [254]
0.00 0.00 2/3508670 unbind_to <cycle 4> [244]
0.00 0.00 3/3508670 x_term_init <cycle 4> [508]
0.00 0.00 3/3508670 Fx_create_frame <cycle 4> [202]
0.00 0.00 4/3508670 redraw_frame <cycle 4> [683]
0.00 0.00 4/3508670 x_scroll_bar_create [525]
0.00 0.00 5/3508670 clear_image_cache [678]
0.00 0.00 6/3508670 realize_basic_faces [153]
0.00 0.00 6/3508670 Fx_register_dnd_atom [509]
0.00 0.00 6/3508670 Fkill_buffer <cycle 4> [565]
0.00 0.00 7/3508670 unload_color [663]
0.00 0.00 8/3508670 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/3508670 Fx_selection_exists_p [489]
0.00 0.00 8/3508670 xg_update_scrollbar_pos [662]
0.00 0.00 9/3508670 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 10/3508670 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/3508670 lookup_image <cycle 4> [495]
0.00 0.00 13/3508670 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 14/3508670 set_frame_menubar <cycle 4> [418]
0.00 0.00 14/3508670 prepare_face_for_display [617]
0.00 0.00 16/3508670 xftfont_open [394]
0.00 0.00 22/3508670 update_cursor_in_window_tree <cycle 4> [635]
0.00 0.00 22/3508670 x_set_frame_alpha <cycle 4> [480]
0.00 0.00 22/3508670 x_real_pos_and_offsets [636]
0.00 0.00 27/3508670 get_current_wm_state [627]
0.00 0.00 30/3508670 detect_input_pending_run_timers [43]
0.00 0.00 31/3508670 redisplay_internal [38]
0.00 0.00 31/3508670 xg_select [561]
0.00 0.00 35/3508670 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 35/3508670 read1 <cycle 5> [300]
0.00 0.00 48/3508670 x_make_frame_visible <cycle 4> [420]
0.00 0.00 48/3508670 make_gap [595]
0.00 0.00 49/3508670 Fgarbage_collect <cycle 4> [64]
0.00 0.00 60/3508670 define_image_type [575]
0.00 0.00 62/3508670 xftfont_get_colors [576]
0.00 0.00 65/3508670 free_realized_face [116]
0.00 0.00 78/3508670 update_window <cycle 4> [458]
0.00 0.00 78/3508670 x_update_window_end <cycle 4> [563]
0.00 0.00 179/3508670 x_defined_color [511]
0.00 0.00 226/3508670 update_window_line <cycle 4> [517]
0.00 0.00 240/3508670 x_write_glyphs <cycle 4> [516]
0.00 0.00 491/3508670 xftfont_draw [430]
0.00 0.00 1326/3508670 free_menubar_widget_value_tree [449]
0.00 0.00 1333/3508670 make_widget_value [447]
0.00 0.00 2624/3508670 event_handler_gdk [98]
0.00 0.00 3634/3508670 xg_win_to_widget [399]
0.00 0.00 18613/3508670 readbyte_from_file [335]
0.00 0.00 147661/3508670 xftfont_text_extents [236]
0.00 0.00 1112486/3508670 XTread_socket <cycle 3> [77]
0.00 0.00 2218916/3508670 xfont_list_pattern [19]
[754] 0.0 0.00 0.00 3508670 unblock_input [754]
-----------------------------------------------
0.00 0.00 3329554/3329554 Fcompare_strings [32]
[755] 0.0 0.00 0.00 3329554 Fupcase [755]
-----------------------------------------------
0.00 0.00 1932/2226228 Fputhash [79]
0.00 0.00 2224296/2226228 Fgethash [28]
[756] 0.0 0.00 0.00 2226228 CHECK_HASH_TABLE [756]
-----------------------------------------------
0.00 0.00 2220608/2220608 hash_lookup [25]
[757] 0.0 0.00 0.00 2220608 hashfn_equal [757]
-----------------------------------------------
0.00 0.00 2219460/2219460 hash_lookup [25]
[758] 0.0 0.00 0.00 2219460 cmpfn_equal [758]
-----------------------------------------------
0.00 0.00 15/1666725 face_boolean_x_resource_value [1432]
0.00 0.00 24/1666725 font_build_object [406]
0.00 0.00 1666686/1666725 font_unparse_xlfd [86]
[759] 0.0 0.00 0.00 1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 1/1140773 x_uncatch_errors_after_check [133]
0.00 0.00 2/1140773 Fx_change_window_property [550]
0.00 0.00 2/1140773 read_and_apply_settings [585]
0.00 0.00 2/1140773 xftfont_done_face [1552]
0.00 0.00 3/1140773 delete_terminal [1597]
0.00 0.00 3/1140773 free_frame_faces [231]
0.00 0.00 3/1140773 x_load_resources [594]
0.00 0.00 3/1140773 free_region_cache [1490]
0.00 0.00 4/1140773 init_system_name [1459]
0.00 0.00 4/1140773 Fload <cycle 4> [411]
0.00 0.00 4/1140773 doprnt <cycle 4> [1454]
0.00 0.00 5/1140773 delete_frame <cycle 4> [230]
0.00 0.00 6/1140773 free_glyphs [1529]
0.00 0.00 6/1140773 Fkill_buffer <cycle 4> [565]
0.00 0.00 8/1140773 free_window_matrices [1530]
0.00 0.00 10/1140773 free_color_table [1369]
0.00 0.00 14/1140773 magic_db [610]
0.00 0.00 14/1140773 smc_save_yourself_CB [614]
0.00 0.00 16/1140773 realize_face [152]
0.00 0.00 16/1140773 unbind_to <cycle 4> [244]
0.00 0.00 24/1140773 display_mode_line <cycle 4> [472]
0.00 0.00 36/1140773 process_tool_bar_item <cycle 4> [333]
0.00 0.00 63/1140773 free_realized_face [116]
0.00 0.00 130/1140773 free_glyph_matrix [1370]
0.00 0.00 309/1140773 encode_coding_object <cycle 4> [466]
0.00 0.00 571/1140773 text_quoting_style <cycle 4> [434]
0.00 0.00 932/1140773 xpm_free_color_cache [1380]
0.00 0.00 1333/1140773 free_menubar_widget_value_tree [449]
0.00 0.00 27777/1140773 re_compile_pattern [270]
0.00 0.00 1109472/1140773 x_uncatch_errors [60]
[760] 0.0 0.00 0.00 1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1111677/1111677 gobble_input <cycle 3> [53]
[761] 0.0 0.00 0.00 1111677 frame_make_pointer_visible [761]
-----------------------------------------------
0.00 0.00 1/1109459 read_and_apply_settings [585]
0.00 0.00 1109458/1109459 xfont_list_pattern [19]
[762] 0.0 0.00 0.00 1109459 x_catch_errors [762]
-----------------------------------------------
0.00 0.00 4/1041550 x_wait_for_event [532]
0.00 0.00 5/1041550 clear_image_cache [678]
0.00 0.00 7/1041550 Fcurrent_time [530]
0.00 0.00 20/1041550 lookup_image <cycle 4> [495]
0.00 0.00 32/1041550 decode_time_components [955]
0.00 0.00 95/1041550 wait_reading_process_output [44]
0.00 0.00 98/1041550 Fgarbage_collect <cycle 4> [64]
0.00 0.00 510/1041550 start_atimer [383]
0.00 0.00 522/1041550 top_level_1 <cycle 2> [39]
0.00 0.00 860/1041550 timer_check [59]
0.00 0.00 1039397/1041550 do_pending_atimers [55]
[763] 0.0 0.00 0.00 1041550 gettime [763]
-----------------------------------------------
0.00 0.00 2/591680 Fdelete [491]
0.00 0.00 3/591680 merge <cycle 4> [1492]
0.00 0.00 3/591680 Fsort [501]
0.00 0.00 15/591680 Fdelq [1154]
0.00 0.00 31/591680 Fplist_put [261]
0.00 0.00 38/591680 store_frame_param [490]
0.00 0.00 84/591680 display_mode_element <cycle 4> [379]
0.00 0.00 539/591680 exec_byte_code <cycle 4> [73]
0.00 0.00 1990/591680 Fnconc [903]
0.00 0.00 28188/591680 Fframe_parameters [171]
0.00 0.00 560787/591680 Fnreverse [45]
[764] 0.0 0.00 0.00 591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 287410/578461 bidi_cache_find [773]
0.00 0.00 291051/578461 bidi_cache_iterator_state [772]
[765] 0.0 0.00 0.00 578461 bidi_cache_search.constprop.3 [765]
-----------------------------------------------
0.00 0.00 1/465106 Fcopy_keymap [551]
0.00 0.00 5/465106 Fuse_local_map [1426]
0.00 0.00 10/465106 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 12/465106 tool_bar_items <cycle 4> [452]
0.00 0.00 13/465106 parse_single_submenu <cycle 4> [494]
0.00 0.00 16/465106 menu_bar_items <cycle 4> [435]
0.00 0.00 23/465106 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 23/465106 where_is_internal <cycle 4> [157]
0.00 0.00 23/465106 Fdefine_key <cycle 4> [112]
0.00 0.00 26/465106 Fset_keymap_parent [1476]
0.00 0.00 385/465106 Fkeymapp [1093]
0.00 0.00 510/465106 follow_key [1071]
0.00 0.00 725/465106 keymap_parent [1391]
0.00 0.00 1277/465106 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1408/465106 Fkeymap_prompt [1151]
0.00 0.00 1531/465106 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 1554/465106 read_char <cycle 2> [20]
0.00 0.00 2040/465106 keyremap_step.constprop.45 [27]
0.00 0.00 5065/465106 Flookup_key <cycle 4> [891]
0.00 0.00 6230/465106 get_local_map [193]
0.00 0.00 10894/465106 map_keymap <cycle 4> [865]
0.00 0.00 22773/465106 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 45464/465106 map_keymap_internal <cycle 4> [680]
0.00 0.00 365098/465106 access_keymap_1 <cycle 4> [305]
[766] 0.0 0.00 0.00 465106 get_keymap [766]
0.00 0.00 425765/427893 indirect_function [767]
0.00 0.00 5718/49012 Fcar [807]
0.00 0.00 5718/5762 Fnth [842]
-----------------------------------------------
0.00 0.00 2/427893 Fcommandp <cycle 4> [853]
0.00 0.00 71/427893 eval_sub <cycle 4> [176]
0.00 0.00 518/427893 Finteractive_form [1055]
0.00 0.00 1537/427893 Ffuncall <cycle 4> [29]
0.00 0.00 425765/427893 get_keymap [766]
[767] 0.0 0.00 0.00 427893 indirect_function [767]
-----------------------------------------------
0.00 0.00 1/410271 delete_frame <cycle 4> [230]
0.00 0.00 1/410271 x_get_arg [701]
0.00 0.00 1/410271 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 2/410271 x_set_font <cycle 4> [189]
0.00 0.00 2/410271 x_wm_set_size_hint [464]
0.00 0.00 2/410271 Fautoload_do_load <cycle 4> [587]
0.00 0.00 3/410271 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/410271 Fset_buffer <cycle 4> [897]
0.00 0.00 3/410271 merge <cycle 4> [1492]
0.00 0.00 3/410271 Fsort [501]
0.00 0.00 4/410271 frame_inhibit_resize [734]
0.00 0.00 5/410271 message_dolog <cycle 4> [742]
0.00 0.00 8/410271 font_load_for_lface [302]
0.00 0.00 9/410271 fontset_find_font [13]
0.00 0.00 10/410271 Fget_buffer_create <cycle 4> [479]
0.00 0.00 13/410271 parse_single_submenu <cycle 4> [494]
0.00 0.00 14/410271 x_consider_frame_title <cycle 4> [361]
0.00 0.00 26/410271 handle_one_xevent [99]
0.00 0.00 28/410271 font_clear_prop [433]
0.00 0.00 52/410271 Fnew_fontset <cycle 4> [371]
0.00 0.00 112/410271 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 333/410271 Fset_fontset_font <cycle 4> [56]
0.00 0.00 375/410271 FletX <cycle 4> [381]
0.00 0.00 378/410271 Flet <cycle 4> [431]
0.00 0.00 443/410271 apply_lambda <cycle 4> [340]
0.00 0.00 500/410271 Fsetq <cycle 4> [338]
0.00 0.00 576/410271 validate_plist [850]
0.00 0.00 744/410271 read_vector <cycle 5> [366]
0.00 0.00 999/410271 offset_intervals [288]
0.00 0.00 1856/410271 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1856/410271 where_is_internal <cycle 4> [157]
0.00 0.00 2044/410271 add_properties [291]
0.00 0.00 3307/410271 Ffuncall <cycle 4> [29]
0.00 0.00 4311/410271 scan_sexps_forward [34]
0.00 0.00 5121/410271 eval_sub <cycle 4> [176]
0.00 0.00 387126/410271 lookup_char_property [390]
[768] 0.0 0.00 0.00 410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 93/408494 note_mouse_highlight [419]
0.00 0.00 240/408494 handle_invisible_prop [262]
0.00 0.00 1464/408494 face_at_string_position [275]
0.00 0.00 1935/408494 Ffuncall <cycle 4> [29]
0.00 0.00 3255/408494 face_at_buffer_position [232]
0.00 0.00 5182/408494 Fget_pos_property [204]
0.00 0.00 5572/408494 verify_interval_modification [277]
0.00 0.00 9339/408494 Ftext_property_any [323]
0.00 0.00 11412/408494 text_property_stickiness [214]
0.00 0.00 49343/408494 compute_stop_pos [166]
0.00 0.00 140161/408494 Fnext_single_property_change [217]
0.00 0.00 180498/408494 get_char_property_and_overlay [100]
[769] 0.0 0.00 0.00 408494 textget [769]
-----------------------------------------------
0.00 0.00 12460/372448 Fget_pos_property [204]
0.00 0.00 359988/372448 get_char_property_and_overlay [100]
[770] 0.0 0.00 0.00 372448 set_buffer_temp [770]
-----------------------------------------------
994 balance_an_interval [771]
0.00 0.00 4/312932 split_interval_left [117]
0.00 0.00 45/312932 sweep_buffers [868]
0.00 0.00 919/312932 sweep_strings [1241]
0.00 0.00 997/312932 split_interval_right [536]
0.00 0.00 999/312932 graft_intervals_into_buffer [252]
0.00 0.00 7978/312932 offset_intervals [288]
0.00 0.00 45517/312932 balance_intervals_internal [987]
0.00 0.00 256473/312932 balance_possible_root_interval [776]
[771] 0.0 0.00 0.00 312932+994 balance_an_interval [771]
994 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 24/291051 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 143742/291051 bidi_level_of_next_char <cycle 4> [147]
0.00 0.00 147285/291051 bidi_move_to_visually_next <cycle 4> [185]
[772] 0.0 0.00 0.00 291051 bidi_cache_iterator_state [772]
0.00 0.00 291051/578461 bidi_cache_search.constprop.3 [765]
0.00 0.00 147285/147285 bidi_cache_ensure_space [788]
-----------------------------------------------
0.00 0.00 24/287410 bidi_find_bracket_pairs <cycle 4> [177]
0.00 0.00 143693/287410 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 143693/287410 bidi_level_of_next_char <cycle 4> [147]
[773] 0.0 0.00 0.00 287410 bidi_cache_find [773]
0.00 0.00 287410/578461 bidi_cache_search.constprop.3 [765]
-----------------------------------------------
0.00 0.00 45/285588 find_first_strong_char <cycle 4> [487]
0.00 0.00 138306/285588 bidi_resolve_explicit <cycle 4> [95]
0.00 0.00 147237/285588 bidi_resolve_neutral <cycle 4> [148]
[774] 0.0 0.00 0.00 285588 bidi_get_category [774]
-----------------------------------------------
0.00 0.00 7/285196 Fintern_soft [527]
0.00 0.00 560/285196 intern_1 [342]
0.00 0.00 2088/285196 Fintern [286]
0.00 0.00 139943/285196 font_intern_prop [93]
0.00 0.00 142598/285196 oblookup [125]
[775] 0.0 0.00 0.00 285196 check_obarray [775]
-----------------------------------------------
0.00 0.00 4/265452 split_interval_left [117]
0.00 0.00 999/265452 split_interval_right [536]
0.00 0.00 8977/265452 offset_intervals [288]
0.00 0.00 255472/265452 find_interval [87]
[776] 0.0 0.00 0.00 265452 balance_possible_root_interval [776]
0.00 0.00 256473/312932 balance_an_interval [771]
-----------------------------------------------
0.00 0.00 228845/228845 validate_interval_range [778]
[777] 0.0 0.00 0.00 228845 CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
0.00 0.00 1/228845 Fremove_text_properties <cycle 4> [625]
0.00 0.00 2/228845 set_text_properties [558]
0.00 0.00 531/228845 copy_text_properties [1046]
0.00 0.00 934/228845 Ftext_property_any [323]
0.00 0.00 1474/228845 add_text_properties_1 <cycle 4> [104]
0.00 0.00 1486/228845 Fremove_list_of_text_properties [105]
0.00 0.00 3495/228845 compute_stop_pos [166]
0.00 0.00 3928/228845 Fnext_property_change [269]
0.00 0.00 12130/228845 Fnext_single_property_change [217]
0.00 0.00 204864/228845 Ftext_properties_at [97]
[778] 0.0 0.00 0.00 228845 validate_interval_range [778]
0.00 0.00 228845/228845 CHECK_STRING_OR_BUFFER [777]
-----------------------------------------------
0.00 0.00 1/227551 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/227551 Frecursive_edit [2]
0.00 0.00 2/227551 save_menu_items [605]
0.00 0.00 2/227551 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/227551 load_charset <cycle 4> [221]
0.00 0.00 2/227551 directory_files_internal <cycle 4> [254]
0.00 0.00 2/227551 Feval_buffer <cycle 4> [507]
0.00 0.00 3/227551 set_window_buffer <cycle 4> [573]
0.00 0.00 3/227551 Fkill_buffer <cycle 4> [565]
0.00 0.00 3/227551 Fdo_auto_save <cycle 4> [593]
0.00 0.00 3/227551 record_xmalloc [659]
0.00 0.00 4/227551 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/227551 readevalloop <cycle 4> [402]
0.00 0.00 6/227551 show_hourglass <cycle 4> [183]
0.00 0.00 6/227551 Finsert_file_contents <cycle 4> [351]
0.00 0.00 9/227551 wait_reading_process_output [44]
0.00 0.00 12/227551 Fload <cycle 4> [411]
0.00 0.00 13/227551 digest_single_submenu <cycle 4> [448]
0.00 0.00 14/227551 x_consider_frame_title <cycle 4> [361]
0.00 0.00 35/227551 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 44/227551 truncate_undo_list <cycle 4> [1264]
0.00 0.00 48/227551 display_mode_line <cycle 4> [472]
0.00 0.00 49/227551 Fgarbage_collect <cycle 4> [64]
0.00 0.00 53/227551 redisplay_internal [38]
0.00 0.00 510/227551 command_loop_1 <cycle 2> [18]
0.00 0.00 518/227551 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 1000/227551 signal_after_change <cycle 4> [297]
0.00 0.00 1039/227551 code_conversion_save <cycle 4> [376]
0.00 0.00 7556/227551 exec_byte_code <cycle 4> [73]
0.00 0.00 77993/227551 specbind <cycle 4> [128]
0.00 0.00 138614/227551 record_in_backtrace [796]
[779] 0.0 0.00 0.00 227551 grow_specpdl [779]
-----------------------------------------------
0.00 0.00 221062/221062 hash_lookup [25]
[780] 0.0 0.00 0.00 221062 hashfn_eq [780]
-----------------------------------------------
0.00 0.00 31/186535 note_mouse_highlight [419]
0.00 0.00 3255/186535 next_overlay_change [872]
0.00 0.00 3255/186535 face_at_buffer_position [232]
0.00 0.00 179994/186535 get_char_property_and_overlay [100]
[781] 0.0 0.00 0.00 186535 overlays_at [781]
-----------------------------------------------
0.00 0.00 31/186255 note_mouse_highlight [419]
0.00 0.00 6230/186255 Fget_pos_property [204]
0.00 0.00 179994/186255 get_char_property_and_overlay [100]
[782] 0.0 0.00 0.00 186255 sort_overlays [782]
-----------------------------------------------
0.00 0.00 570/183733 Fremove_list_of_text_properties [105]
0.00 0.00 960/183733 Fremove_text_properties <cycle 4> [625]
0.00 0.00 1142/183733 add_text_properties_1 <cycle 4> [104]
0.00 0.00 3574/183733 verify_interval_modification [277]
0.00 0.00 8878/183733 Ftext_property_any [323]
0.00 0.00 9868/183733 compute_stop_pos [166]
0.00 0.00 27869/183733 Fnext_property_change [269]
0.00 0.00 130872/183733 Fnext_single_property_change [217]
[783] 0.0 0.00 0.00 183733 next_interval [783]
-----------------------------------------------
0.00 0.00 335/176439 sweep_buffers [868]
0.00 0.00 176104/176439 sweep_strings [1241]
[784] 0.0 0.00 0.00 176439 balance_intervals [784]
-----------------------------------------------
0.00 0.00 175532/175532 sweep_vectors [91]
[785] 0.0 0.00 0.00 175532 cleanup_vector [785]
-----------------------------------------------
0.00 0.00 268/167471 show_hourglass <cycle 4> [183]
0.00 0.00 1558/167471 back_to_previous_visible_line_start [238]
0.00 0.00 3455/167471 compute_display_string_pos <cycle 4> [263]
0.00 0.00 3592/167471 handle_line_prefix [260]
0.00 0.00 4089/167471 Fconstrain_to_field [253]
0.00 0.00 4125/167471 handle_fontified_prop <cycle 4> [243]
0.00 0.00 5474/167471 x_produce_glyphs [57]
0.00 0.00 6230/167471 get_local_map [193]
0.00 0.00 138680/167471 face_for_char [11]
[786] 0.0 0.00 0.00 167471 Fget_char_property [786]
-----------------------------------------------
0.00 0.00 1/151894 font_match_p [685]
0.00 0.00 6/151894 Finternal_char_font [322]
0.00 0.00 7891/151894 get_glyph_face_and_encoding [620]
0.00 0.00 143996/151894 get_char_glyph_code [793]
[787] 0.0 0.00 0.00 151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 147285/147285 bidi_cache_iterator_state [772]
[788] 0.0 0.00 0.00 147285 bidi_cache_ensure_space [788]
0.00 0.00 1/25 xpalloc [1306]
-----------------------------------------------
24 bidi_find_bracket_pairs <cycle 4> [177]
147237 bidi_resolve_brackets <cycle 4> [790]
[789] 0.0 0.00 0.00 147261 bidi_resolve_weak <cycle 4> [789]
147261 bidi_resolve_explicit <cycle 4> [95]
-----------------------------------------------
147237 bidi_resolve_neutral <cycle 4> [148]
[790] 0.0 0.00 0.00 147237 bidi_resolve_brackets <cycle 4> [790]
0.00 0.00 143693/287410 bidi_cache_find [773]
147237 bidi_resolve_weak <cycle 4> [789]
141235 bidi_find_bracket_pairs <cycle 4> [177]
-----------------------------------------------
45 bidi_fetch_char_skip_isolates <cycle 4> [486]
402 bidi_level_of_next_char <cycle 4> [147]
146478 bidi_resolve_explicit <cycle 4> [95]
[791] 0.0 0.00 0.00 146925 bidi_fetch_char <cycle 4> [791]
3623 compute_display_string_pos <cycle 4> [263]
-----------------------------------------------
0.00 0.00 146332/146332 scan_lists [149]
[792] 0.0 0.00 0.00 146332 syntax_multibyte [792]
-----------------------------------------------
0.00 0.00 143996/143996 x_produce_glyphs [57]
[793] 0.0 0.00 0.00 143996 get_char_glyph_code [793]
0.00 0.00 143996/151894 xftfont_encode_char [787]
-----------------------------------------------
0.00 0.00 922/143520 xpm_alloc_color [412]
0.00 0.00 142598/143520 oblookup [125]
[794] 0.0 0.00 0.00 143520 hash_string [794]
-----------------------------------------------
0.00 0.00 1/138693 font_open_for_lface [397]
0.00 0.00 138692/138693 font_find_for_lface [14]
[795] 0.0 0.00 0.00 138693 build_style_table [795]
-----------------------------------------------
0.00 0.00 47/138614 redisplay_internal [38]
0.00 0.00 49/138614 Fgarbage_collect <cycle 4> [64]
0.00 0.00 5336/138614 eval_sub <cycle 4> [176]
0.00 0.00 133182/138614 Ffuncall <cycle 4> [29]
[796] 0.0 0.00 0.00 138614 record_in_backtrace [796]
0.00 0.00 138614/227551 grow_specpdl [779]
-----------------------------------------------
0.00 0.00 3/124360 Fgenerate_new_buffer_name [1474]
0.00 0.00 70/124360 Fget_buffer [884]
0.00 0.00 1153/124360 exec_byte_code <cycle 4> [73]
0.00 0.00 123134/124360 compile_pattern [156]
[797] 0.0 0.00 0.00 124360 Fstring_equal [797]
-----------------------------------------------
0.00 0.00 1/98231 x_set_screen_gamma [692]
0.00 0.00 1/98231 update_face_from_frame_parameter [688]
0.00 0.00 1/98231 Fcommandp <cycle 4> [853]
0.00 0.00 2/98231 Ffind_operation_coding_system [358]
0.00 0.00 2/98231 Fsignal <cycle 4> [647]
0.00 0.00 2/98231 print_error_message <cycle 4> [1618]
0.00 0.00 4/98231 Fcheck_coding_system [529]
0.00 0.00 5/98231 reset_buffer_local_variables [1374]
0.00 0.00 36/98231 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 37/98231 Fdefalias [224]
0.00 0.00 44/98231 lookup_fringe_bitmap [451]
0.00 0.00 82/98231 Finternal_make_lisp_face [385]
0.00 0.00 84/98231 Fmake_char_table [395]
0.00 0.00 89/98231 Ffuncall <cycle 4> [29]
0.00 0.00 90/98231 update_overlay_arrows <cycle 4> [299]
0.00 0.00 412/98231 display_mode_element <cycle 4> [379]
0.00 0.00 518/98231 Finteractive_form [1055]
0.00 0.00 518/98231 Fcall_interactively <cycle 4> [106]
0.00 0.00 625/98231 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1032/98231 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1321/98231 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1602/98231 exec_byte_code <cycle 4> [73]
0.00 0.00 3188/98231 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/98231 handle_one_xevent [99]
0.00 0.00 4585/98231 resolve_face_name [856]
0.00 0.00 8705/98231 Ffind_file_name_handler [158]
0.00 0.00 9158/98231 parse_modifiers [377]
0.00 0.00 9754/98231 store_symval_forwarding <cycle 4> [802]
0.00 0.00 24913/98231 apply_modifiers [309]
0.00 0.00 28232/98231 lookup_char_property [390]
[798] 0.0 0.00 0.00 98231 Fplist_get [798]
-----------------------------------------------
0.00 0.00 1/74640 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 2/74640 Fkill_local_variable <cycle 4> [741]
0.00 0.00 4/74640 readevalloop <cycle 4> [402]
0.00 0.00 7/74640 make_blv [506]
0.00 0.00 14/74640 Fmake_local_variable <cycle 4> [436]
0.00 0.00 45/74640 update_overlay_arrows <cycle 4> [299]
0.00 0.00 45/74640 Fdefault_boundp [1125]
0.00 0.00 50/74640 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 119/74640 Fdefault_value [874]
0.00 0.00 352/74640 display_line <cycle 4> [184]
0.00 0.00 2563/74640 Fcommandp <cycle 4> [853]
0.00 0.00 5557/74640 set_internal [145]
0.00 0.00 14536/74640 swap_in_symval_forwarding [295]
0.00 0.00 19807/74640 specbind <cycle 4> [128]
0.00 0.00 31538/74640 Fsymbol_value <cycle 4> [806]
[799] 0.0 0.00 0.00 74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/69910 x_set_screen_gamma [692]
0.00 0.00 1/69910 update_face_from_frame_parameter [688]
0.00 0.00 1/69910 Fcommandp <cycle 4> [853]
0.00 0.00 2/69910 Ffind_operation_coding_system [358]
0.00 0.00 2/69910 Fsignal <cycle 4> [647]
0.00 0.00 2/69910 print_error_message <cycle 4> [1618]
0.00 0.00 4/69910 Fcheck_coding_system [529]
0.00 0.00 5/69910 reset_buffer_local_variables [1374]
0.00 0.00 36/69910 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 37/69910 Fdefalias [224]
0.00 0.00 44/69910 lookup_fringe_bitmap [451]
0.00 0.00 82/69910 Finternal_make_lisp_face [385]
0.00 0.00 84/69910 Fmake_char_table [395]
0.00 0.00 90/69910 update_overlay_arrows <cycle 4> [299]
0.00 0.00 412/69910 display_mode_element <cycle 4> [379]
0.00 0.00 518/69910 Finteractive_form [1055]
0.00 0.00 518/69910 Fcall_interactively <cycle 4> [106]
0.00 0.00 625/69910 process_tool_bar_item <cycle 4> [333]
0.00 0.00 1032/69910 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 1321/69910 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1602/69910 exec_byte_code <cycle 4> [73]
0.00 0.00 3188/69910 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/69910 handle_one_xevent [99]
0.00 0.00 4585/69910 resolve_face_name [856]
0.00 0.00 8705/69910 Ffind_file_name_handler [158]
0.00 0.00 9158/69910 parse_modifiers [377]
0.00 0.00 9754/69910 store_symval_forwarding <cycle 4> [802]
0.00 0.00 24913/69910 apply_modifiers [309]
[800] 0.0 0.00 0.00 69910 Fget [800]
-----------------------------------------------
0.00 0.00 37/69654 valid_lisp_object_p [227]
0.00 0.00 1074/69654 lisp_free [967]
0.00 0.00 2473/69654 sweep_vectors [91]
0.00 0.00 6509/69654 lisp_align_free [833]
0.00 0.00 24933/69654 Fgarbage_collect <cycle 4> [64]
0.00 0.00 34628/69654 mark_maybe_object [165]
[801] 0.0 0.00 0.00 69654 mem_find [801]
-----------------------------------------------
1 swap_in_global_binding <cycle 4> [1418]
2 load_charset <cycle 4> [221]
6 Finsert_file_contents <cycle 4> [351]
6 Feval_buffer <cycle 4> [507]
8 set_frame_menubar <cycle 4> [418]
11 funcall_lambda <cycle 4> [314]
12 readevalloop <cycle 4> [402]
14 Fmake_local_variable <cycle 4> [436]
14 Fload <cycle 4> [411]
20 redisplay_window <cycle 4> [410]
30 show_hourglass <cycle 4> [183]
36 eval_sub <cycle 4> [176]
70 with_echo_area_buffer <cycle 4> [405]
97 inhibit_garbage_collection <cycle 4> [111]
120 FletX <cycle 4> [381]
314 menu_item_eval_property <cycle 4> [109]
467 handle_fontified_prop <cycle 4> [243]
612 Feval <cycle 4> [320]
929 safe__call <cycle 4> [301]
1022 prepare_to_modify_buffer_1 <cycle 4> [250]
1022 signal_after_change <cycle 4> [297]
1549 safe_run_hooks <cycle 4> [276]
1792 Fset <cycle 4> [249]
2897 unbind_to <cycle 4> [244]
3057 update_compositions <cycle 4> [154]
11553 exec_byte_code <cycle 4> [73]
14522 find_symbol_value <cycle 4> [298]
16433 Fset_default <cycle 4> [198]
0.00 0.00 1/9783 recursive_edit_1 [3]
0.00 0.01 45/9783 timer_check [59]
0.00 0.01 47/9783 redisplay_internal [38]
[802] 0.0 0.00 0.00 56709 store_symval_forwarding <cycle 4> [802]
0.00 0.00 9754/98231 Fplist_get [798]
0.00 0.00 9754/69910 Fget [800]
0.00 0.00 4877/7242 Ffboundp [831]
0.00 0.00 58/5997 Findirect_function [839]
58 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [156]
[803] 0.0 0.00 0.00 55548 re_set_syntax [803]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [156]
[804] 0.0 0.00 0.00 55548 re_set_whitespace_regexp [804]
-----------------------------------------------
0.00 0.00 5458/50334 re_match_2 [846]
0.00 0.00 44876/50334 re_search_2 [72]
[805] 0.0 0.00 0.00 50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
2 bidi_initialize <cycle 4> [167]
4 Fmake_local_variable <cycle 4> [436]
786 display_mode_element <cycle 4> [379]
2629 eval_sub <cycle 4> [176]
16077 set_buffer_internal_1 <cycle 4> [871]
30046 exec_byte_code <cycle 4> [73]
[806] 0.0 0.00 0.00 49544 Fsymbol_value <cycle 4> [806]
0.00 0.00 31538/74640 do_symval_forwarding [799]
49544 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 1/49012 make_frame <cycle 4> [534]
0.00 0.00 1/49012 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1/49012 print_error_message <cycle 4> [1618]
0.00 0.00 2/49012 Fautoload_do_load <cycle 4> [587]
0.00 0.00 4/49012 Fcar_less_than_car [1506]
0.00 0.00 6/49012 merge <cycle 4> [1492]
0.00 0.00 13/49012 parse_single_submenu <cycle 4> [494]
0.00 0.00 24/49012 face_at_string_position [275]
0.00 0.00 24/49012 Fnext_single_property_change [217]
0.00 0.00 37/49012 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 44/49012 lookup_fringe_bitmap [451]
0.00 0.00 52/49012 Fnew_fontset <cycle 4> [371]
0.00 0.00 55/49012 Fif <cycle 4> [1145]
0.00 0.00 64/49012 Fcond <cycle 4> [1316]
0.00 0.00 70/49012 Fget_buffer [884]
0.00 0.00 82/49012 Ffuncall <cycle 4> [29]
0.00 0.00 137/49012 Fdefvar <cycle 4> [454]
0.00 0.00 250/49012 FletX <cycle 4> [381]
0.00 0.00 252/49012 Flet <cycle 4> [431]
0.00 0.00 333/49012 Fset_fontset_font <cycle 4> [56]
0.00 0.00 443/49012 apply_lambda <cycle 4> [340]
0.00 0.00 462/49012 readevalloop <cycle 4> [402]
0.00 0.00 500/49012 Fsetq <cycle 4> [338]
0.00 0.00 518/49012 Fcall_interactively <cycle 4> [106]
0.00 0.00 744/49012 read_vector <cycle 5> [366]
0.00 0.00 861/49012 process_tool_bar_item <cycle 4> [333]
0.00 0.00 999/49012 offset_intervals [288]
0.00 0.00 1180/49012 validate_plist [850]
0.00 0.00 1856/49012 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 1856/49012 where_is_internal <cycle 4> [157]
0.00 0.00 2191/49012 add_properties [291]
0.00 0.00 3353/49012 scan_sexps_forward [34]
0.00 0.00 3660/49012 get_char_property_and_overlay [100]
0.00 0.00 5042/49012 eval_sub <cycle 4> [176]
0.00 0.00 5718/49012 get_keymap [766]
0.00 0.00 8379/49012 Ftext_property_any [323]
0.00 0.00 9798/49012 compute_stop_pos [166]
[807] 0.0 0.00 0.00 49012 Fcar [807]
-----------------------------------------------
0.00 0.00 46481/46481 traverse_intervals_noorder <cycle 4> [989]
[808] 0.0 0.00 0.00 46481 mark_interval [808]
-----------------------------------------------
0.00 0.00 1/41387 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/41387 make_frame <cycle 4> [534]
0.00 0.00 2/41387 eval_sub <cycle 4> [176]
0.00 0.00 3/41387 set_window_buffer <cycle 4> [573]
0.00 0.00 3/41387 decode_coding_gap <cycle 4> [603]
0.00 0.00 3/41387 Finsert_file_contents <cycle 4> [351]
0.00 0.00 44/41387 truncate_undo_list <cycle 4> [1264]
0.00 0.00 89/41387 let_shadows_buffer_binding_p [1174]
0.00 0.00 556/41387 find_automatic_composition [293]
0.00 0.00 1039/41387 code_conversion_save <cycle 4> [376]
0.00 0.00 1486/41387 save_excursion_save [581]
0.00 0.00 3699/41387 exec_byte_code <cycle 4> [73]
0.00 0.00 14649/41387 swap_in_symval_forwarding [295]
0.00 0.00 19812/41387 specbind <cycle 4> [128]
[809] 0.0 0.00 0.00 41387 Fcurrent_buffer [809]
-----------------------------------------------
0.00 0.00 1/31663 print_string <cycle 4> [1620]
0.00 0.00 170/31663 string_to_multibyte [658]
0.00 0.00 500/31663 insert_from_string_1 <cycle 4> [240]
0.00 0.00 30992/31663 concat [103]
[810] 0.0 0.00 0.00 31663 count_size_as_multibyte [810]
-----------------------------------------------
0.00 0.00 4/29246 make_buffer_string_both [306]
0.00 0.00 29242/29246 concat [103]
[811] 0.0 0.00 0.00 29246 make_uninit_string [811]
-----------------------------------------------
0.00 0.00 999/28807 offset_intervals [288]
0.00 0.00 27808/28807 Fnext_property_change [269]
[812] 0.0 0.00 0.00 28807 intervals_equal [812]
-----------------------------------------------
146 analyze_first [813]
0.00 0.00 24/27792 re_compile_pattern [270]
0.00 0.00 27768/27792 re_compile_fastmap [814]
[813] 0.0 0.00 0.00 27792+146 analyze_first [813]
146 analyze_first [813]
-----------------------------------------------
0.00 0.00 27768/27768 re_search_2 [72]
[814] 0.0 0.00 0.00 27768 re_compile_fastmap [814]
0.00 0.00 27768/27792 analyze_first [813]
-----------------------------------------------
0.00 0.00 523/27343 arithcompare_driver [1050]
0.00 0.00 26820/27343 exec_byte_code <cycle 4> [73]
[815] 0.0 0.00 0.00 27343 arithcompare [815]
-----------------------------------------------
0.00 0.00 25395/25395 mark_vectorlike <cycle 4> [127]
[816] 0.0 0.00 0.00 25395 mark_save_value [816]
-----------------------------------------------
0.00 0.00 2823/18301 Ffuncall <cycle 4> [29]
0.00 0.00 15478/18301 exec_byte_code <cycle 4> [73]
[817] 0.0 0.00 0.00 18301 arith_driver [817]
-----------------------------------------------
0.00 0.00 1/14391 make_frame <cycle 4> [534]
0.00 0.00 1/14391 read_char <cycle 2> [20]
0.00 0.00 1/14391 Fdefine_key <cycle 4> [112]
0.00 0.00 2/14391 init_kboard [655]
0.00 0.00 2/14391 font_update_drivers [568]
0.00 0.00 3/14391 font_registry_charsets [31]
0.00 0.00 5/14391 Fget_buffer_create <cycle 4> [479]
0.00 0.00 10/14391 Fcopy_keymap [551]
0.00 0.00 10/14391 lookup_image <cycle 4> [495]
0.00 0.00 16/14391 Ffuncall <cycle 4> [29]
0.00 0.00 18/14391 process_tool_bar_item <cycle 4> [333]
0.00 0.00 23/14391 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 35/14391 openp <cycle 4> [220]
0.00 0.00 61/14391 menu_bar_item <cycle 4> [467]
0.00 0.00 852/14391 Fset_fontset_font <cycle 4> [56]
0.00 0.00 1019/14391 update_compositions <cycle 4> [154]
0.00 0.00 1582/14391 read_list <cycle 5> [357]
0.00 0.00 1785/14391 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 3100/14391 Fcurrent_active_maps <cycle 4> [192]
0.00 0.00 5865/14391 exec_byte_code <cycle 4> [73]
[818] 0.0 0.00 0.00 14391 list1 [818]
-----------------------------------------------
0.00 0.00 14382/14382 sweep_weak_table <cycle 4> [1009]
[819] 0.0 0.00 0.00 14382 survives_gc_p [819]
-----------------------------------------------
0.00 0.00 12624/12624 set_point_both [206]
[820] 0.0 0.00 0.00 12624 previous_interval [820]
-----------------------------------------------
0.00 0.00 23/11766 Fdefine_key <cycle 4> [112]
0.00 0.00 192/11766 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 261/11766 Fwhere_is_internal <cycle 4> [326]
0.00 0.00 347/11766 access_keymap_1 <cycle 4> [305]
0.00 0.00 456/11766 boyer_moore [748]
0.00 0.00 462/11766 preferred_sequence_p [367]
0.00 0.00 703/11766 search_buffer [181]
0.00 0.00 1833/11766 Faccessible_keymaps <cycle 4> [283]
0.00 0.00 2046/11766 where_is_internal <cycle 4> [157]
0.00 0.00 2549/11766 exec_byte_code <cycle 4> [73]
0.00 0.00 2894/11766 Flookup_key <cycle 4> [891]
[821] 0.0 0.00 0.00 11766 Faref [821]
0.00 0.00 8/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 1/10850 unwind_create_frame [1632]
0.00 0.00 1/10850 x_set_tool_bar_position [638]
0.00 0.00 1/10850 print_error_message <cycle 4> [1618]
0.00 0.00 2/10850 next_window [728]
0.00 0.00 2/10850 record_buffer [654]
0.00 0.00 2/10850 Fsignal <cycle 4> [647]
0.00 0.00 2/10850 Fprovide [583]
0.00 0.00 4/10850 redisplay_window <cycle 4> [410]
0.00 0.00 10/10850 eval_sub <cycle 4> [176]
0.00 0.00 10/10850 Ffeaturep [139]
0.00 0.00 70/10850 menu_bar_item <cycle 4> [467]
0.00 0.00 158/10850 where_is_internal <cycle 4> [157]
0.00 0.00 171/10850 Fset_fontset_font <cycle 4> [56]
0.00 0.00 188/10850 Ffind_file_name_handler [158]
0.00 0.00 278/10850 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 573/10850 window_list_1 [344]
0.00 0.00 666/10850 Fset_charset_priority [444]
0.00 0.00 8711/10850 exec_byte_code <cycle 4> [73]
[822] 0.0 0.00 0.00 10850 Fmemq [822]
-----------------------------------------------
0.00 0.00 3/10056 sweep_buffers [868]
0.00 0.00 37/10056 sweep_misc [1240]
0.00 0.00 997/10056 sweep_strings [1241]
0.00 0.00 2510/10056 sweep_vectors [91]
0.00 0.00 6509/10056 lisp_align_free [833]
[823] 0.0 0.00 0.00 10056 mem_delete [823]
0.00 0.00 1333/5100 mem_rotate_right [848]
0.00 0.00 952/5019 mem_rotate_left [849]
-----------------------------------------------
0.00 0.00 268/9334 show_hourglass <cycle 4> [183]
0.00 0.00 3592/9334 handle_line_prefix [260]
0.00 0.00 5474/9334 x_produce_glyphs [57]
[824] 0.0 0.00 0.00 9334 get_it_property [824]
-----------------------------------------------
0.00 0.00 1/9070 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1/9070 delete_frame <cycle 4> [230]
0.00 0.00 515/9070 Fborder_width [1059]
0.00 0.00 587/9070 Fframe_char_width [1029]
0.00 0.00 1623/9070 Fframe_char_height [927]
0.00 0.00 3135/9070 Fframe_parameters [171]
0.00 0.00 3208/9070 Fframe_parameter [172]
[825] 0.0 0.00 0.00 9070 decode_any_frame [825]
-----------------------------------------------
9002 mark_object <cycle 4> [46]
[826] 0.0 0.00 0.00 9002 mark_compiled <cycle 4> [826]
34730 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/8883 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 8/8883 pos_visible_p <cycle 4> [1462]
0.00 0.00 510/8883 Fvertical_motion <cycle 4> [209]
0.00 0.00 511/8883 move_it_to <cycle 4> [213]
0.00 0.00 1020/8883 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 1091/8883 init_iterator <cycle 4> [163]
0.00 0.00 2626/8883 reseat_1 <cycle 4> [889]
0.00 0.00 3116/8883 back_to_previous_visible_line_start [238]
[827] 0.0 0.00 0.00 8883 bidi_unshelve_cache [827]
-----------------------------------------------
0.00 0.00 1/8775 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/8775 Frecursive_edit [2]
0.00 0.00 2/8775 save_menu_items [605]
0.00 0.00 2/8775 set_frame_menubar <cycle 4> [418]
0.00 0.00 2/8775 Fautoload_do_load <cycle 4> [587]
0.00 0.00 2/8775 Feval_buffer <cycle 4> [507]
0.00 0.00 3/8775 set_window_buffer <cycle 4> [573]
0.00 0.00 3/8775 Fkill_buffer <cycle 4> [565]
0.00 0.00 3/8775 Finsert_file_contents <cycle 4> [351]
0.00 0.00 6/8775 show_hourglass <cycle 4> [183]
0.00 0.00 6/8775 redisplay_internal [38]
0.00 0.00 8/8775 Fload <cycle 4> [411]
0.00 0.00 14/8775 x_consider_frame_title <cycle 4> [361]
0.00 0.00 35/8775 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 44/8775 truncate_undo_list <cycle 4> [1264]
0.00 0.00 48/8775 display_mode_line <cycle 4> [472]
0.00 0.00 1039/8775 code_conversion_save <cycle 4> [376]
0.00 0.00 7556/8775 exec_byte_code <cycle 4> [73]
[828] 0.0 0.00 0.00 8775 record_unwind_protect [828]
-----------------------------------------------
0.00 0.00 1041/8148 region_cache_forward [973]
0.00 0.00 3075/8148 region_cache_backward [881]
0.00 0.00 4032/8148 delete_cache_boundaries [837]
[829] 0.0 0.00 0.00 8148 find_cache_boundary [829]
-----------------------------------------------
7309 mark_object <cycle 4> [46]
[830] 0.0 0.00 0.00 7309 mark_localized_symbol <cycle 4> [830]
14618 mark_object <cycle 4> [46]
139 traverse_intervals_noorder <cycle 4> [989]
58 mark_buffer <cycle 4> [1090]
45 mark_vectorlike <cycle 4> [127]
1 swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
0.00 0.00 2/7242 Fload <cycle 4> [411]
0.00 0.00 3/7242 Finsert_file_contents <cycle 4> [351]
0.00 0.00 8/7242 readevalloop <cycle 4> [402]
0.00 0.00 9/7242 eval_sub <cycle 4> [176]
0.00 0.00 10/7242 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 14/7242 Ffunctionp [859]
0.00 0.00 26/7242 Fsubstitute_in_file_name <cycle 4> [312]
0.00 0.00 253/7242 Ffuncall <cycle 4> [29]
0.00 0.00 2040/7242 keyremap_step.constprop.45 [27]
0.00 0.00 4877/7242 store_symval_forwarding <cycle 4> [802]
[831] 0.0 0.00 0.00 7242 Ffboundp [831]
-----------------------------------------------
0.00 0.00 141/6814 font_list_entities [16]
0.00 0.00 1090/6814 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1214/6814 fontset_add [75]
0.00 0.00 1785/6814 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 2584/6814 Ffuncall <cycle 4> [29]
[832] 0.0 0.00 0.00 6814 Fvconcat [832]
-----------------------------------------------
0.00 0.00 6509/6509 sweep_conses [131]
[833] 0.0 0.00 0.00 6509 lisp_align_free [833]
0.00 0.00 6509/10056 mem_delete [823]
0.00 0.00 6509/69654 mem_find [801]
-----------------------------------------------
0.00 0.00 2760/6322 bidi_move_to_visually_next <cycle 4> [185]
0.00 0.00 3562/6322 bidi_paragraph_init <cycle 4> [485]
[834] 0.0 0.00 0.00 6322 bidi_line_init [834]
-----------------------------------------------
0.00 0.00 6230/6230 Fget_pos_property [204]
[835] 0.0 0.00 0.00 6230 overlays_around [835]
-----------------------------------------------
0.00 0.00 1086/6187 Ffuncall <cycle 4> [29]
0.00 0.00 5101/6187 exec_byte_code <cycle 4> [73]
[836] 0.0 0.00 0.00 6187 Fplus [836]
-----------------------------------------------
2518 delete_cache_boundaries [837]
0.00 0.00 510/6164 find_newline [630]
0.00 0.00 555/6164 know_region_cache [1037]
0.00 0.00 983/6164 invalidate_region_cache [983]
0.00 0.00 1041/6164 region_cache_forward [973]
0.00 0.00 3075/6164 region_cache_backward [881]
[837] 0.0 0.00 0.00 6164+2518 delete_cache_boundaries [837]
0.00 0.00 4032/8148 find_cache_boundary [829]
0.00 0.00 2021/2021 move_cache_gap [911]
2518 delete_cache_boundaries [837]
-----------------------------------------------
0.00 0.00 4/6062 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 70/6062 window_box_right_offset [1190]
0.00 0.00 86/6062 hscroll_window_tree [498]
0.00 0.00 223/6062 window_box_right [1124]
0.00 0.00 226/6062 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 277/6062 draw_glyphs <cycle 4> [35]
0.00 0.00 330/6062 coordinates_in_window [1164]
0.00 0.00 409/6062 get_glyph_string_clip_rects [1032]
0.00 0.00 500/6062 window_box <cycle 4> [1048]
0.00 0.00 1705/6062 window_box_left_offset [901]
0.00 0.00 2232/6062 init_iterator <cycle 4> [163]
[838] 0.0 0.00 0.00 6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 2/5997 Fautoload_do_load <cycle 4> [587]
0.00 0.00 58/5997 store_symval_forwarding <cycle 4> [802]
0.00 0.00 1601/5997 Ffuncall <cycle 4> [29]
0.00 0.00 4336/5997 get_backtrace_frame [966]
[839] 0.0 0.00 0.00 5997 Findirect_function [839]
-----------------------------------------------
0.00 0.00 5/5857 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 33/5857 Ffuncall <cycle 4> [29]
0.00 0.00 2902/5857 unbind_to <cycle 4> [244]
0.00 0.00 2917/5857 specbind <cycle 4> [128]
[840] 0.0 0.00 0.00 5857 Flocal_variable_p [840]
0.00 0.00 1/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 3/5810 display_mode_element <cycle 4> [379]
0.00 0.00 3/5810 Fsort [501]
0.00 0.00 42/5810 exec_byte_code <cycle 4> [73]
0.00 0.00 5762/5810 Fnth [842]
[841] 0.0 0.00 0.00 5810 Fnthcdr [841]
-----------------------------------------------
0.00 0.00 44/5762 lookup_fringe_bitmap [451]
0.00 0.00 5718/5762 get_keymap [766]
[842] 0.0 0.00 0.00 5762 Fnth [842]
0.00 0.00 5762/5810 Fnthcdr [841]
-----------------------------------------------
0.00 0.00 2/5577 internal_catch [6]
0.00 0.00 2/5577 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 3/5577 internal_condition_case <cycle 2> [215]
0.00 0.00 366/5577 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 2304/5577 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2900/5577 exec_byte_code <cycle 4> [73]
[843] 0.0 0.00 0.00 5577 push_handler [843]
0.00 0.00 5577/5577 push_handler_nosignal [844]
-----------------------------------------------
0.00 0.00 5577/5577 push_handler [843]
[844] 0.0 0.00 0.00 5577 push_handler_nosignal [844]
-----------------------------------------------
0.00 0.00 5469/5469 compile_pattern [156]
[845] 0.0 0.00 0.00 5469 re_set_registers [845]
-----------------------------------------------
0.00 0.00 4/5458 looking_at_1 [468]
0.00 0.00 5454/5458 fast_looking_at [186]
[846] 0.0 0.00 0.00 5458 re_match_2 [846]
0.00 0.00 5458/50334 SETUP_SYNTAX_TABLE_FOR_OBJECT [805]
-----------------------------------------------
0.00 0.00 1/5391 Fposn_at_x_y [1573]
0.00 0.00 3/5391 Fwindow_prev_buffers [1483]
0.00 0.00 3/5391 Fset_window_prev_buffers [1479]
0.00 0.00 3/5391 Fwindow_next_buffers [1482]
0.00 0.00 3/5391 Fset_window_next_buffers [1478]
0.00 0.00 3/5391 set_window_buffer <cycle 4> [573]
0.00 0.00 4/5391 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 26/5391 Fwindow_right_divider_width [1300]
0.00 0.00 52/5391 Fwindow_bottom_divider_width [1298]
0.00 0.00 78/5391 Fwindow_scroll_bar_height [1301]
0.00 0.00 86/5391 Fwindow_point [1176]
0.00 0.00 86/5391 Fwindow_old_point [1175]
0.00 0.00 104/5391 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 149/5391 Fwindow_scroll_bar_width [1302]
0.00 0.00 515/5391 Fwindow_body_height [1060]
0.00 0.00 515/5391 Fwindow_body_width [1061]
0.00 0.00 541/5391 Fwindow_margins [1043]
0.00 0.00 541/5391 Fwindow_fringes [1041]
0.00 0.00 566/5391 decode_next_window_args [1030]
0.00 0.00 1030/5391 Fwindow_scroll_bars [319]
0.00 0.00 1082/5391 Fwindow_header_line_height [1042]
[847] 0.0 0.00 0.00 5391 set_window_margins [847]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 1333/5100 mem_delete [823]
0.00 0.00 3767/5100 mem_insert [310]
[848] 0.0 0.00 0.00 5100 mem_rotate_right [848]
-----------------------------------------------
0.00 0.00 952/5019 mem_delete [823]
0.00 0.00 4067/5019 mem_insert [310]
[849] 0.0 0.00 0.00 5019 mem_rotate_left [849]
-----------------------------------------------
0.00 0.00 2/5001 Fremove_text_properties <cycle 4> [625]
0.00 0.00 3/5001 set_text_properties [558]
0.00 0.00 4996/5001 add_text_properties_1 <cycle 4> [104]
[850] 0.0 0.00 0.00 5001 validate_plist [850]
0.00 0.00 1180/49012 Fcar [807]
0.00 0.00 576/410271 Fcdr [768]
-----------------------------------------------
0.00 0.00 4873/4873 exec_byte_code <cycle 4> [73]
[851] 0.0 0.00 0.00 4873 Fmin [851]
-----------------------------------------------
0.00 0.00 516/4865 skip_syntaxes [349]
0.00 0.00 1443/4865 Fbackward_prefix_chars [287]
0.00 0.00 1450/4865 scan_sexps_forward [34]
0.00 0.00 1456/4865 scan_lists [149]
[852] 0.0 0.00 0.00 4865 SETUP_SYNTAX_TABLE [852]
-----------------------------------------------
4 Frun_hook_with_args_until_failure <cycle 4> [1449]
6 run_hook <cycle 4> [1416]
69 Frun_hooks <cycle 4> [1260]
1000 signal_after_change <cycle 4> [297]
1548 safe_run_hooks <cycle 4> [276]
2072 Ffuncall <cycle 4> [29]
[853] 0.0 0.00 0.00 4699 Fcommandp <cycle 4> [853]
0.00 0.00 2563/74640 do_symval_forwarding [799]
0.00 0.00 2001/3215 Fdefault_value [874]
0.00 0.00 2/427893 indirect_function [767]
0.00 0.00 1/98231 Fplist_get [798]
0.00 0.00 1/69910 Fget [800]
0.00 0.00 1/139 Fsymbol_function [1149]
4697 find_symbol_value <cycle 4> [298]
2076 funcall_nil <cycle 4> [908]
1544 safe_run_hook_funcall <cycle 4> [933]
542 Ffuncall <cycle 4> [29]
467 run_hook_wrapped_funcall <cycle 4> [1084]
1 funcall_not <cycle 4> [1605]
-----------------------------------------------
5 run_funs <cycle 4> [1437]
510 Fcall_interactively <cycle 4> [106]
1000 prepare_to_modify_buffer_1 <cycle 4> [250]
1544 internal_condition_case_n <cycle 4> [896]
0.01 0.13 510/9783 command_loop_1 <cycle 2> [18]
0.01 0.13 518/9783 read_char <cycle 2> [20]
0.01 0.14 522/9783 top_level_1 <cycle 2> [39]
[854] 0.0 0.00 0.00 4609 call0 <cycle 4> [854]
4609 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 4598/4598 hash_lookup [25]
[855] 0.0 0.00 0.00 4598 hashfn_eql [855]
-----------------------------------------------
0.00 0.00 1321/4585 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 1502/4585 get_lface_attributes [355]
0.00 0.00 1762/4585 lface_from_face_name [921]
[856] 0.0 0.00 0.00 4585 resolve_face_name [856]
0.00 0.00 4585/98231 Fplist_get [798]
0.00 0.00 4585/69910 Fget [800]
-----------------------------------------------
552 display_string <cycle 4> [210]
1091 init_iterator <cycle 4> [163]
2626 reseat_1 <cycle 4> [889]
[857] 0.0 0.00 0.00 4269 bidi_init_it <cycle 4> [857]
1 bidi_initialize <cycle 4> [167]
-----------------------------------------------
0.00 0.00 4/4179 Fset_match_data [315]
0.00 0.00 12/4179 delete_all_child_windows [1521]
0.00 0.00 15/4179 message_dolog <cycle 4> [742]
0.00 0.00 15/4179 set_marker_restricted_both [1345]
0.00 0.00 190/4179 set_marker_both [1108]
0.00 0.00 484/4179 set_marker_internal [747]
0.00 0.00 1486/4179 save_excursion_restore <cycle 4> [303]
0.00 0.00 1973/4179 sweep_misc [1240]
[858] 0.0 0.00 0.00 4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 49/3900 Ffuncall <cycle 4> [29]
0.00 0.00 3851/3900 exec_byte_code <cycle 4> [73]
[859] 0.0 0.00 0.00 3900 Ffunctionp [859]
0.00 0.00 14/7242 Ffboundp [831]
-----------------------------------------------
3851 unbind_to <cycle 4> [244]
[860] 0.0 0.00 0.00 3851 bcall0 <cycle 4> [860]
3851 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/3768 decide_coding_unwind [1485]
0.00 0.00 352/3768 display_line <cycle 4> [184]
0.00 0.00 729/3768 del_range_2 [332]
0.00 0.00 2684/3768 move_it_to <cycle 4> [213]
[861] 0.0 0.00 0.00 3768 recenter_overlay_lists [861]
-----------------------------------------------
0.00 0.00 1476/3680 save_restriction_restore [942]
0.00 0.00 2204/3680 Fwiden [900]
[862] 0.0 0.00 0.00 3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1/3667 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 3/3667 move_it_in_display_line_to <cycle 4> [58]
0.00 0.00 8/3667 pos_visible_p <cycle 4> [1462]
0.00 0.00 510/3667 Fvertical_motion <cycle 4> [209]
0.00 0.00 567/3667 move_it_to <cycle 4> [213]
0.00 0.00 1020/3667 move_it_vertically_backward <cycle 4> [292]
0.00 0.00 1558/3667 back_to_previous_visible_line_start [238]
[863] 0.0 0.00 0.00 3667 bidi_shelve_cache [863]
-----------------------------------------------
264 next_element_from_string <cycle 4> [219]
288 next_element_from_c_string <cycle 4> [930]
3114 next_element_from_buffer <cycle 4> [161]
[864] 0.0 0.00 0.00 3666 get_visually_first_element <cycle 4> [864]
3544 bidi_paragraph_init <cycle 4> [485]
3544 bidi_move_to_visually_next <cycle 4> [185]
-----------------------------------------------
6 tool_bar_items <cycle 4> [452]
122 Fmap_keymap <cycle 4> [1157]
1682 where_is_internal <cycle 4> [157]
1820 Faccessible_keymaps <cycle 4> [283]
[865] 0.0 0.00 0.00 3630 map_keymap <cycle 4> [865]
0.00 0.00 10894/465106 get_keymap [766]
3634 map_keymap_internal <cycle 4> [680]
-----------------------------------------------
0.00 0.00 3497/3497 exec_byte_code <cycle 4> [73]
[866] 0.0 0.00 0.00 3497 Fmax [866]
-----------------------------------------------
0.00 0.00 219/3434 Fdefault_boundp [1125]
0.00 0.00 3215/3434 Fdefault_value [874]
[867] 0.0 0.00 0.00 3434 default_value [867]
0.00 0.00 2/6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 6/3408 valid_lisp_object_p [227]
0.00 0.00 196/3408 Fgarbage_collect <cycle 4> [64]
0.00 0.00 3206/3408 mark_maybe_object [165]
[868] 0.0 0.00 0.00 3408 sweep_buffers [868]
0.00 0.00 335/176439 balance_intervals [784]
0.00 0.00 45/312932 balance_an_interval [771]
0.00 0.00 45/964 balance_intervals_internal [987]
0.00 0.00 3/10056 mem_delete [823]
0.00 0.00 3/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 70/3325 next_element_from_buffer <cycle 4> [161]
0.00 0.00 3255/3325 handle_stop <cycle 4> [160]
[869] 0.0 0.00 0.00 3325 get_overlay_strings_1 [869]
0.00 0.00 3325/3325 load_overlay_strings [870]
-----------------------------------------------
0.00 0.00 3325/3325 get_overlay_strings_1 [869]
[870] 0.0 0.00 0.00 3325 load_overlay_strings [870]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 setup_echo_area_for_printing <cycle 4> [1466]
2 Fkill_buffer <cycle 4> [565]
4 redisplay_mode_lines <cycle 4> [1622]
4 set_frame_menubar <cycle 4> [418]
5 message_dolog <cycle 4> [742]
8 resize_mini_window <cycle 4> [339]
14 unwind_format_mode_line <cycle 4> [1275]
14 x_consider_frame_title <cycle 4> [361]
24 show_hourglass <cycle 4> [183]
35 unwind_with_echo_area_buffer <cycle 4> [1282]
35 with_echo_area_buffer <cycle 4> [405]
49 redisplay_window <cycle 4> [410]
93 Fset_buffer <cycle 4> [897]
727 decode_coding <cycle 4> [547]
803 unbind_to <cycle 4> [244]
1454 code_conversion_save <cycle 4> [376]
[871] 0.0 0.00 0.00 3275 set_buffer_internal_1 <cycle 4> [871]
0.00 0.00 3168/3168 record_buffer_markers [879]
0.00 0.00 3168/3168 fetch_buffer_markers [878]
16077 Fsymbol_value <cycle 4> [806]
-----------------------------------------------
0.00 0.00 3255/3255 compute_stop_pos [166]
[872] 0.0 0.00 0.00 3255 next_overlay_change [872]
0.00 0.00 3255/186535 overlays_at [781]
-----------------------------------------------
0.00 0.00 5/3229 message_dolog <cycle 4> [742]
0.00 0.00 3224/3229 prepare_to_modify_buffer_1 <cycle 4> [250]
[873] 0.0 0.00 0.00 3229 bset_redisplay [873]
-----------------------------------------------
0.00 0.00 8/3215 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 38/3215 eval_sub <cycle 4> [176]
0.00 0.00 86/3215 Fbuffer_local_value [1173]
0.00 0.00 1082/3215 Ffuncall <cycle 4> [29]
0.00 0.00 2001/3215 Fcommandp <cycle 4> [853]
[874] 0.0 0.00 0.00 3215 Fdefault_value [874]
0.00 0.00 3215/3434 default_value [867]
0.00 0.00 119/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 3200/3200 re_compile_pattern [270]
[875] 0.0 0.00 0.00 3200 re_iswctype [875]
-----------------------------------------------
0.00 0.00 3195/3195 Fnext_single_char_property_change <cycle 4> [233]
[876] 0.0 0.00 0.00 3195 Fnext_char_property_change [876]
0.00 0.00 3195/3195 Fnext_overlay_change [877]
-----------------------------------------------
0.00 0.00 3195/3195 Fnext_char_property_change [876]
[877] 0.0 0.00 0.00 3195 Fnext_overlay_change [877]
-----------------------------------------------
0.00 0.00 3168/3168 set_buffer_internal_1 <cycle 4> [871]
[878] 0.0 0.00 0.00 3168 fetch_buffer_markers [878]
-----------------------------------------------
0.00 0.00 3168/3168 set_buffer_internal_1 <cycle 4> [871]
[879] 0.0 0.00 0.00 3168 record_buffer_markers [879]
-----------------------------------------------
6 tool_bar_items <cycle 4> [452]
9 menu_bar_items <cycle 4> [435]
3100 Fcurrent_active_maps <cycle 4> [192]
[880] 0.0 0.00 0.00 3115 current_minor_maps <cycle 4> [880]
3115 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 3075/3075 find_newline [630]
[881] 0.0 0.00 0.00 3075 region_cache_backward [881]
0.00 0.00 3075/6164 delete_cache_boundaries [837]
0.00 0.00 3075/8148 find_cache_boundary [829]
-----------------------------------------------
0.00 0.00 5/3039 Fcopy_marker [729]
0.00 0.00 15/3039 set_marker_restricted_both [1345]
0.00 0.00 283/3039 set_marker_both [1108]
0.00 0.00 572/3039 set_marker_internal [747]
0.00 0.00 678/3039 Fmarker_position [1018]
0.00 0.00 1486/3039 Fmarker_buffer [939]
[882] 0.0 0.00 0.00 3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 961/2998 remove_properties [990]
0.00 0.00 2037/2998 add_properties [291]
[883] 0.0 0.00 0.00 2998 record_property_change [883]
-----------------------------------------------
0.00 0.00 2/2843 Ffuncall <cycle 4> [29]
0.00 0.00 2/2843 Feval_buffer <cycle 4> [507]
0.00 0.00 3/2843 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/2843 Fkill_buffer <cycle 4> [565]
0.00 0.00 5/2843 message_dolog <cycle 4> [742]
0.00 0.00 5/2843 make_process [1435]
0.00 0.00 10/2843 Fget_buffer_create <cycle 4> [479]
0.00 0.00 559/2843 Fget_buffer_window [1033]
0.00 0.00 2254/2843 Fset_buffer <cycle 4> [897]
[884] 0.0 0.00 0.00 2843 Fget_buffer [884]
0.00 0.00 70/49012 Fcar [807]
0.00 0.00 70/124360 Fstring_equal [797]
-----------------------------------------------
2736 reseat_at_next_visible_line_start <cycle 4> [886]
[885] 0.0 0.00 0.00 2736 forward_to_next_line_start <cycle 4> [885]
2736 set_iterator_to_next <cycle 4> [124]
-----------------------------------------------
134 display_line <cycle 4> [184]
2602 move_it_to <cycle 4> [213]
[886] 0.0 0.00 0.00 2736 reseat_at_next_visible_line_start <cycle 4> [886]
2736 forward_to_next_line_start <cycle 4> [885]
-----------------------------------------------
0.00 0.00 11/2682 re_match_2_internal [83]
0.00 0.00 2671/2682 re_compile_pattern [270]
[887] 0.0 0.00 0.00 2682 skip_one_char [887]
-----------------------------------------------
0.00 0.00 1/2666 fontset_from_font <cycle 4> [343]
0.00 0.00 2/2666 exec_byte_code <cycle 4> [73]
0.00 0.00 2/2666 Fnew_fontset <cycle 4> [371]
0.00 0.00 118/2666 font_prop_validate_symbol [391]
0.00 0.00 140/2666 ftfont_list [211]
0.00 0.00 686/2666 font_parse_family_registry [321]
0.00 0.00 822/2666 Fset_fontset_font <cycle 4> [56]
0.00 0.00 895/2666 fs_query_fontset [324]
[888] 0.0 0.00 0.00 2666 Fdowncase [888]
-----------------------------------------------
510 move_it_vertically_backward <cycle 4> [292]
2127 reseat <cycle 4> [375]
[889] 0.0 0.00 0.00 2637 reseat_1 <cycle 4> [889]
0.00 0.00 2626/8883 bidi_unshelve_cache [827]
2626 bidi_init_it <cycle 4> [857]
-----------------------------------------------
0.00 0.00 39/2621 read1 <cycle 5> [300]
0.00 0.00 2582/2621 Fmake_byte_code [248]
[890] 0.0 0.00 0.00 2621 make_byte_code [890]
-----------------------------------------------
45 Ffuncall <cycle 4> [29]
499 shadow_lookup <cycle 4> [459]
2062 Fkey_binding <cycle 4> [352]
[891] 0.0 0.00 0.00 2606 Flookup_key <cycle 4> [891]
0.00 0.00 5065/465106 get_keymap [766]
0.00 0.00 2894/11766 Faref [821]
2894 access_keymap_1 <cycle 4> [305]
2311 get_keyelt <cycle 4> [541]
-----------------------------------------------
0.00 0.00 732/2553 adjust_markers_for_delete [1007]
0.00 0.00 1821/2553 adjust_markers_for_insert [914]
[892] 0.0 0.00 0.00 2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 2/2485 Fset_buffer_multibyte [1450]
0.00 0.00 3/2485 Finsert_file_contents <cycle 4> [351]
0.00 0.00 19/2485 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 729/2485 del_range_1 <cycle 4> [331]
0.00 0.00 731/2485 insert_from_gap [670]
0.00 0.00 1001/2485 insert_from_string_1 <cycle 4> [240]
[893] 0.0 0.00 0.00 2485 invalidate_buffer_caches [893]
0.00 0.00 1003/1006 invalidate_region_cache [983]
-----------------------------------------------
0.00 0.00 6/2446 Fset_buffer_multibyte [1450]
0.00 0.00 8/2446 eval_sub <cycle 4> [176]
0.00 0.00 16/2446 Fframe_or_buffer_changed_p [599]
0.00 0.00 2416/2446 Ffuncall <cycle 4> [29]
[894] 0.0 0.00 0.00 2446 Fbuffer_modified_p [894]
-----------------------------------------------
0.00 0.00 1042/2399 xg_update_menubar [503]
0.00 0.00 1357/2399 xg_item_label_same_p [432]
[895] 0.0 0.00 0.00 2399 get_utf8_string [895]
-----------------------------------------------
760 safe__call <cycle 4> [301]
1544 safe_run_hook_funcall <cycle 4> [933]
[896] 0.0 0.00 0.00 2304 internal_condition_case_n <cycle 4> [896]
0.00 0.00 2304/5577 push_handler [843]
0.00 0.00 1544/1544 safe_run_hooks_1 [934]
1544 call0 <cycle 4> [854]
760 Ffuncall <cycle 4> [29]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
1 Fkill_buffer <cycle 4> [565]
2 buffer_posn_from_coords <cycle 4> [1590]
3 set_window_buffer <cycle 4> [573]
5 message_dolog <cycle 4> [742]
45 select_window <cycle 4> [528]
711 exec_byte_code <cycle 4> [73]
1486 save_excursion_restore <cycle 4> [303]
[897] 0.0 0.00 0.00 2254 Fset_buffer <cycle 4> [897]
0.00 0.00 2254/2843 Fget_buffer [884]
0.00 0.00 3/410271 Fcdr [768]
93 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 1/2249 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 23/2249 decode_live_terminal [1315]
0.00 0.00 2225/2249 Fterminal_live_p [899]
[898] 0.0 0.00 0.00 2249 decode_terminal [898]
-----------------------------------------------
0.00 0.00 2225/2225 Ffuncall <cycle 4> [29]
[899] 0.0 0.00 0.00 2225 Fterminal_live_p [899]
0.00 0.00 2225/2249 decode_terminal [898]
-----------------------------------------------
0.00 0.00 728/2204 Ferase_buffer <cycle 4> [1014]
0.00 0.00 1476/2204 exec_byte_code <cycle 4> [73]
[900] 0.0 0.00 0.00 2204 Fwiden [900]
0.00 0.00 2204/3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1/2152 Fposn_at_x_y [1573]
0.00 0.00 39/2152 remember_mouse_glyph [566]
0.00 0.00 70/2152 window_box_right_offset [1190]
0.00 0.00 70/2152 note_mouse_highlight [419]
0.00 0.00 1972/2152 window_box_left [912]
[901] 0.0 0.00 0.00 2152 window_box_left_offset [901]
0.00 0.00 1705/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 48/2149 accessible_keymaps_1 <cycle 4> [228]
0.00 0.00 206/2149 where_is_internal_1 <cycle 4> [101]
0.00 0.00 1895/2149 exec_byte_code <cycle 4> [73]
[902] 0.0 0.00 0.00 2149 Faset [902]
-----------------------------------------------
0.00 0.00 1/2131 eval_sub <cycle 4> [176]
0.00 0.00 2/2131 Fset_charset_priority [444]
0.00 0.00 4/2131 window_list [578]
0.00 0.00 6/2131 Ffuncall <cycle 4> [29]
0.00 0.00 300/2131 exec_byte_code <cycle 4> [73]
0.00 0.00 1818/2131 nconc2 [916]
[903] 0.0 0.00 0.00 2131 Fnconc [903]
0.00 0.00 1990/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 2/2126 record_buffer [654]
0.00 0.00 3/2126 Fkill_buffer <cycle 4> [565]
0.00 0.00 10/2126 Ffuncall <cycle 4> [29]
0.00 0.00 2111/2126 accessible_keymaps_1 <cycle 4> [228]
[904] 0.0 0.00 0.00 2126 Frassq [904]
-----------------------------------------------
0.00 0.00 1/2125 x_load_resources [594]
0.00 0.00 1/2125 xg_store_widget_in_map [1555]
0.00 0.00 2/2125 Fgarbage_collect <cycle 4> [64]
0.00 0.00 6/2125 update_window <cycle 4> [458]
0.00 0.00 13/2125 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 18/2125 text_quoting_style <cycle 4> [434]
0.00 0.00 25/2125 xpalloc [1306]
0.00 0.00 48/2125 enlarge_buffer_text [1247]
0.00 0.00 290/2125 re_compile_pattern [270]
0.00 0.00 309/2125 alloc_destination [713]
0.00 0.00 432/2125 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 980/2125 shrink_regexp_cache [1237]
[905] 0.0 0.00 0.00 2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 1/2119 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1/2119 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1/2119 Fmake_frame_visible <cycle 4> [606]
0.00 0.00 1/2119 Fframe_after_make_frame [1568]
0.00 0.00 1/2119 Fwindow_resize_apply_total [706]
0.00 0.00 1/2119 Fcurrent_window_configuration [526]
0.00 0.00 1/2119 Fother_buffer [570]
0.00 0.00 5/2119 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 12/2119 Fframe_terminal [1354]
0.00 0.00 22/2119 Finternal_get_lisp_face_attribute [571]
0.00 0.00 28/2119 Fminibuffer_window [1295]
0.00 0.00 143/2119 decode_window_system_frame [1147]
0.00 0.00 880/2119 check_fontset_name [325]
0.00 0.00 1022/2119 Fface_font [268]
[906] 0.0 0.00 0.00 2119 decode_live_frame [906]
-----------------------------------------------
12 tool_bar_items <cycle 4> [452]
16 menu_bar_items <cycle 4> [435]
0.01 0.13 510/9783 read_key_sequence.constprop.44 <cycle 2> [15]
0.01 0.13 518/9783 read_char <cycle 2> [20]
0.02 0.27 1020/9783 keyremap_step.constprop.45 [27]
[907] 0.0 0.00 0.00 2076 access_keymap <cycle 4> [907]
2076 access_keymap_1 <cycle 4> [305]
1536 get_keyelt <cycle 4> [541]
-----------------------------------------------
2076 Fcommandp <cycle 4> [853]
[908] 0.0 0.00 0.00 2076 funcall_nil <cycle 4> [908]
2076 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/2075 x_wait_for_event [532]
0.00 0.00 5/2075 clear_image_cache [678]
0.00 0.00 49/2075 Fgarbage_collect <cycle 4> [64]
0.00 0.00 68/2075 wait_reading_process_output [44]
0.00 0.00 1950/2075 timer_check [59]
[909] 0.0 0.00 0.00 2075 timespec_sub [909]
-----------------------------------------------
0.00 0.00 1000/2061 signal_after_change <cycle 4> [297]
0.00 0.00 1061/2061 Ffuncall <cycle 4> [29]
[910] 0.0 0.00 0.00 2061 Frun_hook_with_args [910]
-----------------------------------------------
0.00 0.00 2021/2021 delete_cache_boundaries [837]
[911] 0.0 0.00 0.00 2021 move_cache_gap [911]
0.00 0.00 8/25 xpalloc [1306]
-----------------------------------------------
0.00 0.00 1/1972 make_lispy_position <cycle 4> [562]
0.00 0.00 4/1972 get_phys_cursor_geometry [1458]
0.00 0.00 4/1972 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 39/1972 window_relative_x_coord [1271]
0.00 0.00 110/1972 coordinates_in_window [1164]
0.00 0.00 223/1972 window_box_right [1124]
0.00 0.00 223/1972 draw_fringe_bitmap_1 <cycle 4> [304]
0.00 0.00 226/1972 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 277/1972 draw_glyphs <cycle 4> [35]
0.00 0.00 409/1972 get_glyph_string_clip_rects [1032]
0.00 0.00 456/1972 window_box <cycle 4> [1048]
[912] 0.0 0.00 0.00 1972 window_box_left [912]
0.00 0.00 1972/2152 window_box_left_offset [901]
-----------------------------------------------
0.00 0.00 1934/1934 exec_byte_code <cycle 4> [73]
[913] 0.0 0.00 0.00 1934 Fbolp [913]
-----------------------------------------------
0.00 0.00 89/1821 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 731/1821 insert_from_gap [670]
0.00 0.00 1001/1821 insert_from_string_1 <cycle 4> [240]
[914] 0.0 0.00 0.00 1821 adjust_markers_for_insert [914]
0.00 0.00 1821/2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 89/1821 prepare_to_modify_buffer <cycle 4> [421]
0.00 0.00 731/1821 insert_from_gap [670]
0.00 0.00 1001/1821 insert_from_string_1 <cycle 4> [240]
[915] 0.0 0.00 0.00 1821 adjust_overlays_for_insert [915]
-----------------------------------------------
0.00 0.00 2/1818 font_update_drivers [568]
0.00 0.00 3/1818 font_registry_charsets [31]
0.00 0.00 5/1818 Fget_buffer_create <cycle 4> [479]
0.00 0.00 23/1818 where_is_internal <cycle 4> [157]
0.00 0.00 1785/1818 accessible_keymaps_1 <cycle 4> [228]
[916] 0.0 0.00 0.00 1818 nconc2 [916]
0.00 0.00 1818/2131 Fnconc [903]
-----------------------------------------------
0.00 0.00 146/1800 realize_face [152]
0.00 0.00 765/1800 x_parse_color [624]
0.00 0.00 889/1800 fs_query_fontset [324]
[917] 0.0 0.00 0.00 1800 c_strcasecmp [917]
-----------------------------------------------
0.00 0.00 1786/1786 Ffuncall <cycle 4> [29]
[918] 0.0 0.00 0.00 1786 Fvectorp [918]
-----------------------------------------------
0.00 0.00 1/1778 merge_face_ref <cycle 1> [684]
0.00 0.00 2/1778 face_for_font [664]
0.00 0.00 9/1778 font_find_for_lface [14]
0.00 0.00 12/1778 Finternal_set_lisp_face_attribute <cycle 4> [337]
0.00 0.00 22/1778 font_parse_xlfd [354]
0.00 0.00 79/1778 realize_face [152]
0.00 0.00 1653/1778 ftfont_pattern_entity [216]
[919] 0.0 0.00 0.00 1778 font_style_to_value [919]
-----------------------------------------------
0.00 0.00 1/1775 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/1775 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 4/1775 pos_visible_p <cycle 4> [1462]
0.00 0.00 5/1775 message_dolog <cycle 4> [742]
0.00 0.00 6/1775 mark_window_display_accurate_1 [1199]
0.00 0.00 6/1775 unshow_buffer [1468]
0.00 0.00 7/1775 compute_window_start_on_continuation_line [1398]
0.00 0.00 10/1775 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 24/1775 set_vertical_scroll_bar [1293]
0.00 0.00 29/1775 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 48/1775 display_mode_element <cycle 4> [379]
0.00 0.00 49/1775 redisplay_window <cycle 4> [410]
0.00 0.00 93/1775 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1492/1775 set_point_from_marker [938]
[920] 0.0 0.00 0.00 1775 marker_position [920]
-----------------------------------------------
0.00 0.00 1/1762 update_face_from_frame_parameter [688]
0.00 0.00 6/1762 realize_basic_faces [153]
0.00 0.00 22/1762 Finternal_get_lisp_face_attribute [571]
0.00 0.00 84/1762 realize_named_face [155]
0.00 0.00 164/1762 Finternal_make_lisp_face [385]
0.00 0.00 164/1762 Finternal_merge_in_global_face [247]
0.00 0.00 1321/1762 Finternal_set_lisp_face_attribute <cycle 4> [337]
[921] 0.0 0.00 0.00 1762 lface_from_face_name [921]
0.00 0.00 1762/4585 resolve_face_name [856]
-----------------------------------------------
0.00 0.00 4/1742 get_phys_cursor_geometry [1458]
0.00 0.00 14/1742 redisplay_window <cycle 4> [410]
0.00 0.00 27/1742 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 28/1742 get_glyph_string_clip_rects [1032]
0.00 0.00 78/1742 draw_window_fringes <cycle 4> [1181]
0.00 0.00 101/1742 update_window_fringes [450]
0.00 0.00 117/1742 update_window <cycle 4> [458]
0.00 0.00 233/1742 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 1140/1742 init_iterator <cycle 4> [163]
[922] 0.0 0.00 0.00 1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 1/1717 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/1717 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 2/1717 unshow_buffer [1468]
0.00 0.00 4/1717 pos_visible_p <cycle 4> [1462]
0.00 0.00 5/1717 message_dolog <cycle 4> [742]
0.00 0.00 7/1717 compute_window_start_on_continuation_line [1398]
0.00 0.00 10/1717 Fpos_visible_in_window_p <cycle 4> [604]
0.00 0.00 24/1717 display_mode_element <cycle 4> [379]
0.00 0.00 29/1717 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 49/1717 redisplay_window <cycle 4> [410]
0.00 0.00 93/1717 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 1492/1717 set_point_from_marker [938]
[923] 0.0 0.00 0.00 1717 marker_byte_position [923]
-----------------------------------------------
3 merge <cycle 4> [1492]
5 Ffile_name_directory <cycle 4> [284]
5 Fdirectory_file_name <cycle 4> [273]
6 Ffile_name_as_directory <cycle 4> [279]
6 Finsert_file_contents <cycle 4> [351]
9 Ffuncall <cycle 4> [29]
15 Ffile_name_nondirectory <cycle 4> [251]
25 adjust_frame_size <cycle 4> [497]
272 readevalloop_eager_expand_eval <cycle 4> [1150]
1367 map_keymap_internal <cycle 4> [680]
[924] 0.0 0.00 0.00 1713 call2 <cycle 4> [924]
1713 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 2/1699 message_dolog <cycle 4> [742]
0.00 0.00 19/1699 signal_after_change <cycle 4> [297]
0.00 0.00 802/1699 make_specified_string [422]
0.00 0.00 876/1699 read1 <cycle 5> [300]
[925] 0.0 0.00 0.00 1699 multibyte_chars_in_text [925]
-----------------------------------------------
0.00 0.00 512/1668 Ffuncall <cycle 4> [29]
0.00 0.00 1156/1668 exec_byte_code <cycle 4> [73]
[926] 0.0 0.00 0.00 1668 Fminus [926]
-----------------------------------------------
0.00 0.00 1623/1623 Ffuncall <cycle 4> [29]
[927] 0.0 0.00 0.00 1623 Fframe_char_height [927]
0.00 0.00 1623/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 2/1589 face_for_font [664]
0.00 0.00 94/1589 realize_face [152]
0.00 0.00 1493/1589 Finternal_merge_in_global_face [247]
[928] 0.0 0.00 0.00 1589 lface_hash [928]
-----------------------------------------------
0.00 0.00 1571/1571 Ffuncall <cycle 4> [29]
[929] 0.0 0.00 0.00 1571 Fpurecopy [929]
-----------------------------------------------
1569 get_next_display_element <cycle 4> [10]
[930] 0.0 0.00 0.00 1569 next_element_from_c_string <cycle 4> [930]
288 get_visually_first_element <cycle 4> [864]
-----------------------------------------------
0.00 0.00 16/1553 styled_format <cycle 4> [369]
0.00 0.00 536/1553 concat [103]
0.00 0.00 1001/1553 insert_from_string_1 <cycle 4> [240]
[931] 0.0 0.00 0.00 1553 copy_text [931]
-----------------------------------------------
0.00 0.00 1549/1549 safe_run_hooks <cycle 4> [276]
[932] 0.0 0.00 0.00 1549 run_hook_with_args [932]
-----------------------------------------------
1544 Fcommandp <cycle 4> [853]
[933] 0.0 0.00 0.00 1544 safe_run_hook_funcall <cycle 4> [933]
1544 internal_condition_case_n <cycle 4> [896]
-----------------------------------------------
0.00 0.00 1544/1544 internal_condition_case_n <cycle 4> [896]
[934] 0.0 0.00 0.00 1544 safe_run_hooks_1 [934]
-----------------------------------------------
510 line_bottom_y <cycle 4> [537]
510 Fvertical_motion <cycle 4> [209]
521 move_it_vertically_backward <cycle 4> [292]
[935] 0.0 0.00 0.00 1541 move_it_by_lines <cycle 4> [935]
1034 move_it_to <cycle 4> [213]
-----------------------------------------------
0.00 0.00 1537/1537 read1 <cycle 5> [300]
[936] 0.0 0.00 0.00 1537 char_string [936]
-----------------------------------------------
0.00 0.00 1504/1504 timer_check [59]
[937] 0.0 0.00 0.00 1504 decode_timer [937]
0.00 0.00 1108/1336 decode_time_components [955]
0.00 0.00 1108/1108 lisp_to_timespec [963]
-----------------------------------------------
0.00 0.00 6/1492 select_window <cycle 4> [528]
0.00 0.00 1486/1492 Fgoto_char [218]
[938] 0.0 0.00 0.00 1492 set_point_from_marker [938]
0.00 0.00 1492/1717 marker_byte_position [923]
0.00 0.00 1492/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 1486/1486 save_excursion_restore <cycle 4> [303]
[939] 0.0 0.00 0.00 1486 Fmarker_buffer [939]
0.00 0.00 1486/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 1486/1486 save_excursion_save [581]
[940] 0.0 0.00 0.00 1486 Fpoint_marker [940]
-----------------------------------------------
0.00 0.00 1486/1486 unbind_to <cycle 4> [244]
[941] 0.0 0.00 0.00 1486 free_misc [941]
-----------------------------------------------
0.00 0.00 1476/1476 unbind_to <cycle 4> [244]
[942] 0.0 0.00 0.00 1476 save_restriction_restore [942]
0.00 0.00 1476/3680 invalidate_current_column [862]
-----------------------------------------------
0.00 0.00 1476/1476 exec_byte_code <cycle 4> [73]
[943] 0.0 0.00 0.00 1476 save_restriction_save [943]
-----------------------------------------------
1472 Ffuncall <cycle 4> [29]
[944] 0.0 0.00 0.00 1472 Fput_text_property <cycle 4> [944]
1472 add_text_properties_1 <cycle 4> [104]
-----------------------------------------------
1 Fremove_text_properties <cycle 4> [625]
1471 add_text_properties_1 <cycle 4> [104]
[945] 0.0 0.00 0.00 1472 modify_text_properties <cycle 4> [945]
1472 prepare_to_modify_buffer_1 <cycle 4> [250]
-----------------------------------------------
0.00 0.00 1456/1456 Ffuncall <cycle 4> [29]
[946] 0.0 0.00 0.00 1456 Fscan_sexps [946]
-----------------------------------------------
0.00 0.00 2/1452 Fbuffer_substring [553]
0.00 0.00 1450/1452 Fparse_partial_sexp [33]
[947] 0.0 0.00 0.00 1452 validate_region [947]
-----------------------------------------------
0.00 0.00 1443/1443 Fbackward_prefix_chars [287]
[948] 0.0 0.00 0.00 1443 syntax_prefix_flag_p [948]
-----------------------------------------------
1 x_term_init <cycle 4> [508]
2 select_window <cycle 4> [528]
2 Fload <cycle 4> [411]
5 Fget_buffer_create <cycle 4> [479]
6 Fkill_buffer <cycle 4> [565]
10 update_frame_tool_bar <cycle 4> [446]
24 display_mode_element <cycle 4> [379]
26 Fsubstitute_in_file_name <cycle 4> [312]
58 store_symval_forwarding <cycle 4> [802]
186 readevalloop <cycle 4> [402]
551 mapcar1 <cycle 4> [1186]
0.00 0.01 45/9783 timer_check [59]
0.01 0.13 510/9783 command_loop_1 <cycle 2> [18]
[949] 0.0 0.00 0.00 1426 call1 <cycle 4> [949]
1426 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 3/1391 fontset_find_font [13]
0.00 0.00 1388/1391 fontset_add [75]
[950] 0.0 0.00 0.00 1391 char_table_ref_and_range [950]
0.00 0.00 1384/1384 sub_char_table_ref_and_range [951]
-----------------------------------------------
2582 sub_char_table_ref_and_range [951]
0.00 0.00 1384/1384 char_table_ref_and_range [950]
[951] 0.0 0.00 0.00 1384+2582 sub_char_table_ref_and_range [951]
2582 sub_char_table_ref_and_range [951]
-----------------------------------------------
0.00 0.00 1/1380 make_face_cache [667]
0.00 0.00 1/1380 x_term_init <cycle 4> [508]
0.00 0.00 1/1380 Fx_create_frame <cycle 4> [202]
0.00 0.00 1/1380 make_image_cache [668]
0.00 0.00 4/1380 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 9/1380 x_parse_color [624]
0.00 0.00 10/1380 lookup_image <cycle 4> [495]
0.00 0.00 20/1380 xpm_load <cycle 4> [1381]
0.00 0.00 1333/1380 make_widget_value [447]
[952] 0.0 0.00 0.00 1380 xzalloc [952]
-----------------------------------------------
0.00 0.00 1367/1367 map_keymap_internal <cycle 4> [680]
[953] 0.0 0.00 0.00 1367 map_keymap_call [953]
-----------------------------------------------
0.00 0.00 309/1349 encode_coding [715]
0.00 0.00 310/1349 alloc_destination [713]
0.00 0.00 730/1349 decode_coding <cycle 4> [547]
[954] 0.0 0.00 0.00 1349 coding_set_destination [954]
-----------------------------------------------
0.00 0.00 50/1336 Ffloat_time [1225]
0.00 0.00 178/1336 lisp_time_struct [1135]
0.00 0.00 1108/1336 decode_timer [937]
[955] 0.0 0.00 0.00 1336 decode_time_components [955]
0.00 0.00 32/1041550 gettime [763]
-----------------------------------------------
0.00 0.00 182/1318 readevalloop <cycle 4> [402]
0.00 0.00 1136/1318 read1 <cycle 5> [300]
[956] 0.0 0.00 0.00 1318 unreadchar [956]
0.00 0.00 15/5549204 string_char_to_byte [752]
-----------------------------------------------
0.00 0.00 1297/1297 single_menu_item <cycle 4> [481]
[957] 0.0 0.00 0.00 1297 parse_menu_item [957]
-----------------------------------------------
0.00 0.00 18/1291 process_tool_bar_item <cycle 4> [333]
0.00 0.00 564/1291 xg_update_submenu [440]
0.00 0.00 709/1291 create_menus [437]
[958] 0.0 0.00 0.00 1291 menu_separator_name_p [958]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [29]
[959] 0.0 0.00 0.00 1225 Flogand [959]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [29]
[960] 0.0 0.00 0.00 1225 Flsh [960]
-----------------------------------------------
0.00 0.00 2/1148 next_window [728]
0.00 0.00 1146/1148 window_list_1 [344]
[961] 0.0 0.00 0.00 1148 candidate_window_p [961]
-----------------------------------------------
0.00 0.00 1140/1140 init_iterator <cycle 4> [163]
[962] 0.0 0.00 0.00 1140 window_display_table [962]
-----------------------------------------------
0.00 0.00 1108/1108 decode_timer [937]
[963] 0.0 0.00 0.00 1108 lisp_to_timespec [963]
-----------------------------------------------
0.00 0.00 1107/1107 font_put_extra [336]
[964] 0.0 0.00 0.00 1107 Fstring_lessp [964]
-----------------------------------------------
0.00 0.00 1092/1092 read1 <cycle 5> [300]
[965] 0.0 0.00 0.00 1092 string_to_number [965]
-----------------------------------------------
0.00 0.00 1084/1084 Fbacktrace_frame [318]
[966] 0.0 0.00 0.00 1084 get_backtrace_frame [966]
0.00 0.00 4336/5997 Findirect_function [839]
-----------------------------------------------
0.00 0.00 3/1074 sweep_buffers [868]
0.00 0.00 37/1074 sweep_misc [1240]
0.00 0.00 37/1074 sweep_vectors [91]
0.00 0.00 997/1074 sweep_strings [1241]
[967] 0.0 0.00 0.00 1074 lisp_free [967]
0.00 0.00 1074/69654 mem_find [801]
-----------------------------------------------
0.00 0.00 4/1073 Fevent_convert_list [1403]
0.00 0.00 1069/1073 Fwhere_is_internal <cycle 4> [326]
[968] 0.0 0.00 0.00 1073 parse_solitary_modifier [968]
-----------------------------------------------
0.00 0.00 4/1071 Ffuncall <cycle 4> [29]
0.00 0.00 1067/1071 Fwhere_is_internal <cycle 4> [326]
[969] 0.0 0.00 0.00 1071 Freverse [969]
-----------------------------------------------
0.00 0.00 35/1055 resize_mini_window <cycle 4> [339]
0.00 0.00 510/1055 Fset_window_vscroll [1068]
0.00 0.00 510/1055 Fvertical_motion <cycle 4> [209]
[970] 0.0 0.00 0.00 1055 extract_float [970]
-----------------------------------------------
0.00 0.00 2/1044 check_ascii [1518]
0.00 0.00 3/1044 detect_coding [1487]
0.00 0.00 309/1044 encode_coding [715]
0.00 0.00 730/1044 decode_coding <cycle 4> [547]
[971] 0.0 0.00 0.00 1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 2/1041 decode_coding_gap <cycle 4> [603]
0.00 0.00 309/1041 encode_coding [715]
0.00 0.00 730/1041 decode_coding <cycle 4> [547]
[972] 0.0 0.00 0.00 1041 get_translation_table [972]
-----------------------------------------------
0.00 0.00 1041/1041 find_newline [630]
[973] 0.0 0.00 0.00 1041 region_cache_forward [973]
0.00 0.00 1041/6164 delete_cache_boundaries [837]
0.00 0.00 1041/8148 find_cache_boundary [829]
-----------------------------------------------
0.00 0.00 1039/1039 unbind_to <cycle 4> [244]
[974] 0.0 0.00 0.00 1039 code_conversion_restore [974]
-----------------------------------------------
0.00 0.00 511/1025 read_key_sequence.constprop.44 <cycle 2> [15]
0.00 0.00 514/1025 read_char <cycle 2> [20]
[975] 0.0 0.00 0.00 1025 echo_dash [975]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [29]
[976] 0.0 0.00 0.00 1022 Ffloatp [976]
-----------------------------------------------
0.00 0.00 1022/1022 signal_after_change <cycle 4> [297]
[977] 0.0 0.00 0.00 1022 report_interval_modification [977]
-----------------------------------------------
0.00 0.00 510/1020 test_undefined [40]
0.00 0.00 510/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[978] 0.0 0.00 0.00 1020 Fcommand_remapping [978]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [29]
[979] 0.0 0.00 0.00 1020 Fwindow_hscroll [979]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [29]
[980] 0.0 0.00 0.00 1020 Fwindow_vscroll [980]
-----------------------------------------------
0.00 0.00 510/1020 read_char <cycle 2> [20]
0.00 0.00 510/1020 read_key_sequence.constprop.44 <cycle 2> [15]
[981] 0.0 0.00 0.00 1020 echo_update [981]
-----------------------------------------------
0.00 0.00 2/1020 Fdo_auto_save <cycle 4> [593]
0.00 0.00 2/1020 directory_files_internal <cycle 4> [254]
0.00 0.00 3/1020 record_xmalloc [659]
0.00 0.00 13/1020 digest_single_submenu <cycle 4> [448]
0.00 0.00 1000/1020 signal_after_change <cycle 4> [297]
[982] 0.0 0.00 0.00 1020 record_unwind_protect_ptr [982]
-----------------------------------------------
0.00 0.00 3/1006 Finsert_file_contents <cycle 4> [351]
0.00 0.00 1003/1006 invalidate_buffer_caches [893]
[983] 0.0 0.00 0.00 1006 invalidate_region_cache [983]
0.00 0.00 983/6164 delete_cache_boundaries [837]
-----------------------------------------------
1 set_message_1 <cycle 4> [1628]
1000 general_insert_function <cycle 4> [1080]
[984] 0.0 0.00 0.00 1001 insert_from_string <cycle 4> [984]
1001 insert_from_string_1 <cycle 4> [240]
1001 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 1000/1000 unbind_to <cycle 4> [244]
[985] 0.0 0.00 0.00 1000 reset_var_on_error [985]
-----------------------------------------------
0.00 0.00 34/965 eval_sub <cycle 4> [176]
0.00 0.00 206/965 Fkey_description <cycle 4> [317]
0.00 0.00 258/965 exec_byte_code <cycle 4> [73]
0.00 0.00 467/965 Ffuncall <cycle 4> [29]
[986] 0.0 0.00 0.00 965 Fconcat [986]
-----------------------------------------------
45517 balance_intervals_internal [987]
0.00 0.00 45/964 sweep_buffers [868]
0.00 0.00 919/964 sweep_strings [1241]
[987] 0.0 0.00 0.00 964+45517 balance_intervals_internal [987]
0.00 0.00 45517/312932 balance_an_interval [771]
45517 balance_intervals_internal [987]
-----------------------------------------------
98 mark_object <cycle 4> [46]
866 mark_buffer <cycle 4> [1090]
[988] 0.0 0.00 0.00 964 mark_overlay <cycle 4> [988]
98 mark_object <cycle 4> [46]
-----------------------------------------------
22817 traverse_intervals_noorder <cycle 4> [989]
45 mark_buffer <cycle 4> [1090]
118 mark_face_cache <cycle 4> [1114]
139 mark_localized_symbol <cycle 4> [830]
662 mark_object <cycle 4> [46]
[989] 0.0 0.00 0.00 964+22817 traverse_intervals_noorder <cycle 4> [989]
0.00 0.00 46481/46481 mark_interval [808]
46481 mark_object <cycle 4> [46]
22817 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 961/961 Fremove_text_properties <cycle 4> [625]
[990] 0.0 0.00 0.00 961 remove_properties [990]
0.00 0.00 961/2998 record_property_change [883]
-----------------------------------------------
0.00 0.00 943/943 Ffuncall <cycle 4> [29]
[991] 0.0 0.00 0.00 943 Fset_syntax_table [991]
0.00 0.00 943/943 check_syntax_table [992]
-----------------------------------------------
0.00 0.00 943/943 Fset_syntax_table [991]
[992] 0.0 0.00 0.00 943 check_syntax_table [992]
-----------------------------------------------
0.00 0.00 938/938 Ffuncall <cycle 4> [29]
[993] 0.0 0.00 0.00 938 Fsyntax_table [993]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [412]
[994] 0.0 0.00 0.00 922 lookup_rgb_color [994]
-----------------------------------------------
0.00 0.00 47/917 redisplay_internal [38]
0.00 0.00 73/917 note_mouse_highlight [419]
0.00 0.00 797/917 handle_one_xevent [99]
[995] 0.0 0.00 0.00 917 popup_activated [995]
-----------------------------------------------
61 FletX <cycle 4> [381]
65 Flet <cycle 4> [431]
115 eval_sub <cycle 4> [176]
164 funcall_lambda <cycle 4> [314]
500 Fwhile <cycle 4> [1586]
[996] 0.0 0.00 0.00 905 Fprogn <cycle 4> [996]
1527 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 1/881 Fnew_fontset <cycle 4> [371]
0.00 0.00 880/881 Fset_fontset_font <cycle 4> [56]
[997] 0.0 0.00 0.00 881 free_realized_fontsets [997]
-----------------------------------------------
0.00 0.00 15/870 set_marker_restricted_both [1345]
0.00 0.00 283/870 set_marker_both [1108]
0.00 0.00 572/870 set_marker_internal [747]
[998] 0.0 0.00 0.00 870 live_buffer [998]
-----------------------------------------------
0.00 0.00 831/831 exec_byte_code <cycle 4> [73]
[999] 0.0 0.00 0.00 831 Ftimes [999]
-----------------------------------------------
0.00 0.00 167/821 lisp_string_width [370]
0.00 0.00 654/821 c_string_width [1109]
[1000] 0.0 0.00 0.00 821 char_width [1000]
-----------------------------------------------
0.00 0.00 797/797 handle_one_xevent [99]
[1001] 0.0 0.00 0.00 797 x_x_to_emacs_modifiers [1001]
0.00 0.00 3188/98231 Fplist_get [798]
0.00 0.00 3188/69910 Fget [800]
-----------------------------------------------
0.00 0.00 795/795 unbind_to <cycle 4> [244]
[1002] 0.0 0.00 0.00 795 set_buffer_if_live [1002]
-----------------------------------------------
0.00 0.00 745/745 eval_sub <cycle 4> [176]
[1003] 0.0 0.00 0.00 745 Fquote [1003]
-----------------------------------------------
0.00 0.00 744/744 read_vector <cycle 5> [366]
[1004] 0.0 0.00 0.00 744 free_cons [1004]
-----------------------------------------------
0.00 0.00 15/743 Ffuncall <cycle 4> [29]
0.00 0.00 728/743 code_conversion_save <cycle 4> [376]
[1005] 0.0 0.00 0.00 743 Fbuffer_live_p [1005]
-----------------------------------------------
0.00 0.00 733/733 make_buffer_string_both [306]
[1006] 0.0 0.00 0.00 733 update_buffer_properties [1006]
-----------------------------------------------
0.00 0.00 3/732 decide_coding_unwind [1485]
0.00 0.00 729/732 del_range_2 [332]
[1007] 0.0 0.00 0.00 732 adjust_markers_for_delete [1007]
0.00 0.00 732/2553 adjust_suspend_auto_hscroll [892]
-----------------------------------------------
0.00 0.00 3/732 decide_coding_unwind [1485]
0.00 0.00 729/732 del_range_2 [332]
[1008] 0.0 0.00 0.00 732 adjust_overlays_for_delete [1008]
-----------------------------------------------
732 sweep_weak_hash_tables <cycle 4> [1243]
[1009] 0.0 0.00 0.00 732 sweep_weak_table <cycle 4> [1009]
0.00 0.00 14382/14382 survives_gc_p [819]
1906 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/729 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 728/729 Ferase_buffer <cycle 4> [1014]
[1010] 0.0 0.00 0.00 729 del_range [1010]
-----------------------------------------------
0.00 0.00 729/729 del_range_2 [332]
[1011] 0.0 0.00 0.00 729 evaporate_overlays [1011]
-----------------------------------------------
0.00 0.00 729/729 del_range_2 [332]
[1012] 0.0 0.00 0.00 729 record_delete [1012]
-----------------------------------------------
0.00 0.00 728/728 decode_coding_object <cycle 4> [307]
[1013] 0.0 0.00 0.00 728 Fbuffer_string [1013]
-----------------------------------------------
728 code_conversion_save <cycle 4> [376]
[1014] 0.0 0.00 0.00 728 Ferase_buffer <cycle 4> [1014]
0.00 0.00 728/2204 Fwiden [900]
0.00 0.00 728/729 del_range [1010]
728 del_range_1 <cycle 4> [331]
-----------------------------------------------
0.00 0.00 728/728 decode_coding <cycle 4> [547]
[1015] 0.0 0.00 0.00 728 decode_coding_utf_8 [1015]
-----------------------------------------------
0.00 0.00 6/710 Finternal_char_font [322]
0.00 0.00 161/710 show_hourglass <cycle 4> [183]
0.00 0.00 161/710 display_line <cycle 4> [184]
0.00 0.00 382/710 extend_face_to_end_of_line [1127]
[1016] 0.0 0.00 0.00 710 lookup_basic_face [1016]
-----------------------------------------------
0.00 0.00 263/695 string_match_1 [256]
0.00 0.00 432/695 display_mode_element <cycle 4> [379]
[1017] 0.0 0.00 0.00 695 string_byte_to_char [1017]
-----------------------------------------------
0.00 0.00 172/678 hscroll_window_tree [498]
0.00 0.00 506/678 Ffuncall <cycle 4> [29]
[1018] 0.0 0.00 0.00 678 Fmarker_position [1018]
0.00 0.00 678/3039 CHECK_MARKER [882]
-----------------------------------------------
0.00 0.00 35/671 Fwindow_system [1280]
0.00 0.00 636/671 Ffuncall <cycle 4> [29]
[1019] 0.0 0.00 0.00 671 Fframep [1019]
-----------------------------------------------
0.00 0.00 188/670 Fexpand_file_name <cycle 4> [173]
0.00 0.00 482/670 directory_files_internal <cycle 4> [254]
[1020] 0.0 0.00 0.00 670 decode_file_name [1020]
-----------------------------------------------
0.00 0.00 1/652 font_parse_name [350]
0.00 0.00 4/652 make_window [557]
0.00 0.00 6/652 Fmake_hash_table [113]
0.00 0.00 6/652 read1 <cycle 5> [300]
0.00 0.00 7/652 Ffuncall <cycle 4> [29]
0.00 0.00 49/652 Fgarbage_collect <cycle 4> [64]
0.00 0.00 50/652 Ffloat_time [1225]
0.00 0.00 529/652 exec_byte_code <cycle 4> [73]
[1021] 0.0 0.00 0.00 652 make_float [1021]
-----------------------------------------------
0.00 0.00 613/613 Ffuncall <cycle 4> [29]
[1022] 0.0 0.00 0.00 613 Fselected_window [1022]
-----------------------------------------------
0.00 0.00 610/610 Ffuncall <cycle 4> [29]
[1023] 0.0 0.00 0.00 610 Fframe_live_p [1023]
-----------------------------------------------
0.00 0.00 1/610 x_wait_for_event [532]
0.00 0.00 99/610 wait_reading_process_output [44]
0.00 0.00 510/610 start_atimer [383]
[1024] 0.0 0.00 0.00 610 timespec_add [1024]
-----------------------------------------------
0.00 0.00 1/607 Fdo_auto_save <cycle 4> [593]
0.00 0.00 47/607 redisplay_internal [38]
0.00 0.00 49/607 Fgarbage_collect <cycle 4> [64]
0.00 0.00 510/607 command_loop_1 <cycle 2> [18]
[1025] 0.0 0.00 0.00 607 record_unwind_protect_void [1025]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
1 Fdelete_terminal <cycle 4> [1564]
122 map_keymap_canonical <cycle 4> [1158]
467 handle_fontified_prop <cycle 4> [243]
[1026] 0.0 0.00 0.00 591 safe_call <cycle 4> [1026]
591 safe__call <cycle 4> [301]
-----------------------------------------------
0.00 0.00 590/590 Ffuncall <cycle 4> [29]
[1027] 0.0 0.00 0.00 590 Fwindow_live_p [1027]
-----------------------------------------------
0.00 0.00 39/589 redisplay_window <cycle 4> [410]
0.00 0.00 40/589 try_window <cycle 4> [1269]
0.00 0.00 510/589 move_it_vertically_backward <cycle 4> [292]
[1028] 0.0 0.00 0.00 589 default_line_pixel_height [1028]
-----------------------------------------------
0.00 0.00 587/587 Ffuncall <cycle 4> [29]
[1029] 0.0 0.00 0.00 587 Fframe_char_width [1029]
0.00 0.00 587/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 2/575 next_window [728]
0.00 0.00 573/575 window_list_1 [344]
[1030] 0.0 0.00 0.00 575 decode_next_window_args [1030]
0.00 0.00 566/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/571 print_error_message <cycle 4> [1618]
0.00 0.00 2/571 Ffuncall <cycle 4> [29]
0.00 0.00 568/571 process_tool_bar_item <cycle 4> [333]
[1031] 0.0 0.00 0.00 571 Fsubstitute_command_keys [1031]
-----------------------------------------------
0.00 0.00 51/563 x_draw_glyph_string_box [1219]
0.00 0.00 512/563 x_set_glyph_string_clipping [1063]
[1032] 0.0 0.00 0.00 563 get_glyph_string_clip_rects [1032]
0.00 0.00 409/1972 window_box_left [912]
0.00 0.00 409/6062 window_box_width [838]
0.00 0.00 28/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 3/559 Fother_buffer [570]
0.00 0.00 556/559 find_automatic_composition [293]
[1033] 0.0 0.00 0.00 559 Fget_buffer_window [1033]
0.00 0.00 559/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 1/557 Fload <cycle 4> [411]
0.00 0.00 556/557 Ffuncall <cycle 4> [29]
[1034] 0.0 0.00 0.00 557 Fappend [1034]
-----------------------------------------------
0.00 0.00 4/557 Fmatch_data [330]
0.00 0.00 86/557 hscroll_window_tree [498]
0.00 0.00 467/557 exec_byte_code <cycle 4> [73]
[1035] 0.0 0.00 0.00 557 Fset_marker [1035]
-----------------------------------------------
0.00 0.00 556/556 load_charset <cycle 4> [221]
[1036] 0.0 0.00 0.00 556 read_hex [1036]
-----------------------------------------------
0.00 0.00 45/555 bidi_find_paragraph_start [175]
0.00 0.00 510/555 find_newline [630]
[1037] 0.0 0.00 0.00 555 know_region_cache [1037]
0.00 0.00 555/6164 delete_cache_boundaries [837]
-----------------------------------------------
38 read_list <cycle 5> [357]
329 read1 <cycle 5> [300]
0.00 0.00 183/183 read_internal_start [281]
[1038] 0.0 0.00 0.00 550 read0 <cycle 5> [1038]
550 read1 <cycle 5> [300]
-----------------------------------------------
0.00 0.00 544/544 Ffuncall <cycle 4> [29]
[1039] 0.0 0.00 0.00 544 Fsubrp [1039]
-----------------------------------------------
0.00 0.00 542/542 Ffuncall <cycle 4> [29]
[1040] 0.0 0.00 0.00 542 Frun_hook_with_args_until_success [1040]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1041] 0.0 0.00 0.00 541 Fwindow_fringes [1041]
0.00 0.00 541/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1042] 0.0 0.00 0.00 541 Fwindow_header_line_height [1042]
0.00 0.00 1082/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 541/541 Ffuncall <cycle 4> [29]
[1043] 0.0 0.00 0.00 541 Fwindow_margins [1043]
0.00 0.00 541/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/539 Ffontp [363]
0.00 0.00 1/539 fontset_from_font <cycle 4> [343]
0.00 0.00 2/539 ftfont_list [211]
0.00 0.00 4/539 apply_modifiers [309]
0.00 0.00 4/539 font_prop_validate_symbol [391]
0.00 0.00 47/539 font_parse_family_registry [321]
0.00 0.00 120/539 Ffuncall <cycle 4> [29]
0.00 0.00 172/539 read1 <cycle 5> [300]
0.00 0.00 188/539 font_intern_prop [93]
[1044] 0.0 0.00 0.00 539 intern_sym [1044]
-----------------------------------------------
0.00 0.00 3/538 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/538 readevalloop <cycle 4> [402]
0.00 0.00 4/538 Fload <cycle 4> [411]
0.00 0.00 9/538 wait_reading_process_output [44]
0.00 0.00 518/538 Ffuncall_interactively <cycle 4> [1054]
[1045] 0.0 0.00 0.00 538 record_unwind_protect_int [1045]
-----------------------------------------------
0.00 0.00 531/531 Fsubstring [362]
[1046] 0.0 0.00 0.00 531 copy_text_properties [1046]
0.00 0.00 531/228845 validate_interval_range [778]
-----------------------------------------------
0.00 0.00 529/529 exec_byte_code <cycle 4> [73]
[1047] 0.0 0.00 0.00 529 float_arith_driver [1047]
-----------------------------------------------
6 adjust_frame_size <cycle 4> [497]
29 XTset_vertical_scroll_bar <cycle 4> [475]
44 adjust_glyph_matrix <cycle 4> [1255]
450 XTring_bell <cycle 4> [703]
[1048] 0.0 0.00 0.00 529 window_box <cycle 4> [1048]
0.00 0.00 500/6062 window_box_width [838]
0.00 0.00 456/1972 window_box_left [912]
79 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 2/523 Fcar_less_than_car [1506]
0.00 0.00 521/523 eval_sub <cycle 4> [176]
[1049] 0.0 0.00 0.00 523 Flss [1049]
-----------------------------------------------
0.00 0.00 2/523 Fcar_less_than_car [1506]
0.00 0.00 521/523 eval_sub <cycle 4> [176]
[1050] 0.0 0.00 0.00 523 arithcompare_driver [1050]
0.00 0.00 523/27343 arithcompare [815]
-----------------------------------------------
0.00 0.00 522/522 read_char <cycle 2> [20]
[1051] 0.0 0.00 0.00 522 event_to_kboard [1051]
-----------------------------------------------
0.00 0.00 522/522 read_char <cycle 2> [20]
[1052] 0.0 0.00 0.00 522 kbd_on_hold_p [1052]
-----------------------------------------------
0.00 0.00 518/518 Ffuncall <cycle 4> [29]
[1053] 0.0 0.00 0.00 518 Farrayp [1053]
-----------------------------------------------
518 Ffuncall <cycle 4> [29]
[1054] 0.0 0.00 0.00 518 Ffuncall_interactively <cycle 4> [1054]
0.00 0.00 518/227551 grow_specpdl [779]
0.00 0.00 518/538 record_unwind_protect_int [1045]
0.00 0.00 518/518 temporarily_switch_to_single_kboard [1056]
518 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 518/518 Fcall_interactively <cycle 4> [106]
[1055] 0.0 0.00 0.00 518 Finteractive_form [1055]
0.00 0.00 518/427893 indirect_function [767]
0.00 0.00 518/98231 Fplist_get [798]
0.00 0.00 518/69910 Fget [800]
-----------------------------------------------
0.00 0.00 518/518 Ffuncall_interactively <cycle 4> [1054]
[1056] 0.0 0.00 0.00 518 temporarily_switch_to_single_kboard [1056]
-----------------------------------------------
0.00 0.00 517/517 unbind_to <cycle 4> [244]
[1057] 0.0 0.00 0.00 517 restore_kboard_configuration [1057]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [29]
[1058] 0.0 0.00 0.00 516 Fskip_syntax_forward [1058]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1059] 0.0 0.00 0.00 515 Fborder_width [1059]
0.00 0.00 515/9070 decode_any_frame [825]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1060] 0.0 0.00 0.00 515 Fwindow_body_height [1060]
0.00 0.00 515/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 515/515 Ffuncall <cycle 4> [29]
[1061] 0.0 0.00 0.00 515 Fwindow_body_width [1061]
0.00 0.00 515/515 window_body_width [1062]
0.00 0.00 515/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 515/515 Fwindow_body_width [1061]
[1062] 0.0 0.00 0.00 515 window_body_width [1062]
-----------------------------------------------
0.00 0.00 512/512 x_draw_glyph_string <cycle 4> [428]
[1063] 0.0 0.00 0.00 512 x_set_glyph_string_clipping [1063]
0.00 0.00 512/563 get_glyph_string_clip_rects [1032]
-----------------------------------------------
0.00 0.00 1/511 Fposn_at_x_y [1573]
0.00 0.00 510/511 Fvertical_motion <cycle 4> [209]
[1064] 0.0 0.00 0.00 511 decode_live_window [1064]
-----------------------------------------------
0.00 0.00 511/511 read_key_sequence.constprop.44 <cycle 2> [15]
[1065] 0.0 0.00 0.00 511 echo_keystrokes_p [1065]
-----------------------------------------------
0.00 0.00 1/511 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 510/511 Fvertical_motion <cycle 4> [209]
[1066] 0.0 0.00 0.00 511 move_it_in_display_line [1066]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1067] 0.0 0.00 0.00 510 Fabs [1067]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1068] 0.0 0.00 0.00 510 Fset_window_vscroll [1068]
0.00 0.00 510/1055 extract_float [970]
-----------------------------------------------
0.00 0.00 510/510 Ffuncall <cycle 4> [29]
[1069] 0.0 0.00 0.00 510 Fx_hide_tip [1069]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[1070] 0.0 0.00 0.00 510 add_command_key [1070]
-----------------------------------------------
0.00 0.00 510/510 read_key_sequence.constprop.44 <cycle 2> [15]
[1071] 0.0 0.00 0.00 510 follow_key [1071]
0.00 0.00 510/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 510/510 read_char <cycle 2> [20]
[1072] 0.0 0.00 0.00 510 record_char [1072]
0.00 0.00 510/510 store_kbd_macro_char [1074]
-----------------------------------------------
0.00 0.00 510/510 start_atimer [383]
[1073] 0.0 0.00 0.00 510 schedule_atimer [1073]
-----------------------------------------------
0.00 0.00 510/510 record_char [1072]
[1074] 0.0 0.00 0.00 510 store_kbd_macro_char [1074]
-----------------------------------------------
0.00 0.00 509/509 Ffuncall <cycle 4> [29]
[1075] 0.0 0.00 0.00 509 Fbuffer_name [1075]
-----------------------------------------------
509 Ffuncall <cycle 4> [29]
[1076] 0.0 0.00 0.00 509 Fline_pixel_height <cycle 4> [1076]
509 start_display <cycle 4> [197]
509 line_bottom_y <cycle 4> [537]
-----------------------------------------------
0.00 0.00 506/506 Ffuncall <cycle 4> [29]
[1077] 0.0 0.00 0.00 506 Fwindow_start [1077]
-----------------------------------------------
0.00 0.00 500/500 eval_sub <cycle 4> [176]
[1078] 0.0 0.00 0.00 500 Fadd1 [1078]
-----------------------------------------------
500 eval_sub <cycle 4> [176]
[1079] 0.0 0.00 0.00 500 Finsert <cycle 4> [1079]
500 general_insert_function <cycle 4> [1080]
-----------------------------------------------
500 Finsert <cycle 4> [1079]
[1080] 0.0 0.00 0.00 500 general_insert_function <cycle 4> [1080]
1000 update_compositions <cycle 4> [154]
1000 insert_from_string <cycle 4> [984]
-----------------------------------------------
0.00 0.00 484/484 directory_files_internal <cycle 4> [254]
[1081] 0.0 0.00 0.00 484 read_dirent [1081]
-----------------------------------------------
30 x_draw_glyph_string <cycle 4> [428]
446 draw_fringe_bitmap_1 <cycle 4> [304]
[1082] 0.0 0.00 0.00 476 x_draw_fringe_bitmap <cycle 4> [1082]
446 XTring_bell <cycle 4> [703]
-----------------------------------------------
0.00 0.00 467/467 Ffuncall <cycle 4> [29]
[1083] 0.0 0.00 0.00 467 Frun_hook_wrapped [1083]
-----------------------------------------------
467 Fcommandp <cycle 4> [853]
[1084] 0.0 0.00 0.00 467 run_hook_wrapped_funcall <cycle 4> [1084]
467 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[1085] 0.0 0.00 0.00 460 init_glyph_string [1085]
-----------------------------------------------
0.00 0.00 460/460 draw_glyphs <cycle 4> [35]
[1086] 0.0 0.00 0.00 460 set_glyph_string_background_width [1086]
-----------------------------------------------
223 draw_row_fringe_bitmaps <cycle 4> [1123]
223 draw_window_fringes <cycle 4> [1181]
[1087] 0.0 0.00 0.00 446 draw_fringe_bitmap <cycle 4> [1087]
446 draw_fringe_bitmap_1 <cycle 4> [304]
-----------------------------------------------
0.00 0.00 1/439 xg_store_widget_in_map [1555]
0.00 0.00 6/439 update_window <cycle 4> [458]
0.00 0.00 432/439 adjust_glyph_matrix <cycle 4> [1255]
[1088] 0.0 0.00 0.00 439 xnrealloc [1088]
-----------------------------------------------
0.00 0.00 434/434 Fsingle_key_description <cycle 4> [544]
[1089] 0.0 0.00 0.00 434 push_key_description [1089]
-----------------------------------------------
44 mark_object <cycle 4> [46]
58 mark_localized_symbol <cycle 4> [830]
92 mark_vectorlike <cycle 4> [127]
239 Fgarbage_collect <cycle 4> [64]
[1090] 0.0 0.00 0.00 433 mark_buffer <cycle 4> [1090]
866 mark_overlay <cycle 4> [988]
433 mark_vectorlike <cycle 4> [127]
45 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 398/398 x_draw_glyph_string <cycle 4> [428]
[1091] 0.0 0.00 0.00 398 x_draw_stretch_glyph_string [1091]
0.00 0.00 245/245 x_clear_glyph_string_rect [1115]
-----------------------------------------------
0.00 0.00 386/386 Ffuncall <cycle 4> [29]
[1092] 0.0 0.00 0.00 386 Fstring_match [1092]
-----------------------------------------------
0.00 0.00 385/385 Ffuncall <cycle 4> [29]
[1093] 0.0 0.00 0.00 385 Fkeymapp [1093]
0.00 0.00 385/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 24/376 display_mode_line <cycle 4> [472]
0.00 0.00 352/376 display_line <cycle 4> [184]
[1094] 0.0 0.00 0.00 376 compute_line_metrics [1094]
0.00 0.00 376/376 row_hash [1096]
-----------------------------------------------
0.00 0.00 24/376 display_mode_line <cycle 4> [472]
0.00 0.00 352/376 display_line <cycle 4> [184]
[1095] 0.0 0.00 0.00 376 prepare_desired_row [1095]
-----------------------------------------------
0.00 0.00 376/376 compute_line_metrics [1094]
[1096] 0.0 0.00 0.00 376 row_hash [1096]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [114]
4 message3_nolog <cycle 4> [1532]
0.00 0.03 103/9783 redisplay_internal [38]
0.01 0.07 257/9783 wait_reading_process_output [44]
[1097] 0.0 0.00 0.00 366 do_pending_window_change <cycle 4> [1097]
0.00 0.00 4/21 change_frame_size_1 [1321]
4 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
23 Fload <cycle 4> [411]
314 menu_item_eval_property <cycle 4> [109]
0.00 0.00 14/9783 redisplay_windows [179]
0.00 0.00 15/9783 redisplay_internal [38]
[1098] 0.0 0.00 0.00 366 internal_condition_case_1 <cycle 4> [1098]
0.00 0.00 366/5577 push_handler [843]
0.00 0.00 314/314 eval_dyn [1103]
314 unbind_to <cycle 4> [244]
314 Feval <cycle 4> [320]
23 Fsubstitute_in_file_name <cycle 4> [312]
15 redisplay_window_1 <cycle 4> [1344]
14 redisplay_window_0 <cycle 4> [1348]
-----------------------------------------------
0.00 0.00 92/340 update_window <cycle 4> [458]
0.00 0.00 248/340 Finternal_show_cursor_p [1110]
[1099] 0.0 0.00 0.00 340 assign_row [1099]
-----------------------------------------------
0.00 0.00 1/334 adjust_frame_glyphs <cycle 4> [651]
0.00 0.00 1/334 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/334 x_set_left_fringe [1652]
0.00 0.00 1/334 x_set_right_fringe [1656]
0.00 0.00 1/334 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/334 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1/334 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1/334 Fset_window_configuration <cycle 4> [702]
0.00 0.00 1/334 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 2/334 x_set_font <cycle 4> [189]
0.00 0.00 2/334 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 3/334 free_realized_face [116]
0.00 0.00 5/334 redraw_frame <cycle 4> [683]
0.00 0.00 8/334 xg_update_scrollbar_pos [662]
0.00 0.00 13/334 adjust_frame_size <cycle 4> [497]
0.00 0.00 16/334 realize_face [152]
0.00 0.00 17/334 xg_frame_resized [1332]
0.00 0.00 81/334 Finternal_make_lisp_face [385]
0.00 0.00 178/334 Finternal_set_lisp_face_attribute <cycle 4> [337]
[1100] 0.0 0.00 0.00 334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 92/326 Fwindow_parameter [717]
0.00 0.00 234/326 Fwindow_buffer [1116]
[1101] 0.0 0.00 0.00 326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 1/315 Ffile_accessible_directory_p <cycle 4> [453]
0.00 0.00 2/315 xg_set_icon <cycle 4> [699]
0.00 0.00 2/315 Ffile_attributes <cycle 4> [424]
0.00 0.00 2/315 Fload <cycle 4> [411]
0.00 0.00 3/315 Ffile_exists_p <cycle 4> [400]
0.00 0.00 3/315 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/315 directory_files_internal <cycle 4> [254]
0.00 0.00 10/315 xpm_load <cycle 4> [1381]
0.00 0.00 12/315 x_find_image_fd <cycle 4> [500]
0.00 0.00 22/315 Ffile_symlink_p <cycle 4> [308]
0.00 0.00 26/315 Ffile_readable_p <cycle 4> [311]
0.00 0.00 40/315 Ffile_directory_p <cycle 4> [285]
0.00 0.00 188/315 openp <cycle 4> [220]
[1102] 0.0 0.00 0.00 315 encode_file_name [1102]
-----------------------------------------------
0.00 0.00 314/314 internal_condition_case_1 <cycle 4> [1098]
[1103] 0.0 0.00 0.00 314 eval_dyn [1103]
-----------------------------------------------
0.00 0.00 95/311 update_window <cycle 4> [458]
0.00 0.00 216/311 add_row_entry [1117]
[1104] 0.0 0.00 0.00 311 row_equal_p.constprop.18 [1104]
-----------------------------------------------
0.00 0.00 309/309 encode_coding [715]
[1105] 0.0 0.00 0.00 309 consume_chars [1105]
-----------------------------------------------
0.00 0.00 304/304 Ffuncall <cycle 4> [29]
[1106] 0.0 0.00 0.00 304 Fwindow_valid_p [1106]
-----------------------------------------------
0.00 0.00 16/292 lisp_string_width [370]
0.00 0.00 276/292 c_string_width [1109]
[1107] 0.0 0.00 0.00 292 buffer_display_table [1107]
-----------------------------------------------
0.00 0.00 1/283 Fset_window_configuration <cycle 4> [702]
0.00 0.00 3/283 run_window_scroll_functions [1496]
0.00 0.00 3/283 redisplay_window <cycle 4> [410]
0.00 0.00 5/283 select_window <cycle 4> [528]
0.00 0.00 6/283 set_window_buffer <cycle 4> [573]
0.00 0.00 40/283 try_window <cycle 4> [1269]
0.00 0.00 62/283 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 70/283 resize_mini_window <cycle 4> [339]
0.00 0.00 93/283 unwind_with_echo_area_buffer <cycle 4> [1282]
[1108] 0.0 0.00 0.00 283 set_marker_both [1108]
0.00 0.00 283/870 live_buffer [998]
0.00 0.00 283/3039 CHECK_MARKER [882]
0.00 0.00 190/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 4/276 doprnt <cycle 4> [1454]
0.00 0.00 42/276 store_mode_line_noprop [1267]
0.00 0.00 230/276 display_mode_element <cycle 4> [379]
[1109] 0.0 0.00 0.00 276 c_string_width [1109]
0.00 0.00 654/821 char_width [1000]
0.00 0.00 276/292 buffer_display_table [1107]
-----------------------------------------------
0.00 0.00 24/272 Ffuncall <cycle 4> [29]
0.00 0.00 248/272 update_window_line <cycle 4> [517]
[1110] 0.0 0.00 0.00 272 Finternal_show_cursor_p [1110]
0.00 0.00 248/340 assign_row [1099]
0.00 0.00 24/61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 266/266 store_mode_line_noprop [1267]
[1111] 0.0 0.00 0.00 266 store_mode_line_noprop_char [1111]
-----------------------------------------------
0.00 0.00 257/257 wait_reading_process_output [44]
[1112] 0.0 0.00 0.00 257 requeued_events_pending_p [1112]
-----------------------------------------------
0.00 0.00 3/257 xg_update_scrollbar_pos [662]
0.00 0.00 8/257 XTset_vertical_scroll_bar <cycle 4> [475]
0.00 0.00 16/257 handle_one_xevent [99]
0.00 0.00 230/257 x_clear_frame_area [1121]
[1113] 0.0 0.00 0.00 257 x_clear_area [1113]
-----------------------------------------------
252 mark_object <cycle 4> [46]
[1114] 0.0 0.00 0.00 252 mark_face_cache <cycle 4> [1114]
15376 mark_object <cycle 4> [46]
225 mark_vectorlike <cycle 4> [127]
118 traverse_intervals_noorder <cycle 4> [989]
-----------------------------------------------
0.00 0.00 245/245 x_draw_stretch_glyph_string [1091]
[1115] 0.0 0.00 0.00 245 x_clear_glyph_string_rect [1115]
-----------------------------------------------
0.00 0.00 10/239 run_window_configuration_change_hook <cycle 4> [545]
0.00 0.00 229/239 Ffuncall <cycle 4> [29]
[1116] 0.0 0.00 0.00 239 Fwindow_buffer [1116]
0.00 0.00 234/326 Frun_window_scroll_functions [1101]
-----------------------------------------------
0.00 0.00 234/234 update_window <cycle 4> [458]
[1117] 0.0 0.00 0.00 234 add_row_entry [1117]
0.00 0.00 216/311 row_equal_p.constprop.18 [1104]
-----------------------------------------------
233 update_window_line <cycle 4> [517]
[1118] 0.0 0.00 0.00 233 x_clear_end_of_line <cycle 4> [1118]
0.00 0.00 233/1742 window_text_bottom_y [922]
0.00 0.00 226/1972 window_box_left [912]
0.00 0.00 226/6062 window_box_width [838]
0.00 0.00 226/230 x_clear_frame_area [1121]
25 show_hourglass <cycle 4> [183]
-----------------------------------------------
232 eval_sub <cycle 4> [176]
[1119] 0.0 0.00 0.00 232 Fand <cycle 4> [1119]
311 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 230/230 update_window_line <cycle 4> [517]
[1120] 0.0 0.00 0.00 230 x_after_update_window_line [1120]
-----------------------------------------------
0.00 0.00 4/230 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 226/230 x_clear_end_of_line <cycle 4> [1118]
[1121] 0.0 0.00 0.00 230 x_clear_frame_area [1121]
0.00 0.00 230/257 x_clear_area [1113]
-----------------------------------------------
0.00 0.00 50/228 Ffloat_time [1225]
0.00 0.00 178/228 lisp_time_struct [1135]
[1122] 0.0 0.00 0.00 228 disassemble_lisp_time [1122]
-----------------------------------------------
223 draw_window_fringes <cycle 4> [1181]
[1123] 0.0 0.00 0.00 223 draw_row_fringe_bitmaps <cycle 4> [1123]
223 draw_fringe_bitmap <cycle 4> [1087]
-----------------------------------------------
0.00 0.00 223/223 draw_fringe_bitmap_1 <cycle 4> [304]
[1124] 0.0 0.00 0.00 223 window_box_right [1124]
0.00 0.00 223/1972 window_box_left [912]
0.00 0.00 223/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 31/219 eval_sub <cycle 4> [176]
0.00 0.00 51/219 Ffuncall <cycle 4> [29]
0.00 0.00 137/219 Fdefvar <cycle 4> [454]
[1125] 0.0 0.00 0.00 219 Fdefault_boundp [1125]
0.00 0.00 219/3434 default_value [867]
0.00 0.00 45/74640 do_symval_forwarding [799]
-----------------------------------------------
0.00 0.00 1/216 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 215/216 digest_single_submenu <cycle 4> [448]
[1126] 0.0 0.00 0.00 216 code_convert_string_norecord [1126]
-----------------------------------------------
0.00 0.00 24/215 display_mode_line <cycle 4> [472]
0.00 0.00 191/215 display_line <cycle 4> [184]
[1127] 0.0 0.00 0.00 215 extend_face_to_end_of_line [1127]
0.00 0.00 382/710 lookup_basic_face [1016]
-----------------------------------------------
208 mark_object <cycle 4> [46]
[1128] 0.0 0.00 0.00 208 mark_discard_killed_buffers <cycle 4> [1128]
208 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 11/200 Fgetenv_internal [569]
0.00 0.00 189/200 egetenv_internal [1131]
[1129] 0.0 0.00 0.00 200 getenv_internal [1129]
0.00 0.00 200/200 getenv_internal_1 [1130]
-----------------------------------------------
0.00 0.00 200/200 getenv_internal [1129]
[1130] 0.0 0.00 0.00 200 getenv_internal_1 [1130]
-----------------------------------------------
0.00 0.00 1/189 x_term_init <cycle 4> [508]
0.00 0.00 188/189 Fexpand_file_name <cycle 4> [173]
[1131] 0.0 0.00 0.00 189 egetenv_internal [1131]
0.00 0.00 189/200 getenv_internal [1129]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [29]
[1132] 0.0 0.00 0.00 183 Fread [1132]
-----------------------------------------------
0.00 0.00 46/181 Ffile_name_as_directory <cycle 4> [279]
0.00 0.00 135/181 Fexpand_file_name <cycle 4> [173]
[1133] 0.0 0.00 0.00 181 Fnext_read_file_uses_dialog_p [1133]
-----------------------------------------------
0.00 0.00 179/179 x_defined_color [511]
[1134] 0.0 0.00 0.00 179 xg_check_special_colors [1134]
-----------------------------------------------
0.00 0.00 52/178 Ftime_less_p [1297]
0.00 0.00 126/178 time_arith [445]
[1135] 0.0 0.00 0.00 178 lisp_time_struct [1135]
0.00 0.00 178/228 disassemble_lisp_time [1122]
0.00 0.00 178/1336 decode_time_components [955]
-----------------------------------------------
0.00 0.00 175/175 x_alloc_nearest_color [1137]
[1136] 0.0 0.00 0.00 175 gamma_correct [1136]
-----------------------------------------------
0.00 0.00 2/175 x_setup_relief_color [1551]
0.00 0.00 173/175 x_defined_color [511]
[1137] 0.0 0.00 0.00 175 x_alloc_nearest_color [1137]
0.00 0.00 175/175 gamma_correct [1136]
-----------------------------------------------
0.00 0.00 2/172 emacs_fopen [1523]
0.00 0.00 2/172 open_directory [698]
0.00 0.00 3/172 Finsert_file_contents <cycle 4> [351]
0.00 0.00 165/172 openp <cycle 4> [220]
[1138] 0.0 0.00 0.00 172 emacs_open [1138]
-----------------------------------------------
120 display_mode_element <cycle 4> [379]
0.00 0.01 49/9783 redisplay_internal [38]
[1139] 0.0 0.00 0.00 169 safe__call1 <cycle 4> [1139]
169 safe__call <cycle 4> [301]
-----------------------------------------------
0.00 0.00 1/161 Fx_create_frame <cycle 4> [202]
0.00 0.00 13/161 Fx_get_resource [1349]
0.00 0.00 46/161 Fx_display_color_cells [1254]
0.00 0.00 101/161 Fxw_display_color_p [1167]
[1140] 0.0 0.00 0.00 161 check_x_display_info [1140]
0.00 0.00 107/143 decode_window_system_frame [1147]
-----------------------------------------------
0.00 0.00 161/161 load_color2 [514]
[1141] 0.0 0.00 0.00 161 defined_color [1141]
-----------------------------------------------
0.00 0.00 2/160 x_new_font <cycle 4> [588]
0.00 0.00 8/160 font_open_entity [392]
0.00 0.00 150/160 show_hourglass <cycle 4> [183]
[1142] 0.0 0.00 0.00 160 normal_char_ascent_descent [1142]
-----------------------------------------------
0.00 0.00 26/157 redisplay_window <cycle 4> [410]
0.00 0.00 61/157 redisplay_internal [38]
0.00 0.00 70/157 note_mouse_highlight [419]
[1143] 0.0 0.00 0.00 157 window_outdated [1143]
-----------------------------------------------
0.00 0.00 8/148 handle_one_xevent [99]
0.00 0.00 140/148 note_mouse_highlight [419]
[1144] 0.0 0.00 0.00 148 clear_mouse_face [1144]
-----------------------------------------------
147 eval_sub <cycle 4> [176]
[1145] 0.0 0.00 0.00 147 Fif <cycle 4> [1145]
0.00 0.00 55/49012 Fcar [807]
147 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 3/146 set_window_buffer <cycle 4> [573]
0.00 0.00 4/146 delete_all_child_windows [1521]
0.00 0.00 4/146 Fset_window_configuration <cycle 4> [702]
0.00 0.00 31/146 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 31/146 with_echo_area_buffer <cycle 4> [405]
0.00 0.00 73/146 wset_buffer [1184]
[1146] 0.0 0.00 0.00 146 adjust_window_count [1146]
-----------------------------------------------
0.00 0.00 1/143 Fx_wm_set_size_hint [523]
0.00 0.00 1/143 Fx_backspace_delete_keys_p [589]
0.00 0.00 2/143 Fx_change_window_property [550]
0.00 0.00 6/143 Fxw_color_values [548]
0.00 0.00 6/143 Fx_register_dnd_atom [509]
0.00 0.00 20/143 Fimage_mask_p <cycle 4> [640]
0.00 0.00 107/143 check_x_display_info [1140]
[1147] 0.0 0.00 0.00 143 decode_window_system_frame [1147]
0.00 0.00 143/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 7/140 sit_for [41]
0.00 0.00 133/140 wait_reading_process_output [44]
[1148] 0.0 0.00 0.00 140 detect_input_pending [1148]
-----------------------------------------------
0.00 0.00 1/139 Fcommandp <cycle 4> [853]
0.00 0.00 138/139 exec_byte_code <cycle 4> [73]
[1149] 0.0 0.00 0.00 139 Fsymbol_function [1149]
-----------------------------------------------
136 readevalloop <cycle 4> [402]
[1150] 0.0 0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1150]
272 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 13/135 parse_single_submenu <cycle 4> [494]
0.00 0.00 122/135 Ffuncall <cycle 4> [29]
[1151] 0.0 0.00 0.00 135 Fkeymap_prompt [1151]
0.00 0.00 1408/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 134/134 wait_reading_process_output [44]
[1152] 0.0 0.00 0.00 134 clear_waiting_for_input [1152]
-----------------------------------------------
0.00 0.00 134/134 wait_reading_process_output [44]
[1153] 0.0 0.00 0.00 134 set_waiting_for_input [1153]
-----------------------------------------------
0.00 0.00 1/133 delete_frame <cycle 4> [230]
0.00 0.00 2/133 Fset_charset_priority [444]
0.00 0.00 2/133 Fkill_local_variable <cycle 4> [741]
0.00 0.00 3/133 Fkill_buffer <cycle 4> [565]
0.00 0.00 6/133 frames_discard_buffer [1489]
0.00 0.00 6/133 record_buffer [654]
0.00 0.00 28/133 font_put_extra [336]
0.00 0.00 85/133 Ffuncall <cycle 4> [29]
[1154] 0.0 0.00 0.00 133 Fdelq [1154]
0.00 0.00 15/591680 Fsetcdr [764]
-----------------------------------------------
0.00 0.00 7/133 unload_color [663]
0.00 0.00 126/133 free_realized_face [116]
[1155] 0.0 0.00 0.00 133 x_free_colors [1155]
-----------------------------------------------
0.00 0.00 2/124 init_kboard [655]
0.00 0.00 122/124 Ffuncall <cycle 4> [29]
[1156] 0.0 0.00 0.00 124 Fmake_sparse_keymap [1156]
-----------------------------------------------
122 Ffuncall <cycle 4> [29]
[1157] 0.0 0.00 0.00 122 Fmap_keymap <cycle 4> [1157]
122 map_keymap <cycle 4> [865]
-----------------------------------------------
16 menu_bar_items <cycle 4> [435]
106 single_keymap_panes <cycle 4> [616]
[1158] 0.0 0.00 0.00 122 map_keymap_canonical <cycle 4> [1158]
0.00 0.00 122/122 safe_call1 [1159]
122 safe_call <cycle 4> [1026]
-----------------------------------------------
0.00 0.00 122/122 map_keymap_canonical <cycle 4> [1158]
[1159] 0.0 0.00 0.00 122 safe_call1 [1159]
-----------------------------------------------
0.00 0.00 121/121 eval_sub <cycle 4> [176]
[1160] 0.0 0.00 0.00 121 Feq [1160]
-----------------------------------------------
0.00 0.00 120/120 handle_one_xevent [99]
[1161] 0.0 0.00 0.00 120 xft_settings_event [1161]
-----------------------------------------------
0.00 0.00 4/119 readevalloop <cycle 4> [402]
0.00 0.00 115/119 Ffuncall <cycle 4> [29]
[1162] 0.0 0.00 0.00 119 Ffile_name_absolute_p [1162]
-----------------------------------------------
0.00 0.00 118/118 foreach_window_1 [608]
[1163] 0.0 0.00 0.00 118 check_window_containing [1163]
0.00 0.00 118/118 coordinates_in_window [1164]
-----------------------------------------------
0.00 0.00 118/118 check_window_containing [1163]
[1164] 0.0 0.00 0.00 118 coordinates_in_window [1164]
0.00 0.00 330/6062 window_box_width [838]
0.00 0.00 110/1972 window_box_left [912]
-----------------------------------------------
0.00 0.00 1/113 xg_update_menubar [503]
0.00 0.00 112/113 xg_item_label_same_p [432]
[1165] 0.0 0.00 0.00 113 make_widget_for_menu_item [1165]
-----------------------------------------------
1 move_it_vertically_backward <cycle 4> [292]
12 redisplay_window <cycle 4> [410]
20 required_matrix_height <cycle 4> [1312]
79 window_box <cycle 4> [1048]
[1166] 0.0 0.00 0.00 112 window_box_height <cycle 4> [1166]
15 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.00 0.00 22/101 Ffuncall <cycle 4> [29]
0.00 0.00 79/101 face_color_supported_p [1180]
[1167] 0.0 0.00 0.00 101 Fxw_display_color_p [1167]
0.00 0.00 101/161 check_x_display_info [1140]
-----------------------------------------------
0.00 0.00 20/100 xpm_load <cycle 4> [1381]
0.00 0.00 30/100 x_build_heuristic_mask [1377]
0.00 0.00 50/100 lookup_image <cycle 4> [495]
[1168] 0.0 0.00 0.00 100 image_spec_value [1168]
-----------------------------------------------
0.00 0.00 18/100 redisplay_window <cycle 4> [410]
0.00 0.00 82/100 display_line <cycle 4> [184]
[1169] 0.0 0.00 0.00 100 row_for_charpos_p [1169]
-----------------------------------------------
0.00 0.00 2/96 face_for_font [664]
0.00 0.00 94/96 realize_face [152]
[1170] 0.0 0.00 0.00 96 cache_face [1170]
-----------------------------------------------
0.00 0.00 4/94 save_window_save [634]
0.00 0.00 90/94 Fbuffer_local_value [1173]
[1171] 0.0 0.00 0.00 94 buffer_local_value [1171]
-----------------------------------------------
0.00 0.00 93/93 Ffuncall <cycle 4> [29]
[1172] 0.0 0.00 0.00 93 Fwindowp [1172]
-----------------------------------------------
0.00 0.00 4/90 Ffuncall <cycle 4> [29]
0.00 0.00 86/90 hscroll_window_tree [498]
[1173] 0.0 0.00 0.00 90 Fbuffer_local_value [1173]
0.00 0.00 90/94 buffer_local_value [1171]
0.00 0.00 86/3215 Fdefault_value [874]
-----------------------------------------------
0.00 0.00 44/89 set_internal [145]
0.00 0.00 45/89 Fmake_local_variable <cycle 4> [436]
[1174] 0.0 0.00 0.00 89 let_shadows_buffer_binding_p [1174]
0.00 0.00 89/41387 Fcurrent_buffer [809]
-----------------------------------------------
0.00 0.00 86/86 hscroll_window_tree [498]
[1175] 0.0 0.00 0.00 86 Fwindow_old_point [1175]
0.00 0.00 86/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 86/86 hscroll_window_tree [498]
[1176] 0.0 0.00 0.00 86 Fwindow_point [1176]
0.00 0.00 86/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 1/82 set_message_1 <cycle 4> [1628]
0.00 0.00 1/82 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 2/82 unshow_buffer [1468]
0.00 0.00 2/82 Fset_buffer_multibyte [1450]
0.00 0.00 2/82 scan_newline [743]
0.00 0.00 3/82 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/82 decide_coding_unwind [1485]
0.00 0.00 10/82 message_dolog <cycle 4> [742]
0.00 0.00 58/82 redisplay_window <cycle 4> [410]
[1177] 0.0 0.00 0.00 82 temp_set_point_both [1177]
-----------------------------------------------
82 display_and_set_cursor <cycle 4> [496]
[1178] 0.0 0.00 0.00 82 x_draw_window_cursor <cycle 4> [1178]
0.00 0.00 48/48 xic_set_preeditarea [1250]
0.00 0.00 4/8 get_phys_cursor_glyph [1390]
0.00 0.00 4/4 get_phys_cursor_geometry [1458]
28 draw_phys_cursor_glyph <cycle 4> [1208]
4 XTring_bell <cycle 4> [703]
-----------------------------------------------
0.00 0.00 80/80 handle_one_xevent [99]
[1179] 0.0 0.00 0.00 80 x_handle_property_notify [1179]
-----------------------------------------------
0.00 0.00 79/79 realize_face [152]
[1180] 0.0 0.00 0.00 79 face_color_supported_p [1180]
0.00 0.00 79/101 Fxw_display_color_p [1167]
-----------------------------------------------
78 x_update_window_end <cycle 4> [563]
[1181] 0.0 0.00 0.00 78 draw_window_fringes <cycle 4> [1181]
0.00 0.00 78/1742 window_text_bottom_y [922]
223 draw_fringe_bitmap <cycle 4> [1087]
223 draw_row_fringe_bitmaps <cycle 4> [1123]
-----------------------------------------------
0.00 0.00 78/78 update_window <cycle 4> [458]
[1182] 0.0 0.00 0.00 78 x_update_window_begin [1182]
-----------------------------------------------
0.00 0.00 73/73 eval_sub <cycle 4> [176]
[1183] 0.0 0.00 0.00 73 Fnull [1183]
-----------------------------------------------
0.00 0.00 3/73 set_window_buffer <cycle 4> [573]
0.00 0.00 4/73 delete_all_child_windows [1521]
0.00 0.00 4/73 Fset_window_configuration <cycle 4> [702]
0.00 0.00 31/73 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 31/73 with_echo_area_buffer <cycle 4> [405]
[1184] 0.0 0.00 0.00 73 wset_buffer [1184]
0.00 0.00 73/146 adjust_window_count [1146]
-----------------------------------------------
0.00 0.00 1/72 x_set_frame_parameters <cycle 4> [114]
0.00 0.00 1/72 tb_size_cb [456]
0.00 0.00 1/72 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 2/72 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 19/72 xg_frame_resized [1332]
0.00 0.00 22/72 adjust_frame_size <cycle 4> [497]
0.00 0.00 26/72 handle_one_xevent [99]
[1185] 0.0 0.00 0.00 72 frame_size_history_add [1185]
-----------------------------------------------
1 Fmapc <cycle 4> [623]
71 Fmapcar <cycle 4> [401]
[1186] 0.0 0.00 0.00 72 mapcar1 <cycle 4> [1186]
551 call1 <cycle 4> [949]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1187] 0.0 0.00 0.00 70 define_frame_cursor1 [1187]
-----------------------------------------------
0.00 0.00 70/70 message_dolog <cycle 4> [742]
[1188] 0.0 0.00 0.00 70 insert_1_both [1188]
-----------------------------------------------
0.00 0.00 70/70 exec_byte_code <cycle 4> [73]
[1189] 0.0 0.00 0.00 70 match_limit [1189]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1190] 0.0 0.00 0.00 70 window_box_right_offset [1190]
0.00 0.00 70/2152 window_box_left_offset [901]
0.00 0.00 70/6062 window_box_width [838]
-----------------------------------------------
0.00 0.00 70/70 note_mouse_highlight [419]
[1191] 0.0 0.00 0.00 70 x_define_frame_cursor [1191]
-----------------------------------------------
0.00 0.00 20/69 redisplay_window <cycle 4> [410]
0.00 0.00 49/69 redisplay_internal [38]
[1192] 0.0 0.00 0.00 69 mode_line_update_needed [1192]
-----------------------------------------------
17 Ffuncall <cycle 4> [29]
50 push_message <cycle 4> [512]
[1193] 0.0 0.00 0.00 67 current_message <cycle 4> [1193]
3 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
0.00 0.00 64/64 free_realized_face [116]
[1194] 0.0 0.00 0.00 64 x_destroy_bitmap [1194]
-----------------------------------------------
0.00 0.00 63/63 Ffuncall <cycle 4> [29]
[1195] 0.0 0.00 0.00 63 Ftime_add [1195]
-----------------------------------------------
0.00 0.00 63/63 time_arith [445]
[1196] 0.0 0.00 0.00 63 time_add [1196]
-----------------------------------------------
0.00 0.00 2/62 x_set_font <cycle 4> [189]
0.00 0.00 3/62 show_hourglass <cycle 4> [183]
0.00 0.00 3/62 free_realized_face [116]
0.00 0.00 5/62 redraw_frame <cycle 4> [683]
0.00 0.00 49/62 redisplay_internal [38]
[1197] 0.0 0.00 0.00 62 clear_window_matrices [1197]
-----------------------------------------------
0.00 0.00 24/61 Finternal_show_cursor_p [1110]
0.00 0.00 37/61 Finternal_show_cursor [1276]
[1198] 0.0 0.00 0.00 61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 22/61 mark_window_display_accurate [1361]
0.00 0.00 39/61 redisplay_internal [38]
[1199] 0.0 0.00 0.00 61 mark_window_display_accurate_1 [1199]
0.00 0.00 6/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 10/60 lookup_image <cycle 4> [495]
0.00 0.00 20/60 Finit_image_library [641]
0.00 0.00 30/60 valid_image_p [621]
[1200] 0.0 0.00 0.00 60 lookup_image_type [1200]
-----------------------------------------------
0.00 0.00 1/60 xg_create_frame_widgets <cycle 4> [592]
0.00 0.00 59/60 create_menus [437]
[1201] 0.0 0.00 0.00 60 xg_gtk_scroll_destroy [1201]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [29]
[1202] 0.0 0.00 0.00 59 Fdecode_coding_string [1202]
-----------------------------------------------
0.00 0.00 58/58 Ffuncall <cycle 4> [29]
[1203] 0.0 0.00 0.00 58 Fframe_root_window [1203]
-----------------------------------------------
0.00 0.00 58/58 handle_one_xevent [99]
[1204] 0.0 0.00 0.00 58 x_mouse_grabbed [1204]
-----------------------------------------------
0.00 0.00 56/56 display_mode_element <cycle 4> [379]
[1205] 0.0 0.00 0.00 56 display_count_lines [1205]
-----------------------------------------------
0.00 0.00 56/56 Ffuncall <cycle 4> [29]
[1206] 0.0 0.00 0.00 56 rounding_driver [1206]
0.00 0.00 52/52 ceiling2 [1214]
0.00 0.00 1/1 round2 [1625]
-----------------------------------------------
0.00 0.00 1/56 other_visible_frames [590]
0.00 0.00 8/56 xg_update_scrollbar_pos [662]
0.00 0.00 47/56 x_make_frame_visible <cycle 4> [420]
[1207] 0.0 0.00 0.00 56 x_sync [1207]
-----------------------------------------------
27 erase_phys_cursor <cycle 4> [1265]
28 x_draw_window_cursor <cycle 4> [1178]
[1208] 0.0 0.00 0.00 55 draw_phys_cursor_glyph <cycle 4> [1208]
55 draw_glyphs <cycle 4> [35]
-----------------------------------------------
0.00 0.00 54/54 Ffuncall <cycle 4> [29]
[1209] 0.0 0.00 0.00 54 Foverlayp [1209]
-----------------------------------------------
0.00 0.00 53/53 Ffuncall <cycle 4> [29]
[1210] 0.0 0.00 0.00 53 Fstringp [1210]
-----------------------------------------------
0.00 0.00 13/53 openp <cycle 4> [220]
0.00 0.00 40/53 Ffile_directory_p <cycle 4> [285]
[1211] 0.0 0.00 0.00 53 file_directory_p [1211]
-----------------------------------------------
0.00 0.00 53/53 fast_c_string_match_ignore_case [341]
[1212] 0.0 0.00 0.00 53 string_make_unibyte [1212]
-----------------------------------------------
0.00 0.00 52/52 Ffuncall <cycle 4> [29]
[1213] 0.0 0.00 0.00 52 Fceiling [1213]
-----------------------------------------------
0.00 0.00 52/52 rounding_driver [1206]
[1214] 0.0 0.00 0.00 52 ceiling2 [1214]
-----------------------------------------------
52 Fgarbage_collect <cycle 4> [64]
[1215] 0.0 0.00 0.00 52 mark_image_cache <cycle 4> [1215]
880 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/52 update_single_window <cycle 4> [1633]
0.00 0.00 5/52 redraw_frame <cycle 4> [683]
0.00 0.00 46/52 update_frame <cycle 4> [1257]
[1216] 0.0 0.00 0.00 52 update_begin [1216]
-----------------------------------------------
0.00 0.00 1/52 update_single_window <cycle 4> [1633]
0.00 0.00 5/52 redraw_frame <cycle 4> [683]
0.00 0.00 46/52 update_frame <cycle 4> [1257]
[1217] 0.0 0.00 0.00 52 update_end [1217]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1218] 0.0 0.00 0.00 51 get_glyph_string_clip_rect [1218]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string <cycle 4> [428]
[1219] 0.0 0.00 0.00 51 x_draw_glyph_string_box [1219]
0.00 0.00 51/563 get_glyph_string_clip_rects [1032]
0.00 0.00 51/51 get_glyph_string_clip_rect [1218]
0.00 0.00 51/51 x_setup_relief_colors [1221]
0.00 0.00 51/51 x_draw_relief_rect [1220]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1220] 0.0 0.00 0.00 51 x_draw_relief_rect [1220]
-----------------------------------------------
0.00 0.00 51/51 x_draw_glyph_string_box [1219]
[1221] 0.0 0.00 0.00 51 x_setup_relief_colors [1221]
0.00 0.00 2/2 x_setup_relief_color [1551]
-----------------------------------------------
0.00 0.00 1/51 update_single_window <cycle 4> [1633]
0.00 0.00 4/51 redraw_frame <cycle 4> [683]
0.00 0.00 46/51 update_frame <cycle 4> [1257]
[1222] 0.0 0.00 0.00 51 x_update_begin [1222]
-----------------------------------------------
0.00 0.00 1/51 update_single_window <cycle 4> [1633]
0.00 0.00 4/51 redraw_frame <cycle 4> [683]
0.00 0.00 46/51 update_frame <cycle 4> [1257]
[1223] 0.0 0.00 0.00 51 x_update_end [1223]
-----------------------------------------------
0.00 0.00 51/51 handle_one_xevent [99]
[1224] 0.0 0.00 0.00 51 xg_event_is_for_scrollbar [1224]
-----------------------------------------------
0.00 0.00 50/50 Ffuncall <cycle 4> [29]
[1225] 0.0 0.00 0.00 50 Ffloat_time [1225]
0.00 0.00 50/228 disassemble_lisp_time [1122]
0.00 0.00 50/1336 decode_time_components [955]
0.00 0.00 50/652 make_float [1021]
-----------------------------------------------
0.00 0.00 50/50 exec_byte_code <cycle 4> [73]
[1226] 0.0 0.00 0.00 50 Fmatch_beginning [1226]
-----------------------------------------------
1 redisplay_window <cycle 4> [410]
0.00 0.01 49/9783 redisplay_internal [38]
[1227] 0.0 0.00 0.00 50 overlay_arrows_changed_p <cycle 4> [1227]
0.00 0.00 50/74640 do_symval_forwarding [799]
100 find_symbol_value <cycle 4> [298]
-----------------------------------------------
0.00 0.00 50/50 unbind_to <cycle 4> [244]
[1228] 0.0 0.00 0.00 50 pop_message_unwind [1228]
-----------------------------------------------
0.00 0.00 1/50 Fx_open_connection <cycle 4> [1587]
0.00 0.00 49/50 xrdb_get_resource [1246]
[1229] 0.0 0.00 0.00 50 validate_x_resource_name [1229]
-----------------------------------------------
0.00 0.00 1/50 x_get_customization_string [1643]
0.00 0.00 49/50 xrdb_get_resource [1246]
[1230] 0.0 0.00 0.00 50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 49/49 redisplay_internal [38]
[1231] 0.0 0.00 0.00 49 clear_desired_matrices [1231]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1232] 0.0 0.00 0.00 49 mark_fringe_data [1232]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1233] 0.0 0.00 0.00 49 mark_kboards <cycle 4> [1233]
65896 mark_object <cycle 4> [46]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1234] 0.0 0.00 0.00 49 mark_specpdl <cycle 4> [1234]
1462 mark_object <cycle 4> [46]
6 mark_vectorlike <cycle 4> [127]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1235] 0.0 0.00 0.00 49 relocate_byte_stack [1235]
-----------------------------------------------
0.00 0.00 5/49 redraw_frame <cycle 4> [683]
0.00 0.00 44/49 update_frame <cycle 4> [1257]
[1236] 0.0 0.00 0.00 49 set_window_update_flags [1236]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1237] 0.0 0.00 0.00 49 shrink_regexp_cache [1237]
0.00 0.00 980/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1238] 0.0 0.00 0.00 49 sweep_floats [1238]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1239] 0.0 0.00 0.00 49 sweep_intervals [1239]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1240] 0.0 0.00 0.00 49 sweep_misc [1240]
0.00 0.00 1973/4179 unchain_marker [858]
0.00 0.00 37/10056 mem_delete [823]
0.00 0.00 37/1074 lisp_free [967]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1241] 0.0 0.00 0.00 49 sweep_strings [1241]
0.00 0.00 176104/176439 balance_intervals [784]
0.00 0.00 997/10056 mem_delete [823]
0.00 0.00 997/1074 lisp_free [967]
0.00 0.00 919/312932 balance_an_interval [771]
0.00 0.00 919/964 balance_intervals_internal [987]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1242] 0.0 0.00 0.00 49 sweep_symbols [1242]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1243] 0.0 0.00 0.00 49 sweep_weak_hash_tables <cycle 4> [1243]
732 sweep_weak_table <cycle 4> [1009]
-----------------------------------------------
0.00 0.00 49/49 Fgarbage_collect <cycle 4> [64]
[1244] 0.0 0.00 0.00 49 total_bytes_of_live_objects [1244]
-----------------------------------------------
49 Fgarbage_collect <cycle 4> [64]
[1245] 0.0 0.00 0.00 49 xg_mark_data <cycle 4> [1245]
13862 mark_object <cycle 4> [46]
-----------------------------------------------
0.00 0.00 1/49 select_visual [1627]
0.00 0.00 2/49 x_term_init <cycle 4> [508]
0.00 0.00 2/49 x_default_scroll_bar_color_parameter <cycle 4> [739]
0.00 0.00 13/49 Ffuncall <cycle 4> [29]
0.00 0.00 31/49 x_get_arg [701]
[1246] 0.0 0.00 0.00 49 xrdb_get_resource [1246]
0.00 0.00 49/50 validate_x_resource_name [1229]
0.00 0.00 49/50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 48/48 make_gap [595]
[1247] 0.0 0.00 0.00 48 enlarge_buffer_text [1247]
0.00 0.00 48/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 48/48 read1 <cycle 5> [300]
[1248] 0.0 0.00 0.00 48 str_as_unibyte [1248]
-----------------------------------------------
0.00 0.00 1/48 x_display_ok [1641]
0.00 0.00 1/48 x_term_init <cycle 4> [508]
0.00 0.00 1/48 shut_down_emacs <cycle 4> [708]
0.00 0.00 45/48 redisplay_internal [38]
[1249] 0.0 0.00 0.00 48 unrequest_sigio [1249]
-----------------------------------------------
0.00 0.00 48/48 x_draw_window_cursor <cycle 4> [1178]
[1250] 0.0 0.00 0.00 48 xic_set_preeditarea [1250]
-----------------------------------------------
0.00 0.00 47/47 x_make_frame_visible <cycle 4> [420]
[1251] 0.0 0.00 0.00 47 input_polling_used [1251]
-----------------------------------------------
0.00 0.00 1/47 x_display_ok [1641]
0.00 0.00 1/47 x_term_init <cycle 4> [508]
0.00 0.00 45/47 redisplay_internal [38]
[1252] 0.0 0.00 0.00 47 request_sigio [1252]
-----------------------------------------------
0.00 0.00 47/47 unbind_to <cycle 4> [244]
[1253] 0.0 0.00 0.00 47 unwind_redisplay [1253]
-----------------------------------------------
0.00 0.00 46/46 Ffuncall <cycle 4> [29]
[1254] 0.0 0.00 0.00 46 Fx_display_color_cells [1254]
0.00 0.00 46/161 check_x_display_info [1140]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [651]
4 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
40 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1255] 0.0 0.00 0.00 46 adjust_glyph_matrix <cycle 4> [1255]
0.00 0.00 432/2125 xrealloc [905]
0.00 0.00 432/439 xnrealloc [1088]
0.00 0.00 10/25 xpalloc [1306]
44 window_box <cycle 4> [1048]
-----------------------------------------------
0.00 0.00 3/46 Finsert_file_contents <cycle 4> [351]
0.00 0.00 43/46 make_gap [595]
[1256] 0.0 0.00 0.00 46 gap_left [1256]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
0.00 0.01 45/9783 redisplay_internal [38]
[1257] 0.0 0.00 0.00 46 update_frame <cycle 4> [1257]
0.00 0.00 46/51 x_update_begin [1222]
0.00 0.00 46/52 update_begin [1216]
0.00 0.00 46/51 x_update_end [1223]
0.00 0.00 46/52 update_end [1217]
0.00 0.00 44/49 set_window_update_flags [1236]
46 update_window_tree <cycle 4> [1258]
-----------------------------------------------
46 update_frame <cycle 4> [1257]
[1258] 0.0 0.00 0.00 46 update_window_tree <cycle 4> [1258]
77 update_window <cycle 4> [458]
-----------------------------------------------
0.00 0.00 3/45 Fchar_table_parent [1472]
0.00 0.00 4/45 Fset_char_table_parent [1512]
0.00 0.00 38/45 Fset_char_table_range [223]
[1259] 0.0 0.00 0.00 45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
45 Ffuncall <cycle 4> [29]
[1260] 0.0 0.00 0.00 45 Frun_hooks <cycle 4> [1260]
69 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 45/45 redisplay_internal [38]
[1261] 0.0 0.00 0.00 45 start_polling [1261]
-----------------------------------------------
0.00 0.00 45/45 redisplay_internal [38]
[1262] 0.0 0.00 0.00 45 stop_polling [1262]
-----------------------------------------------
44 Ffile_directory_p <cycle 4> [285]
[1263] 0.0 0.00 0.00 44 expand_and_dir_to_file <cycle 4> [1263]
44 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
44 compact_buffer <cycle 4> [677]
[1264] 0.0 0.00 0.00 44 truncate_undo_list <cycle 4> [1264]
0.00 0.00 44/41387 Fcurrent_buffer [809]
0.00 0.00 44/227551 grow_specpdl [779]
0.00 0.00 44/8775 record_unwind_protect [828]
44 inhibit_garbage_collection <cycle 4> [111]
-----------------------------------------------
43 display_and_set_cursor <cycle 4> [496]
[1265] 0.0 0.00 0.00 43 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 27/1742 window_text_bottom_y [922]
0.00 0.00 4/8 get_phys_cursor_glyph [1390]
0.00 0.00 4/6062 window_box_width [838]
0.00 0.00 4/1972 window_box_left [912]
0.00 0.00 4/230 x_clear_frame_area [1121]
27 draw_phys_cursor_glyph <cycle 4> [1208]
-----------------------------------------------
0.00 0.00 42/42 Ffuncall <cycle 4> [29]
[1266] 0.0 0.00 0.00 42 Fframe_selected_window [1266]
-----------------------------------------------
0.00 0.00 42/42 display_mode_element <cycle 4> [379]
[1267] 0.0 0.00 0.00 42 store_mode_line_noprop [1267]
0.00 0.00 266/266 store_mode_line_noprop_char [1111]
0.00 0.00 42/276 c_string_width [1109]
-----------------------------------------------
0.00 0.00 41/41 menuitem_destroy_callback [3354]
[1268] 0.0 0.00 0.00 41 xg_tool_bar_help_callback [1268]
-----------------------------------------------
11 redisplay_window <cycle 4> [410]
29 display_echo_area_1 <cycle 4> [1292]
[1269] 0.0 0.00 0.00 40 try_window <cycle 4> [1269]
0.00 0.00 40/589 default_line_pixel_height [1028]
0.00 0.00 40/283 set_marker_both [1108]
352 display_line <cycle 4> [184]
40 start_display <cycle 4> [197]
-----------------------------------------------
0.00 0.00 40/40 handle_one_xevent [99]
[1270] 0.0 0.00 0.00 40 x_handle_dnd_message [1270]
-----------------------------------------------
0.00 0.00 39/39 remember_mouse_glyph [566]
[1271] 0.0 0.00 0.00 39 window_relative_x_coord [1271]
0.00 0.00 39/1972 window_box_left [912]
-----------------------------------------------
0.00 0.00 5/38 do_switch_frame <cycle 4> [1388]
0.00 0.00 5/38 Ffuncall <cycle 4> [29]
0.00 0.00 14/38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 14/38 x_consider_frame_title <cycle 4> [361]
[1272] 0.0 0.00 0.00 38 Fselect_window [1272]
-----------------------------------------------
2 Fload <cycle 4> [411]
28 adjust_frame_size <cycle 4> [497]
0.00 0.00 8/9783 read_char <cycle 2> [20]
[1273] 0.0 0.00 0.00 38 call4 <cycle 4> [1273]
38 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 2/38 font_match_p [685]
0.00 0.00 36/38 font_sort_entities [21]
[1274] 0.0 0.00 0.00 38 font_score [1274]
-----------------------------------------------
38 unbind_to <cycle 4> [244]
[1275] 0.0 0.00 0.00 38 unwind_format_mode_line <cycle 4> [1275]
0.00 0.00 14/38 Fselect_window [1272]
14 select_window <cycle 4> [528]
14 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 37/37 Ffuncall <cycle 4> [29]
[1276] 0.0 0.00 0.00 37 Finternal_show_cursor [1276]
0.00 0.00 37/61 decode_any_window [1198]
-----------------------------------------------
0.00 0.00 36/36 process_tool_bar_item <cycle 4> [333]
[1277] 0.0 0.00 0.00 36 Fupcase_initials [1277]
-----------------------------------------------
36 eval_sub <cycle 4> [176]
[1278] 0.0 0.00 0.00 36 apply1 <cycle 4> [1278]
36 Fapply <cycle 4> [313]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [436]
[1279] 0.0 0.00 0.00 36 let_shadows_global_binding_p [1279]
-----------------------------------------------
0.00 0.00 7/35 eval_sub <cycle 4> [176]
0.00 0.00 28/35 Ffuncall <cycle 4> [29]
[1280] 0.0 0.00 0.00 35 Fwindow_system [1280]
0.00 0.00 35/671 Fframep [1019]
-----------------------------------------------
0.00 0.00 1/35 redisplay_window <cycle 4> [410]
0.00 0.00 2/35 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/35 apply_window_adjustment [1484]
0.00 0.00 29/35 display_echo_area_1 <cycle 4> [1292]
[1281] 0.0 0.00 0.00 35 clear_glyph_matrix [1281]
-----------------------------------------------
35 unbind_to <cycle 4> [244]
[1282] 0.0 0.00 0.00 35 unwind_with_echo_area_buffer <cycle 4> [1282]
0.00 0.00 93/283 set_marker_both [1108]
0.00 0.00 31/146 adjust_window_count [1146]
0.00 0.00 31/73 wset_buffer [1184]
35 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [29]
[1283] 0.0 0.00 0.00 33 Fforce_mode_line_update [1283]
0.00 0.00 25/25 bset_update_mode_line [1304]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [29]
[1284] 0.0 0.00 0.00 33 Fselected_frame [1284]
-----------------------------------------------
0.00 0.00 1/32 echo_area_display <cycle 4> [704]
0.00 0.00 1/32 wait_reading_process_output [44]
0.00 0.00 30/32 detect_input_pending_run_timers [43]
[1285] 0.0 0.00 0.00 32 my_log_handler [1285]
-----------------------------------------------
0.00 0.00 1/32 echo_area_display <cycle 4> [704]
0.00 0.00 1/32 wait_reading_process_output [44]
0.00 0.00 30/32 detect_input_pending_run_timers [43]
[1286] 0.0 0.00 0.00 32 x_flush [1286]
-----------------------------------------------
0.00 0.00 31/31 note_mouse_highlight [419]
[1287] 0.0 0.00 0.00 31 coords_in_mouse_face_p [1287]
-----------------------------------------------
0.00 0.00 30/30 xpm_image_p [1289]
[1288] 0.0 0.00 0.00 30 parse_image_spec [1288]
-----------------------------------------------
0.00 0.00 10/30 update_frame_tool_bar <cycle 4> [446]
0.00 0.00 20/30 Fimage_mask_p <cycle 4> [640]
[1289] 0.0 0.00 0.00 30 xpm_image_p [1289]
0.00 0.00 30/30 parse_image_spec [1288]
-----------------------------------------------
0.00 0.00 29/29 redisplay_window <cycle 4> [410]
[1290] 0.0 0.00 0.00 29 XTredeem_scroll_bar [1290]
-----------------------------------------------
0.00 0.00 2/29 x_set_window_size <cycle 4> [1550]
0.00 0.00 2/29 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 8/29 xg_update_scrollbar_pos [662]
0.00 0.00 17/29 xg_frame_resized [1332]
[1291] 0.0 0.00 0.00 29 cancel_mouse_face [1291]
-----------------------------------------------
29 with_echo_area_buffer <cycle 4> [405]
[1292] 0.0 0.00 0.00 29 display_echo_area_1 <cycle 4> [1292]
0.00 0.00 29/1717 marker_byte_position [923]
0.00 0.00 29/1775 marker_position [920]
0.00 0.00 29/35 clear_glyph_matrix [1281]
29 resize_mini_window <cycle 4> [339]
29 try_window <cycle 4> [1269]
-----------------------------------------------
0.00 0.00 29/29 redisplay_window <cycle 4> [410]
[1293] 0.0 0.00 0.00 29 set_vertical_scroll_bar [1293]
0.00 0.00 24/1775 marker_position [920]
-----------------------------------------------
0.00 0.00 29/29 XTset_vertical_scroll_bar <cycle 4> [475]
[1294] 0.0 0.00 0.00 29 xg_set_toolkit_scroll_bar_thumb [1294]
-----------------------------------------------
0.00 0.00 28/28 Ffuncall <cycle 4> [29]
[1295] 0.0 0.00 0.00 28 Fminibuffer_window [1295]
0.00 0.00 28/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 27/27 Ffontp [363]
[1296] 0.0 0.00 0.00 27 font_prop_validate_otf [1296]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1297] 0.0 0.00 0.00 26 Ftime_less_p [1297]
0.00 0.00 52/178 lisp_time_struct [1135]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1298] 0.0 0.00 0.00 26 Fwindow_bottom_divider_width [1298]
0.00 0.00 52/5391 set_window_margins [847]
-----------------------------------------------
26 Ffuncall <cycle 4> [29]
[1299] 0.0 0.00 0.00 26 Fwindow_mode_line_height <cycle 4> [1299]
0.00 0.00 104/5391 set_window_margins [847]
0.00 0.00 2/2 estimate_mode_line_height [1524]
1 show_hourglass <cycle 4> [183]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1300] 0.0 0.00 0.00 26 Fwindow_right_divider_width [1300]
0.00 0.00 26/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1301] 0.0 0.00 0.00 26 Fwindow_scroll_bar_height [1301]
0.00 0.00 78/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Ffuncall <cycle 4> [29]
[1302] 0.0 0.00 0.00 26 Fwindow_scroll_bar_width [1302]
0.00 0.00 149/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 26/26 Fsubstitute_in_file_name <cycle 4> [312]
[1303] 0.0 0.00 0.00 26 search_embedded_absfilename [1303]
-----------------------------------------------
0.00 0.00 25/25 Fforce_mode_line_update [1283]
[1304] 0.0 0.00 0.00 25 bset_update_mode_line [1304]
-----------------------------------------------
0.00 0.00 25/25 re_compile_pattern [270]
[1305] 0.0 0.00 0.00 25 re_wctype [1305]
-----------------------------------------------
0.00 0.00 1/25 bidi_cache_ensure_space [788]
0.00 0.00 6/25 update_window <cycle 4> [458]
0.00 0.00 8/25 move_cache_gap [911]
0.00 0.00 10/25 adjust_glyph_matrix <cycle 4> [1255]
[1306] 0.0 0.00 0.00 25 xpalloc [1306]
0.00 0.00 25/2125 xrealloc [905]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [29]
[1307] 0.0 0.00 0.00 24 Factive_minibuffer_window [1307]
-----------------------------------------------
24 Ffuncall <cycle 4> [29]
[1308] 0.0 0.00 0.00 24 Fbuffer_list <cycle 4> [1308]
24 Fmapcar <cycle 4> [401]
-----------------------------------------------
0.00 0.00 24/24 bidi_find_bracket_pairs <cycle 4> [177]
[1309] 0.0 0.00 0.00 24 bidi_mirror_char [1309]
-----------------------------------------------
0.00 0.00 24/24 display_mode_element <cycle 4> [379]
[1310] 0.0 0.00 0.00 24 pint2str [1310]
-----------------------------------------------
0.00 0.00 24/24 display_mode_line <cycle 4> [472]
[1311] 0.0 0.00 0.00 24 pop_kboard [1311]
-----------------------------------------------
4 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
20 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1312] 0.0 0.00 0.00 24 required_matrix_height <cycle 4> [1312]
20 window_box_height <cycle 4> [1166]
-----------------------------------------------
0.00 0.00 4/24 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 20/24 allocate_matrices_for_window_redisplay <cycle 4> [1365]
[1313] 0.0 0.00 0.00 24 required_matrix_width [1313]
-----------------------------------------------
0.00 0.00 24/24 adjust_frame_size <cycle 4> [497]
[1314] 0.0 0.00 0.00 24 sanitize_window_sizes [1314]
-----------------------------------------------
0.00 0.00 1/23 Fset_keyboard_coding_system_internal [559]
0.00 0.00 1/23 Fset_terminal_coding_system_internal [560]
0.00 0.00 3/23 Fset_terminal_parameter [618]
0.00 0.00 3/23 decode_tty_terminal [1486]
0.00 0.00 6/23 Ftty_top_frame [1407]
0.00 0.00 9/23 Fterminal_parameter [736]
[1315] 0.0 0.00 0.00 23 decode_live_terminal [1315]
0.00 0.00 23/2249 decode_terminal [898]
-----------------------------------------------
22 eval_sub <cycle 4> [176]
[1316] 0.0 0.00 0.00 22 Fcond <cycle 4> [1316]
0.00 0.00 64/49012 Fcar [807]
64 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[1317] 0.0 0.00 0.00 22 Fframe_visible_p [1317]
-----------------------------------------------
0.00 0.00 22/22 emacs_readlinkat [1319]
[1318] 0.0 0.00 0.00 22 careadlinkat [1318]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [29]
[1319] 0.0 0.00 0.00 22 emacs_readlinkat [1319]
0.00 0.00 22/22 careadlinkat [1318]
-----------------------------------------------
22 update_cursor_in_window_tree <cycle 4> [635]
[1320] 0.0 0.00 0.00 22 update_window_cursor <cycle 4> [1320]
22 display_and_set_cursor <cycle 4> [496]
-----------------------------------------------
0.00 0.00 4/21 do_pending_window_change <cycle 4> [1097]
0.00 0.00 17/21 xg_frame_resized [1332]
[1321] 0.0 0.00 0.00 21 change_frame_size_1 [1321]
-----------------------------------------------
0.00 0.00 2/21 message_dolog <cycle 4> [742]
0.00 0.00 19/21 signal_after_change <cycle 4> [297]
[1322] 0.0 0.00 0.00 21 chars_in_text [1322]
-----------------------------------------------
2 redisplay_mode_lines <cycle 4> [1622]
19 redisplay_window <cycle 4> [410]
[1323] 0.0 0.00 0.00 21 display_mode_lines <cycle 4> [1323]
20 display_mode_line <cycle 4> [472]
-----------------------------------------------
0.00 0.00 20/20 eval_sub <cycle 4> [176]
[1324] 0.0 0.00 0.00 20 Ffunction [1324]
-----------------------------------------------
0.00 0.00 20/20 exec_byte_code <cycle 4> [73]
[1325] 0.0 0.00 0.00 20 Fmatch_end [1325]
-----------------------------------------------
0.00 0.00 20/20 exec_byte_code <cycle 4> [73]
[1326] 0.0 0.00 0.00 20 Fquo [1326]
-----------------------------------------------
0.00 0.00 10/20 image_background [1372]
0.00 0.00 10/20 image_background_transparent [1373]
[1327] 0.0 0.00 0.00 20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 20/20 lookup_image <cycle 4> [495]
[1328] 0.0 0.00 0.00 20 sxhash [1328]
-----------------------------------------------
0.00 0.00 20/20 handle_one_xevent [99]
[1329] 0.0 0.00 0.00 20 x_detect_focus_change [1329]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [351]
15 Fexpand_file_name <cycle 4> [173]
0.00 0.00 1/9783 cmd_error_internal [259]
[1330] 0.0 0.00 0.00 19 call3 <cycle 4> [1330]
19 Ffuncall <cycle 4> [29]
-----------------------------------------------
19 strout <cycle 4> [1543]
[1331] 0.0 0.00 0.00 19 insert_char <cycle 4> [1331]
19 update_compositions <cycle 4> [154]
19 signal_after_change <cycle 4> [297]
-----------------------------------------------
0.00 0.00 19/19 handle_one_xevent [99]
[1332] 0.0 0.00 0.00 19 xg_frame_resized [1332]
0.00 0.00 19/72 frame_size_history_add [1185]
0.00 0.00 17/21 change_frame_size_1 [1321]
0.00 0.00 17/17 change_frame_size [1337]
0.00 0.00 17/334 fset_redisplay [1100]
0.00 0.00 17/29 cancel_mouse_face [1291]
-----------------------------------------------
0.00 0.00 7/18 eval_sub <cycle 4> [176]
0.00 0.00 11/18 Ffuncall <cycle 4> [29]
[1333] 0.0 0.00 0.00 18 Fbuffer_file_name [1333]
-----------------------------------------------
0.00 0.00 6/18 set_window_fringes [1497]
0.00 0.00 6/18 set_window_scroll_bars [1498]
0.00 0.00 6/18 set_window_margins [847]
[1334] 0.0 0.00 0.00 18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [29]
[1335] 0.0 0.00 0.00 17 Fcurrent_message [1335]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [29]
[1336] 0.0 0.00 0.00 17 Fprefix_numeric_value [1336]
-----------------------------------------------
0.00 0.00 17/17 xg_frame_resized [1332]
[1337] 0.0 0.00 0.00 17 change_frame_size [1337]
-----------------------------------------------
0.00 0.00 17/17 x_fill_property_data [1547]
[1338] 0.0 0.00 0.00 17 cons_to_signed [1338]
-----------------------------------------------
0.00 0.00 16/16 Fdefvar <cycle 4> [454]
[1339] 0.0 0.00 0.00 16 default_toplevel_binding [1339]
-----------------------------------------------
0.00 0.00 16/16 handle_one_xevent [99]
[1340] 0.0 0.00 0.00 16 expose_frame [1340]
-----------------------------------------------
0.00 0.00 16/16 read_char <cycle 2> [20]
[1341] 0.0 0.00 0.00 16 redisplay [1341]
-----------------------------------------------
0.00 0.00 1/16 xg_frame_set_char_size <cycle 4> [474]
0.00 0.00 1/16 xg_get_default_scrollbar_width [1671]
0.00 0.00 1/16 xg_get_default_scrollbar_height [1670]
0.00 0.00 5/16 x_wm_set_size_hint [464]
0.00 0.00 8/16 xg_update_scrollbar_pos [662]
[1342] 0.0 0.00 0.00 16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/16 smc_save_yourself_CB [614]
0.00 0.00 2/16 Fx_change_window_property [550]
0.00 0.00 13/16 digest_single_submenu <cycle 4> [448]
[1343] 0.0 0.00 0.00 16 xnmalloc [1343]
-----------------------------------------------
15 internal_condition_case_1 <cycle 4> [1098]
[1344] 0.0 0.00 0.00 15 redisplay_window_1 <cycle 4> [1344]
15 redisplay_window <cycle 4> [410]
-----------------------------------------------
0.00 0.00 15/15 message_dolog <cycle 4> [742]
[1345] 0.0 0.00 0.00 15 set_marker_restricted_both [1345]
0.00 0.00 15/870 live_buffer [998]
0.00 0.00 15/3039 CHECK_MARKER [882]
0.00 0.00 15/4179 unchain_marker [858]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [29]
[1346] 0.0 0.00 0.00 14 Fcurrent_global_map [1346]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [29]
[1347] 0.0 0.00 0.00 14 Fmultibyte_string_p [1347]
-----------------------------------------------
14 internal_condition_case_1 <cycle 4> [1098]
[1348] 0.0 0.00 0.00 14 redisplay_window_0 <cycle 4> [1348]
14 redisplay_window <cycle 4> [410]
-----------------------------------------------
0.00 0.00 13/13 Ffuncall <cycle 4> [29]
[1349] 0.0 0.00 0.00 13 Fx_get_resource [1349]
0.00 0.00 13/161 check_x_display_info [1140]
0.00 0.00 13/13 check_window_system [1350]
-----------------------------------------------
0.00 0.00 13/13 Fx_get_resource [1349]
[1350] 0.0 0.00 0.00 13 check_window_system [1350]
-----------------------------------------------
0.00 0.00 2/13 x_set_font <cycle 4> [189]
0.00 0.00 3/13 show_hourglass <cycle 4> [183]
0.00 0.00 3/13 free_realized_face [116]
0.00 0.00 5/13 redraw_frame <cycle 4> [683]
[1351] 0.0 0.00 0.00 13 clear_current_matrices [1351]
-----------------------------------------------
0.00 0.00 6/13 file_attributes [518]
0.00 0.00 7/13 Fcurrent_time [530]
[1352] 0.0 0.00 0.00 13 make_lisp_time [1352]
-----------------------------------------------
92 update_submenu_strings [1353]
0.00 0.00 13/13 set_frame_menubar <cycle 4> [418]
[1353] 0.0 0.00 0.00 13+92 update_submenu_strings [1353]
92 update_submenu_strings [1353]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[1354] 0.0 0.00 0.00 12 Fframe_terminal [1354]
0.00 0.00 12/2119 decode_live_frame [906]
-----------------------------------------------
12 eval_sub <cycle 4> [176]
[1355] 0.0 0.00 0.00 12 For <cycle 4> [1355]
26 eval_sub <cycle 4> [176]
-----------------------------------------------
0.00 0.00 1/12 emacs_fixed_init [2945]
0.00 0.00 1/12 emacs_fixed_new [1600]
0.00 0.00 5/12 emacs_fixed_get_preferred_height [2943]
0.00 0.00 5/12 emacs_fixed_get_preferred_width [2944]
[1356] 0.0 0.00 0.00 12 emacs_fixed_get_type [1356]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [29]
[1357] 0.0 0.00 0.00 12 read_file_name [1357]
-----------------------------------------------
0.00 0.00 12/12 x_update_window_end <cycle 4> [563]
[1358] 0.0 0.00 0.00 12 x_draw_vertical_border [1358]
-----------------------------------------------
0.00 0.00 4/12 xftfont_cached_font_ok [1470]
0.00 0.00 8/12 xftfont_open [394]
[1359] 0.0 0.00 0.00 12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 3/11 timerfd_callback [579]
0.00 0.00 4/11 Finsert_file_contents <cycle 4> [351]
0.00 0.00 4/11 safe_to_load_version [462]
[1360] 0.0 0.00 0.00 11 emacs_read [1360]
-----------------------------------------------
0.00 0.00 5/11 redraw_frame <cycle 4> [683]
0.00 0.00 6/11 redisplay_internal [38]
[1361] 0.0 0.00 0.00 11 mark_window_display_accurate [1361]
0.00 0.00 22/61 mark_window_display_accurate_1 [1199]
-----------------------------------------------
0.00 0.00 11/11 x_focus_changed [170]
[1362] 0.0 0.00 0.00 11 x_new_focus_frame [1362]
-----------------------------------------------
0.00 0.00 11/11 x_set_frame_alpha <cycle 4> [480]
[1363] 0.0 0.00 0.00 11 x_update_cursor [1363]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [29]
[1364] 0.0 0.00 0.00 10 Flocal_variable_if_set_p [1364]
-----------------------------------------------
10 adjust_frame_glyphs <cycle 4> [651]
[1365] 0.0 0.00 0.00 10 allocate_matrices_for_window_redisplay <cycle 4> [1365]
0.00 0.00 20/24 required_matrix_width [1313]
0.00 0.00 4/1380 xzalloc [952]
40 adjust_glyph_matrix <cycle 4> [1255]
20 required_matrix_height <cycle 4> [1312]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1366] 0.0 0.00 0.00 10 colors_in_color_table [1366]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [446]
[1367] 0.0 0.00 0.00 10 file_for_image [1367]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [446]
[1368] 0.0 0.00 0.00 10 find_icon_from_name [1368]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1369] 0.0 0.00 0.00 10 free_color_table [1369]
0.00 0.00 10/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/10 free_glyphs [1529]
0.00 0.00 8/10 free_window_matrices [1530]
[1370] 0.0 0.00 0.00 10 free_glyph_matrix [1370]
0.00 0.00 130/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/10 x_new_font <cycle 4> [588]
0.00 0.00 8/10 font_open_entity [392]
[1371] 0.0 0.00 0.00 10 get_font_ascent_descent [1371]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1372] 0.0 0.00 0.00 10 image_background [1372]
0.00 0.00 10/20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1373] 0.0 0.00 0.00 10 image_background_transparent [1373]
0.00 0.00 10/20 four_corners_best [1327]
-----------------------------------------------
0.00 0.00 2/10 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 3/10 Fkill_buffer <cycle 4> [565]
0.00 0.00 5/10 Fget_buffer_create <cycle 4> [479]
[1374] 0.0 0.00 0.00 10 reset_buffer_local_variables [1374]
0.00 0.00 5/98231 Fplist_get [798]
0.00 0.00 5/69910 Fget [800]
-----------------------------------------------
0.00 0.00 3/10 set_window_buffer <cycle 4> [573]
0.00 0.00 7/10 Fset_window_configuration <cycle 4> [702]
[1375] 0.0 0.00 0.00 10 set_marker_restricted [1375]
-----------------------------------------------
0.00 0.00 10/10 unwind_to_catch <cycle 4> [657]
[1376] 0.0 0.00 0.00 10 set_poll_suppress_count [1376]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [495]
[1377] 0.0 0.00 0.00 10 x_build_heuristic_mask [1377]
0.00 0.00 30/100 image_spec_value [1168]
-----------------------------------------------
0.00 0.00 1/10 xftfont_close [712]
0.00 0.00 9/10 XSetWMSizeHints [660]
[1378] 0.0 0.00 0.00 10 x_display_info_for_display [1378]
-----------------------------------------------
0.00 0.00 1/10 x_set_mouse_color [115]
0.00 0.00 2/10 x_setup_relief_color [1551]
0.00 0.00 7/10 xftfont_get_colors [576]
[1379] 0.0 0.00 0.00 10 x_query_colors [1379]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1381]
[1380] 0.0 0.00 0.00 10 xpm_free_color_cache [1380]
0.00 0.00 932/1140773 xfree [760]
-----------------------------------------------
10 lookup_image <cycle 4> [495]
[1381] 0.0 0.00 0.00 10 xpm_load <cycle 4> [1381]
0.00 0.00 20/100 image_spec_value [1168]
0.00 0.00 20/1380 xzalloc [952]
0.00 0.00 10/10 colors_in_color_table [1366]
0.00 0.00 10/10 image_background [1372]
0.00 0.00 10/10 image_background_transparent [1373]
0.00 0.00 10/315 encode_file_name [1102]
0.00 0.00 10/10 free_color_table [1369]
0.00 0.00 10/10 xpm_free_color_cache [1380]
10 x_find_image_fd <cycle 4> [500]
-----------------------------------------------
0.00 0.00 9/9 update_frame_tool_bar <cycle 4> [446]
[1382] 0.0 0.00 0.00 9 Ftool_bar_get_system_style [1382]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [29]
[1383] 0.0 0.00 0.00 9 Fwindow_list_1 [1383]
-----------------------------------------------
0.00 0.00 9/9 unbind_to <cycle 4> [244]
[1384] 0.0 0.00 0.00 9 wait_reading_process_output_unwind [1384]
-----------------------------------------------
0.00 0.00 8/8 eval_sub <cycle 4> [176]
[1385] 0.0 0.00 0.00 8 Fconsp [1385]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [29]
[1386] 0.0 0.00 0.00 8 Fformat [1386]
-----------------------------------------------
8 Ffuncall <cycle 4> [29]
[1387] 0.0 0.00 0.00 8 Fthrow <cycle 4> [1387]
8 unwind_to_catch <cycle 4> [657]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
1 Fset_window_configuration <cycle 4> [702]
6 Ffuncall <cycle 4> [29]
[1388] 0.0 0.00 0.00 8 do_switch_frame <cycle 4> [1388]
0.00 0.00 5/38 Fselect_window [1272]
0.00 0.00 2/2 x_get_focus_frame [1549]
5 select_window <cycle 4> [528]
4 resize_mini_window <cycle 4> [339]
-----------------------------------------------
0.00 0.00 8/8 Fx_selection_exists_p [489]
[1389] 0.0 0.00 0.00 8 frame_for_x_selection [1389]
-----------------------------------------------
0.00 0.00 4/8 erase_phys_cursor <cycle 4> [1265]
0.00 0.00 4/8 x_draw_window_cursor <cycle 4> [1178]
[1390] 0.0 0.00 0.00 8 get_phys_cursor_glyph [1390]
-----------------------------------------------
0.00 0.00 4/8 Fset_keymap_parent [1476]
0.00 0.00 4/8 Ffuncall <cycle 4> [29]
[1391] 0.0 0.00 0.00 8 keymap_parent [1391]
0.00 0.00 725/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 8/8 Fload <cycle 4> [411]
[1392] 0.0 0.00 0.00 8 suffix_p [1392]
-----------------------------------------------
0.00 0.00 8/8 Fx_selection_exists_p [489]
[1393] 0.0 0.00 0.00 8 symbol_to_x_atom [1393]
-----------------------------------------------
0.00 0.00 2/8 select_window <cycle 4> [528]
0.00 0.00 3/8 apply_window_adjustment [1484]
0.00 0.00 3/8 set_window_buffer <cycle 4> [573]
[1394] 0.0 0.00 0.00 8 wset_redisplay [1394]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[1395] 0.0 0.00 0.00 7 XTcondemn_scroll_bars [1395]
-----------------------------------------------
0.00 0.00 7/7 redisplay_internal [38]
[1396] 0.0 0.00 0.00 7 XTjudge_scroll_bars [1396]
-----------------------------------------------
0.00 0.00 2/7 load_charset <cycle 4> [221]
0.00 0.00 2/7 Fload <cycle 4> [411]
0.00 0.00 3/7 Finsert_file_contents <cycle 4> [351]
[1397] 0.0 0.00 0.00 7 clear_unwind_protect [1397]
-----------------------------------------------
0.00 0.00 7/7 redisplay_window <cycle 4> [410]
[1398] 0.0 0.00 0.00 7 compute_window_start_on_continuation_line [1398]
0.00 0.00 7/1775 marker_position [920]
0.00 0.00 7/1717 marker_byte_position [923]
-----------------------------------------------
0.00 0.00 7/7 unbind_to <cycle 4> [244]
[1399] 0.0 0.00 0.00 7 do_nothing [1399]
-----------------------------------------------
0.00 0.00 7/7 prepare_face_for_display [617]
[1400] 0.0 0.00 0.00 7 font_prepare_for_face [1400]
-----------------------------------------------
0.00 0.00 7/7 adjust_frame_size <cycle 4> [497]
[1401] 0.0 0.00 0.00 7 resize_frame_windows [1401]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1402] 0.0 0.00 0.00 6 Fbuffer_base_buffer [1402]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [112]
[1403] 0.0 0.00 0.00 6 Fevent_convert_list [1403]
0.00 0.00 4/1073 parse_solitary_modifier [968]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1404] 0.0 0.00 0.00 6 Fprocess_list [1404]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [29]
0.00 0.00 5/6 Fset_buffer_modified_p [1423]
[1405] 0.0 0.00 0.00 6 Frestore_buffer_modified_p [1405]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1406] 0.0 0.00 0.00 6 Fselect_frame [1406]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1407] 0.0 0.00 0.00 6 Ftty_top_frame [1407]
0.00 0.00 6/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [29]
[1408] 0.0 0.00 0.00 6 Fwindow_line_height [1408]
-----------------------------------------------
0.00 0.00 6/6 adjust_frame_size <cycle 4> [497]
[1409] 0.0 0.00 0.00 6 calculate_costs [1409]
-----------------------------------------------
0.00 0.00 1/6 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 2/6 Fload <cycle 4> [411]
0.00 0.00 3/6 Finsert_file_contents <cycle 4> [351]
[1410] 0.0 0.00 0.00 6 emacs_close [1410]
-----------------------------------------------
0.00 0.00 6/6 unbind_to <cycle 4> [244]
[1411] 0.0 0.00 0.00 6 fast_set_selected_frame [1411]
-----------------------------------------------
0.00 0.00 1/6 Flocal_variable_p [840]
0.00 0.00 1/6 Fboundp [505]
0.00 0.00 1/6 set_internal [145]
0.00 0.00 1/6 Fset_default <cycle 4> [198]
0.00 0.00 2/6 default_value [867]
[1412] 0.0 0.00 0.00 6 indirect_variable [1412]
-----------------------------------------------
0.00 0.00 2/6 x_set_window_size <cycle 4> [1550]
0.00 0.00 4/6 x_clear_frame [1469]
[1413] 0.0 0.00 0.00 6 mark_window_cursors_off [1413]
-----------------------------------------------
0.00 0.00 6/6 Finsert_file_contents <cycle 4> [351]
[1414] 0.0 0.00 0.00 6 move_gap_both [1414]
-----------------------------------------------
0.00 0.00 1/6 handle_one_xevent [99]
0.00 0.00 5/6 select_window <cycle 4> [528]
[1415] 0.0 0.00 0.00 6 redisplay_other_windows [1415]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [686]
2 Fkill_all_local_variables <cycle 4> [1508]
3 Fkill_buffer <cycle 4> [565]
[1416] 0.0 0.00 0.00 6 run_hook <cycle 4> [1416]
6 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 6/6 resize_mini_window <cycle 4> [339]
[1417] 0.0 0.00 0.00 6 shrink_mini_window [1417]
-----------------------------------------------
1 mark_localized_symbol <cycle 4> [830]
5 swap_out_buffer_local_variables <cycle 4> [1439]
[1418] 0.0 0.00 0.00 6 swap_in_global_binding <cycle 4> [1418]
0.00 0.00 1/74640 do_symval_forwarding [799]
1 store_symval_forwarding <cycle 4> [802]
-----------------------------------------------
0.00 0.00 6/6 Fframe_parameters [171]
[1419] 0.0 0.00 0.00 6 tty_color_name [1419]
-----------------------------------------------
0.00 0.00 1/5 Ffuncall <cycle 4> [29]
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 2/5 eval_sub <cycle 4> [176]
[1420] 0.0 0.00 0.00 5 Fget_buffer_process [1420]
-----------------------------------------------
1 Finternal_set_lisp_face_attribute <cycle 4> [337]
1 Fset_fontset_font <cycle 4> [56]
3 Ffuncall <cycle 4> [29]
[1421] 0.0 0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1421]
0.00 0.00 5/2119 decode_live_frame [906]
5 x_set_frame_parameters <cycle 4> [114]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1422] 0.0 0.00 0.00 5 Fprocessp [1422]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1423] 0.0 0.00 0.00 5 Fset_buffer_modified_p [1423]
0.00 0.00 5/6 Frestore_buffer_modified_p [1405]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1424] 0.0 0.00 0.00 5 Fset_frame_selected_window [1424]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1425] 0.0 0.00 0.00 5 Fsymbolp [1425]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [29]
[1426] 0.0 0.00 0.00 5 Fuse_local_map [1426]
0.00 0.00 5/465106 get_keymap [766]
-----------------------------------------------
0.00 0.00 5/5 run_window_configuration_change_hook <cycle 4> [545]
[1427] 0.0 0.00 0.00 5 Fwindow_list [1427]
-----------------------------------------------
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 3/5 Fkill_buffer <cycle 4> [565]
[1428] 0.0 0.00 0.00 5 clear_charpos_cache [1428]
-----------------------------------------------
0.00 0.00 5/5 redraw_frame <cycle 4> [683]
[1429] 0.0 0.00 0.00 5 clear_frame [1429]
-----------------------------------------------
0.00 0.00 1/5 select_visual [1627]
0.00 0.00 2/5 x_term_init <cycle 4> [508]
0.00 0.00 2/5 x_default_scroll_bar_color_parameter <cycle 4> [739]
[1430] 0.0 0.00 0.00 5 display_x_get_resource [1430]
-----------------------------------------------
0.00 0.00 5/5 clear_image_cache [678]
[1431] 0.0 0.00 0.00 5 dtotimespec [1431]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [153]
[1432] 0.0 0.00 0.00 5 face_boolean_x_resource_value [1432]
0.00 0.00 15/1666725 font_style_symbolic [759]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [153]
[1433] 0.0 0.00 0.00 5 fontset_name [1433]
-----------------------------------------------
0.00 0.00 5/5 make_gap [595]
[1434] 0.0 0.00 0.00 5 gap_right [1434]
-----------------------------------------------
0.00 0.00 1/5 Ffuncall <cycle 4> [29]
0.00 0.00 2/5 Fset_buffer_multibyte [1450]
0.00 0.00 2/5 eval_sub <cycle 4> [176]
[1435] 0.0 0.00 0.00 5 make_process [1435]
0.00 0.00 5/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [479]
[1436] 0.0 0.00 0.00 5 reset_buffer [1436]
-----------------------------------------------
5 run_window_configuration_change_hook <cycle 4> [545]
[1437] 0.0 0.00 0.00 5 run_funs <cycle 4> [1437]
5 call0 <cycle 4> [854]
-----------------------------------------------
0.00 0.00 5/5 bidi_initialize <cycle 4> [167]
[1438] 0.0 0.00 0.00 5 staticpro [1438]
-----------------------------------------------
2 Fkill_all_local_variables <cycle 4> [1508]
3 Fkill_buffer <cycle 4> [565]
[1439] 0.0 0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1439]
5 swap_in_global_binding <cycle 4> [1418]
-----------------------------------------------
0.00 0.00 5/5 xg_update_submenu [440]
[1440] 0.0 0.00 0.00 5 xg_destroy_widgets [1440]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [176]
[1441] 0.0 0.00 0.00 4 Fbyte_code [1441]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1442] 0.0 0.00 0.00 4 Fcapitalize [1442]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [176]
[1443] 0.0 0.00 0.00 4 Fcar_safe [1443]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1444] 0.0 0.00 0.00 4 Ffloat [1444]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1445] 0.0 0.00 0.00 4 Fkeymap_parent [1445]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1446] 0.0 0.00 0.00 4 Flooking_at [1446]
-----------------------------------------------
4 Ffuncall <cycle 4> [29]
[1447] 0.0 0.00 0.00 4 Fposn_at_point <cycle 4> [1447]
4 Fpos_visible_in_window_p <cycle 4> [604]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [29]
[1448] 0.0 0.00 0.00 4 Fround [1448]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
3 Fkill_buffer <cycle 4> [565]
[1449] 0.0 0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1449]
4 Fcommandp <cycle 4> [853]
-----------------------------------------------
0.00 0.00 1/4 set_message_1 <cycle 4> [1628]
0.00 0.00 3/4 Ffuncall <cycle 4> [29]
[1450] 0.0 0.00 0.00 4 Fset_buffer_multibyte [1450]
0.00 0.00 6/2446 Fbuffer_modified_p [894]
0.00 0.00 2/5 clear_charpos_cache [1428]
0.00 0.00 2/2485 invalidate_buffer_caches [893]
0.00 0.00 2/5 make_process [1435]
0.00 0.00 2/5 Fget_buffer_process [1420]
0.00 0.00 2/2 set_intervals_multibyte [1541]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 1/4 x_term_init <cycle 4> [508]
0.00 0.00 1/4 x_load_resources [594]
0.00 0.00 2/4 Ffuncall <cycle 4> [29]
[1451] 0.0 0.00 0.00 4 Fsystem_name [1451]
0.00 0.00 4/4 init_system_name [1459]
-----------------------------------------------
0.00 0.00 4/4 redisplay_window <cycle 4> [410]
[1452] 0.0 0.00 0.00 4 blank_row [1452]
-----------------------------------------------
0.00 0.00 4/4 Fother_buffer [570]
[1453] 0.0 0.00 0.00 4 candidate_buffer [1453]
-----------------------------------------------
4 esprintf <cycle 4> [1455]
[1454] 0.0 0.00 0.00 4 doprnt <cycle 4> [1454]
0.00 0.00 4/1140773 xfree [760]
0.00 0.00 4/276 c_string_width [1109]
0.00 0.00 4/4 strwidth [1467]
4 text_quoting_style <cycle 4> [434]
-----------------------------------------------
4 Fsingle_key_description <cycle 4> [544]
[1455] 0.0 0.00 0.00 4 esprintf <cycle 4> [1455]
4 doprnt <cycle 4> [1454]
-----------------------------------------------
0.00 0.00 4/4 free_realized_face [116]
[1456] 0.0 0.00 0.00 4 forget_escape_and_glyphless_faces [1456]
-----------------------------------------------
0.00 0.00 4/4 init_iterator <cycle 4> [163]
[1457] 0.0 0.00 0.00 4 free_all_realized_faces [1457]
-----------------------------------------------
0.00 0.00 4/4 x_draw_window_cursor <cycle 4> [1178]
[1458] 0.0 0.00 0.00 4 get_phys_cursor_geometry [1458]
0.00 0.00 4/1972 window_box_left [912]
0.00 0.00 4/1742 window_text_bottom_y [922]
-----------------------------------------------
0.00 0.00 4/4 Fsystem_name [1451]
[1459] 0.0 0.00 0.00 4 init_system_name [1459]
0.00 0.00 4/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/4 shut_down_emacs <cycle 4> [708]
0.00 0.00 3/4 Fkill_buffer <cycle 4> [565]
[1460] 0.0 0.00 0.00 4 kill_buffer_processes [1460]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1461] 0.0 0.00 0.00 4 load_warn_old_style_backquotes [1461]
-----------------------------------------------
4 Fpos_visible_in_window_p <cycle 4> [604]
[1462] 0.0 0.00 0.00 4 pos_visible_p <cycle 4> [1462]
0.00 0.00 8/3667 bidi_shelve_cache [863]
0.00 0.00 8/8883 bidi_unshelve_cache [827]
0.00 0.00 4/1775 marker_position [920]
0.00 0.00 4/1717 marker_byte_position [923]
7 move_it_to <cycle 4> [213]
4 start_display <cycle 4> [197]
4 display_mode_line <cycle 4> [472]
1 line_bottom_y <cycle 4> [537]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1463] 0.0 0.00 0.00 4 readevalloop_1 [1463]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [244]
[1464] 0.0 0.00 0.00 4 record_load_unwind [1464]
-----------------------------------------------
0.00 0.00 2/4 load_charset <cycle 4> [221]
0.00 0.00 2/4 Fload <cycle 4> [411]
[1465] 0.0 0.00 0.00 4 set_unwind_protect_ptr [1465]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 Fprinc <cycle 4> [1574]
2 strout <cycle 4> [1543]
[1466] 0.0 0.00 0.00 4 setup_echo_area_for_printing <cycle 4> [1466]
0.00 0.00 1/82 temp_set_point_both [1177]
4 ensure_echo_area_buffers <cycle 4> [597]
2 set_buffer_internal_1 <cycle 4> [871]
-----------------------------------------------
0.00 0.00 4/4 doprnt <cycle 4> [1454]
[1467] 0.0 0.00 0.00 4 strwidth [1467]
-----------------------------------------------
0.00 0.00 4/4 delete_all_child_windows [1521]
[1468] 0.0 0.00 0.00 4 unshow_buffer [1468]
0.00 0.00 6/1775 marker_position [920]
0.00 0.00 2/1717 marker_byte_position [923]
0.00 0.00 2/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 4/4 redraw_frame <cycle 4> [683]
[1469] 0.0 0.00 0.00 4 x_clear_frame [1469]
0.00 0.00 4/6 mark_window_cursors_off [1413]
-----------------------------------------------
0.00 0.00 4/4 font_open_entity [392]
[1470] 0.0 0.00 0.00 4 xftfont_cached_font_ok [1470]
0.00 0.00 4/12 xftfont_add_rendering_parameters [1359]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1471] 0.0 0.00 0.00 3 Fbufferp [1471]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1472] 0.0 0.00 0.00 3 Fchar_table_parent [1472]
0.00 0.00 3/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1473] 0.0 0.00 0.00 3 Fdaemonp [1473]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1474] 0.0 0.00 0.00 3 Fgenerate_new_buffer_name [1474]
0.00 0.00 3/124360 Fstring_equal [797]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/2843 Fget_buffer [884]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1475] 0.0 0.00 0.00 3 Fmod [1475]
-----------------------------------------------
0.00 0.00 1/3 init_kboard [655]
0.00 0.00 2/3 Ffuncall <cycle 4> [29]
[1476] 0.0 0.00 0.00 3 Fset_keymap_parent [1476]
0.00 0.00 26/465106 get_keymap [766]
0.00 0.00 4/8 keymap_parent [1391]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [379]
[1477] 0.0 0.00 0.00 3 Fset_text_properties [1477]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1478] 0.0 0.00 0.00 3 Fset_window_next_buffers [1478]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1479] 0.0 0.00 0.00 3 Fset_window_prev_buffers [1479]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1480] 0.0 0.00 0.00 3 Fstandard_syntax_table [1480]
-----------------------------------------------
0.00 0.00 1/3 smc_save_yourself_CB [614]
0.00 0.00 2/3 Ffuncall <cycle 4> [29]
[1481] 0.0 0.00 0.00 3 Fuser_login_name [1481]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1482] 0.0 0.00 0.00 3 Fwindow_next_buffers [1482]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1483] 0.0 0.00 0.00 3 Fwindow_prev_buffers [1483]
0.00 0.00 3/5391 set_window_margins [847]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1484] 0.0 0.00 0.00 3 apply_window_adjustment [1484]
0.00 0.00 3/35 clear_glyph_matrix [1281]
0.00 0.00 3/8 wset_redisplay [1394]
-----------------------------------------------
0.00 0.00 3/3 unbind_to <cycle 4> [244]
[1485] 0.0 0.00 0.00 3 decide_coding_unwind [1485]
0.00 0.00 3/732 adjust_markers_for_delete [1007]
0.00 0.00 3/3768 recenter_overlay_lists [861]
0.00 0.00 3/732 adjust_overlays_for_delete [1008]
0.00 0.00 3/82 temp_set_point_both [1177]
-----------------------------------------------
0.00 0.00 1/3 Fset_input_meta_mode [1578]
0.00 0.00 2/3 Ftty_type [1514]
[1486] 0.0 0.00 0.00 3 decode_tty_terminal [1486]
0.00 0.00 3/23 decode_live_terminal [1315]
-----------------------------------------------
0.00 0.00 3/3 decode_coding_gap <cycle 4> [603]
[1487] 0.0 0.00 0.00 3 detect_coding [1487]
0.00 0.00 3/1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [29]
[1488] 0.0 0.00 0.00 3 fmod_float [1488]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1489] 0.0 0.00 0.00 3 frames_discard_buffer [1489]
0.00 0.00 6/133 Fdelq [1154]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1490] 0.0 0.00 0.00 3 free_region_cache [1490]
0.00 0.00 3/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/3 read_and_apply_settings [585]
0.00 0.00 2/3 xsettings_initialize [572]
[1491] 0.0 0.00 0.00 3 map_tool_bar_style [1491]
-----------------------------------------------
3 Ffuncall <cycle 4> [29]
[1492] 0.0 0.00 0.00 3 merge <cycle 4> [1492]
0.00 0.00 6/49012 Fcar [807]
0.00 0.00 3/410271 Fcdr [768]
0.00 0.00 3/591680 Fsetcdr [764]
3 call2 <cycle 4> [924]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1493] 0.0 0.00 0.00 3 replace_buffer_in_windows [1493]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1494] 0.0 0.00 0.00 3 replace_buffer_in_windows_safely [1494]
-----------------------------------------------
0.00 0.00 1/3 x_term_init <cycle 4> [508]
0.00 0.00 2/3 init_sigio [1609]
[1495] 0.0 0.00 0.00 3 rpl_fcntl [1495]
-----------------------------------------------
0.00 0.00 3/3 redisplay_window <cycle 4> [410]
[1496] 0.0 0.00 0.00 3 run_window_scroll_functions [1496]
0.00 0.00 3/283 set_marker_both [1108]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1497] 0.0 0.00 0.00 3 set_window_fringes [1497]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1498] 0.0 0.00 0.00 3 set_window_scroll_bars [1498]
0.00 0.00 6/18 extract_dimension [1334]
-----------------------------------------------
0.00 0.00 3/3 x_wait_for_event [532]
[1499] 0.0 0.00 0.00 3 totally_unblock_input [1499]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [565]
[1500] 0.0 0.00 0.00 3 unlock_buffer [1500]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [573]
[1501] 0.0 0.00 0.00 3 wset_update_mode_line [1501]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [44]
[1502] 0.0 0.00 0.00 3 x_session_check_input [1502]
-----------------------------------------------
0.00 0.00 2/2 Fpropertize <cycle 4> [521]
[1503] 0.0 0.00 0.00 2 Fadd_text_properties [1503]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1504] 0.0 0.00 0.00 2 Fbyte_code_function_p [1504]
-----------------------------------------------
0.00 0.00 1/2 read_and_apply_settings [585]
0.00 0.00 1/2 Ffuncall <cycle 4> [29]
[1505] 0.0 0.00 0.00 2 Fbyteorder [1505]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1506] 0.0 0.00 0.00 2 Fcar_less_than_car [1506]
0.00 0.00 4/49012 Fcar [807]
0.00 0.00 2/523 arithcompare_driver [1050]
0.00 0.00 2/523 Flss [1049]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1507] 0.0 0.00 0.00 2 Fkeywordp [1507]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1508] 0.0 0.00 0.00 2 Fkill_all_local_variables <cycle 4> [1508]
0.00 0.00 2/10 reset_buffer_local_variables [1374]
2 swap_out_buffer_local_variables <cycle 4> [1439]
2 run_hook <cycle 4> [1416]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1509] 0.0 0.00 0.00 2 Flocate_file_internal <cycle 4> [1509]
0.00 0.00 1/6 emacs_close [1410]
2 openp <cycle 4> [220]
-----------------------------------------------
2 Ffuncall <cycle 4> [29]
[1510] 0.0 0.00 0.00 2 Fmessage <cycle 4> [1510]
0.00 0.00 1/1 message1 [1613]
2 message3 <cycle 4> [596]
1 styled_format <cycle 4> [369]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1511] 0.0 0.00 0.00 2 Fnext_window [1511]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1512] 0.0 0.00 0.00 2 Fset_char_table_parent [1512]
0.00 0.00 4/45 CHECK_CHAR_TABLE [1259]
-----------------------------------------------
2 Fset_window_new_pixel [1513]
0.00 0.00 1/2 Fcurrent_window_configuration [526]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [702]
[1513] 0.0 0.00 0.00 2+2 Fset_window_new_pixel [1513]
2 Fset_window_new_pixel [1513]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [29]
[1514] 0.0 0.00 0.00 2 Ftty_type [1514]
0.00 0.00 2/3 decode_tty_terminal [1486]
-----------------------------------------------
0.00 0.00 1/2 x_term_init <cycle 4> [508]
0.00 0.00 1/2 add_read_fd [2643]
[1515] 0.0 0.00 0.00 2 add_keyboard_wait_descriptor [1515]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [651]
[1516] 0.0 0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1516]
0.00 0.00 4/24 required_matrix_width [1313]
4 required_matrix_height <cycle 4> [1312]
4 adjust_glyph_matrix <cycle 4> [1255]
-----------------------------------------------
0.00 0.00 2/2 message3 <cycle 4> [596]
[1517] 0.0 0.00 0.00 2 cancel_echoing [1517]
-----------------------------------------------
0.00 0.00 2/2 decode_coding_gap <cycle 4> [603]
[1518] 0.0 0.00 0.00 2 check_ascii [1518]
0.00 0.00 2/1044 coding_set_source [971]
-----------------------------------------------
0.00 0.00 1/2 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1/2 read_char <cycle 2> [20]
[1519] 0.0 0.00 0.00 2 clear_message [1519]
-----------------------------------------------
0.00 0.00 2/2 decode_coding <cycle 4> [547]
[1520] 0.0 0.00 0.00 2 decode_coding_raw_text [1520]
-----------------------------------------------
2 delete_all_child_windows [1521]
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [702]
[1521] 0.0 0.00 0.00 2+2 delete_all_child_windows [1521]
0.00 0.00 12/4179 unchain_marker [858]
0.00 0.00 4/4 unshow_buffer [1468]
0.00 0.00 4/146 adjust_window_count [1146]
0.00 0.00 4/73 wset_buffer [1184]
2 delete_all_child_windows [1521]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1522] 0.0 0.00 0.00 2 do_auto_save_unwind [1522]
-----------------------------------------------
0.00 0.00 2/2 Fdo_auto_save <cycle 4> [593]
[1523] 0.0 0.00 0.00 2 emacs_fopen [1523]
0.00 0.00 2/172 emacs_open [1138]
-----------------------------------------------
0.00 0.00 2/2 Fwindow_mode_line_height <cycle 4> [1299]
[1524] 0.0 0.00 0.00 2 estimate_mode_line_height [1524]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1525] 0.0 0.00 0.00 2 fclose_unwind [1525]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [518]
[1526] 0.0 0.00 0.00 2 filemodestring [1526]
-----------------------------------------------
0.00 0.00 2/2 x_term_init <cycle 4> [508]
[1527] 0.0 0.00 0.00 2 fixup_locale [1527]
-----------------------------------------------
0.00 0.00 1/2 free_realized_face [116]
0.00 0.00 1/2 clear_face_cache [714]
[1528] 0.0 0.00 0.00 2 font_done_for_face [1528]
-----------------------------------------------
0.00 0.00 1/2 check_glyph_memory [707]
0.00 0.00 1/2 delete_frame <cycle 4> [230]
[1529] 0.0 0.00 0.00 2 free_glyphs [1529]
0.00 0.00 6/1140773 xfree [760]
0.00 0.00 2/10 free_glyph_matrix [1370]
0.00 0.00 2/2 free_window_matrices [1530]
-----------------------------------------------
0.00 0.00 2/2 free_glyphs [1529]
[1530] 0.0 0.00 0.00 2 free_window_matrices [1530]
0.00 0.00 8/1140773 xfree [760]
0.00 0.00 8/10 free_glyph_matrix [1370]
-----------------------------------------------
2 Ffile_attributes <cycle 4> [424]
[1531] 0.0 0.00 0.00 2 internal_condition_case_2 <cycle 4> [1531]
0.00 0.00 2/5577 push_handler [843]
2 Fexpand_file_name <cycle 4> [173]
-----------------------------------------------
2 message3 <cycle 4> [596]
[1532] 0.0 0.00 0.00 2 message3_nolog <cycle 4> [1532]
4 do_pending_window_change <cycle 4> [1097]
2 echo_area_display <cycle 4> [704]
1 with_echo_area_buffer <cycle 4> [405]
-----------------------------------------------
0.00 0.00 2/2 update_window <cycle 4> [458]
[1533] 0.0 0.00 0.00 2 next_almost_prime [1533]
-----------------------------------------------
0.00 0.00 2/2 produce_special_glyphs [234]
[1534] 0.0 0.00 0.00 2 produce_glyphs [1534]
-----------------------------------------------
0.00 0.00 2/2 adjust_frame_glyphs <cycle 4> [651]
[1535] 0.0 0.00 0.00 2 realloc_glyph_pool [1535]
-----------------------------------------------
0.00 0.00 2/2 Fdo_auto_save <cycle 4> [593]
[1536] 0.0 0.00 0.00 2 record_auto_save [1536]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [221]
[1537] 0.0 0.00 0.00 2 record_unwind_protect_nothing [1537]
-----------------------------------------------
0.00 0.00 2/2 with_echo_area_buffer <cycle 4> [405]
[1538] 0.0 0.00 0.00 2 resize_mini_window_1 [1538]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1539] 0.0 0.00 0.00 2 restore_menu_items [1539]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [230]
0.00 0.00 1/2 Fdelete_terminal <cycle 4> [1564]
[1540] 0.0 0.00 0.00 2 safe_call2 [1540]
-----------------------------------------------
0.00 0.00 2/2 Fset_buffer_multibyte [1450]
[1541] 0.0 0.00 0.00 2 set_intervals_multibyte [1541]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [518]
[1542] 0.0 0.00 0.00 2 strmode [1542]
-----------------------------------------------
1 write_string_1 <cycle 4> [1637]
1 print_string <cycle 4> [1620]
[1543] 0.0 0.00 0.00 2 strout <cycle 4> [1543]
19 insert_char <cycle 4> [1331]
2 setup_echo_area_for_printing <cycle 4> [1466]
2 message_dolog <cycle 4> [742]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [244]
[1544] 0.0 0.00 0.00 2 un_autoload [1544]
-----------------------------------------------
1 x_make_frame_visible <cycle 4> [420]
1 x_set_icon_type <cycle 4> [1650]
[1545] 0.0 0.00 0.00 2 x_bitmap_icon <cycle 4> [1545]
2 xg_set_icon <cycle 4> [699]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [550]
[1546] 0.0 0.00 0.00 2 x_check_property_data [1546]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [550]
[1547] 0.0 0.00 0.00 2 x_fill_property_data [1547]
0.00 0.00 17/17 cons_to_signed [1338]
-----------------------------------------------
0.00 0.00 2/2 xg_set_icon <cycle 4> [699]
[1548] 0.0 0.00 0.00 2 x_find_image_file [1548]
-----------------------------------------------
0.00 0.00 2/2 do_switch_frame <cycle 4> [1388]
[1549] 0.0 0.00 0.00 2 x_get_focus_frame [1549]
-----------------------------------------------
2 adjust_frame_size <cycle 4> [497]
[1550] 0.0 0.00 0.00 2 x_set_window_size <cycle 4> [1550]
0.00 0.00 2/6 mark_window_cursors_off [1413]
0.00 0.00 2/29 cancel_mouse_face [1291]
2 xg_frame_set_char_size <cycle 4> [474]
-----------------------------------------------
0.00 0.00 2/2 x_setup_relief_colors [1221]
[1551] 0.0 0.00 0.00 2 x_setup_relief_color [1551]
0.00 0.00 2/10 x_query_colors [1379]
0.00 0.00 2/175 x_alloc_nearest_color [1137]
-----------------------------------------------
0.00 0.00 1/2 free_realized_face [116]
0.00 0.00 1/2 clear_face_cache [714]
[1552] 0.0 0.00 0.00 2 xftfont_done_face [1552]
0.00 0.00 2/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 2/2 x_scroll_bar_create [525]
[1553] 0.0 0.00 0.00 2 xg_create_scroll_bar [1553]
0.00 0.00 2/2 xg_store_widget_in_map [1555]
0.00 0.00 2/2 xg_set_cursor [1554]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1553]
[1554] 0.0 0.00 0.00 2 xg_set_cursor [1554]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1553]
[1555] 0.0 0.00 0.00 2 xg_store_widget_in_map [1555]
0.00 0.00 1/2125 xrealloc [905]
0.00 0.00 1/439 xnrealloc [1088]
-----------------------------------------------
0.00 0.00 1/2 create_frame_xic [1594]
0.00 0.00 1/2 xic_set_xfontset [1674]
[1556] 0.0 0.00 0.00 2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [702]
[1557] 0.0 0.00 0.00 1 CHECK_WINDOW_CONFIGURATION [1557]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1558] 0.0 0.00 0.00 1 Fbuffer_size [1558]
-----------------------------------------------
0.00 0.00 1/1 print_error_message <cycle 4> [1618]
[1559] 0.0 0.00 0.00 1 Fcdr_safe [1559]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1560] 0.0 0.00 0.00 1 Fcommand_error_default_function <cycle 4> [1560]
0.00 0.00 1/1 message_log_maybe_newline [1614]
0.00 0.00 1/1 Fdiscard_input [1565]
0.00 0.00 1/2 clear_message [1519]
0.00 0.00 1/1 ring_bell [1624]
0.00 0.00 1/1 bitch_at_user [1589]
1 XTring_bell <cycle 4> [703]
1 print_error_message <cycle 4> [1618]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1561] 0.0 0.00 0.00 1 Fcurrent_bidi_paragraph_direction [1561]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1562] 0.0 0.00 0.00 1 Fcurrent_input_mode [1562]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1563] 0.0 0.00 0.00 1 Fdelete_frame [1563]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
[1564] 0.0 0.00 0.00 1 Fdelete_terminal <cycle 4> [1564]
0.00 0.00 1/2249 decode_terminal [898]
0.00 0.00 1/1 delete_initial_terminal [1596]
0.00 0.00 1/2 safe_call2 [1540]
1 safe_call <cycle 4> [1026]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1565] 0.0 0.00 0.00 1 Fdiscard_input [1565]
0.00 0.00 1/1 discard_tty_input [1598]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1566] 0.0 0.00 0.00 1 Femacs_pid [1566]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1567] 0.0 0.00 0.00 1 Fforward_char [1567]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1568] 0.0 0.00 0.00 1 Fframe_after_make_frame [1568]
0.00 0.00 1/2119 decode_live_frame [906]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1569] 0.0 0.00 0.00 1 Ffunction_equal [1569]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1570] 0.0 0.00 0.00 1 Finvocation_name [1570]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1571] 0.0 0.00 0.00 1 Flocale_info [1571]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1572] 0.0 0.00 0.00 1 Fmax_char [1572]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1573] 0.0 0.00 0.00 1 Fposn_at_x_y [1573]
0.00 0.00 1/5391 set_window_margins [847]
0.00 0.00 1/511 decode_live_window [1064]
0.00 0.00 1/2152 window_box_left_offset [901]
-----------------------------------------------
1 print_error_message <cycle 4> [1618]
[1574] 0.0 0.00 0.00 1 Fprinc <cycle 4> [1574]
0.00 0.00 1/1 print [1616]
1 print_object <cycle 4> [1619]
1 unbind_to <cycle 4> [244]
1 set_buffer_internal_1 <cycle 4> [871]
1 setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [702]
[1575] 0.0 0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1575]
0.00 0.00 1/9070 decode_any_frame [825]
0.00 0.00 1/1 XTframe_rehighlight [1588]
1 x_set_frame_alpha <cycle 4> [480]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1576] 0.0 0.00 0.00 1 Fredraw_frame <cycle 4> [1576]
0.00 0.00 1/2119 decode_live_frame [906]
1 redraw_frame <cycle 4> [683]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1577] 0.0 0.00 0.00 1 Fset_input_interrupt_mode [1577]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1578] 0.0 0.00 0.00 1 Fset_input_meta_mode [1578]
0.00 0.00 1/3 decode_tty_terminal [1486]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1579] 0.0 0.00 0.00 1 Fskip_chars_backward [1579]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [73]
[1580] 0.0 0.00 0.00 1 Fskip_chars_forward [1580]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1581] 0.0 0.00 0.00 1 Ftool_bar_height [1581]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1582] 0.0 0.00 0.00 1 Fundo_boundary <cycle 4> [1582]
0.00 0.00 1/49012 Fcar [807]
1 Fset <cycle 4> [249]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [29]
[1583] 0.0 0.00 0.00 1 Fuser_real_login_name [1583]
-----------------------------------------------
0.00 0.00 1/1 record_first_change [656]
[1584] 0.0 0.00 0.00 1 Fvisited_file_modtime [1584]
-----------------------------------------------
0.00 0.00 1/1 record_asynch_buffer_change [1621]
[1585] 0.0 0.00 0.00 1 Fwaiting_for_user_input_p [1585]
-----------------------------------------------
1 eval_sub <cycle 4> [176]
[1586] 0.0 0.00 0.00 1 Fwhile <cycle 4> [1586]
501 eval_sub <cycle 4> [176]
500 Fprogn <cycle 4> [996]
-----------------------------------------------
1 Ffuncall <cycle 4> [29]
[1587] 0.0 0.00 0.00 1 Fx_open_connection <cycle 4> [1587]
0.00 0.00 1/50 validate_x_resource_name [1229]
1 x_term_init <cycle 4> [508]
-----------------------------------------------
0.00 0.00 1/1 Fredirect_frame_focus <cycle 4> [1575]
[1588] 0.0 0.00 0.00 1 XTframe_rehighlight [1588]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1589] 0.0 0.00 0.00 1 bitch_at_user [1589]
-----------------------------------------------
1 make_lispy_position <cycle 4> [562]
[1590] 0.0 0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1590]
0.00 0.00 1/41387 Fcurrent_buffer [809]
0.00 0.00 1/3667 bidi_shelve_cache [863]
0.00 0.00 1/1775 marker_position [920]
0.00 0.00 1/1717 marker_byte_position [923]
0.00 0.00 1/511 move_it_in_display_line [1066]
0.00 0.00 1/8883 bidi_unshelve_cache [827]
2 Fset_buffer <cycle 4> [897]
1 start_display <cycle 4> [197]
1 move_it_to <cycle 4> [213]
1 move_it_in_display_line_to <cycle 4> [58]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1591] 0.0 0.00 0.00 1 check_message_stack [1591]
-----------------------------------------------
1 delete_frame <cycle 4> [230]
[1592] 0.0 0.00 0.00 1 check_minibuf_window <cycle 4> [1592]
0.00 0.00 1/2119 decode_live_frame [906]
1 unbind_to <cycle 4> [244]
1 set_window_buffer <cycle 4> [573]
-----------------------------------------------
0.00 0.00 1/1 Fset_terminal_coding_system_internal [560]
[1593] 0.0 0.00 0.00 1 coding_charset_list [1593]
-----------------------------------------------
0.00 0.00 1/1 x_window <cycle 4> [591]
[1594] 0.0 0.00 0.00 1 create_frame_xic [1594]
0.00 0.00 1/2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 message_dolog <cycle 4> [742]
[1595] 0.0 0.00 0.00 1 del_range_both [1595]
-----------------------------------------------
0.00 0.00 1/1 Fdelete_terminal <cycle 4> [1564]
[1596] 0.0 0.00 0.00 1 delete_initial_terminal [1596]
0.00 0.00 1/1 delete_terminal [1597]
-----------------------------------------------
0.00 0.00 1/1 delete_initial_terminal [1596]
[1597] 0.0 0.00 0.00 1 delete_terminal [1597]
0.00 0.00 3/1140773 xfree [760]
-----------------------------------------------
0.00 0.00 1/1 Fdiscard_input [1565]
[1598] 0.0 0.00 0.00 1 discard_tty_input [1598]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [244]
[1599] 0.0 0.00 0.00 1 do_unwind_create_frame [1599]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [592]
[1600] 0.0 0.00 0.00 1 emacs_fixed_new [1600]
0.00 0.00 1/12 emacs_fixed_get_type [1356]
-----------------------------------------------
0.00 0.00 1/1 Ffile_accessible_directory_p <cycle 4> [453]
[1601] 0.0 0.00 0.00 1 file_accessible_directory_p [1601]
-----------------------------------------------
0.00 0.00 1/1 fontset_from_font <cycle 4> [343]
[1602] 0.0 0.00 0.00 1 font_get_name [1602]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [588]
[1603] 0.0 0.00 0.00 1 fontset_ascii [1603]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1604] 0.0 0.00 0.00 1 free_font_driver_list [1604]
-----------------------------------------------
1 Fcommandp <cycle 4> [853]
[1605] 0.0 0.00 0.00 1 funcall_not <cycle 4> [1605]
1 Ffuncall <cycle 4> [29]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [702]
[1606] 0.0 0.00 0.00 1 get_leaf_windows [1606]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [572]
[1607] 0.0 0.00 0.00 1 get_prop_window [1607]
-----------------------------------------------
0.00 0.00 1/1 set_frame_cursor_types [631]
[1608] 0.0 0.00 0.00 1 get_specified_cursor_type [1608]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1609] 0.0 0.00 0.00 1 init_sigio [1609]
0.00 0.00 2/3 rpl_fcntl [1495]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1610] 0.0 0.00 0.00 1 initial_free_frame_resources [1610]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [202]
[1611] 0.0 0.00 0.00 1 initialize_frame_menubar <cycle 4> [1611]
1 menu_bar_items <cycle 4> [435]
-----------------------------------------------
0.00 0.00 1/1 Finternal_set_lisp_face_attribute <cycle 4> [337]
[1612] 0.0 0.00 0.00 1 merge_face_heights [1612]
-----------------------------------------------
0.00 0.00 1/1 Fmessage <cycle 4> [1510]
[1613] 0.0 0.00 0.00 1 message1 [1613]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1614] 0.0 0.00 0.00 1 message_log_maybe_newline [1614]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [592]
[1615] 0.0 0.00 0.00 1 my_log_handler [1615]
-----------------------------------------------
0.00 0.00 1/1 Fprinc <cycle 4> [1574]
[1616] 0.0 0.00 0.00 1 print [1616]
-----------------------------------------------
0.00 0.00 1/1 write_string_1 <cycle 4> [1637]
[1617] 0.0 0.00 0.00 1 print_c_string [1617]
-----------------------------------------------
1 Fcommand_error_default_function <cycle 4> [1560]
[1618] 0.0 0.00 0.00 1 print_error_message <cycle 4> [1618]
0.00 0.00 2/98231 Fplist_get [798]
0.00 0.00 2/69910 Fget [800]
0.00 0.00 1/49012 Fcar [807]
0.00 0.00 1/10850 Fmemq [822]
0.00 0.00 1/1 Fcdr_safe [1559]
0.00 0.00 1/571 Fsubstitute_command_keys [1031]
2 message_dolog <cycle 4> [742]
1 write_string_1 <cycle 4> [1637]
1 text_quoting_style <cycle 4> [434]
1 Fprinc <cycle 4> [1574]
-----------------------------------------------
1 Fprinc <cycle 4> [1574]
[1619] 0.0 0.00 0.00 1 print_object <cycle 4> [1619]
1 print_string <cycle 4> [1620]
-----------------------------------------------
1 print_object <cycle 4> [1619]
[1620] 0.0 0.00 0.00 1 print_string <cycle 4> [1620]
0.00 0.00 1/31663 count_size_as_multibyte [810]
1 strout <cycle 4> [1543]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [99]
[1621] 0.0 0.00 0.00 1 record_asynch_buffer_change [1621]
0.00 0.00 1/1 Fwaiting_for_user_input_p [1585]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
[1622] 0.0 0.00 0.00 1 redisplay_mode_lines <cycle 4> [1622]
0.00 0.00 3/82 temp_set_point_both [1177]
0.00 0.00 2/35 clear_glyph_matrix [1281]
0.00 0.00 1/1775 marker_position [920]
0.00 0.00 1/1717 marker_byte_position [923]
4 set_buffer_internal_1 <cycle 4> [871]
2 display_mode_lines <cycle 4> [1323]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1623] 0.0 0.00 0.00 1 reset_all_sys_modes [1623]
-----------------------------------------------
0.00 0.00 1/1 Fcommand_error_default_function <cycle 4> [1560]
[1624] 0.0 0.00 0.00 1 ring_bell [1624]
-----------------------------------------------
0.00 0.00 1/1 rounding_driver [1206]
[1625] 0.0 0.00 0.00 1 round2 [1625]
-----------------------------------------------
0.00 0.00 1/1 message3 <cycle 4> [596]
[1626] 0.0 0.00 0.00 1 safe_eval_handler [1626]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1627] 0.0 0.00 0.00 1 select_visual [1627]
0.00 0.00 1/49 xrdb_get_resource [1246]
0.00 0.00 1/5 display_x_get_resource [1430]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [405]
[1628] 0.0 0.00 0.00 1 set_message_1 <cycle 4> [1628]
0.00 0.00 1/4 Fset_buffer_multibyte [1450]
0.00 0.00 1/82 temp_set_point_both [1177]
1 update_compositions <cycle 4> [154]
1 insert_from_string <cycle 4> [984]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1629] 0.0 0.00 0.00 1 stuff_buffered_input [1629]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [215]
[1630] 0.0 0.00 0.00 1 top_level_2 [1630]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1631] 0.0 0.00 0.00 1 unlock_all_files [1631]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [244]
[1632] 0.0 0.00 0.00 1 unwind_create_frame [1632]
0.00 0.00 1/10850 Fmemq [822]
-----------------------------------------------
1 echo_area_display <cycle 4> [704]
[1633] 0.0 0.00 0.00 1 update_single_window <cycle 4> [1633]
0.00 0.00 1/51 x_update_begin [1222]
0.00 0.00 1/52 update_begin [1216]
0.00 0.00 1/51 x_update_end [1223]
0.00 0.00 1/52 update_end [1217]
1 update_window <cycle 4> [458]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1672]
[1634] 0.0 0.00 0.00 1 update_theme_scrollbar_height [1634]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1672]
[1635] 0.0 0.00 0.00 1 update_theme_scrollbar_width [1635]
-----------------------------------------------
0.00 0.00 1/1 Fwindow_resize_apply_total [706]
[1636] 0.0 0.00 0.00 1 window_resize_apply_total [1636]
-----------------------------------------------
1 print_error_message <cycle 4> [1618]
[1637] 0.0 0.00 0.00 1 write_string_1 <cycle 4> [1637]
0.00 0.00 1/1 print_c_string [1617]
1 strout <cycle 4> [1543]
1 unbind_to <cycle 4> [244]
1 set_buffer_internal_1 <cycle 4> [871]
1 setup_echo_area_for_printing <cycle 4> [1466]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1638] 0.0 0.00 0.00 1 x_change_tool_bar_height [1638]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [230]
[1639] 0.0 0.00 0.00 1 x_clipboard_manager_save_frame [1639]
-----------------------------------------------
0.00 0.00 1/1 x_set_cursor_color [673]
[1640] 0.0 0.00 0.00 1 x_copy_color [1640]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1641] 0.0 0.00 0.00 1 x_display_ok [1641]
0.00 0.00 1/48 unrequest_sigio [1249]
0.00 0.00 1/47 request_sigio [1252]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1642] 0.0 0.00 0.00 1 x_find_modifier_meanings [1642]
-----------------------------------------------
0.00 0.00 1/1 x_load_resources [594]
[1643] 0.0 0.00 0.00 1 x_get_customization_string [1643]
0.00 0.00 1/50 x_get_string_resource [1230]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1644] 0.0 0.00 0.00 1 x_set_autolower [1644]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1645] 0.0 0.00 0.00 1 x_set_autoraise [1645]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1646] 0.0 0.00 0.00 1 x_set_border_width [1646]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1647] 0.0 0.00 0.00 1 x_set_bottom_divider_width [1647]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1648] 0.0 0.00 0.00 1 x_set_cursor_type [1648]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1649] 0.0 0.00 0.00 1 x_set_horizontal_scroll_bars [1649]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1650] 0.0 0.00 0.00 1 x_set_icon_type <cycle 4> [1650]
1 x_bitmap_icon <cycle 4> [1545]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1651] 0.0 0.00 0.00 1 x_set_internal_border_width [1651]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1652] 0.0 0.00 0.00 1 x_set_left_fringe [1652]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1653] 0.0 0.00 0.00 1 x_set_line_spacing [1653]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1654] 0.0 0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1654]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_glyphs <cycle 4> [651]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1655] 0.0 0.00 0.00 1 x_set_right_divider_width [1655]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1656] 0.0 0.00 0.00 1 x_set_right_fringe [1656]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1657] 0.0 0.00 0.00 1 x_set_scroll_bar_background [1657]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_height <cycle 4> [1661]
[1658] 0.0 0.00 0.00 1 x_set_scroll_bar_default_height [1658]
0.00 0.00 1/1 xg_get_default_scrollbar_height [1670]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_width <cycle 4> [1662]
[1659] 0.0 0.00 0.00 1 x_set_scroll_bar_default_width [1659]
0.00 0.00 1/1 xg_get_default_scrollbar_width [1671]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1660] 0.0 0.00 0.00 1 x_set_scroll_bar_foreground [1660]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1661] 0.0 0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1661]
0.00 0.00 1/1 x_set_scroll_bar_default_height [1658]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [114]
[1662] 0.0 0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1662]
0.00 0.00 1/1 x_set_scroll_bar_default_width [1659]
0.00 0.00 1/334 fset_redisplay [1100]
1 adjust_frame_size <cycle 4> [497]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1663] 0.0 0.00 0.00 1 x_set_title [1663]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1664] 0.0 0.00 0.00 1 x_set_tool_bar_lines [1664]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1665] 0.0 0.00 0.00 1 x_set_vertical_scroll_bars [1665]
0.00 0.00 1/334 fset_redisplay [1100]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [114]
[1666] 0.0 0.00 0.00 1 x_set_wait_for_wm [1666]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [202]
[1667] 0.0 0.00 0.00 1 x_text_icon [1667]
-----------------------------------------------
0.00 0.00 1/1 x_set_tool_bar_position [638]
[1668] 0.0 0.00 0.00 1 xg_change_toolbar_position [1668]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1669] 0.0 0.00 0.00 1 xg_create_default_cursor [1669]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_height [1658]
[1670] 0.0 0.00 0.00 1 xg_get_default_scrollbar_height [1670]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_width [1659]
[1671] 0.0 0.00 0.00 1 xg_get_default_scrollbar_width [1671]
0.00 0.00 1/16 xg_get_gdk_scale [1342]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [508]
[1672] 0.0 0.00 0.00 1 xg_initialize [1672]
0.00 0.00 1/1 update_theme_scrollbar_width [1635]
0.00 0.00 1/1 update_theme_scrollbar_height [1634]
-----------------------------------------------
0.00 0.00 1/1 xic_set_xfontset [1674]
[1673] 0.0 0.00 0.00 1 xic_free_xfontset [1673]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [588]
[1674] 0.0 0.00 0.00 1 xic_set_xfontset [1674]
0.00 0.00 1/1 xic_free_xfontset [1673]
0.00 0.00 1/2 xic_create_xfontset [1556]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [708]
[1675] 0.0 0.00 0.00 1 xml_cleanup_parser [1675]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [386]
[1676] 0.0 0.00 0.00 1 xsettings_get_system_font [1676]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name
[1259] CHECK_CHAR_TABLE (chartab.c) [950] char_table_ref_and_range [617] prepare_face_for_display
[756] CHECK_HASH_TABLE (fns.c) [195] char_table_set [675] prepare_record (undo.c)
[882] CHECK_MARKER (marker.c) [76] char_table_set_range [421] prepare_to_modify_buffer
[777] CHECK_STRING_OR_BUFFER (textprop.c) [1000] char_width (character.c) [250] prepare_to_modify_buffer_1
[1557] CHECK_WINDOW_CONFIGURATION (window.c) [1322] chars_in_text [820] previous_interval
[1067] Fabs [1518] check_ascii (coding.c) [1616] print (print.c)
[283] Faccessible_keymaps [325] check_fontset_name (fontset.c) [1617] print_c_string (print.c)
[1307] Factive_minibuffer_window [707] check_glyph_memory [1618] print_error_message
[1078] Fadd1 [1591] check_message_stack [1619] print_object (print.c)
[1503] Fadd_text_properties [1592] check_minibuf_window (frame.c) [1620] print_string (print.c)
[1119] Fand [775] check_obarray [134] process_pending_signals
[1034] Fappend [992] check_syntax_table (syntax.c) [135] process_special_events (keyboard.c)
[313] Fapply [1163] check_window_containing (window.c) [333] process_tool_bar_item (keyboard.c)
[821] Faref [1350] check_window_system [671] produce_chars (coding.c)
[1053] Farrayp [1140] check_x_display_info [1534] produce_glyphs
[902] Faset [785] cleanup_vector (alloc.c) [234] produce_special_glyphs (xdisp.c)
[66] Fassoc [1428] clear_charpos_cache [169] produce_stretch_glyph
[30] Fassoc_string [1351] clear_current_matrices [721] propagate_buffer_redisplay (xdisp.c)
[384] Fassq [1231] clear_desired_matrices [843] push_handler
[584] Fautoload [714] clear_face_cache [844] push_handler_nosignal
[587] Fautoload_do_load [1429] clear_frame [567] push_kboard
[318] Fbacktrace_frame [1281] clear_glyph_matrix [1089] push_key_description
[287] Fbackward_prefix_chars [678] clear_image_cache (image.c) [488] push_menu_item (menu.c)
[913] Fbolp [679] clear_image_caches [615] push_menu_pane (menu.c)
[1059] Fborder_width [1519] clear_message [512] push_message
[505] Fboundp [1144] clear_mouse_face [598] raw_text_coding_system
[1402] Fbuffer_base_buffer [1397] clear_unwind_protect [814] re_compile_fastmap
[1333] Fbuffer_file_name [1152] clear_waiting_for_input [270] re_compile_pattern
[1308] Fbuffer_list [1197] clear_window_matrices (dispnew.c) [875] re_iswctype
[1005] Fbuffer_live_p [258] cmd_error (keyboard.c) [846] re_match_2
[1173] Fbuffer_local_value [259] cmd_error_internal [83] re_match_2_internal (regex.c)
[894] Fbuffer_modified_p [758] cmpfn_equal (fns.c) [74] re_search
[1075] Fbuffer_name [974] code_conversion_restore (coding.c) [72] re_search_2
[1558] Fbuffer_size [376] code_conversion_save [845] re_set_registers
[1013] Fbuffer_string [264] code_convert_string [803] re_set_syntax
[553] Fbuffer_substring [1126] code_convert_string_norecord [804] re_set_whitespace_regexp
[1471] Fbufferp [1593] coding_charset_list [1305] re_wctype
[1441] Fbyte_code [954] coding_set_destination (coding.c) [1038] read0 (lread.c)
[1504] Fbyte_code_function_p [971] coding_set_source (coding.c) [300] read1 (lread.c)
[1505] Fbyteorder [1366] colors_in_color_table (image.c) [585] read_and_apply_settings (xsettings.c)
[106] Fcall_interactively [7] command_loop (keyboard.c) [20] read_char
[1442] Fcapitalize [18] command_loop_1 [1081] read_dirent (dired.c)
[807] Fcar [9] command_loop_2 (keyboard.c) [408] read_escape (lread.c)
[1506] Fcar_less_than_car [677] compact_buffer [1357] read_file_name (callint.c)
[1443] Fcar_safe [156] compile_pattern [1036] read_hex (charset.c)
[768] Fcdr [278] composition_adjust_point [281] read_internal_start (lread.c)
[1559] Fcdr_safe [107] composition_compute_stop_pos [15] read_key_sequence.constprop.44 (keyboard.c)
[1213] Fceiling [239] composition_reseat_it [357] read_list (lread.c)
[750] Fchar_after [263] compute_display_string_pos [366] read_vector (lread.c)
[1472] Fchar_table_parent [1094] compute_line_metrics (xdisp.c) [61] readable_events (keyboard.c)
[602] Fcharsetp [166] compute_stop_pos (xdisp.c) [335] readbyte_from_file (lread.c)
[529] Fcheck_coding_system [1398] compute_window_start_on_continuation_line (xdisp.c) [334] readchar (lread.c)
[727] Fclear_face_cache [103] concat (fns.c) [402] readevalloop (lread.c)
[470] Fcoding_system_base [328] concat2 [1463] readevalloop_1 (lread.c)
[364] Fcoding_system_eol_type [274] concat3 [1150] readevalloop_eager_expand_eval (lread.c)
[492] Fcoding_system_p [1338] cons_to_signed [153] realize_basic_faces (xfaces.c)
[482] Fcoding_system_plist [1105] consume_chars (coding.c) [152] realize_face (xfaces.c)
[1560] Fcommand_error_default_function [1164] coordinates_in_window (window.c) [155] realize_named_face (xfaces.c)
[978] Fcommand_remapping [1287] coords_in_mouse_face_p (xdisp.c) [1535] realloc_glyph_pool (dispnew.c)
[853] Fcommandp [141] copy_char_table [861] recenter_overlay_lists
[32] Fcompare_strings [78] copy_font_spec [159] recompute_basic_faces
[986] Fconcat [515] copy_properties [461] reconsider_clip_changes (xdisp.c)
[1316] Fcond [931] copy_text [1621] record_asynch_buffer_change
[80] Fcons [1046] copy_text_properties [1536] record_auto_save
[1385] Fconsp [810] count_size_as_multibyte [654] record_buffer
[253] Fconstrain_to_field [1594] create_frame_xic [879] record_buffer_markers (buffer.c)
[188] Fcopy_alist [437] create_menus (gtkutil.c) [1072] record_char (keyboard.c)
[551] Fcopy_keymap [722] create_root_interval [1012] record_delete
[729] Fcopy_marker [513] create_terminal [656] record_first_change
[150] Fcopy_sequence [1193] current_message [796] record_in_backtrace
[192] Fcurrent_active_maps [533] current_message_1 (xdisp.c) [643] record_insert
[1561] Fcurrent_bidi_paragraph_direction [880] current_minor_maps [1464] record_load_unwind (lread.c)
[809] Fcurrent_buffer [1485] decide_coding_unwind (fileio.c) [883] record_property_change
[1346] Fcurrent_global_map [825] decode_any_frame [828] record_unwind_protect
[1562] Fcurrent_input_mode [1198] decode_any_window [1045] record_unwind_protect_int
[1335] Fcurrent_message [547] decode_coding (coding.c) [1537] record_unwind_protect_nothing
[530] Fcurrent_time [603] decode_coding_gap [982] record_unwind_protect_ptr
[526] Fcurrent_window_configuration [307] decode_coding_object [1025] record_unwind_protect_void
[1473] Fdaemonp [1520] decode_coding_raw_text (coding.c) [469] record_unwind_save_match_data
[1202] Fdecode_coding_string [1015] decode_coding_utf_8 (coding.c) [659] record_xmalloc
[224] Fdefalias [1020] decode_file_name [3] recursive_edit_1
[1125] Fdefault_boundp [906] decode_live_frame [1341] redisplay
[874] Fdefault_value [1315] decode_live_terminal [38] redisplay_internal (xdisp.c)
[112] Fdefine_key [1064] decode_live_window [1622] redisplay_mode_lines (xdisp.c)
[454] Fdefvar [460] decode_mode_spec_coding (xdisp.c) [1415] redisplay_other_windows
[491] Fdelete [1030] decode_next_window_args (window.c) [42] redisplay_preserve_echo_area
[1563] Fdelete_frame [898] decode_terminal (terminal.c) [410] redisplay_window (xdisp.c)
[1564] Fdelete_terminal [955] decode_time_components [1348] redisplay_window_0 (xdisp.c)
[1154] Fdelq [937] decode_timer (keyboard.c) [1344] redisplay_window_1 (xdisp.c)
[273] Fdirectory_file_name [1486] decode_tty_terminal [179] redisplay_windows (xdisp.c)
[423] Fdirectory_files [1147] decode_window_system_frame [683] redraw_frame
[1565] Fdiscard_input [1028] default_line_pixel_height [881] region_cache_backward
[564] Fdisplay_supports_face_attributes_p [1339] default_toplevel_binding (eval.c) [973] region_cache_forward
[593] Fdo_auto_save [867] default_value (data.c) [666] register_font_driver
[888] Fdowncase [1187] define_frame_cursor1 (xdisp.c) [1235] relocate_byte_stack
[1566] Femacs_pid [575] define_image_type (image.c) [566] remember_mouse_glyph
[1160] Feq [1141] defined_color (xfaces.c) [990] remove_properties (textprop.c)
[255] Fequal [1010] del_range [378] reorder_modifiers
[1014] Ferase_buffer [331] del_range_1 [1493] replace_buffer_in_windows
[320] Feval [332] del_range_2 [1494] replace_buffer_in_windows_safely
[507] Feval_buffer [1595] del_range_both [977] report_interval_modification
[1403] Fevent_convert_list [1521] delete_all_child_windows [1252] request_sigio
[173] Fexpand_file_name [837] delete_cache_boundaries (region-cache.c) [1112] requeued_events_pending_p
[268] Fface_font [230] delete_frame [1312] required_matrix_height (dispnew.c)
[831] Ffboundp [1596] delete_initial_terminal (terminal.c) [1313] required_matrix_width (dispnew.c)
[139] Ffeaturep [1597] delete_terminal [375] reseat (xdisp.c)
[453] Ffile_accessible_directory_p [54] deliver_process_signal [889] reseat_1 (xdisp.c)
[424] Ffile_attributes [1] deliver_user_signal (keyboard.c) [886] reseat_at_next_visible_line_start (xdisp.c)
[285] Ffile_directory_p [1487] detect_coding (coding.c) [294] reseat_at_previous_visible_line_start
[400] Ffile_exists_p [539] detect_coding_utf_16 (coding.c) [1623] reset_all_sys_modes
[1162] Ffile_name_absolute_p [1148] detect_input_pending [1436] reset_buffer
[279] Ffile_name_as_directory [43] detect_input_pending_run_timers [1374] reset_buffer_local_variables (buffer.c)
[284] Ffile_name_directory [448] digest_single_submenu [985] reset_var_on_error (insdel.c)
[251] Ffile_name_nondirectory [254] directory_files_internal [229] resize_echo_area_exactly
[311] Ffile_readable_p [1122] disassemble_lisp_time (editfns.c) [1401] resize_frame_windows
[308] Ffile_symlink_p [1598] discard_tty_input [339] resize_mini_window
[158] Ffind_file_name_handler [496] display_and_set_cursor [1538] resize_mini_window_1 (xdisp.c)
[358] Ffind_operation_coding_system [1205] display_count_lines (xdisp.c) [856] resolve_face_name (xfaces.c)
[1444] Ffloat [1292] display_echo_area_1 (xdisp.c) [1057] restore_kboard_configuration (keyboard.c)
[1225] Ffloat_time [184] display_line (xdisp.c) [1539] restore_menu_items (menu.c)
[976] Ffloatp [379] display_mode_element (xdisp.c) [1624] ring_bell
[726] Ffont_get [472] display_mode_line (xdisp.c) [1625] round2 (floatfns.c)
[140] Ffont_match_p [1323] display_mode_lines (xdisp.c) [1206] rounding_driver (floatfns.c)
[543] Ffont_put [210] display_string (xdisp.c) [1104] row_equal_p.constprop.18 (dispnew.c)
[280] Ffont_spec [1430] display_x_get_resource [1169] row_for_charpos_p (xdisp.c)
[316] Ffont_xlfd_name [1522] do_auto_save_unwind (fileio.c) [1096] row_hash
[363] Ffontp [538] do_ewmh_fullscreen (xterm.c) [1495] rpl_fcntl
[1283] Fforce_mode_line_update [1399] do_nothing (eval.c) [142] run_all_atimers
[1386] Fformat [55] do_pending_atimers [1437] run_funs (window.c)
[1567] Fforward_char [1097] do_pending_window_change [1416] run_hook
[348] Fforward_line [1388] do_switch_frame [932] run_hook_with_args
[1568] Fframe_after_make_frame [799] do_symval_forwarding [1084] run_hook_wrapped_funcall (eval.c)
[927] Fframe_char_height [1599] do_unwind_create_frame (xfns.c) [545] run_window_configuration_change_hook
[1029] Fframe_char_width [1454] doprnt [1496] run_window_scroll_functions (xdisp.c)
[465] Fframe_list [1087] draw_fringe_bitmap [301] safe__call (xdisp.c)
[1023] Fframe_live_p [304] draw_fringe_bitmap_1 (fringe.c) [1139] safe__call1 (xdisp.c)
[599] Fframe_or_buffer_changed_p [35] draw_glyphs (xdisp.c) [1026] safe_call
[172] Fframe_parameter [1208] draw_phys_cursor_glyph [1159] safe_call1
[171] Fframe_parameters [1123] draw_row_fringe_bitmaps [1540] safe_call2
[1203] Fframe_root_window [1181] draw_window_fringes [1626] safe_eval_handler (xdisp.c)
[1266] Fframe_selected_window [1431] dtotimespec [933] safe_run_hook_funcall (keyboard.c)
[1354] Fframe_terminal [639] dupstring [276] safe_run_hooks
[1317] Fframe_visible_p [704] echo_area_display (xdisp.c) [934] safe_run_hooks_1 (keyboard.c)
[1019] Fframep [975] echo_dash (keyboard.c) [462] safe_to_load_version (lread.c)
[225] Ffset [1065] echo_keystrokes_p (keyboard.c) [1314] sanitize_window_sizes
[29] Ffuncall [981] echo_update (keyboard.c) [303] save_excursion_restore
[1054] Ffuncall_interactively [1131] egetenv_internal [581] save_excursion_save
[1324] Ffunction [1410] emacs_close [605] save_menu_items
[1569] Ffunction_equal [1356] emacs_fixed_get_type (emacsgtkfixed.c) [942] save_restriction_restore
[859] Ffunctionp [1600] emacs_fixed_new [943] save_restriction_save
[64] Fgarbage_collect [1523] emacs_fopen [634] save_window_save (window.c)
[1474] Fgenerate_new_buffer_name [1138] emacs_open [149] scan_lists (syntax.c)
[800] Fget [1360] emacs_read [743] scan_newline
[884] Fget_buffer [1319] emacs_readlinkat [650] scan_newline_from_point
[479] Fget_buffer_create [715] encode_coding (coding.c) [34] scan_sexps_forward (syntax.c)
[1420] Fget_buffer_process [466] encode_coding_object [1073] schedule_atimer (atimer.c)
[1033] Fget_buffer_window [716] encode_coding_utf_8 (coding.c) [181] search_buffer (search.c)
[786] Fget_char_property [1102] encode_file_name [180] search_command (search.c)
[443] Fget_load_suffixes [1247] enlarge_buffer_text [1303] search_embedded_absfilename (fileio.c)
[204] Fget_pos_property [597] ensure_echo_area_buffers (xdisp.c) [613] search_image_cache (image.c)
[208] Fget_text_property [478] ensure_menu_items (menu.c) [611] search_magic_path (xrdb.c)
[569] Fgetenv_internal [1265] erase_phys_cursor [1627] select_visual
[28] Fgethash [1455] esprintf [528] select_window (window.c)
[218] Fgoto_char [1524] estimate_mode_line_height [84] set_alarm (atimer.c)
[1145] Fif [1103] eval_dyn (keyboard.c) [1002] set_buffer_if_live
[640] Fimage_mask_p [176] eval_sub [871] set_buffer_internal_1
[839] Findirect_function [1011] evaporate_overlays [770] set_buffer_temp
[641] Finit_image_library [1051] event_to_kboard (keyboard.c) [191] set_fontset_font (fontset.c)
[1079] Finsert [73] exec_byte_code [631] set_frame_cursor_types
[351] Finsert_file_contents [1263] expand_and_dir_to_file [418] set_frame_menubar
[1055] Finteractive_form [1340] expose_frame [1086] set_glyph_string_background_width (xdisp.c)
[286] Fintern [1127] extend_face_to_end_of_line (xdisp.c) [145] set_internal
[527] Fintern_soft [1334] extract_dimension (window.c) [1541] set_intervals_multibyte
[322] Finternal_char_font [970] extract_float [124] set_iterator_to_next (xdisp.c)
[571] Finternal_get_lisp_face_attribute [232] face_at_buffer_position [1108] set_marker_both
[385] Finternal_make_lisp_face [275] face_at_string_position [747] set_marker_internal (marker.c)
[247] Finternal_merge_in_global_face [555] face_attr_equal_p (xfaces.c) [1375] set_marker_restricted
[337] Finternal_set_lisp_face_attribute [289] face_before_or_after_it_pos (xdisp.c) [1345] set_marker_restricted_both
[1276] Finternal_show_cursor [1432] face_boolean_x_resource_value (xfaces.c) [1628] set_message_1 (xdisp.c)
[1110] Finternal_show_cursor_p [1180] face_color_supported_p (xfaces.c) [738] set_point
[1570] Finvocation_name [11] face_for_char [206] set_point_both
[352] Fkey_binding [664] face_for_font [938] set_point_from_marker
[317] Fkey_description [341] fast_c_string_match_ignore_case [1376] set_poll_suppress_count
[1445] Fkeymap_parent [186] fast_looking_at [272] set_properties (textprop.c)
[1151] Fkeymap_prompt [1411] fast_set_selected_frame (xdisp.c) [558] set_text_properties
[1093] Fkeymapp [71] fast_string_match_internal [271] set_text_properties_1
[1507] Fkeywordp [1525] fclose_unwind [1465] set_unwind_protect_ptr
[1508] Fkill_all_local_variables [878] fetch_buffer_markers (buffer.c) [1293] set_vertical_scroll_bar
[565] Fkill_buffer [1601] file_accessible_directory_p [1153] set_waiting_for_input
[686] Fkill_emacs [518] file_attributes (dired.c) [573] set_window_buffer
[741] Fkill_local_variable [1211] file_directory_p [1497] set_window_fringes (window.c)
[126] Flength [1367] file_for_image (gtkutil.c) [847] set_window_margins (window.c)
[431] Flet [1526] filemodestring [1498] set_window_scroll_bars (window.c)
[381] FletX [644] fill_glyph_string (xdisp.c) [1236] set_window_update_flags (dispnew.c)
[266] Fline_beginning_position [293] find_automatic_composition (composite.c) [296] setup_coding_system
[690] Fline_end_position [691] find_before_next_newline [1466] setup_echo_area_for_printing
[1076] Fline_pixel_height [829] find_cache_boundary (region-cache.c) [459] shadow_lookup (keymap.c)
[257] Flist [194] find_composition [183] show_hourglass (xdisp.c)
[411] Fload [487] find_first_strong_char (bidi.c) [1417] shrink_mini_window
[1364] Flocal_variable_if_set_p [68] find_font_encoding [1237] shrink_regexp_cache
[840] Flocal_variable_p [1368] find_icon_from_name (gtkutil.c) [708] shut_down_emacs
[1571] Flocale_info [87] find_interval [297] signal_after_change
[1509] Flocate_file_internal [630] find_newline [616] single_keymap_panes (menu.c)
[959] Flogand [661] find_newline_no_quit [481] single_menu_item (menu.c)
[1446] Flooking_at [298] find_symbol_value [41] sit_for
[891] Flookup_key [1527] fixup_locale [586] skip_chars.constprop.5 (syntax.c)
[960] Flsh [1047] float_arith_driver (data.c) [887] skip_one_char (regex.c)
[1049] Flss [1488] fmod_float [349] skip_syntaxes (syntax.c)
[674] Fmacroexpand [1071] follow_key (keyboard.c) [782] sort_overlays
[248] Fmake_byte_code [406] font_build_object [128] specbind
[395] Fmake_char_table [433] font_clear_prop [117] split_interval_left
[606] Fmake_frame_visible [1528] font_done_for_face [536] split_interval_right
[113] Fmake_hash_table [14] font_find_for_lface [383] start_atimer
[190] Fmake_list [442] font_get_frame_data [197] start_display
[436] Fmake_local_variable [1602] font_get_name [372] start_hourglass
[646] Fmake_marker [102] font_has_char [1261] start_polling
[1156] Fmake_sparse_keymap [93] font_intern_prop [1438] staticpro
[81] Fmake_string [16] font_list_entities [1262] stop_polling
[574] Fmake_symbol [302] font_load_for_lface [490] store_frame_param
[207] Fmake_vector [290] font_make_entity [196] store_in_alist
[1157] Fmap_keymap [415] font_make_object [502] store_in_keymap (keymap.c)
[623] Fmapc [685] font_match_p [1074] store_kbd_macro_char
[401] Fmapcar [387] font_open_by_name [1267] store_mode_line_noprop (xdisp.c)
[939] Fmarker_buffer [389] font_open_by_spec [1111] store_mode_line_noprop_char (xdisp.c)
[1018] Fmarker_position [392] font_open_entity (font.c) [802] store_symval_forwarding (data.c)
[1226] Fmatch_beginning [397] font_open_for_lface [1248] str_as_unibyte
[330] Fmatch_data [321] font_parse_family_registry [1017] string_byte_to_char
[1325] Fmatch_end [350] font_parse_name (font.c) [752] string_char_to_byte
[866] Fmax [354] font_parse_xlfd [1212] string_make_unibyte
[1572] Fmax_char [1400] font_prepare_for_face [256] string_match_1 (search.c)
[388] Fmember [1296] font_prop_validate_otf (font.c) [658] string_to_multibyte
[822] Fmemq [391] font_prop_validate_symbol (font.c) [965] string_to_number
[1510] Fmessage [336] font_put_extra [1542] strmode
[851] Fmin [648] font_put_frame_data [1543] strout (print.c)
[1295] Fminibuffer_window [31] font_registry_charsets [1467] strwidth
[926] Fminus [398] font_rescale_ratio (font.c) [1629] stuff_buffered_input
[1475] Fmod [1274] font_score (font.c) [369] styled_format (editfns.c)
[1421] Fmodify_frame_parameters [21] font_sort_entities (font.c) [49] sub_char_table_ref (chartab.c)
[1347] Fmultibyte_string_p [759] font_style_symbolic [951] sub_char_table_ref_and_range (chartab.c)
[903] Fnconc [919] font_style_to_value [463] sub_char_table_set (chartab.c)
[371] Fnew_fontset [86] font_unparse_xlfd [373] sub_char_table_set_range (chartab.c)
[876] Fnext_char_property_change [568] font_update_drivers [1392] suffix_p (lread.c)
[877] Fnext_overlay_change [75] fontset_add (fontset.c) [819] survives_gc_p
[269] Fnext_property_change [1603] fontset_ascii [65] swallow_events
[1133] Fnext_read_file_uses_dialog_p [13] fontset_find_font (fontset.c) [1418] swap_in_global_binding
[233] Fnext_single_char_property_change [12] fontset_font (fontset.c) [295] swap_in_symval_forwarding (data.c)
[217] Fnext_single_property_change [343] fontset_from_font [1439] swap_out_buffer_local_variables (buffer.c)
[1511] Fnext_window [1433] fontset_name [868] sweep_buffers (alloc.c)
[45] Fnreverse [549] fontset_pattern_regexp (fontset.c) [131] sweep_conses (alloc.c)
[842] Fnth [608] foreach_window_1 (window.c) [1238] sweep_floats (alloc.c)
[841] Fnthcdr [1456] forget_escape_and_glyphless_faces [1239] sweep_intervals (alloc.c)
[1183] Fnull [601] format_mode_line_unwind_data (xdisp.c) [1240] sweep_misc (alloc.c)
[1355] For [885] forward_to_next_line_start (xdisp.c) [1241] sweep_strings (alloc.c)
[570] Fother_buffer [1327] four_corners_best (image.c) [1242] sweep_symbols (alloc.c)
[1209] Foverlayp [1389] frame_for_x_selection (xselect.c) [91] sweep_vectors (alloc.c)
[33] Fparse_partial_sexp [734] frame_inhibit_resize [1243] sweep_weak_hash_tables
[798] Fplist_get [761] frame_make_pointer_visible [1009] sweep_weak_table (fns.c)
[261] Fplist_put [1185] frame_size_history_add [1328] sxhash
[836] Fplus [1489] frames_discard_buffer [1393] symbol_to_x_atom (xselect.c)
[940] Fpoint_marker [1457] free_all_realized_faces [792] syntax_multibyte (syntax.c)
[604] Fpos_visible_in_window_p [1369] free_color_table (image.c) [948] syntax_prefix_flag_p
[1447] Fposn_at_point [1004] free_cons [456] tb_size_cb (gtkutil.c)
[1573] Fposn_at_x_y [138] free_face_fontset [751] temp_set_point
[1336] Fprefix_numeric_value [1604] free_font_driver_list [1177] temp_set_point_both
[1574] Fprinc [231] free_frame_faces [1056] temporarily_switch_to_single_kboard
[1404] Fprocess_list [1370] free_glyph_matrix (dispnew.c) [40] test_undefined (keyboard.c)
[1422] Fprocessp [1529] free_glyphs [214] text_property_stickiness
[996] Fprogn [449] free_menubar_widget_value_tree [434] text_quoting_style
[521] Fpropertize [941] free_misc [769] textget
[583] Fprovide [116] free_realized_face (xfaces.c) [1196] time_add (editfns.c)
[929] Fpurecopy [997] free_realized_fontsets (fontset.c) [445] time_arith (editfns.c)
[267] Fput [1490] free_region_cache [59] timer_check
[944] Fput_text_property [1530] free_window_matrices [579] timerfd_callback
[79] Fputhash [324] fs_query_fontset [1024] timespec_add
[1326] Fquo [1100] fset_redisplay [909] timespec_sub
[1003] Fquote [346] ftfont_get_charset (ftfont.c) [452] tool_bar_items
[393] Frassoc [23] ftfont_get_fc_charset [39] top_level_1 (keyboard.c)
[904] Frassq [24] ftfont_has_char (ftfont.c) [1630] top_level_2 (keyboard.c)
[182] Fre_search_forward [211] ftfont_list (ftfont.c) [1244] total_bytes_of_live_objects (alloc.c)
[1132] Fread [22] ftfont_lookup_cache (ftfont.c) [1499] totally_unblock_input
[2] Frecursive_edit [216] ftfont_pattern_entity (ftfont.c) [989] traverse_intervals_noorder
[1575] Fredirect_frame_focus [345] ftfont_spec_pattern (ftfont.c) [1264] truncate_undo_list
[1576] Fredraw_frame [314] funcall_lambda (eval.c) [1269] try_window
[626] Fregexp_quote [908] funcall_nil (eval.c) [1419] tty_color_name
[105] Fremove_list_of_text_properties [1605] funcall_not (eval.c) [1544] un_autoload
[625] Fremove_text_properties [1136] gamma_correct [244] unbind_to
[1405] Frestore_buffer_modified_p [1256] gap_left (insdel.c) [754] unblock_input
[969] Freverse [1434] gap_right (insdel.c) [144] unblock_input_to
[1448] Fround [1080] general_insert_function (editfns.c) [858] unchain_marker
[910] Frun_hook_with_args [966] get_backtrace_frame (eval.c) [168] uniprop_table
[1449] Frun_hook_with_args_until_failure [793] get_char_glyph_code (xdisp.c) [663] unload_color
[1040] Frun_hook_with_args_until_success [100] get_char_property_and_overlay [1631] unlock_all_files
[1083] Frun_hook_wrapped [627] get_current_wm_state (xterm.c) [1500] unlock_buffer
[1260] Frun_hooks [1371] get_font_ascent_descent [956] unreadchar (lread.c)
[1101] Frun_window_scroll_functions [719] get_frame_param [1249] unrequest_sigio
[427] Fsafe_length [620] get_glyph_face_and_encoding (xdisp.c) [1468] unshow_buffer (window.c)
[946] Fscan_sexps [1218] get_glyph_string_clip_rect [1632] unwind_create_frame (xfns.c)
[380] Fsearch_forward [1032] get_glyph_string_clip_rects [1275] unwind_format_mode_line (xdisp.c)
[1406] Fselect_frame [67] get_input_pending (keyboard.c) [1253] unwind_redisplay (xdisp.c)
[1272] Fselect_window [824] get_it_property (xdisp.c) [746] unwind_set_match_data (search.c)
[1284] Fselected_frame [541] get_keyelt (keymap.c) [657] unwind_to_catch (eval.c)
[1022] Fselected_window [766] get_keymap [1282] unwind_with_echo_area_buffer (xdisp.c)
[249] Fset [1606] get_leaf_windows (window.c) [1216] update_begin
[897] Fset_buffer [355] get_lface_attributes (xfaces.c) [1006] update_buffer_properties (editfns.c)
[1423] Fset_buffer_modified_p [382] get_lface_attributes_no_remap (xfaces.c) [154] update_compositions
[1450] Fset_buffer_multibyte [193] get_local_map [635] update_cursor_in_window_tree (xdisp.c)
[1512] Fset_char_table_parent [10] get_next_display_element (xdisp.c) [1217] update_end
[223] Fset_char_table_range [869] get_overlay_strings_1 (xdisp.c) [688] update_face_from_frame_parameter
[444] Fset_charset_priority [237] get_per_char_metric (xdisp.c) [1257] update_frame
[473] Fset_coding_system_priority [1458] get_phys_cursor_geometry [446] update_frame_tool_bar
[198] Fset_default [1390] get_phys_cursor_glyph [299] update_overlay_arrows (xdisp.c)
[56] Fset_fontset_font [1607] get_prop_window (xsettings.c) [1633] update_single_window
[1424] Fset_frame_selected_window [205] get_property_and_range [1353] update_submenu_strings
[1577] Fset_input_interrupt_mode [1608] get_specified_cursor_type (xdisp.c) [1634] update_theme_scrollbar_height (gtkutil.c)
[1578] Fset_input_meta_mode [972] get_translation_table (coding.c) [1635] update_theme_scrollbar_width (gtkutil.c)
[559] Fset_keyboard_coding_system_internal [895] get_utf8_string (gtkutil.c) [458] update_window (dispnew.c)
[1476] Fset_keymap_parent [864] get_visually_first_element (xdisp.c) [1320] update_window_cursor (xdisp.c)
[1035] Fset_marker [1129] getenv_internal (callproc.c) [450] update_window_fringes
[315] Fset_match_data [1130] getenv_internal_1 (callproc.c) [517] update_window_line (dispnew.c)
[991] Fset_syntax_table [665] gethomedir (xrdb.c) [1258] update_window_tree (dispnew.c)
[560] Fset_terminal_coding_system_internal [763] gettime [621] valid_image_p
[618] Fset_terminal_parameter [53] gobble_input [227] valid_lisp_object_p
[1477] Fset_text_properties [252] graft_intervals_into_buffer [778] validate_interval_range
[702] Fset_window_configuration [779] grow_specpdl (eval.c) [850] validate_plist (textprop.c)
[1513] Fset_window_new_pixel [242] handle_composition_prop (xdisp.c) [947] validate_region
[744] Fset_window_new_total [241] handle_display_prop (xdisp.c) [62] validate_subarray
[1478] Fset_window_next_buffers [164] handle_face_prop (xdisp.c) [1229] validate_x_resource_name
[1479] Fset_window_prev_buffers [243] handle_fontified_prop (xdisp.c) [122] vector_nbytes (alloc.c)
[1068] Fset_window_vscroll [89] handle_input_available_signal [277] verify_interval_modification
[129] Fsetcar [262] handle_invisible_prop (xdisp.c) [44] wait_reading_process_output
[764] Fsetcdr [260] handle_line_prefix (xdisp.c) [1384] wait_reading_process_output_unwind (process.c)
[338] Fsetq [99] handle_one_xevent (xterm.c) [157] where_is_internal (keymap.c)
[647] Fsignal [160] handle_stop (xdisp.c) [101] where_is_internal_1 (keymap.c)
[544] Fsingle_key_description [25] hash_lookup [1062] window_body_width
[1579] Fskip_chars_backward [82] hash_put [1048] window_box
[1580] Fskip_chars_forward [794] hash_string [1166] window_box_height
[1058] Fskip_syntax_forward [780] hashfn_eq (fns.c) [912] window_box_left
[501] Fsort [855] hashfn_eql (fns.c) [901] window_box_left_offset
[1480] Fstandard_syntax_table [757] hashfn_equal (fns.c) [1124] window_box_right
[797] Fstring_equal [498] hscroll_window_tree (xdisp.c) [1190] window_box_right_offset (xdisp.c)
[964] Fstring_lessp [499] hscroll_windows (xdisp.c) [838] window_box_width
[1092] Fstring_match [1372] image_background [962] window_display_table
[1210] Fstringp [1373] image_background_transparent [519] window_from_coordinates
[1039] Fsubrp [1168] image_spec_value (image.c) [578] window_list
[1031] Fsubstitute_command_keys [767] indirect_function [344] window_list_1 (window.c)
[312] Fsubstitute_in_file_name [1412] indirect_variable [347] window_loop (window.c)
[362] Fsubstring [111] inhibit_garbage_collection [1143] window_outdated
[108] Fsuspicious_object [203] init_frame_faces [1271] window_relative_x_coord
[1149] Fsymbol_function [1085] init_glyph_string (xdisp.c) [1636] window_resize_apply_total (window.c)
[753] Fsymbol_name [163] init_iterator [922] window_text_bottom_y
[806] Fsymbol_value [655] init_kboard (keyboard.c) [405] with_echo_area_buffer (xdisp.c)
[1425] Fsymbolp [600] init_menu_items [1637] write_string_1 (print.c)
[993] Fsyntax_table [1609] init_sigio [1184] wset_buffer
[1451] Fsystem_name [1459] init_system_name [1394] wset_redisplay
[619] Fterminal_list [1610] initial_free_frame_resources (terminal.c) [1501] wset_update_mode_line (window.c)
[899] Fterminal_live_p [1611] initialize_frame_menubar [1120] x_after_update_window_line (xterm.c)
[736] Fterminal_parameter [1251] input_polling_used [1137] x_alloc_nearest_color
[97] Ftext_properties_at [1188] insert_1_both [404] x_any_window_to_frame (xterm.c)
[323] Ftext_property_any [1331] insert_char [1545] x_bitmap_icon
[1387] Fthrow [670] insert_from_gap [1377] x_build_heuristic_mask (image.c)
[1195] Ftime_add [984] insert_from_string [762] x_catch_errors
[1297] Ftime_less_p [240] insert_from_string_1 (insdel.c) [51] x_catch_errors_with_handler
[999] Ftimes [342] intern_1 [1638] x_change_tool_bar_height
[1382] Ftool_bar_get_system_style [632] intern_driver [90] x_check_errors
[1581] Ftool_bar_height [1044] intern_sym (lread.c) [1546] x_check_property_data
[416] Ftry_completion [6] internal_catch [1113] x_clear_area
[1407] Ftty_top_frame [215] internal_condition_case [1118] x_clear_end_of_line
[1514] Ftty_type [1098] internal_condition_case_1 [1469] x_clear_frame (xterm.c)
[1582] Fundo_boundary [1531] internal_condition_case_2 [1121] x_clear_frame_area (xterm.c)
[755] Fupcase [896] internal_condition_case_n [1115] x_clear_glyph_string_rect (xterm.c)
[1277] Fupcase_initials [52] internal_equal (fns.c) [687] x_clipboard_manager_save_all
[1426] Fuse_local_map [812] intervals_equal [1639] x_clipboard_manager_save_frame
[1481] Fuser_login_name [893] invalidate_buffer_caches [483] x_compute_glyph_string_overhangs (xterm.c)
[1583] Fuser_real_login_name [862] invalidate_current_column [361] x_consider_frame_title (xdisp.c)
[832] Fvconcat [983] invalidate_region_cache [1640] x_copy_color
[245] Fvector [136] kbd_buffer_nr_stored (keyboard.c) [645] x_decode_color (xfns.c)
[918] Fvectorp [137] kbd_buffer_store_buffered_event [386] x_default_font_parameter (xfns.c)
[209] Fvertical_motion [1052] kbd_on_hold_p [720] x_default_parameter
[1584] Fvisited_file_modtime [1391] keymap_parent (keymap.c) [739] x_default_scroll_bar_color_parameter (xfns.c)
[1585] Fwaiting_for_user_input_p [27] keyremap_step.constprop.45 (keyboard.c) [1191] x_define_frame_cursor (xterm.c)
[326] Fwhere_is_internal [1460] kill_buffer_processes [511] x_defined_color
[1586] Fwhile [1037] know_region_cache [1194] x_destroy_bitmap
[900] Fwiden [413] larger_vector [1329] x_detect_focus_change (xterm.c)
[1060] Fwindow_body_height [1174] let_shadows_buffer_binding_p [1378] x_display_info_for_display
[1061] Fwindow_body_width [1279] let_shadows_global_binding_p [1641] x_display_ok
[1298] Fwindow_bottom_divider_width [556] lface_equal_p (xfaces.c) [1082] x_draw_fringe_bitmap (xterm.c)
[1116] Fwindow_buffer [921] lface_from_face_name (xfaces.c) [428] x_draw_glyph_string (xterm.c)
[672] Fwindow_frame [353] lface_from_face_name_no_resolve (xfaces.c) [1219] x_draw_glyph_string_box (xterm.c)
[1041] Fwindow_fringes [928] lface_hash (xfaces.c) [429] x_draw_glyph_string_foreground (xterm.c)
[1042] Fwindow_header_line_height [537] line_bottom_y [1220] x_draw_relief_rect (xterm.c)
[979] Fwindow_hscroll [833] lisp_align_free (alloc.c) [1091] x_draw_stretch_glyph_string (xterm.c)
[723] Fwindow_left_child [329] lisp_align_malloc (alloc.c) [1358] x_draw_vertical_border
[1408] Fwindow_line_height [577] lisp_file_lexically_bound_p (lread.c) [1178] x_draw_window_cursor (xterm.c)
[1427] Fwindow_list [967] lisp_free (alloc.c) [735] x_figure_window_size
[1383] Fwindow_list_1 [409] lisp_malloc (alloc.c) [1547] x_fill_property_data
[1027] Fwindow_live_p [370] lisp_string_width [500] x_find_image_fd (image.c)
[1043] Fwindow_margins [1135] lisp_time_struct (editfns.c) [1548] x_find_image_file
[725] Fwindow_minibuffer_p [963] lisp_to_timespec [1642] x_find_modifier_meanings (xterm.c)
[1299] Fwindow_mode_line_height [818] list1 [1286] x_flush (xterm.c)
[745] Fwindow_new_total [368] list2 [170] x_focus_changed (xterm.c)
[1482] Fwindow_next_buffers [360] list3 [737] x_frame_get_and_record_arg
[731] Fwindow_next_sibling [365] list4 [1155] x_free_colors
[1175] Fwindow_old_point [327] list5 [701] x_get_arg
[717] Fwindow_parameter [998] live_buffer (marker.c) [1643] x_get_customization_string (xrdb.c)
[732] Fwindow_parent [221] load_charset (charset.c) [1549] x_get_focus_frame
[696] Fwindow_pixel_height [222] load_charset_map (charset.c) [407] x_get_glyph_overhangs
[681] Fwindow_pixel_left [514] load_color2 (xfaces.c) [1230] x_get_string_resource
[682] Fwindow_pixel_top [870] load_overlay_strings (xdisp.c) [50] x_had_errors_p
[695] Fwindow_pixel_width [1461] load_warn_old_style_backquotes (lread.c) [1270] x_handle_dnd_message
[1176] Fwindow_point [468] looking_at_1 (search.c) [1179] x_handle_property_notify
[1483] Fwindow_prev_buffers [1016] lookup_basic_face [594] x_load_resources
[706] Fwindow_resize_apply_total [390] lookup_char_property [420] x_make_frame_visible
[1300] Fwindow_right_divider_width [451] lookup_fringe_bitmap [709] x_make_gc (xfns.c)
[1301] Fwindow_scroll_bar_height [178] lookup_glyphless_char_display [1204] x_mouse_grabbed
[1302] Fwindow_scroll_bar_width [495] lookup_image [1362] x_new_focus_frame (xterm.c)
[319] Fwindow_scroll_bars [1200] lookup_image_type (image.c) [588] x_new_font
[1077] Fwindow_start [246] lookup_named_face [624] x_parse_color
[1280] Fwindow_system [994] lookup_rgb_color (image.c) [57] x_produce_glyphs
[724] Fwindow_top_child [132] lucid_event_type_list_p [1379] x_query_colors
[1106] Fwindow_valid_p [610] magic_db (xrdb.c) [636] x_real_pos_and_offsets
[980] Fwindow_vscroll [506] make_blv (data.c) [637] x_real_positions
[1172] Fwindowp [749] make_buffer_string [525] x_scroll_bar_create (xterm.c)
[589] Fx_backspace_delete_keys_p [306] make_buffer_string_both [1502] x_session_check_input (xsmfns.c)
[550] Fx_change_window_property [890] make_byte_code [628] x_session_initialize
[202] Fx_create_frame [667] make_face_cache (xfaces.c) [710] x_set_alpha
[1254] Fx_display_color_cells [1021] make_float [1644] x_set_autolower
[1349] Fx_get_resource [396] make_fontset (fontset.c) [1645] x_set_autoraise
[1069] Fx_hide_tip [403] make_fontset_for_ascii_face [676] x_set_background_color (xfns.c)
[1587] Fx_open_connection [235] make_formatted_string [694] x_set_border_color (xfns.c)
[509] Fx_register_dnd_atom [534] make_frame [1646] x_set_border_width
[489] Fx_selection_exists_p [607] make_frame_visible_1 (frame.c) [1647] x_set_bottom_divider_width
[523] Fx_wm_set_size_hint [595] make_gap [673] x_set_cursor_color (xfns.c)
[548] Fxw_color_values [669] make_gap_1 [1648] x_set_cursor_type (xfns.c)
[1167] Fxw_display_color_p [471] make_hash_table [189] x_set_font
[852] SETUP_SYNTAX_TABLE (syntax.c) [668] make_image_cache [612] x_set_font_backend
[805] SETUP_SYNTAX_TABLE_FOR_OBJECT [535] make_interval [700] x_set_foreground_color (xfns.c)
[1395] XTcondemn_scroll_bars (xterm.c) [1352] make_lisp_time [480] x_set_frame_alpha
[1588] XTframe_rehighlight (xterm.c) [425] make_lispy_event (keyboard.c) [114] x_set_frame_parameters
[457] XTframe_up_to_date (xterm.c) [562] make_lispy_position (keyboard.c) [1063] x_set_glyph_string_clipping (xterm.c)
[1396] XTjudge_scroll_bars (xterm.c) [653] make_multibyte_string [697] x_set_glyph_string_gc (xterm.c)
[77] XTread_socket (xterm.c) [1435] make_process (process.c) [1649] x_set_horizontal_scroll_bars
[1290] XTredeem_scroll_bar (xterm.c) [510] make_realized_face (xfaces.c) [1650] x_set_icon_type (xfns.c)
[703] XTring_bell (xterm.c) [693] make_save_funcptr_ptr_obj [1651] x_set_internal_border_width (xfns.c)
[475] XTset_vertical_scroll_bar (xterm.c) [582] make_save_obj_obj_obj_obj [1652] x_set_left_fringe
[36] _init [740] make_save_ptr [1653] x_set_line_spacing
[907] access_keymap [642] make_save_ptr_int [1654] x_set_menu_bar_lines (xfns.c)
[305] access_keymap_1 (keymap.c) [422] make_specified_string [115] x_set_mouse_color (xfns.c)
[228] accessible_keymaps_1 (keymap.c) [226] make_string [522] x_set_offset
[374] accumulate_script_ranges (fontset.c) [718] make_string_from_bytes [1655] x_set_right_divider_width
[26] active_maps (keyboard.c) [359] make_sub_char_table (chartab.c) [1656] x_set_right_fringe
[1070] add_command_key (keyboard.c) [477] make_unibyte_string [692] x_set_screen_gamma
[1515] add_keyboard_wait_descriptor [417] make_uninit_multibyte_string [1657] x_set_scroll_bar_background (xfns.c)
[291] add_properties (textprop.c) [811] make_uninit_string [1658] x_set_scroll_bar_default_height
[1117] add_row_entry (dispnew.c) [1165] make_widget_for_menu_item (gtkutil.c) [1659] x_set_scroll_bar_default_width
[104] add_text_properties_1 (textprop.c) [447] make_widget_value [1660] x_set_scroll_bar_foreground (xfns.c)
[120] add_timer_wait_descriptor [557] make_window [1661] x_set_scroll_bar_height
[609] add_window_to_list (window.c) [455] map_char_table [1662] x_set_scroll_bar_width
[651] adjust_frame_glyphs [200] map_char_table_for_charset [1663] x_set_title (xfns.c)
[497] adjust_frame_size [199] map_charset_chars [1664] x_set_tool_bar_lines (xfns.c)
[1255] adjust_glyph_matrix (dispnew.c) [865] map_keymap [638] x_set_tool_bar_position (xfns.c)
[1007] adjust_markers_for_delete [953] map_keymap_call (keymap.c) [1665] x_set_vertical_scroll_bars
[914] adjust_markers_for_insert (insdel.c) [1158] map_keymap_canonical [1666] x_set_wait_for_wm (xfns.c)
[1008] adjust_overlays_for_delete [493] map_keymap_char_table_item (keymap.c) [1550] x_set_window_size
[915] adjust_overlays_for_insert [680] map_keymap_internal (keymap.c) [1551] x_setup_relief_color (xterm.c)
[892] adjust_suspend_auto_hscroll (insdel.c) [110] map_sub_char_table (chartab.c) [1221] x_setup_relief_colors (xterm.c)
[1146] adjust_window_count (window.c) [201] map_sub_char_table_for_charset (chartab.c) [1207] x_sync
[713] alloc_destination (coding.c) [1491] map_tool_bar_style (xsettings.c) [711] x_sync_with_move (xterm.c)
[652] allocate_buffer [1186] mapcar1 (fns.c) [508] x_term_init
[649] allocate_kboard [1090] mark_buffer (alloc.c) [1667] x_text_icon
[1516] allocate_matrices_for_frame_redisplay (dispnew.c) [88] mark_char_table (alloc.c) [542] x_top_window_to_frame
[1365] allocate_matrices_for_window_redisplay (dispnew.c) [826] mark_compiled (alloc.c) [60] x_uncatch_errors
[531] allocate_misc (alloc.c) [1128] mark_discard_killed_buffers (alloc.c) [133] x_uncatch_errors_after_check
[265] allocate_pseudovector [1114] mark_face_cache (alloc.c) [1222] x_update_begin (xterm.c)
[484] allocate_string_data [1232] mark_fringe_data [1363] x_update_cursor
[92] allocate_vector [1215] mark_image_cache [1223] x_update_end (xterm.c)
[813] analyze_first (regex.c) [808] mark_interval (alloc.c) [1182] x_update_window_begin (xterm.c)
[1278] apply1 [1233] mark_kboards [563] x_update_window_end (xterm.c)
[340] apply_lambda (eval.c) [830] mark_localized_symbol (alloc.c) [532] x_wait_for_event
[309] apply_modifiers (keyboard.c) [165] mark_maybe_object (alloc.c) [591] x_window (xfns.c)
[1484] apply_window_adjustment (window.c) [46] mark_object [554] x_window_to_frame (xterm.c)
[817] arith_driver (data.c) [988] mark_overlay (alloc.c) [464] x_wm_set_size_hint
[815] arithcompare [816] mark_save_value (alloc.c) [540] x_wm_supports
[1050] arithcompare_driver (data.c) [1234] mark_specpdl [516] x_write_glyphs
[1099] assign_row (dispnew.c) [127] mark_vectorlike (alloc.c) [1001] x_x_to_emacs_modifiers
[96] assoc_no_quit [1413] mark_window_cursors_off [414] xbm_image_p (image.c)
[63] assq_no_quit [1361] mark_window_display_accurate [69] xfont_encode_coding_xlfd (xfont.c)
[162] back_comment (syntax.c) [1199] mark_window_display_accurate_1 (xdisp.c) [121] xfont_get_cache (xfont.c)
[238] back_to_previous_visible_line_start (xdisp.c) [923] marker_byte_position [143] xfont_get_pcm (xfont.c)
[771] balance_an_interval (intervals.c) [920] marker_position [17] xfont_list (xfont.c)
[784] balance_intervals [1189] match_limit (search.c) [19] xfont_list_pattern (xfont.c)
[987] balance_intervals_internal (intervals.c) [146] maybe_set_redisplay [760] xfree
[776] balance_possible_root_interval (intervals.c) [823] mem_delete (alloc.c) [1161] xft_settings_event
[860] bcall0 (bytecode.c) [801] mem_find (alloc.c) [1359] xftfont_add_rendering_parameters (xftfont.c)
[187] bidi_at_paragraph_end (bidi.c) [310] mem_insert (alloc.c) [1470] xftfont_cached_font_ok (xftfont.c)
[788] bidi_cache_ensure_space (bidi.c) [849] mem_rotate_left (alloc.c) [712] xftfont_close (xftfont.c)
[773] bidi_cache_find (bidi.c) [848] mem_rotate_right (alloc.c) [1552] xftfont_done_face (xftfont.c)
[772] bidi_cache_iterator_state (bidi.c) [467] menu_bar_item (keyboard.c) [430] xftfont_draw (xftfont.c)
[765] bidi_cache_search.constprop.3 (bidi.c) [435] menu_bar_items [787] xftfont_encode_char (xftfont.c)
[94] bidi_explicit_dir_char (bidi.c) [109] menu_item_eval_property [576] xftfont_get_colors (xftfont.c)
[791] bidi_fetch_char (bidi.c) [958] menu_separator_name_p [85] xftfont_has_char (xftfont.c)
[486] bidi_fetch_char_skip_isolates (bidi.c) [1492] merge [212] xftfont_list (xftfont.c)
[177] bidi_find_bracket_pairs (bidi.c) [1612] merge_face_heights (xfaces.c) [394] xftfont_open (xftfont.c)
[175] bidi_find_paragraph_start (bidi.c) [684] merge_face_ref (xfaces.c) [633] xftfont_prepare_face (xftfont.c)
[774] bidi_get_category (bidi.c) [552] merge_face_vectors (xfaces.c) [236] xftfont_text_extents (xftfont.c)
[857] bidi_init_it [520] merge_named_face (xfaces.c) [1668] xg_change_toolbar_position
[167] bidi_initialize (bidi.c) [1613] message1 [1134] xg_check_special_colors
[147] bidi_level_of_next_char (bidi.c) [596] message3 [1669] xg_create_default_cursor
[834] bidi_line_init (bidi.c) [1532] message3_nolog [592] xg_create_frame_widgets
[1309] bidi_mirror_char [742] message_dolog [1553] xg_create_scroll_bar
[185] bidi_move_to_visually_next [1614] message_log_maybe_newline [524] xg_create_widget
[151] bidi_paired_bracket_type (bidi.c) [1192] mode_line_update_needed (xdisp.c) [1440] xg_destroy_widgets (gtkutil.c)
[485] bidi_paragraph_init [426] modify_event_symbol (keyboard.c) [1224] xg_event_is_for_scrollbar
[790] bidi_resolve_brackets (bidi.c) [945] modify_text_properties (textprop.c) [1332] xg_frame_resized
[95] bidi_resolve_explicit (bidi.c) [911] move_cache_gap (region-cache.c) [474] xg_frame_set_char_size
[148] bidi_resolve_neutral (bidi.c) [1414] move_gap_both [1670] xg_get_default_scrollbar_height
[789] bidi_resolve_weak (bidi.c) [935] move_it_by_lines [1671] xg_get_default_scrollbar_width
[863] bidi_shelve_cache [1066] move_it_in_display_line [1342] xg_get_gdk_scale (gtkutil.c)
[827] bidi_unshelve_cache [58] move_it_in_display_line_to (xdisp.c) [1201] xg_gtk_scroll_destroy (gtkutil.c)
[1589] bitch_at_user [213] move_it_to [1672] xg_initialize
[1452] blank_row [292] move_it_vertically_backward [432] xg_item_label_same_p (gtkutil.c)
[119] block_atimers (atimer.c) [629] move_point (cmds.c) [1245] xg_mark_data
[748] boyer_moore (search.c) [925] multibyte_chars_in_text [476] xg_modify_menubar_widgets
[873] bset_redisplay [1285] my_log_handler (xterm.c) [561] xg_select
[1304] bset_update_mode_line [1615] my_log_handler (gtkutil.c) [1554] xg_set_cursor (gtkutil.c)
[730] buf_bytepos_to_charpos [916] nconc2 [699] xg_set_icon
[733] buf_charpos_to_bytepos [622] new_region_cache [1294] xg_set_toolkit_scroll_bar_thumb
[1107] buffer_display_table [1533] next_almost_prime [1555] xg_store_widget_in_map (gtkutil.c)
[1171] buffer_local_value [161] next_element_from_buffer (xdisp.c) [1268] xg_tool_bar_help_callback (gtkutil.c)
[1590] buffer_posn_from_coords [930] next_element_from_c_string (xdisp.c) [705] xg_update_frame_menubar
[580] build_marker [219] next_element_from_string (xdisp.c) [503] xg_update_menubar (gtkutil.c)
[795] build_style_table (font.c) [783] next_interval [662] xg_update_scrollbar_pos
[917] c_strcasecmp [872] next_overlay_change (xdisp.c) [440] xg_update_submenu (gtkutil.c)
[1109] c_string_width [728] next_window (window.c) [399] xg_win_to_widget
[1170] cache_face (xfaces.c) [1142] normal_char_ascent_descent (xdisp.c) [1556] xic_create_xfontset (xfns.c)
[1409] calculate_costs [419] note_mouse_highlight [1673] xic_free_xfontset
[854] call0 [441] note_mouse_movement (xterm.c) [1250] xic_set_preeditarea
[949] call1 [125] oblookup [1674] xic_set_xfontset
[924] call2 [288] offset_intervals [689] xlispstrdup
[1330] call3 [698] open_directory (dired.c) [118] xmalloc
[1273] call4 [220] openp [1675] xml_cleanup_parser
[130] call_mod_hooks (textprop.c) [590] other_visible_frames (frame.c) [1343] xnmalloc
[439] cancel_atimer [1227] overlay_arrows_changed_p (xdisp.c) [1088] xnrealloc
[1517] cancel_echoing [835] overlays_around (editfns.c) [1306] xpalloc
[438] cancel_hourglass [781] overlays_at [1380] xpm_free_color_cache (image.c)
[1291] cancel_mouse_face [1288] parse_image_spec (image.c) [1289] xpm_image_p (image.c)
[1453] candidate_buffer (buffer.c) [957] parse_menu_item [1381] xpm_load (image.c)
[961] candidate_window_p (window.c) [377] parse_modifiers [1246] xrdb_get_resource (frame.c)
[1318] careadlinkat [494] parse_single_submenu [905] xrealloc
[48] casify_object (casefiddle.c) [968] parse_solitary_modifier [1676] xsettings_get_system_font
[1214] ceiling2 (floatfns.c) [123] parse_str_as_multibyte [572] xsettings_initialize
[1337] change_frame_size [1310] pint2str (xdisp.c) [546] xstrdup
[1321] change_frame_size_1 (dispnew.c) [1311] pop_kboard [952] xzalloc
[356] char_composable_p (composite.c) [1228] pop_message_unwind [504] <cycle 1>
[174] char_quoted (syntax.c) [995] popup_activated [5] <cycle 2>
[936] char_string [1462] pos_visible_p [47] <cycle 3>
[70] char_table_ascii (chartab.c) [367] preferred_sequence_p (keymap.c) [8] <cycle 4>
[37] char_table_ref [1095] prepare_desired_row [282] <cycle 5>
[-- Attachment #1.1.3: fast-trace-with-reverted-commit --]
[-- Type: text/plain, Size: 1091363 bytes --]
Flat profile:
Each sample counts as 0.01 seconds.
% cumulative self self total
time seconds seconds calls s/call s/call name
16.93 0.54 0.54 14252708 0.00 0.00 internal_equal
10.66 0.88 0.34 7672938 0.00 0.00 Fnreverse
9.56 1.19 0.31 27776580 0.00 0.00 mark_object
8.46 1.46 0.27 6640124 0.00 0.00 hash_lookup
2.51 1.54 0.08 6134442 0.00 0.00 ftfont_lookup_cache
2.19 1.61 0.07 3072176 0.00 0.00 casify_object
2.19 1.68 0.07 8818 0.00 0.00 mark_char_table
1.88 1.74 0.06 12567953 0.00 0.00 sub_char_table_ref
1.88 1.80 0.06 1409718 0.00 0.00 Fassq
1.88 1.86 0.06 1533134 0.00 0.00 font_list_entities
1.57 1.91 0.05 6195131 0.00 0.00 assq_no_quit
1.57 1.96 0.05 1533134 0.00 0.00 font_sort_entities
1.57 2.01 0.05 3644 0.00 0.00 _init
1.25 2.05 0.04 7282347 0.00 0.00 font_has_char
1.25 2.09 0.04 6133883 0.00 0.00 cmpfn_equal
1.25 2.13 0.04 4993256 0.00 0.00 char_table_ref
1.25 2.17 0.04 400315 0.00 0.00 Fmake_string
1.10 2.20 0.04 3266575 0.00 0.00 Fcons
0.94 2.23 0.03 6143931 0.00 0.00 Fgethash
0.94 2.26 0.03 6132501 0.00 0.00 ftfont_has_char
0.94 2.29 0.03 3071721 0.00 0.00 validate_subarray
0.94 2.32 0.03 724343 0.00 0.00 find_interval
0.94 2.35 0.03 383292 0.00 0.00 font_find_for_lface
0.94 2.38 0.03 54928 0.00 0.00 re_match_2_internal
0.94 2.41 0.03 1382 0.00 0.00 hash_put
0.94 2.44 0.03 118 0.00 0.00 sweep_vectors
0.78 2.47 0.03 1120 0.00 0.00 inhibit_garbage_collection
0.63 2.49 0.02 3066269 0.00 0.00 assoc_no_quit
0.63 2.51 0.02 1535738 0.00 0.00 Fcompare_strings
0.63 2.53 0.02 885731 0.00 0.00 bidi_get_category
0.63 2.55 0.02 755707 0.00 0.00 CHECK_STRING_OR_BUFFER
0.63 2.57 0.02 499385 0.00 0.00 get_next_display_element
0.63 2.59 0.02 497907 0.00 0.00 bidi_move_to_visually_next
0.63 2.61 0.02 486395 0.00 0.00 overlays_at
0.63 2.63 0.02 277433 0.00 0.00 mark_vectorlike
0.63 2.65 0.02 178676 0.00 0.00 Ffuncall
0.63 2.67 0.02 39513 0.00 0.00 composition_compute_stop_pos
0.63 2.69 0.02 23759 0.00 0.00 display_string
0.63 2.71 0.02 3323 0.00 0.00 produce_special_glyphs
0.63 2.73 0.02 2100 0.00 0.00 update_window_fringes
0.63 2.75 0.02 118 0.00 0.00 sweep_conses
0.63 2.77 0.02 deliver_user_signal
0.63 2.79 0.02 ftfont_combining_capability
0.47 2.80 0.02 120134 0.00 0.00 Fget
0.31 2.81 0.01 6132509 0.00 0.00 ftfont_get_fc_charset
0.31 2.82 0.01 1234730 0.00 0.00 lookup_char_property
0.31 2.83 0.01 777828 0.00 0.00 check_obarray
0.31 2.84 0.01 605473 0.00 0.00 xftfont_encode_char
0.31 2.85 0.01 579631 0.00 0.00 xftfont_text_extents
0.31 2.86 0.01 497907 0.00 0.00 bidi_level_of_next_char
0.31 2.87 0.01 497907 0.00 0.00 bidi_resolve_explicit
0.31 2.88 0.01 496874 0.00 0.00 bidi_resolve_neutral
0.31 2.89 0.01 480516 0.00 0.00 bidi_fetch_char
0.31 2.90 0.01 480484 0.00 0.00 x_produce_glyphs
0.31 2.91 0.01 480169 0.00 0.00 sort_overlays
0.31 2.92 0.01 473369 0.00 0.00 cleanup_vector
0.31 2.93 0.01 390364 0.00 0.00 bidi_find_bracket_pairs
0.31 2.94 0.01 389421 0.00 0.00 face_for_char
0.31 2.95 0.01 388914 0.00 0.00 oblookup
0.31 2.96 0.01 384231 0.00 0.00 Fassoc_string
0.31 2.97 0.01 383281 0.00 0.00 fontset_font
0.31 2.98 0.01 349297 0.00 0.00 mem_find
0.31 2.99 0.01 291575 0.00 0.00 Fplist_get
0.31 3.00 0.01 94860 0.00 0.00 store_symval_forwarding
0.31 3.01 0.01 70870 0.00 0.00 funcall_lambda
0.31 3.02 0.01 43199 0.00 0.00 re_search_2
0.31 3.03 0.01 27774 0.00 0.00 re_compile_pattern
0.31 3.04 0.01 19444 0.00 0.00 buf_charpos_to_bytepos
0.31 3.05 0.01 18598 0.00 0.00 compute_stop_pos
0.31 3.06 0.01 18476 0.00 0.00 Fmake_list
0.31 3.07 0.01 16115 0.00 0.00 apply_modifiers
0.31 3.08 0.01 12141 0.00 0.00 move_it_in_display_line_to
0.31 3.09 0.01 3709 0.00 0.00 draw_glyphs
0.31 3.10 0.01 2258 0.00 0.00 Frun_window_scroll_functions
0.31 3.11 0.01 1076 0.00 0.00 move_it_vertically_backward
0.31 3.12 0.01 1041 0.00 0.00 region_cache_forward
0.31 3.13 0.01 1001 0.00 0.00 graft_intervals_into_buffer
0.31 3.14 0.01 636 0.00 0.00 validate_region
0.31 3.15 0.01 215 0.00 0.00 map_sub_char_table
0.31 3.16 0.01 3 0.00 0.00 Fmake_hash_table
0.31 3.17 0.01 copy_char_table
0.31 3.18 0.01 signal_error
0.16 3.19 0.01 6147828 0.00 0.00 CHECK_HASH_TABLE
0.16 3.19 0.01 214 0.00 0.00 make_float
0.00 3.19 0.00 7282347 0.00 0.00 xftfont_has_char
0.00 3.19 0.00 6135029 0.00 0.00 hashfn_equal
0.00 3.19 0.00 3082942 0.00 0.00 string_char_to_byte
0.00 3.19 0.00 3069280 0.00 0.00 Fupcase
0.00 3.19 0.00 3066270 0.00 0.00 xfont_get_cache
0.00 3.19 0.00 1919225 0.00 0.00 Fsymbol_name
0.00 3.19 0.00 1906568 0.00 0.00 bidi_cache_search.constprop.3
0.00 3.19 0.00 1610383 0.00 0.00 Fsetcdr
0.00 3.19 0.00 1520667 0.00 0.00 vector_nbytes
0.00 3.19 0.00 1364726 0.00 0.00 Fcdr
0.00 3.19 0.00 1180788 0.00 0.00 textget
0.00 3.19 0.00 962529 0.00 0.00 bidi_cache_iterator_state
0.00 3.19 0.00 960338 0.00 0.00 set_buffer_temp
0.00 3.19 0.00 944039 0.00 0.00 bidi_cache_find
0.00 3.19 0.00 861399 0.00 0.00 bidi_explicit_dir_char
0.00 3.19 0.00 828603 0.00 0.00 balance_an_interval
0.00 3.19 0.00 778158 0.00 0.00 bidi_paired_bracket_type
0.00 3.19 0.00 755707 0.00 0.00 validate_interval_range
0.00 3.19 0.00 709980 0.00 0.00 balance_possible_root_interval
0.00 3.19 0.00 676170 0.00 0.00 get_keymap
0.00 3.19 0.00 638667 0.00 0.00 unblock_input_to
0.00 3.19 0.00 638619 0.00 0.00 unblock_input
0.00 3.19 0.00 622091 0.00 0.00 indirect_function
0.00 3.19 0.00 604538 0.00 0.00 Ftext_properties_at
0.00 3.19 0.00 572316 0.00 0.00 get_per_char_metric
0.00 3.19 0.00 498940 0.00 0.00 bidi_cache_ensure_space
0.00 3.19 0.00 497907 0.00 0.00 bidi_resolve_weak
0.00 3.19 0.00 496874 0.00 0.00 bidi_resolve_brackets
0.00 3.19 0.00 496347 0.00 0.00 hashfn_eq
0.00 3.19 0.00 492511 0.00 0.00 next_interval
0.00 3.19 0.00 491552 0.00 0.00 get_char_property_and_overlay
0.00 3.19 0.00 476491 0.00 0.00 lookup_glyphless_char_display
0.00 3.19 0.00 476197 0.00 0.00 get_char_glyph_code
0.00 3.19 0.00 474378 0.00 0.00 bidi_find_paragraph_start
0.00 3.19 0.00 471862 0.00 0.00 set_iterator_to_next
0.00 3.19 0.00 449715 0.00 0.00 Fget_char_property
0.00 3.19 0.00 429137 0.00 0.00 balance_intervals
0.00 3.19 0.00 402252 0.00 0.00 parse_str_as_multibyte
0.00 3.19 0.00 396978 0.00 0.00 allocate_vector
0.00 3.19 0.00 389887 0.00 0.00 next_element_from_buffer
0.00 3.19 0.00 389836 0.00 0.00 hash_string
0.00 3.19 0.00 385139 0.00 0.00 copy_font_spec
0.00 3.19 0.00 384683 0.00 0.00 font_intern_prop
0.00 3.19 0.00 383293 0.00 0.00 build_style_table
0.00 3.19 0.00 383282 0.00 0.00 fontset_find_font
0.00 3.19 0.00 311674 0.00 0.00 grow_specpdl
0.00 3.19 0.00 195141 0.00 0.00 record_in_backtrace
0.00 3.19 0.00 186636 0.00 0.00 mark_maybe_object
0.00 3.19 0.00 186118 0.00 0.00 store_in_alist
0.00 3.19 0.00 149724 0.00 0.00 find_symbol_value
0.00 3.19 0.00 140813 0.00 0.00 Flength
0.00 3.19 0.00 139845 0.00 0.00 prepare_face_for_display
0.00 3.19 0.00 129269 0.00 0.00 get_glyph_face_and_encoding
0.00 3.19 0.00 126677 0.00 0.00 Fstring_equal
0.00 3.19 0.00 122142 0.00 0.00 Fnext_single_property_change
0.00 3.19 0.00 119738 0.00 0.00 do_symval_forwarding
0.00 3.19 0.00 117624 0.00 0.00 mark_interval
0.00 3.19 0.00 103409 0.00 0.00 specbind
0.00 3.19 0.00 103226 0.00 0.00 maybe_set_redisplay
0.00 3.19 0.00 103225 0.00 0.00 set_internal
0.00 3.19 0.00 96119 0.00 0.00 x_get_glyph_overhangs
0.00 3.19 0.00 95166 0.00 0.00 face_attr_equal_p
0.00 3.19 0.00 92505 0.00 0.00 Fsymbol_value
0.00 3.19 0.00 91832 0.00 0.00 Fget_text_property
0.00 3.19 0.00 81475 0.00 0.00 unbind_to
0.00 3.19 0.00 73292 0.00 0.00 get_property_and_range
0.00 3.19 0.00 72320 0.00 0.00 Fcar
0.00 3.19 0.00 71975 0.00 0.00 xmalloc
0.00 3.19 0.00 71295 0.00 0.00 find_composition
0.00 3.19 0.00 70710 0.00 0.00 exec_byte_code
0.00 3.19 0.00 65079 0.00 0.00 next_element_from_string
0.00 3.19 0.00 64587 0.00 0.00 intervals_equal
0.00 3.19 0.00 63483 0.00 0.00 mark_save_value
0.00 3.19 0.00 63013 0.00 0.00 face_at_string_position
0.00 3.19 0.00 62463 0.00 0.00 swap_in_symval_forwarding
0.00 3.19 0.00 59981 0.00 0.00 get_keyelt
0.00 3.19 0.00 59263 0.00 0.00 Fcurrent_buffer
0.00 3.19 0.00 56861 0.00 0.00 concat
0.00 3.19 0.00 55548 0.00 0.00 re_set_syntax
0.00 3.19 0.00 55548 0.00 0.00 re_set_whitespace_regexp
0.00 3.19 0.00 54749 0.00 0.00 face_before_or_after_it_pos
0.00 3.19 0.00 54749 0.00 0.00 next_element_from_c_string
0.00 3.19 0.00 54297 0.00 0.00 make_uninit_multibyte_string
0.00 3.19 0.00 54174 0.00 0.00 allocate_string_data
0.00 3.19 0.00 51762 0.00 0.00 SETUP_SYNTAX_TABLE_FOR_OBJECT
0.00 3.19 0.00 51282 0.00 0.00 compile_pattern
0.00 3.19 0.00 50942 0.00 0.00 char_composable_p
0.00 3.19 0.00 49690 0.00 0.00 make_specified_string
0.00 3.19 0.00 48808 0.00 0.00 Fcopy_sequence
0.00 3.19 0.00 42527 0.00 0.00 re_search
0.00 3.19 0.00 41543 0.00 0.00 fast_string_match_internal
0.00 3.19 0.00 39509 0.00 0.00 window_box_width
0.00 3.19 0.00 37089 0.00 0.00 Fset_default
0.00 3.19 0.00 35076 0.00 0.00 survives_gc_p
0.00 3.19 0.00 33461 0.00 0.00 Fboundp
0.00 3.19 0.00 33219 0.00 0.00 xfree
0.00 3.19 0.00 32302 0.00 0.00 Fequal
0.00 3.19 0.00 32299 0.00 0.00 bidi_init_it
0.00 3.19 0.00 31638 0.00 0.00 mem_insert
0.00 3.19 0.00 31463 0.00 0.00 mem_delete
0.00 3.19 0.00 31455 0.00 0.00 count_size_as_multibyte
0.00 3.19 0.00 30703 0.00 0.00 bidi_line_init
0.00 3.19 0.00 30539 0.00 0.00 get_visually_first_element
0.00 3.19 0.00 30173 0.00 0.00 accumulate_script_ranges
0.00 3.19 0.00 29026 0.00 0.00 make_uninit_string
0.00 3.19 0.00 28240 0.00 0.00 readchar
0.00 3.19 0.00 27792 0.00 0.00 analyze_first
0.00 3.19 0.00 27768 0.00 0.00 re_compile_fastmap
0.00 3.19 0.00 25689 0.00 0.00 compute_display_string_pos
0.00 3.19 0.00 25384 0.00 0.00 bidi_paragraph_init
0.00 3.19 0.00 23473 0.00 0.00 handle_display_prop
0.00 3.19 0.00 23270 0.00 0.00 lisp_align_malloc
0.00 3.19 0.00 23047 0.00 0.00 lisp_align_free
0.00 3.19 0.00 22985 0.00 0.00 bidi_unshelve_cache
0.00 3.19 0.00 22773 0.00 0.00 accessible_keymaps_1
0.00 3.19 0.00 21600 0.00 0.00 mark_compiled
0.00 3.19 0.00 21339 0.00 0.00 where_is_internal_1
0.00 3.19 0.00 20569 0.00 0.00 make_unibyte_string
0.00 3.19 0.00 20404 0.00 0.00 get_it_property
0.00 3.19 0.00 19551 0.00 0.00 decode_any_frame
0.00 3.19 0.00 19327 0.00 0.00 arith_driver
0.00 3.19 0.00 18850 0.00 0.00 string_byte_to_char
0.00 3.19 0.00 18705 0.00 0.00 Fmemq
0.00 3.19 0.00 18657 0.00 0.00 handle_fontified_prop
0.00 3.19 0.00 18613 0.00 0.00 readbyte_from_file
0.00 3.19 0.00 18598 0.00 0.00 handle_composition_prop
0.00 3.19 0.00 18598 0.00 0.00 handle_face_prop
0.00 3.19 0.00 18598 0.00 0.00 handle_invisible_prop
0.00 3.19 0.00 18598 0.00 0.00 handle_stop
0.00 3.19 0.00 18458 0.00 0.00 Fnext_single_char_property_change
0.00 3.19 0.00 18247 0.00 0.00 timespec_sub
0.00 3.19 0.00 18231 0.00 0.00 arithcompare
0.00 3.19 0.00 18192 0.00 0.00 list1
0.00 3.19 0.00 17797 0.00 0.00 mark_localized_symbol
0.00 3.19 0.00 17709 0.00 0.00 make_string
0.00 3.19 0.00 17595 0.00 0.00 window_box_left_offset
0.00 3.19 0.00 15927 0.00 0.00 char_width
0.00 3.19 0.00 15532 0.00 0.00 window_box_left
0.00 3.19 0.00 15267 0.00 0.00 parse_modifiers
0.00 3.19 0.00 15088 0.00 0.00 reorder_modifiers
0.00 3.19 0.00 14579 0.00 0.00 set_window_margins
0.00 3.19 0.00 14529 0.00 0.00 mem_rotate_right
0.00 3.19 0.00 14319 0.00 0.00 mem_rotate_left
0.00 3.19 0.00 14316 0.00 0.00 make_formatted_string
0.00 3.19 0.00 14156 0.00 0.00 Fsetcar
0.00 3.19 0.00 13668 0.00 0.00 eval_sub
0.00 3.19 0.00 13559 0.00 0.00 push_handler
0.00 3.19 0.00 13559 0.00 0.00 push_handler_nosignal
0.00 3.19 0.00 13031 0.00 0.00 handle_input_available_signal
0.00 3.19 0.00 12846 0.00 0.00 recenter_overlay_lists
0.00 3.19 0.00 12473 0.00 0.00 gettime
0.00 3.19 0.00 11768 0.00 0.00 window_text_bottom_y
0.00 3.19 0.00 11654 0.00 0.00 handle_line_prefix
0.00 3.19 0.00 11602 0.00 0.00 Findirect_function
0.00 3.19 0.00 11499 0.00 0.00 find_cache_boundary
0.00 3.19 0.00 11256 0.00 0.00 Faref
0.00 3.19 0.00 10556 0.00 0.00 get_glyph_string_clip_rects
0.00 3.19 0.00 10310 0.00 0.00 Fget_pos_property
0.00 3.19 0.00 10310 0.00 0.00 get_local_map
0.00 3.19 0.00 10310 0.00 0.00 overlays_around
0.00 3.19 0.00 10310 0.00 0.00 text_property_stickiness
0.00 3.19 0.00 10234 0.00 0.00 Fplus
0.00 3.19 0.00 10181 0.00 0.00 Flist
0.00 3.19 0.00 9870 0.00 0.00 Fnthcdr
0.00 3.19 0.00 9842 0.00 0.00 Fnth
0.00 3.19 0.00 9762 0.00 0.00 gobble_input
0.00 3.19 0.00 9623 0.00 0.00 bidi_shelve_cache
0.00 3.19 0.00 9604 0.00 0.00 XTread_socket
0.00 3.19 0.00 9569 0.00 0.00 buffer_display_table
0.00 3.19 0.00 9553 0.00 0.00 c_string_width
0.00 3.19 0.00 9473 0.00 0.00 delete_cache_boundaries
0.00 3.19 0.00 9448 0.00 0.00 internal_condition_case_n
0.00 3.19 0.00 9243 0.00 0.00 decode_timer
0.00 3.19 0.00 9242 0.00 0.00 decode_time_components
0.00 3.19 0.00 9204 0.00 0.00 lisp_to_timespec
0.00 3.19 0.00 9179 0.00 0.00 CHECK_MARKER
0.00 3.19 0.00 8986 0.00 0.00 readable_events
0.00 3.19 0.00 8936 0.00 0.00 x_set_glyph_string_clipping
0.00 3.19 0.00 8750 0.00 0.00 hashfn_eql
0.00 3.19 0.00 8574 0.00 0.00 frame_make_pointer_visible
0.00 3.19 0.00 8563 0.00 0.00 re_match_2
0.00 3.19 0.00 8559 0.00 0.00 fast_looking_at
0.00 3.19 0.00 8502 0.00 0.00 save_window_save
0.00 3.19 0.00 8382 0.00 0.00 resolve_face_name
0.00 3.19 0.00 8355 0.00 0.00 get_overlay_strings_1
0.00 3.19 0.00 8355 0.00 0.00 load_overlay_strings
0.00 3.19 0.00 8350 0.00 0.00 xftfont_get_colors
0.00 3.19 0.00 8340 0.00 0.00 x_set_glyph_string_gc
0.00 3.19 0.00 8339 0.00 0.00 font_get_frame_data
0.00 3.19 0.00 8339 0.00 0.00 x_draw_glyph_string_foreground
0.00 3.19 0.00 8339 0.00 0.00 xftfont_draw
0.00 3.19 0.00 8268 0.00 0.00 face_at_buffer_position
0.00 3.19 0.00 8268 0.00 0.00 next_overlay_change
0.00 3.19 0.00 8252 0.00 0.00 lookup_fringe_bitmap
0.00 3.19 0.00 8211 0.00 0.00 sweep_buffers
0.00 3.19 0.00 8163 0.00 0.00 call0
0.00 3.19 0.00 8027 0.00 0.00 access_keymap_1
0.00 3.19 0.00 8001 0.00 0.00 find_newline
0.00 3.19 0.00 8000 0.00 0.00 move_it_to
0.00 3.19 0.00 7961 0.00 0.00 get_input_pending
0.00 3.19 0.00 7961 0.00 0.00 timer_check
0.00 3.19 0.00 7918 0.00 0.00 record_unwind_protect
0.00 3.19 0.00 7829 0.00 0.00 Fmake_vector
0.00 3.19 0.00 7766 0.00 0.00 do_pending_atimers
0.00 3.19 0.00 7766 0.00 0.00 process_pending_signals
0.00 3.19 0.00 7682 0.00 0.00 Fnext_property_change
0.00 3.19 0.00 7315 0.00 0.00 fill_glyph_string
0.00 3.19 0.00 7315 0.00 0.00 init_glyph_string
0.00 3.19 0.00 7315 0.00 0.00 set_glyph_string_background_width
0.00 3.19 0.00 7315 0.00 0.00 x_compute_glyph_string_overhangs
0.00 3.19 0.00 7315 0.00 0.00 x_draw_glyph_string
0.00 3.19 0.00 7307 0.00 0.00 Fcommandp
0.00 3.19 0.00 7233 0.00 0.00 Fframe_parameter
0.00 3.19 0.00 7229 0.00 0.00 lface_from_face_name_no_resolve
0.00 3.19 0.00 7169 0.00 0.00 Fcopy_alist
0.00 3.19 0.00 7160 0.00 0.00 Fframe_parameters
0.00 3.19 0.00 7099 0.00 0.00 Fnext_char_property_change
0.00 3.19 0.00 7099 0.00 0.00 Fnext_overlay_change
0.00 3.19 0.00 6779 0.00 0.00 Ffboundp
0.00 3.19 0.00 6665 0.00 0.00 marker_position
0.00 3.19 0.00 6623 0.00 0.00 set_point_both
0.00 3.19 0.00 6399 0.00 0.00 region_cache_backward
0.00 3.19 0.00 6388 0.00 0.00 default_value
0.00 3.19 0.00 6376 0.00 0.00 safe__call
0.00 3.19 0.00 6343 0.00 0.00 reseat_1
0.00 3.19 0.00 6229 0.00 0.00 decode_terminal
0.00 3.19 0.00 6207 0.00 0.00 Fterminal_live_p
0.00 3.19 0.00 6197 0.00 0.00 safe__call1
0.00 3.19 0.00 6179 0.00 0.00 Fdefault_value
0.00 3.19 0.00 6025 0.00 0.00 detect_input_pending_run_timers
0.00 3.19 0.00 5788 0.00 0.00 Fvconcat
0.00 3.19 0.00 5634 0.00 0.00 previous_interval
0.00 3.19 0.00 5627 0.00 0.00 Feval
0.00 3.19 0.00 5467 0.00 0.00 get_lface_attributes_no_remap
0.00 3.19 0.00 5386 0.00 0.00 lface_hash
0.00 3.19 0.00 5385 0.00 0.00 merge_face_vectors
0.00 3.19 0.00 5372 0.00 0.00 Finternal_merge_in_global_face
0.00 3.19 0.00 5299 0.00 0.00 get_lface_attributes
0.00 3.19 0.00 5287 0.00 0.00 lface_equal_p
0.00 3.19 0.00 5267 0.00 0.00 reseat
0.00 3.19 0.00 5155 0.00 0.00 current_minor_maps
0.00 3.19 0.00 5144 0.00 0.00 Fcurrent_active_maps
0.00 3.19 0.00 5124 0.00 0.00 Fmarker_position
0.00 3.19 0.00 5061 0.00 0.00 do_pending_window_change
0.00 3.19 0.00 5047 0.00 0.00 set_buffer_internal_1
0.00 3.19 0.00 4905 0.00 0.00 back_to_previous_visible_line_start
0.00 3.19 0.00 4885 0.00 0.00 find_newline_no_quit
0.00 3.19 0.00 4822 0.00 0.00 show_hourglass
0.00 3.19 0.00 4774 0.00 0.00 Fget_buffer
0.00 3.19 0.00 4737 0.00 0.00 x_draw_stretch_glyph_string
0.00 3.19 0.00 4590 0.00 0.00 marker_byte_position
0.00 3.19 0.00 4491 0.00 0.00 apply_lambda
0.00 3.19 0.00 4385 0.00 0.00 xg_win_to_widget
0.00 3.19 0.00 4355 0.00 0.00 Fplist_put
0.00 3.19 0.00 4336 0.00 0.00 Fput
0.00 3.19 0.00 4336 0.00 0.00 x_any_window_to_frame
0.00 3.19 0.00 4286 0.00 0.00 bidi_at_paragraph_end
0.00 3.19 0.00 4286 0.00 0.00 forward_to_next_line_start
0.00 3.19 0.00 4286 0.00 0.00 reseat_at_next_visible_line_start
0.00 3.19 0.00 4272 0.00 0.00 map_keymap_char_table_item
0.00 3.19 0.00 4255 0.00 0.00 lookup_named_face
0.00 3.19 0.00 4112 0.00 0.00 access_keymap
0.00 3.19 0.00 4022 0.00 0.00 candidate_window_p
0.00 3.19 0.00 3973 0.00 0.00 timespec_add
0.00 3.19 0.00 3918 0.00 0.00 Fgoto_char
0.00 3.19 0.00 3906 0.00 0.00 font_style_symbolic
0.00 3.19 0.00 3897 0.00 0.00 Fputhash
0.00 3.19 0.00 3790 0.00 0.00 move_it_by_lines
0.00 3.19 0.00 3777 0.00 0.00 validate_plist
0.00 3.19 0.00 3746 0.00 0.00 map_keymap_internal
0.00 3.19 0.00 3627 0.00 0.00 Flookup_key
0.00 3.19 0.00 3624 0.00 0.00 map_keymap
0.00 3.19 0.00 3542 0.00 0.00 Fapply
0.00 3.19 0.00 3412 0.00 0.00 Faset
0.00 3.19 0.00 3389 0.00 0.00 window_box
0.00 3.19 0.00 3384 0.00 0.00 xrealloc
0.00 3.19 0.00 3323 0.00 0.00 init_iterator
0.00 3.19 0.00 3323 0.00 0.00 window_display_table
0.00 3.19 0.00 3260 0.00 0.00 x_draw_fringe_bitmap
0.00 3.19 0.00 3243 0.00 0.00 unchain_marker
0.00 3.19 0.00 3241 0.00 0.00 Fmin
0.00 3.19 0.00 3200 0.00 0.00 re_iswctype
0.00 3.19 0.00 3179 0.00 0.00 Fvectorp
0.00 3.19 0.00 3172 0.00 0.00 Fif
0.00 3.19 0.00 3153 0.00 0.00 font_put_extra
0.00 3.19 0.00 3146 0.00 0.00 bset_redisplay
0.00 3.19 0.00 3145 0.00 0.00 default_line_pixel_height
0.00 3.19 0.00 3114 0.00 0.00 x_clear_glyph_string_rect
0.00 3.19 0.00 3099 0.00 0.00 decode_live_frame
0.00 3.19 0.00 3094 0.00 0.00 Fframe_char_height
0.00 3.19 0.00 3090 0.00 0.00 popup_activated
0.00 3.19 0.00 3089 0.00 0.00 window_outdated
0.00 3.19 0.00 3085 0.00 0.00 Fkey_binding
0.00 3.19 0.00 3079 0.00 0.00 run_hook_with_args
0.00 3.19 0.00 3079 0.00 0.00 safe_run_hooks
0.00 3.19 0.00 3072 0.00 0.00 safe_run_hook_funcall
0.00 3.19 0.00 3072 0.00 0.00 safe_run_hooks_1
0.00 3.19 0.00 3066 0.00 0.00 Fselected_window
0.00 3.19 0.00 3064 0.00 0.00 signal_after_change
0.00 3.19 0.00 3052 0.00 0.00 funcall_nil
0.00 3.19 0.00 3046 0.00 0.00 prepare_to_modify_buffer_1
0.00 3.19 0.00 3042 0.00 0.00 Frun_hook_with_args
0.00 3.19 0.00 2998 0.00 0.00 record_property_change
0.00 3.19 0.00 2991 0.00 0.00 requeued_events_pending_p
0.00 3.19 0.00 2982 0.00 0.00 block_atimers
0.00 3.19 0.00 2975 0.00 0.00 live_buffer
0.00 3.19 0.00 2951 0.00 0.00 detect_input_pending
0.00 3.19 0.00 2931 0.00 0.00 Fsuspicious_object
0.00 3.19 0.00 2872 0.00 0.00 Fdowncase
0.00 3.19 0.00 2867 0.00 0.00 allocate_misc
0.00 3.19 0.00 2849 0.00 0.00 set_point
0.00 3.19 0.00 2845 0.00 0.00 call1
0.00 3.19 0.00 2838 0.00 0.00 allocate_pseudovector
0.00 3.19 0.00 2809 0.00 0.00 Fassoc
0.00 3.19 0.00 2808 0.00 0.00 fetch_buffer_markers
0.00 3.19 0.00 2808 0.00 0.00 record_buffer_markers
0.00 3.19 0.00 2786 0.00 0.00 Fset
0.00 3.19 0.00 2772 0.00 0.00 composition_reseat_it
0.00 3.19 0.00 2764 0.00 0.00 adjust_suspend_auto_hscroll
0.00 3.19 0.00 2725 0.00 0.00 record_insert
0.00 3.19 0.00 2710 0.00 0.00 read1
0.00 3.19 0.00 2702 0.00 0.00 invalidate_current_column
0.00 3.19 0.00 2682 0.00 0.00 skip_one_char
0.00 3.19 0.00 2603 0.00 0.00 row_for_charpos_p
0.00 3.19 0.00 2583 0.00 0.00 Flocal_variable_p
0.00 3.19 0.00 2566 0.00 0.00 invalidate_buffer_caches
0.00 3.19 0.00 2553 0.00 0.00 Fset_buffer
0.00 3.19 0.00 2539 0.00 0.00 Fconstrain_to_field
0.00 3.19 0.00 2538 0.00 0.00 scan_newline_from_point
0.00 3.19 0.00 2462 0.00 0.00 lookup_basic_face
0.00 3.19 0.00 2457 0.00 0.00 Ffind_file_name_handler
0.00 3.19 0.00 2427 0.00 0.00 temp_set_point_both
0.00 3.19 0.00 2385 0.00 0.00 get_utf8_string
0.00 3.19 0.00 2344 0.00 0.00 balance_intervals_internal
0.00 3.19 0.00 2344 0.00 0.00 mark_overlay
0.00 3.19 0.00 2344 0.00 0.00 traverse_intervals_noorder
0.00 3.19 0.00 2318 0.00 0.00 Finternal_show_cursor_p
0.00 3.19 0.00 2294 0.00 0.00 Fintern
0.00 3.19 0.00 2288 0.00 0.00 handle_one_xevent
0.00 3.19 0.00 2261 0.00 0.00 Fmax
0.00 3.19 0.00 2261 0.00 0.00 compute_line_metrics
0.00 3.19 0.00 2261 0.00 0.00 prepare_desired_row
0.00 3.19 0.00 2261 0.00 0.00 row_hash
0.00 3.19 0.00 2256 0.00 0.00 XTring_bell
0.00 3.19 0.00 2243 0.00 0.00 display_count_lines
0.00 3.19 0.00 2236 0.00 0.00 draw_fringe_bitmap
0.00 3.19 0.00 2236 0.00 0.00 draw_fringe_bitmap_1
0.00 3.19 0.00 2225 0.00 0.00 assign_row
0.00 3.19 0.00 2180 0.00 0.00 offset_intervals
0.00 3.19 0.00 2173 0.00 0.00 record_unwind_protect_void
0.00 3.19 0.00 2165 0.00 0.00 prepare_to_modify_buffer
0.00 3.19 0.00 2156 0.00 0.00 Fwindow_frame
0.00 3.19 0.00 2155 0.00 0.00 update_window_line
0.00 3.19 0.00 2145 0.00 0.00 adjust_markers_for_insert
0.00 3.19 0.00 2145 0.00 0.00 adjust_overlays_for_insert
0.00 3.19 0.00 2145 0.00 0.00 extend_face_to_end_of_line
0.00 3.19 0.00 2140 0.00 0.00 set_marker_internal
0.00 3.19 0.00 2127 0.00 0.00 Fnconc
0.00 3.19 0.00 2126 0.00 0.00 Frassq
0.00 3.19 0.00 2125 0.00 0.00 Fset_marker
0.00 3.19 0.00 2115 0.00 0.00 start_display
0.00 3.19 0.00 2104 0.00 0.00 Fbacktrace_frame
0.00 3.19 0.00 2104 0.00 0.00 get_backtrace_frame
0.00 3.19 0.00 2096 0.00 0.00 extract_float
0.00 3.19 0.00 2095 0.00 0.00 Fcoding_system_eol_type
0.00 3.19 0.00 2091 0.00 0.00 reconsider_clip_changes
0.00 3.19 0.00 2073 0.00 0.00 intern_1
0.00 3.19 0.00 2070 0.00 0.00 buffer_local_value
0.00 3.19 0.00 2068 0.00 0.00 clear_mouse_face
0.00 3.19 0.00 2066 0.00 0.00 Fbuffer_local_value
0.00 3.19 0.00 2064 0.00 0.00 mode_line_update_needed
0.00 3.19 0.00 2063 0.00 0.00 verify_interval_modification
0.00 3.19 0.00 2062 0.00 0.00 Fwindow_old_point
0.00 3.19 0.00 2062 0.00 0.00 Fwindow_point
0.00 3.19 0.00 2062 0.00 0.00 cancel_hourglass
0.00 3.19 0.00 2046 0.00 0.00 keyremap_step.constprop.45
0.00 3.19 0.00 2043 0.00 0.00 Fcommand_remapping
0.00 3.19 0.00 2043 0.00 0.00 echo_update
0.00 3.19 0.00 2042 0.00 0.00 active_maps
0.00 3.19 0.00 2040 0.00 0.00 Fwindow_hscroll
0.00 3.19 0.00 2040 0.00 0.00 Fwindow_vscroll
0.00 3.19 0.00 2039 0.00 0.00 add_properties
0.00 3.19 0.00 2037 0.00 0.00 call_mod_hooks
0.00 3.19 0.00 2030 0.00 0.00 move_cache_gap
0.00 3.19 0.00 2028 0.00 0.00 draw_phys_cursor_glyph
0.00 3.19 0.00 2020 0.00 0.00 Fface_font
0.00 3.19 0.00 2020 0.00 0.00 Ffloatp
0.00 3.19 0.00 2020 0.00 0.00 Fline_beginning_position
0.00 3.19 0.00 2020 0.00 0.00 reseat_at_previous_visible_line_start
0.00 3.19 0.00 2019 0.00 0.00 window_list
0.00 3.19 0.00 2012 0.00 0.00 decode_next_window_args
0.00 3.19 0.00 2010 0.00 0.00 window_list_1
0.00 3.19 0.00 2007 0.00 0.00 record_unwind_protect_int
0.00 3.19 0.00 2002 0.00 0.00 list5
0.00 3.19 0.00 2000 0.00 0.00 Fget_buffer_window
0.00 3.19 0.00 2000 0.00 0.00 Fwindow_pixel_left
0.00 3.19 0.00 2000 0.00 0.00 Fwindow_pixel_top
0.00 3.19 0.00 2000 0.00 0.00 Fwindow_scroll_bars
0.00 3.19 0.00 2000 0.00 0.00 update_compositions
0.00 3.19 0.00 2000 0.00 0.00 window_loop
0.00 3.19 0.00 1997 0.00 0.00 composition_adjust_point
0.00 3.19 0.00 1997 0.00 0.00 find_automatic_composition
0.00 3.19 0.00 1997 0.00 0.00 process_special_events
0.00 3.19 0.00 1997 0.00 0.00 swallow_events
0.00 3.19 0.00 1983 0.00 0.00 clear_waiting_for_input
0.00 3.19 0.00 1983 0.00 0.00 set_waiting_for_input
0.00 3.19 0.00 1982 0.00 0.00 xg_select
0.00 3.19 0.00 1962 0.00 0.00 add_timer_wait_descriptor
0.00 3.19 0.00 1962 0.00 0.00 set_alarm
0.00 3.19 0.00 1949 0.00 0.00 multibyte_chars_in_text
0.00 3.19 0.00 1933 0.00 0.00 font_make_entity
0.00 3.19 0.00 1933 0.00 0.00 ftfont_pattern_entity
0.00 3.19 0.00 1931 0.00 0.00 Fstring_lessp
0.00 3.19 0.00 1920 0.00 0.00 sub_char_table_set
0.00 3.19 0.00 1902 0.00 0.00 Fprogn
0.00 3.19 0.00 1827 0.00 0.00 line_bottom_y
0.00 3.19 0.00 1822 0.00 0.00 buf_bytepos_to_charpos
0.00 3.19 0.00 1818 0.00 0.00 nconc2
0.00 3.19 0.00 1800 0.00 0.00 c_strcasecmp
0.00 3.19 0.00 1788 0.00 0.00 read_escape
0.00 3.19 0.00 1778 0.00 0.00 font_style_to_value
0.00 3.19 0.00 1766 0.00 0.00 sweep_weak_table
0.00 3.19 0.00 1762 0.00 0.00 lface_from_face_name
0.00 3.19 0.00 1738 0.00 0.00 Fquote
0.00 3.19 0.00 1702 0.00 0.00 list2
0.00 3.19 0.00 1693 0.00 0.00 call2
0.00 3.19 0.00 1681 0.00 0.00 x_write_glyphs
0.00 3.19 0.00 1672 0.00 0.00 Fmember
0.00 3.19 0.00 1640 0.00 0.00 Fwiden
0.00 3.19 0.00 1620 0.00 0.00 get_glyph_string_clip_rect
0.00 3.19 0.00 1620 0.00 0.00 x_draw_glyph_string_box
0.00 3.19 0.00 1620 0.00 0.00 x_draw_relief_rect
0.00 3.19 0.00 1620 0.00 0.00 x_setup_relief_colors
0.00 3.19 0.00 1571 0.00 0.00 Fpurecopy
0.00 3.19 0.00 1570 0.00 0.00 ensure_menu_items
0.00 3.19 0.00 1554 0.00 0.00 copy_text
0.00 3.19 0.00 1539 0.00 0.00 font_clear_prop
0.00 3.19 0.00 1537 0.00 0.00 char_string
0.00 3.19 0.00 1515 0.00 0.00 Fvector
0.00 3.19 0.00 1443 0.00 0.00 Ffunctionp
0.00 3.19 0.00 1439 0.00 0.00 Fremove_list_of_text_properties
0.00 3.19 0.00 1428 0.00 0.00 char_table_set_range
0.00 3.19 0.00 1399 0.00 0.00 bcall0
0.00 3.19 0.00 1396 0.00 0.00 process_tool_bar_item
0.00 3.19 0.00 1391 0.00 0.00 char_table_ref_and_range
0.00 3.19 0.00 1389 0.00 0.00 make_byte_code
0.00 3.19 0.00 1384 0.00 0.00 sub_char_table_ref_and_range
0.00 3.19 0.00 1383 0.00 0.00 list3
0.00 3.19 0.00 1383 0.00 0.00 report_interval_modification
0.00 3.19 0.00 1376 0.00 0.00 internal_condition_case_1
0.00 3.19 0.00 1372 0.00 0.00 xzalloc
0.00 3.19 0.00 1351 0.00 0.00 map_keymap_call
0.00 3.19 0.00 1350 0.00 0.00 Fmake_byte_code
0.00 3.19 0.00 1335 0.00 0.00 lisp_malloc
0.00 3.19 0.00 1321 0.00 0.00 Finternal_set_lisp_face_attribute
0.00 3.19 0.00 1318 0.00 0.00 unreadchar
0.00 3.19 0.00 1317 0.00 0.00 make_widget_value
0.00 3.19 0.00 1306 0.00 0.00 fontset_add
0.00 3.19 0.00 1297 0.00 0.00 parse_menu_item
0.00 3.19 0.00 1297 0.00 0.00 single_menu_item
0.00 3.19 0.00 1289 0.00 0.00 font_unparse_xlfd
0.00 3.19 0.00 1289 0.00 0.00 set_buffer_if_live
0.00 3.19 0.00 1286 0.00 0.00 window_box_height
0.00 3.19 0.00 1285 0.00 0.00 menu_separator_name_p
0.00 3.19 0.00 1278 0.00 0.00 push_menu_item
0.00 3.19 0.00 1228 0.00 0.00 display_line
0.00 3.19 0.00 1225 0.00 0.00 Flogand
0.00 3.19 0.00 1225 0.00 0.00 Flsh
0.00 3.19 0.00 1217 0.00 0.00 Fbuffer_modified_p
0.00 3.19 0.00 1197 0.00 0.00 store_mode_line_noprop_char
0.00 3.19 0.00 1192 0.00 0.00 Fwindow_buffer
0.00 3.19 0.00 1188 0.00 0.00 Ftimes
0.00 3.19 0.00 1186 0.00 0.00 Fmatch_data
0.00 3.19 0.00 1186 0.00 0.00 Fset_match_data
0.00 3.19 0.00 1186 0.00 0.00 invalidate_region_cache
0.00 3.19 0.00 1183 0.00 0.00 coding_set_destination
0.00 3.19 0.00 1169 0.00 0.00 Fminus
0.00 3.19 0.00 1154 0.00 0.00 SETUP_SYNTAX_TABLE
0.00 3.19 0.00 1135 0.00 0.00 Fframep
0.00 3.19 0.00 1134 0.00 0.00 lisp_free
0.00 3.19 0.00 1129 0.00 0.00 x_clear_area
0.00 3.19 0.00 1127 0.00 0.00 x_clear_end_of_line
0.00 3.19 0.00 1124 0.00 0.00 display_and_set_cursor
0.00 3.19 0.00 1122 0.00 0.00 x_after_update_window_line
0.00 3.19 0.00 1122 0.00 0.00 x_clear_frame_area
0.00 3.19 0.00 1118 0.00 0.00 Fbolp
0.00 3.19 0.00 1118 0.00 0.00 draw_row_fringe_bitmaps
0.00 3.19 0.00 1118 0.00 0.00 window_box_right
0.00 3.19 0.00 1118 0.00 0.00 x_update_window_begin
0.00 3.19 0.00 1118 0.00 0.00 x_update_window_end
0.00 3.19 0.00 1116 0.00 0.00 draw_window_fringes
0.00 3.19 0.00 1110 0.00 0.00 x_draw_window_cursor
0.00 3.19 0.00 1101 0.00 0.00 x_parse_color
0.00 3.19 0.00 1096 0.00 0.00 display_mode_element
0.00 3.19 0.00 1096 0.00 0.00 format_mode_line_unwind_data
0.00 3.19 0.00 1096 0.00 0.00 unwind_format_mode_line
0.00 3.19 0.00 1092 0.00 0.00 string_to_number
0.00 3.19 0.00 1092 0.00 0.00 update_begin
0.00 3.19 0.00 1091 0.00 0.00 Fdelq
0.00 3.19 0.00 1091 0.00 0.00 x_update_begin
0.00 3.19 0.00 1091 0.00 0.00 x_update_end
0.00 3.19 0.00 1090 0.00 0.00 update_end
0.00 3.19 0.00 1089 0.00 0.00 build_marker
0.00 3.19 0.00 1081 0.00 0.00 Fframe_live_p
0.00 3.19 0.00 1081 0.00 0.00 set_point_from_marker
0.00 3.19 0.00 1075 0.00 0.00 Fmarker_buffer
0.00 3.19 0.00 1075 0.00 0.00 Fpoint_marker
0.00 3.19 0.00 1075 0.00 0.00 free_misc
0.00 3.19 0.00 1075 0.00 0.00 make_save_obj_obj_obj_obj
0.00 3.19 0.00 1075 0.00 0.00 save_excursion_restore
0.00 3.19 0.00 1075 0.00 0.00 save_excursion_save
0.00 3.19 0.00 1073 0.00 0.00 parse_solitary_modifier
0.00 3.19 0.00 1071 0.00 0.00 Freverse
0.00 3.19 0.00 1069 0.00 0.00 Fwhere_is_internal
0.00 3.19 0.00 1069 0.00 0.00 Fwindow_parameter
0.00 3.19 0.00 1067 0.00 0.00 where_is_internal
0.00 3.19 0.00 1066 0.00 0.00 add_text_properties_1
0.00 3.19 0.00 1064 0.00 0.00 Fput_text_property
0.00 3.19 0.00 1064 0.00 0.00 modify_text_properties
0.00 3.19 0.00 1064 0.00 0.00 update_window
0.00 3.19 0.00 1063 0.00 0.00 Fwindow_live_p
0.00 3.19 0.00 1062 0.00 0.00 Fframe_char_width
0.00 3.19 0.00 1062 0.00 0.00 save_restriction_restore
0.00 3.19 0.00 1062 0.00 0.00 save_restriction_save
0.00 3.19 0.00 1059 0.00 0.00 XTredeem_scroll_bar
0.00 3.19 0.00 1059 0.00 0.00 XTset_vertical_scroll_bar
0.00 3.19 0.00 1059 0.00 0.00 redisplay_window
0.00 3.19 0.00 1059 0.00 0.00 set_vertical_scroll_bar
0.00 3.19 0.00 1059 0.00 0.00 xg_set_toolkit_scroll_bar_thumb
0.00 3.19 0.00 1056 0.00 0.00 Ffont_get
0.00 3.19 0.00 1054 0.00 0.00 Fsubrp
0.00 3.19 0.00 1054 0.00 0.00 mark_buffer
0.00 3.19 0.00 1052 0.00 0.00 Frun_hook_with_args_until_success
0.00 3.19 0.00 1049 0.00 0.00 redisplay_window_1
0.00 3.19 0.00 1045 0.00 0.00 apply1
0.00 3.19 0.00 1045 0.00 0.00 merge_face_ref
0.00 3.19 0.00 1044 0.00 0.00 unwind_set_match_data
0.00 3.19 0.00 1043 0.00 0.00 clear_window_matrices
0.00 3.19 0.00 1043 0.00 0.00 mark_window_display_accurate_1
0.00 3.19 0.00 1043 0.00 0.00 merge_named_face
0.00 3.19 0.00 1042 0.00 0.00 Fcurrent_window_configuration
0.00 3.19 0.00 1042 0.00 0.00 foreach_window_1
0.00 3.19 0.00 1041 0.00 0.00 record_unwind_save_match_data
0.00 3.19 0.00 1039 0.00 0.00 check_window_containing
0.00 3.19 0.00 1039 0.00 0.00 coordinates_in_window
0.00 3.19 0.00 1037 0.00 0.00 window_from_coordinates
0.00 3.19 0.00 1036 0.00 0.00 note_mouse_highlight
0.00 3.19 0.00 1036 0.00 0.00 set_window_update_flags
0.00 3.19 0.00 1035 0.00 0.00 Foverlayp
0.00 3.19 0.00 1035 0.00 0.00 define_frame_cursor1
0.00 3.19 0.00 1035 0.00 0.00 unrequest_sigio
0.00 3.19 0.00 1035 0.00 0.00 update_overlay_arrows
0.00 3.19 0.00 1035 0.00 0.00 x_define_frame_cursor
0.00 3.19 0.00 1034 0.00 0.00 XTframe_up_to_date
0.00 3.19 0.00 1033 0.00 0.00 bidi_mirror_char
0.00 3.19 0.00 1033 0.00 0.00 decode_mode_spec_coding
0.00 3.19 0.00 1033 0.00 0.00 display_mode_line
0.00 3.19 0.00 1033 0.00 0.00 display_mode_lines
0.00 3.19 0.00 1033 0.00 0.00 overlay_arrows_changed_p
0.00 3.19 0.00 1033 0.00 0.00 pint2str
0.00 3.19 0.00 1033 0.00 0.00 pop_kboard
0.00 3.19 0.00 1033 0.00 0.00 push_kboard
0.00 3.19 0.00 1033 0.00 0.00 request_sigio
0.00 3.19 0.00 1033 0.00 0.00 update_frame
0.00 3.19 0.00 1033 0.00 0.00 update_window_tree
0.00 3.19 0.00 1032 0.00 0.00 clear_desired_matrices
0.00 3.19 0.00 1032 0.00 0.00 stop_polling
0.00 3.19 0.00 1032 0.00 0.00 window_box_right_offset
0.00 3.19 0.00 1031 0.00 0.00 hscroll_window_tree
0.00 3.19 0.00 1031 0.00 0.00 hscroll_windows
0.00 3.19 0.00 1031 0.00 0.00 redisplay_internal
0.00 3.19 0.00 1031 0.00 0.00 start_polling
0.00 3.19 0.00 1031 0.00 0.00 sub_char_table_set_range
0.00 3.19 0.00 1030 0.00 0.00 unwind_redisplay
0.00 3.19 0.00 1029 0.00 0.00 xic_set_preeditarea
0.00 3.19 0.00 1026 0.00 0.00 redisplay
0.00 3.19 0.00 1026 0.00 0.00 top_level_1
0.00 3.19 0.00 1025 0.00 0.00 event_to_kboard
0.00 3.19 0.00 1025 0.00 0.00 kbd_buffer_nr_stored
0.00 3.19 0.00 1025 0.00 0.00 kbd_buffer_store_buffered_event
0.00 3.19 0.00 1025 0.00 0.00 kbd_on_hold_p
0.00 3.19 0.00 1023 0.00 0.00 Farrayp
0.00 3.19 0.00 1023 0.00 0.00 Fcall_interactively
0.00 3.19 0.00 1023 0.00 0.00 Ffuncall_interactively
0.00 3.19 0.00 1023 0.00 0.00 Finteractive_form
0.00 3.19 0.00 1023 0.00 0.00 temporarily_switch_to_single_kboard
0.00 3.19 0.00 1023 0.00 0.00 x_x_to_emacs_modifiers
0.00 3.19 0.00 1022 0.00 0.00 Fwindow_fringes
0.00 3.19 0.00 1022 0.00 0.00 Fwindow_header_line_height
0.00 3.19 0.00 1022 0.00 0.00 Fwindow_margins
0.00 3.19 0.00 1022 0.00 0.00 add_command_key
0.00 3.19 0.00 1022 0.00 0.00 follow_key
0.00 3.19 0.00 1022 0.00 0.00 make_lispy_event
0.00 3.19 0.00 1022 0.00 0.00 read_char
0.00 3.19 0.00 1022 0.00 0.00 record_char
0.00 3.19 0.00 1022 0.00 0.00 record_unwind_protect_ptr
0.00 3.19 0.00 1022 0.00 0.00 restore_kboard_configuration
0.00 3.19 0.00 1022 0.00 0.00 store_kbd_macro_char
0.00 3.19 0.00 1022 0.00 0.00 test_undefined
0.00 3.19 0.00 1021 0.00 0.00 Fx_hide_tip
0.00 3.19 0.00 1021 0.00 0.00 decode_live_window
0.00 3.19 0.00 1021 0.00 0.00 move_it_in_display_line
0.00 3.19 0.00 1021 0.00 0.00 read_key_sequence.constprop.44
0.00 3.19 0.00 1021 0.00 0.00 schedule_atimer
0.00 3.19 0.00 1021 0.00 0.00 start_atimer
0.00 3.19 0.00 1021 0.00 0.00 start_hourglass
0.00 3.19 0.00 1020 0.00 0.00 Fabs
0.00 3.19 0.00 1020 0.00 0.00 Fset_window_vscroll
0.00 3.19 0.00 1020 0.00 0.00 Fvertical_motion
0.00 3.19 0.00 1020 0.00 0.00 Fwindow_pixel_width
0.00 3.19 0.00 1020 0.00 0.00 cancel_atimer
0.00 3.19 0.00 1020 0.00 0.00 modify_event_symbol
0.00 3.19 0.00 1019 0.00 0.00 sit_for
0.00 3.19 0.00 1012 0.00 0.00 Fwindow_pixel_height
0.00 3.19 0.00 1007 0.00 0.00 make_interval
0.00 3.19 0.00 1003 0.00 0.00 erase_phys_cursor
0.00 3.19 0.00 1001 0.00 0.00 insert_from_string
0.00 3.19 0.00 1001 0.00 0.00 insert_from_string_1
0.00 3.19 0.00 1000 0.00 0.00 Fborder_width
0.00 3.19 0.00 1000 0.00 0.00 Fline_pixel_height
0.00 3.19 0.00 1000 0.00 0.00 Fwindow_body_height
0.00 3.19 0.00 1000 0.00 0.00 Fwindow_body_width
0.00 3.19 0.00 1000 0.00 0.00 Fwindow_start
0.00 3.19 0.00 1000 0.00 0.00 echo_dash
0.00 3.19 0.00 1000 0.00 0.00 prepare_record
0.00 3.19 0.00 1000 0.00 0.00 reset_var_on_error
0.00 3.19 0.00 1000 0.00 0.00 set_properties
0.00 3.19 0.00 1000 0.00 0.00 set_text_properties_1
0.00 3.19 0.00 1000 0.00 0.00 window_body_width
0.00 3.19 0.00 999 0.00 0.00 split_interval_right
0.00 3.19 0.00 981 0.00 0.00 re_set_registers
0.00 3.19 0.00 973 0.00 0.00 wait_reading_process_output
0.00 3.19 0.00 973 0.00 0.00 wait_reading_process_output_unwind
0.00 3.19 0.00 965 0.00 0.00 list4
0.00 3.19 0.00 961 0.00 0.00 remove_properties
0.00 3.19 0.00 923 0.00 0.00 x_catch_errors_with_handler
0.00 3.19 0.00 922 0.00 0.00 lookup_rgb_color
0.00 3.19 0.00 922 0.00 0.00 x_had_errors_p
0.00 3.19 0.00 922 0.00 0.00 x_uncatch_errors
0.00 3.19 0.00 922 0.00 0.00 xbm_image_p
0.00 3.19 0.00 917 0.00 0.00 font_registry_charsets
0.00 3.19 0.00 917 0.00 0.00 x_catch_errors
0.00 3.19 0.00 916 0.00 0.00 xfont_encode_coding_xlfd
0.00 3.19 0.00 916 0.00 0.00 xfont_list_pattern
0.00 3.19 0.00 895 0.00 0.00 Frassoc
0.00 3.19 0.00 895 0.00 0.00 fs_query_fontset
0.00 3.19 0.00 887 0.00 0.00 Ffont_spec
0.00 3.19 0.00 886 0.00 0.00 coding_set_source
0.00 3.19 0.00 886 0.00 0.00 setup_coding_system
0.00 3.19 0.00 883 0.00 0.00 find_font_encoding
0.00 3.19 0.00 883 0.00 0.00 get_translation_table
0.00 3.19 0.00 881 0.00 0.00 code_conversion_restore
0.00 3.19 0.00 881 0.00 0.00 code_conversion_save
0.00 3.19 0.00 881 0.00 0.00 free_realized_fontsets
0.00 3.19 0.00 880 0.00 0.00 Fset_fontset_font
0.00 3.19 0.00 880 0.00 0.00 check_fontset_name
0.00 3.19 0.00 880 0.00 0.00 code_convert_string
0.00 3.19 0.00 879 0.00 0.00 concat3
0.00 3.19 0.00 821 0.00 0.00 compact_buffer
0.00 3.19 0.00 819 0.00 0.00 Ffont_xlfd_name
0.00 3.19 0.00 744 0.00 0.00 free_cons
0.00 3.19 0.00 701 0.00 0.00 xg_item_label_same_p
0.00 3.19 0.00 692 0.00 0.00 search_buffer
0.00 3.19 0.00 692 0.00 0.00 search_command
0.00 3.19 0.00 686 0.00 0.00 font_parse_family_registry
0.00 3.19 0.00 672 0.00 0.00 Fre_search_forward
0.00 3.19 0.00 640 0.00 0.00 char_table_set
0.00 3.19 0.00 634 0.00 0.00 Fparse_partial_sexp
0.00 3.19 0.00 634 0.00 0.00 scan_sexps_forward
0.00 3.19 0.00 631 0.00 0.00 Fmake_local_variable
0.00 3.19 0.00 619 0.00 0.00 adjust_markers_for_delete
0.00 3.19 0.00 619 0.00 0.00 adjust_overlays_for_delete
0.00 3.19 0.00 616 0.00 0.00 del_range_2
0.00 3.19 0.00 616 0.00 0.00 evaporate_overlays
0.00 3.19 0.00 616 0.00 0.00 record_delete
0.00 3.19 0.00 598 0.00 0.00 del_range
0.00 3.19 0.00 598 0.00 0.00 del_range_1
0.00 3.19 0.00 595 0.00 0.00 text_quoting_style
0.00 3.19 0.00 593 0.00 0.00 Fbuffer_live_p
0.00 3.19 0.00 590 0.00 0.00 Fsubstitute_command_keys
0.00 3.19 0.00 589 0.00 0.00 mark_face_cache
0.00 3.19 0.00 583 0.00 0.00 make_buffer_string_both
0.00 3.19 0.00 583 0.00 0.00 update_buffer_properties
0.00 3.19 0.00 581 0.00 0.00 insert_from_gap
0.00 3.19 0.00 580 0.00 0.00 decode_coding
0.00 3.19 0.00 580 0.00 0.00 produce_chars
0.00 3.19 0.00 578 0.00 0.00 Fbuffer_string
0.00 3.19 0.00 578 0.00 0.00 Ferase_buffer
0.00 3.19 0.00 578 0.00 0.00 decode_coding_object
0.00 3.19 0.00 578 0.00 0.00 decode_coding_utf_8
0.00 3.19 0.00 557 0.00 0.00 Fconcat
0.00 3.19 0.00 556 0.00 0.00 read_hex
0.00 3.19 0.00 551 0.00 0.00 make_save_ptr_int
0.00 3.19 0.00 550 0.00 0.00 read0
0.00 3.19 0.00 545 0.00 0.00 Fautoload_do_load
0.00 3.19 0.00 545 0.00 0.00 Fmake_symbol
0.00 3.19 0.00 543 0.00 0.00 Fmacroexpand
0.00 3.19 0.00 540 0.00 0.00 know_region_cache
0.00 3.19 0.00 540 0.00 0.00 read_list
0.00 3.19 0.00 539 0.00 0.00 intern_sym
0.00 3.19 0.00 535 0.00 0.00 set_marker_both
0.00 3.19 0.00 525 0.00 0.00 xg_update_menubar
0.00 3.19 0.00 520 0.00 0.00 decode_file_name
0.00 3.19 0.00 519 0.00 0.00 Fline_end_position
0.00 3.19 0.00 519 0.00 0.00 find_before_next_newline
0.00 3.19 0.00 518 0.00 0.00 Fforward_line
0.00 3.19 0.00 516 0.00 0.00 Fskip_syntax_forward
0.00 3.19 0.00 516 0.00 0.00 skip_syntaxes
0.00 3.19 0.00 513 0.00 0.00 Flss
0.00 3.19 0.00 513 0.00 0.00 arithcompare_driver
0.00 3.19 0.00 500 0.00 0.00 Fadd1
0.00 3.19 0.00 500 0.00 0.00 Finsert
0.00 3.19 0.00 500 0.00 0.00 Fsetq
0.00 3.19 0.00 500 0.00 0.00 general_insert_function
0.00 3.19 0.00 484 0.00 0.00 mark_discard_killed_buffers
0.00 3.19 0.00 484 0.00 0.00 read_dirent
0.00 3.19 0.00 461 0.00 0.00 xfont_list
0.00 3.19 0.00 440 0.00 0.00 Fsingle_key_description
0.00 3.19 0.00 436 0.00 0.00 push_key_description
0.00 3.19 0.00 425 0.00 0.00 chars_in_text
0.00 3.19 0.00 380 0.00 0.00 Fstring_match
0.00 3.19 0.00 380 0.00 0.00 insert_char
0.00 3.19 0.00 380 0.00 0.00 string_match_1
0.00 3.19 0.00 377 0.00 0.00 Fkeymapp
0.00 3.19 0.00 347 0.00 0.00 ftfont_list
0.00 3.19 0.00 347 0.00 0.00 ftfont_spec_pattern
0.00 3.19 0.00 347 0.00 0.00 xftfont_list
0.00 3.19 0.00 328 0.00 0.00 Fexpand_file_name
0.00 3.19 0.00 319 0.00 0.00 xnrealloc
0.00 3.19 0.00 309 0.00 0.00 fset_redisplay
0.00 3.19 0.00 307 0.00 0.00 encode_file_name
0.00 3.19 0.00 302 0.00 0.00 alloc_destination
0.00 3.19 0.00 301 0.00 0.00 consume_chars
0.00 3.19 0.00 301 0.00 0.00 encode_coding
0.00 3.19 0.00 301 0.00 0.00 encode_coding_object
0.00 3.19 0.00 301 0.00 0.00 encode_coding_utf_8
0.00 3.19 0.00 300 0.00 0.00 set_marker_restricted_both
0.00 3.19 0.00 294 0.00 0.00 eval_dyn
0.00 3.19 0.00 294 0.00 0.00 menu_item_eval_property
0.00 3.19 0.00 263 0.00 0.00 shadow_lookup
0.00 3.19 0.00 262 0.00 0.00 Fwindow_valid_p
0.00 3.19 0.00 244 0.00 0.00 Fsubstring
0.00 3.19 0.00 241 0.00 0.00 concat2
0.00 3.19 0.00 233 0.00 0.00 Ffontp
0.00 3.19 0.00 230 0.00 0.00 adjust_window_count
0.00 3.19 0.00 226 0.00 0.00 Fand
0.00 3.19 0.00 224 0.00 0.00 preferred_sequence_p
0.00 3.19 0.00 219 0.00 0.00 row_equal_p.constprop.18
0.00 3.19 0.00 216 0.00 0.00 code_convert_string_norecord
0.00 3.19 0.00 215 0.00 0.00 Fsafe_length
0.00 3.19 0.00 215 0.00 0.00 map_char_table
0.00 3.19 0.00 209 0.00 0.00 Fdefault_boundp
0.00 3.19 0.00 208 0.00 0.00 Fkey_description
0.00 3.19 0.00 204 0.00 0.00 font_prop_validate_symbol
0.00 3.19 0.00 195 0.00 0.00 make_multibyte_string
0.00 3.19 0.00 189 0.00 0.00 store_mode_line_noprop
0.00 3.19 0.00 188 0.00 0.00 intern_driver
0.00 3.19 0.00 183 0.00 0.00 Fread
0.00 3.19 0.00 183 0.00 0.00 insert_1_both
0.00 3.19 0.00 183 0.00 0.00 read_internal_start
0.00 3.19 0.00 179 0.00 0.00 safe_call
0.00 3.19 0.00 179 0.00 0.00 x_defined_color
0.00 3.19 0.00 179 0.00 0.00 xg_check_special_colors
0.00 3.19 0.00 175 0.00 0.00 gamma_correct
0.00 3.19 0.00 175 0.00 0.00 x_alloc_nearest_color
0.00 3.19 0.00 174 0.00 0.00 emacs_open
0.00 3.19 0.00 171 0.00 0.00 Fnext_read_file_uses_dialog_p
0.00 3.19 0.00 170 0.00 0.00 make_sub_char_table
0.00 3.19 0.00 165 0.00 0.00 string_to_multibyte
0.00 3.19 0.00 161 0.00 0.00 defined_color
0.00 3.19 0.00 161 0.00 0.00 load_color2
0.00 3.19 0.00 160 0.00 0.00 add_row_entry
0.00 3.19 0.00 150 0.00 0.00 syntax_multibyte
0.00 3.19 0.00 146 0.00 0.00 Fappend
0.00 3.19 0.00 141 0.00 0.00 check_x_display_info
0.00 3.19 0.00 139 0.00 0.00 Fsymbol_function
0.00 3.19 0.00 139 0.00 0.00 select_window
0.00 3.19 0.00 138 0.00 0.00 current_message
0.00 3.19 0.00 137 0.00 0.00 Fdefvar
0.00 3.19 0.00 136 0.00 0.00 ensure_echo_area_buffers
0.00 3.19 0.00 136 0.00 0.00 readevalloop_eager_expand_eval
0.00 3.19 0.00 134 0.00 0.00 Fselect_window
0.00 3.19 0.00 133 0.00 0.00 decode_window_system_frame
0.00 3.19 0.00 133 0.00 0.00 x_free_colors
0.00 3.19 0.00 132 0.00 0.00 Fkeymap_prompt
0.00 3.19 0.00 123 0.00 0.00 Fset_syntax_table
0.00 3.19 0.00 123 0.00 0.00 check_syntax_table
0.00 3.19 0.00 122 0.00 0.00 fast_c_string_match_ignore_case
0.00 3.19 0.00 122 0.00 0.00 string_make_unibyte
0.00 3.19 0.00 121 0.00 0.00 Fmake_sparse_keymap
0.00 3.19 0.00 121 0.00 0.00 copy_text_properties
0.00 3.19 0.00 121 0.00 0.00 mark_image_cache
0.00 3.19 0.00 121 0.00 0.00 pop_message_unwind
0.00 3.19 0.00 121 0.00 0.00 push_message
0.00 3.19 0.00 120 0.00 0.00 Fsyntax_table
0.00 3.19 0.00 119 0.00 0.00 Ffile_name_absolute_p
0.00 3.19 0.00 118 0.00 0.00 Fgarbage_collect
0.00 3.19 0.00 118 0.00 0.00 Fmap_keymap
0.00 3.19 0.00 118 0.00 0.00 Ftext_property_any
0.00 3.19 0.00 118 0.00 0.00 ftfont_get_charset
0.00 3.19 0.00 118 0.00 0.00 map_keymap_canonical
0.00 3.19 0.00 118 0.00 0.00 mark_fringe_data
0.00 3.19 0.00 118 0.00 0.00 mark_kboards
0.00 3.19 0.00 118 0.00 0.00 mark_specpdl
0.00 3.19 0.00 118 0.00 0.00 relocate_byte_stack
0.00 3.19 0.00 118 0.00 0.00 safe_call1
0.00 3.19 0.00 118 0.00 0.00 shrink_regexp_cache
0.00 3.19 0.00 118 0.00 0.00 sweep_floats
0.00 3.19 0.00 118 0.00 0.00 sweep_intervals
0.00 3.19 0.00 118 0.00 0.00 sweep_misc
0.00 3.19 0.00 118 0.00 0.00 sweep_strings
0.00 3.19 0.00 118 0.00 0.00 sweep_symbols
0.00 3.19 0.00 118 0.00 0.00 sweep_weak_hash_tables
0.00 3.19 0.00 118 0.00 0.00 total_bytes_of_live_objects
0.00 3.19 0.00 118 0.00 0.00 xg_mark_data
0.00 3.19 0.00 117 0.00 0.00 Feq
0.00 3.19 0.00 115 0.00 0.00 wset_buffer
0.00 3.19 0.00 114 0.00 0.00 normal_char_ascent_descent
0.00 3.19 0.00 113 0.00 0.00 make_widget_for_menu_item
0.00 3.19 0.00 108 0.00 0.00 set_fontset_font
0.00 3.19 0.00 106 0.00 0.00 push_menu_pane
0.00 3.19 0.00 106 0.00 0.00 single_keymap_panes
0.00 3.19 0.00 105 0.00 0.00 Fget_buffer_create
0.00 3.19 0.00 101 0.00 0.00 message_dolog
0.00 3.19 0.00 100 0.00 0.00 image_spec_value
0.00 3.19 0.00 96 0.00 0.00 cache_face
0.00 3.19 0.00 95 0.00 0.00 Fbuffer_name
0.00 3.19 0.00 94 0.00 0.00 make_realized_face
0.00 3.19 0.00 94 0.00 0.00 realize_face
0.00 3.19 0.00 93 0.00 0.00 Ffile_name_nondirectory
0.00 3.19 0.00 91 0.00 0.00 Fxw_display_color_p
0.00 3.19 0.00 91 0.00 0.00 clear_glyph_matrix
0.00 3.19 0.00 90 0.00 0.00 Fwindow_left_child
0.00 3.19 0.00 90 0.00 0.00 Fwindow_top_child
0.00 3.19 0.00 90 0.00 0.00 let_shadows_buffer_binding_p
0.00 3.19 0.00 90 0.00 0.00 read_vector
0.00 3.19 0.00 88 0.00 0.00 Fwindow_minibuffer_p
0.00 3.19 0.00 84 0.00 0.00 Fmake_char_table
0.00 3.19 0.00 84 0.00 0.00 realize_named_face
0.00 3.19 0.00 82 0.00 0.00 Finternal_make_lisp_face
0.00 3.19 0.00 82 0.00 0.00 make_fontset
0.00 3.19 0.00 80 0.00 0.00 setup_echo_area_for_printing
0.00 3.19 0.00 79 0.00 0.00 Fmake_marker
0.00 3.19 0.00 79 0.00 0.00 face_color_supported_p
0.00 3.19 0.00 79 0.00 0.00 make_fontset_for_ascii_face
0.00 3.19 0.00 78 0.00 0.00 Fwindowp
0.00 3.19 0.00 76 0.00 0.00 float_arith_driver
0.00 3.19 0.00 75 0.00 0.00 font_parse_name
0.00 3.19 0.00 72 0.00 0.00 make_save_funcptr_ptr_obj
0.00 3.19 0.00 71 0.00 0.00 Fdirectory_file_name
0.00 3.19 0.00 65 0.00 0.00 Flet
0.00 3.19 0.00 65 0.00 0.00 match_limit
0.00 3.19 0.00 65 0.00 0.00 x_sync
0.00 3.19 0.00 64 0.00 0.00 gap_left
0.00 3.19 0.00 64 0.00 0.00 x_destroy_bitmap
0.00 3.19 0.00 63 0.00 0.00 Fregexp_quote
0.00 3.19 0.00 63 0.00 0.00 free_face_fontset
0.00 3.19 0.00 63 0.00 0.00 larger_vector
0.00 3.19 0.00 63 0.00 0.00 x_consider_frame_title
0.00 3.19 0.00 62 0.00 0.00 x_draw_vertical_border
0.00 3.19 0.00 62 0.00 0.00 x_top_window_to_frame
0.00 3.19 0.00 61 0.00 0.00 FletX
0.00 3.19 0.00 61 0.00 0.00 update_frame_tool_bar
0.00 3.19 0.00 60 0.00 0.00 Ftool_bar_get_system_style
0.00 3.19 0.00 60 0.00 0.00 input_polling_used
0.00 3.19 0.00 60 0.00 0.00 update_window_cursor
0.00 3.19 0.00 60 0.00 0.00 xg_gtk_scroll_destroy
0.00 3.19 0.00 59 0.00 0.00 Fdecode_coding_string
0.00 3.19 0.00 59 0.00 0.00 Fnull
0.00 3.19 0.00 59 0.00 0.00 Frun_hook_wrapped
0.00 3.19 0.00 59 0.00 0.00 mapcar1
0.00 3.19 0.00 59 0.00 0.00 run_hook_wrapped_funcall
0.00 3.19 0.00 59 0.00 0.00 scan_newline
0.00 3.19 0.00 57 0.00 0.00 Fmapcar
0.00 3.19 0.00 57 0.00 0.00 get_frame_param
0.00 3.19 0.00 56 0.00 0.00 resize_mini_window
0.00 3.19 0.00 56 0.00 0.00 run_window_scroll_functions
0.00 3.19 0.00 56 0.00 0.00 store_frame_param
0.00 3.19 0.00 56 0.00 0.00 truncate_undo_list
0.00 3.19 0.00 56 0.00 0.00 unwind_with_echo_area_buffer
0.00 3.19 0.00 56 0.00 0.00 with_echo_area_buffer
0.00 3.19 0.00 55 0.00 0.00 file_directory_p
0.00 3.19 0.00 54 0.00 0.00 in_ellipses_for_invisible_text_p
0.00 3.19 0.00 54 0.00 0.00 menu_bar_item
0.00 3.19 0.00 54 0.00 0.00 rotate_matrix
0.00 3.19 0.00 54 0.00 0.00 try_window_reusing_current_matrix
0.00 3.19 0.00 54 0.00 0.00 x_clear_cursor
0.00 3.19 0.00 54 0.00 0.00 x_clear_window_mouse_face
0.00 3.19 0.00 54 0.00 0.00 x_scroll_run
0.00 3.19 0.00 53 0.00 0.00 Fstringp
0.00 3.19 0.00 52 0.00 0.00 Ffile_name_as_directory
0.00 3.19 0.00 51 0.00 0.00 enlarge_buffer_text
0.00 3.19 0.00 51 0.00 0.00 make_gap
0.00 3.19 0.00 51 0.00 0.00 x_get_arg
0.00 3.19 0.00 50 0.00 0.00 Fframe_root_window
0.00 3.19 0.00 50 0.00 0.00 char_quoted
0.00 3.19 0.00 50 0.00 0.00 getenv_internal
0.00 3.19 0.00 50 0.00 0.00 getenv_internal_1
0.00 3.19 0.00 50 0.00 0.00 validate_x_resource_name
0.00 3.19 0.00 50 0.00 0.00 x_get_string_resource
0.00 3.19 0.00 50 0.00 0.00 xft_settings_event
0.00 3.19 0.00 49 0.00 0.00 xrdb_get_resource
0.00 3.19 0.00 48 0.00 0.00 Fmatch_beginning
0.00 3.19 0.00 48 0.00 0.00 str_as_unibyte
0.00 3.19 0.00 47 0.00 0.00 Ffile_name_directory
0.00 3.19 0.00 46 0.00 0.00 Ffile_directory_p
0.00 3.19 0.00 46 0.00 0.00 expand_and_dir_to_file
0.00 3.19 0.00 46 0.00 0.00 set_poll_suppress_count
0.00 3.19 0.00 46 0.00 0.00 unwind_to_catch
0.00 3.19 0.00 45 0.00 0.00 CHECK_CHAR_TABLE
0.00 3.19 0.00 45 0.00 0.00 rounding_driver
0.00 3.19 0.00 44 0.00 0.00 Fceiling
0.00 3.19 0.00 44 0.00 0.00 ceiling2
0.00 3.19 0.00 44 0.00 0.00 gap_right
0.00 3.19 0.00 44 0.00 0.00 x_handle_property_notify
0.00 3.19 0.00 42 0.00 0.00 move_gap_both
0.00 3.19 0.00 42 0.00 0.00 openp
0.00 3.19 0.00 41 0.00 0.00 clear_message
0.00 3.19 0.00 41 0.00 0.00 xg_tool_bar_help_callback
0.00 3.19 0.00 40 0.00 0.00 Frun_hooks
0.00 3.19 0.00 40 0.00 0.00 Fsignal
0.00 3.19 0.00 40 0.00 0.00 define_image_type
0.00 3.19 0.00 40 0.00 0.00 lookup_image_type
0.00 3.19 0.00 40 0.00 0.00 strout
0.00 3.19 0.00 39 0.00 0.00 egetenv_internal
0.00 3.19 0.00 39 0.00 0.00 try_window
0.00 3.19 0.00 38 0.00 0.00 Fset_char_table_range
0.00 3.19 0.00 38 0.00 0.00 adjust_glyph_matrix
0.00 3.19 0.00 38 0.00 0.00 call3
0.00 3.19 0.00 38 0.00 0.00 del_range_both
0.00 3.19 0.00 38 0.00 0.00 disassemble_lisp_time
0.00 3.19 0.00 38 0.00 0.00 font_score
0.00 3.19 0.00 37 0.00 0.00 Fdefalias
0.00 3.19 0.00 37 0.00 0.00 Ffset
0.00 3.19 0.00 37 0.00 0.00 valid_lisp_object_p
0.00 3.19 0.00 37 0.00 0.00 x_set_frame_parameters
0.00 3.19 0.00 37 0.00 0.00 xstrdup
0.00 3.19 0.00 36 0.00 0.00 Fx_display_color_cells
0.00 3.19 0.00 36 0.00 0.00 let_shadows_global_binding_p
0.00 3.19 0.00 36 0.00 0.00 lisp_time_struct
0.00 3.19 0.00 36 0.00 0.00 make_blv
0.00 3.19 0.00 35 0.00 0.00 Fwindow_system
0.00 3.19 0.00 34 0.00 0.00 frame_size_history_add
0.00 3.19 0.00 33 0.00 0.00 Fforce_mode_line_update
0.00 3.19 0.00 32 0.00 0.00 Fframe_selected_window
0.00 3.19 0.00 32 0.00 0.00 map_charset_chars
0.00 3.19 0.00 31 0.00 0.00 display_echo_area_1
0.00 3.19 0.00 31 0.00 0.00 echo_area_display
0.00 3.19 0.00 31 0.00 0.00 xpalloc
0.00 3.19 0.00 30 0.00 0.00 bidi_fetch_char_skip_isolates
0.00 3.19 0.00 30 0.00 0.00 find_first_strong_char
0.00 3.19 0.00 30 0.00 0.00 x_default_parameter
0.00 3.19 0.00 29 0.00 0.00 Fselected_frame
0.00 3.19 0.00 28 0.00 0.00 call4
0.00 3.19 0.00 27 0.00 0.00 Ffile_symlink_p
0.00 3.19 0.00 27 0.00 0.00 font_prop_validate_otf
0.00 3.19 0.00 26 0.00 0.00 Fload
0.00 3.19 0.00 26 0.00 0.00 Fsubstitute_in_file_name
0.00 3.19 0.00 26 0.00 0.00 search_embedded_absfilename
0.00 3.19 0.00 25 0.00 0.00 bset_update_mode_line
0.00 3.19 0.00 25 0.00 0.00 re_wctype
0.00 3.19 0.00 24 0.00 0.00 Fminibuffer_window
0.00 3.19 0.00 24 0.00 0.00 Fupcase_initials
0.00 3.19 0.00 24 0.00 0.00 Fwindow_next_sibling
0.00 3.19 0.00 24 0.00 0.00 store_in_keymap
0.00 3.19 0.00 23 0.00 0.00 Faccessible_keymaps
0.00 3.19 0.00 23 0.00 0.00 Fdefine_key
0.00 3.19 0.00 22 0.00 0.00 Finternal_get_lisp_face_attribute
0.00 3.19 0.00 22 0.00 0.00 Fwindow_bottom_divider_width
0.00 3.19 0.00 22 0.00 0.00 Fwindow_mode_line_height
0.00 3.19 0.00 22 0.00 0.00 Fwindow_right_divider_width
0.00 3.19 0.00 22 0.00 0.00 Fwindow_scroll_bar_height
0.00 3.19 0.00 22 0.00 0.00 Fwindow_scroll_bar_width
0.00 3.19 0.00 22 0.00 0.00 careadlinkat
0.00 3.19 0.00 22 0.00 0.00 emacs_readlinkat
0.00 3.19 0.00 22 0.00 0.00 internal_condition_case
0.00 3.19 0.00 21 0.00 0.00 Fframe_visible_p
0.00 3.19 0.00 21 0.00 0.03 command_loop_1
0.00 3.19 0.00 21 0.00 0.00 decode_live_terminal
0.00 3.19 0.00 21 0.00 0.00 resize_echo_area_exactly
0.00 3.19 0.00 21 0.00 0.00 resize_mini_window_1
0.00 3.19 0.00 20 0.00 0.00 Factive_minibuffer_window
0.00 3.19 0.00 20 0.00 0.00 Fcdr_safe
0.00 3.19 0.00 20 0.00 0.00 Fcommand_error_default_function
0.00 3.19 0.00 20 0.00 0.00 Fdiscard_input
0.00 3.19 0.00 20 0.00 0.00 Ffunction
0.00 3.19 0.00 20 0.00 0.00 Fprinc
0.00 3.19 0.00 20 0.00 0.00 Fsearch_forward
0.00 3.19 0.00 20 0.00 0.00 Fwindow_parent
0.00 3.19 0.00 20 0.00 0.00 bitch_at_user
0.00 3.19 0.00 20 0.00 0.00 boyer_moore
0.00 3.19 0.00 20 0.00 0.00 cmd_error
0.00 3.19 0.00 20 0.00 0.00 cmd_error_internal
0.00 3.19 0.00 20 0.00 0.00 discard_tty_input
0.00 3.19 0.00 20 0.00 0.00 four_corners_best
0.00 3.19 0.00 20 0.00 0.00 free_realized_face
0.00 3.19 0.00 20 0.00 0.00 message_log_maybe_newline
0.00 3.19 0.00 20 0.00 0.00 parse_image_spec
0.00 3.19 0.00 20 0.00 0.00 print
0.00 3.19 0.00 20 0.00 0.00 print_c_string
0.00 3.19 0.00 20 0.00 0.00 print_error_message
0.00 3.19 0.00 20 0.00 0.00 print_object
0.00 3.19 0.00 20 0.00 0.00 print_string
0.00 3.19 0.00 20 0.00 0.00 required_matrix_height
0.00 3.19 0.00 20 0.00 0.00 required_matrix_width
0.00 3.19 0.00 20 0.00 0.00 ring_bell
0.00 3.19 0.00 20 0.00 0.00 safe_eval_handler
0.00 3.19 0.00 20 0.00 0.00 sanitize_window_sizes
0.00 3.19 0.00 20 0.00 0.00 valid_image_p
0.00 3.19 0.00 20 0.00 0.00 write_string_1
0.00 3.19 0.00 20 0.00 0.00 xpm_image_p
0.00 3.19 0.00 18 0.00 0.00 char_table_ascii
0.00 3.19 0.00 18 0.00 0.00 extract_dimension
0.00 3.19 0.00 18 0.00 0.00 font_parse_xlfd
0.00 3.19 0.00 17 0.00 0.00 Fcurrent_message
0.00 3.19 0.00 17 0.00 0.00 Fmatch_end
0.00 3.19 0.00 17 0.00 0.00 Fprefix_numeric_value
0.00 3.19 0.00 17 0.00 0.00 clear_image_cache
0.00 3.19 0.00 17 0.00 0.00 clear_image_caches
0.00 3.19 0.00 17 0.00 0.00 cons_to_signed
0.00 3.19 0.00 17 0.00 0.00 dtotimespec
0.00 3.19 0.00 16 0.00 0.00 Fbuffer_file_name
0.00 3.19 0.00 16 0.00 0.00 Fbuffer_list
0.00 3.19 0.00 16 0.00 0.00 Fcoding_system_base
0.00 3.19 0.00 16 0.00 0.00 Ffeaturep
0.00 3.19 0.00 16 0.00 0.00 Ffile_readable_p
0.00 3.19 0.00 16 0.00 0.00 default_toplevel_binding
0.00 3.19 0.00 16 0.00 0.00 lisp_string_width
0.00 3.19 0.00 16 0.00 0.00 make_string_from_bytes
0.00 3.19 0.00 16 0.00 0.00 xnmalloc
0.00 3.19 0.00 14 0.00 0.00 Fmultibyte_string_p
0.00 3.19 0.00 14 0.00 0.00 fontset_pattern_regexp
0.00 3.19 0.00 14 0.00 0.00 magic_db
0.00 3.19 0.00 14 0.00 0.00 x_query_colors
0.00 3.19 0.00 13 0.00 0.00 Fx_get_resource
0.00 3.19 0.00 13 0.00 0.00 check_window_system
0.00 3.19 0.00 13 0.00 0.00 digest_single_submenu
0.00 3.19 0.00 13 0.00 0.00 make_lisp_time
0.00 3.19 0.00 13 0.00 0.00 parse_single_submenu
0.00 3.19 0.00 13 0.00 0.00 update_submenu_strings
0.00 3.19 0.00 12 0.00 0.00 Fcond
0.00 3.19 0.00 12 0.00 0.00 Fcurrent_global_map
0.00 3.19 0.00 12 0.00 0.00 For
0.00 3.19 0.00 12 0.00 0.00 font_open_entity
0.00 3.19 0.00 12 0.00 0.00 font_open_for_lface
0.00 3.19 0.00 12 0.00 0.00 font_rescale_ratio
0.00 3.19 0.00 12 0.00 0.00 read_file_name
0.00 3.19 0.00 12 0.00 0.00 x_decode_color
0.00 3.19 0.00 12 0.00 0.00 x_find_image_fd
0.00 3.19 0.00 12 0.00 0.00 xftfont_add_rendering_parameters
0.00 3.19 0.00 12 0.00 0.00 xg_get_gdk_scale
0.00 3.19 0.00 11 0.00 0.00 Fcoding_system_plist
0.00 3.19 0.00 11 0.00 0.00 Fdelete
0.00 3.19 0.00 11 0.00 0.00 Fgetenv_internal
0.00 3.19 0.00 11 0.00 0.00 adjust_frame_glyphs
0.00 3.19 0.00 11 0.00 0.00 adjust_frame_size
0.00 3.19 0.00 11 0.00 0.00 clear_current_matrices
0.00 3.19 0.00 11 0.00 0.00 font_prepare_for_face
0.00 3.19 0.00 11 0.00 0.00 xftfont_prepare_face
0.00 3.19 0.00 10 0.00 0.00 Fcoding_system_p
0.00 3.19 0.00 10 0.00 0.00 Fimage_mask_p
0.00 3.19 0.00 10 0.00 0.00 Finit_image_library
0.00 3.19 0.00 10 0.00 0.00 Flocal_variable_if_set_p
0.00 3.19 0.00 10 0.00 0.00 clear_face_cache
0.00 3.19 0.00 10 0.00 0.00 colors_in_color_table
0.00 3.19 0.00 10 0.00 0.00 file_for_image
0.00 3.19 0.00 10 0.00 0.00 find_icon_from_name
0.00 3.19 0.00 10 0.00 0.00 frame_inhibit_resize
0.00 3.19 0.00 10 0.00 0.00 free_color_table
0.00 3.19 0.00 10 0.00 0.00 free_glyph_matrix
0.00 3.19 0.00 10 0.00 0.00 get_font_ascent_descent
0.00 3.19 0.00 10 0.00 0.00 image_background
0.00 3.19 0.00 10 0.00 0.00 image_background_transparent
0.00 3.19 0.00 10 0.00 0.00 lookup_image
0.00 3.19 0.00 10 0.00 0.00 redisplay_window_0
0.00 3.19 0.00 10 0.00 0.00 reset_buffer_local_variables
0.00 3.19 0.00 10 0.00 0.00 search_image_cache
0.00 3.19 0.00 10 0.00 0.00 set_marker_restricted
0.00 3.19 0.00 10 0.00 0.00 sxhash
0.00 3.19 0.00 10 0.00 0.00 x_build_heuristic_mask
0.00 3.19 0.00 10 0.00 0.00 x_display_info_for_display
0.00 3.19 0.00 10 0.00 0.00 xpm_free_color_cache
0.00 3.19 0.00 10 0.00 0.00 xpm_load
0.00 3.19 0.00 9 0.00 0.00 Fframe_list
0.00 3.19 0.00 9 0.00 0.00 Fquo
0.00 3.19 0.00 9 0.00 0.00 Fterminal_parameter
0.00 3.19 0.00 9 0.00 0.00 Ftime_add
0.00 3.19 0.00 9 0.00 0.00 Ftime_less_p
0.00 3.19 0.00 9 0.00 0.00 cancel_mouse_face
0.00 3.19 0.00 9 0.00 0.00 create_menus
0.00 3.19 0.00 9 0.00 0.00 font_match_p
0.00 3.19 0.00 9 0.00 0.00 get_current_wm_state
0.00 3.19 0.00 9 0.00 0.00 keymap_parent
0.00 3.19 0.00 9 0.00 0.00 make_gap_1
0.00 3.19 0.00 9 0.00 0.00 styled_format
0.00 3.19 0.00 9 0.00 0.00 time_add
0.00 3.19 0.00 9 0.00 0.00 time_arith
0.00 3.19 0.00 9 0.00 0.00 xg_update_submenu
0.00 3.19 0.00 8 0.00 0.00 Fformat
0.00 3.19 0.00 8 0.00 0.00 Fframe_terminal
0.00 3.19 0.00 8 0.00 0.00 add_window_to_list
0.00 3.19 0.00 8 0.00 0.00 allocate_matrices_for_window_redisplay
0.00 3.19 0.00 8 0.00 0.00 do_switch_frame
0.00 3.19 0.00 8 0.00 0.00 emacs_fixed_get_type
0.00 3.19 0.00 8 0.00 0.00 emacs_read
0.00 3.19 0.00 8 0.00 0.00 font_build_object
0.00 3.19 0.00 8 0.00 0.00 font_load_for_lface
0.00 3.19 0.00 8 0.00 0.00 font_make_object
0.00 3.19 0.00 8 0.00 0.00 mark_window_display_accurate
0.00 3.19 0.00 8 0.00 0.00 suffix_p
0.00 3.19 0.00 8 0.00 0.00 wset_redisplay
0.00 3.19 0.00 8 0.00 0.00 x_set_frame_alpha
0.00 3.19 0.00 8 0.00 0.00 xftfont_open
0.00 3.19 0.00 7 0.00 0.00 Fcurrent_time
0.00 3.19 0.00 7 0.00 0.00 Fwindow_list_1
0.00 3.19 0.00 7 0.00 0.00 clear_unwind_protect
0.00 3.19 0.00 7 0.00 0.00 decode_any_window
0.00 3.19 0.00 7 0.00 0.00 do_nothing
0.00 3.19 0.00 7 0.00 0.00 dupstring
0.00 3.19 0.00 7 0.00 0.00 menu_bar_items
0.00 3.19 0.00 7 0.00 0.00 shrink_mini_window
0.00 3.19 0.00 7 0.00 0.00 unload_color
0.00 3.19 0.00 7 0.00 0.00 x_detect_focus_change
0.00 3.19 0.00 6 0.00 0.00 Fbuffer_base_buffer
0.00 3.19 0.00 6 0.00 0.00 Fconsp
0.00 3.19 0.00 6 0.00 0.00 Fevent_convert_list
0.00 3.19 0.00 6 0.00 0.00 Fframe_or_buffer_changed_p
0.00 3.19 0.00 6 0.00 0.00 Fget_buffer_process
0.00 3.19 0.00 6 0.00 0.00 Finternal_char_font
0.00 3.19 0.00 6 0.00 0.00 Finternal_show_cursor
0.00 3.19 0.00 6 0.00 0.00 Frestore_buffer_modified_p
0.00 3.19 0.00 6 0.00 0.00 Fselect_frame
0.00 3.19 0.00 6 0.00 0.00 Fthrow
0.00 3.19 0.00 6 0.00 0.00 Fx_register_dnd_atom
0.00 3.19 0.00 6 0.00 0.00 Fx_selection_exists_p
0.00 3.19 0.00 6 0.00 0.00 Fxw_color_values
0.00 3.19 0.00 6 0.00 0.00 clear_charpos_cache
0.00 3.19 0.00 6 0.00 0.00 emacs_close
0.00 3.19 0.00 6 0.00 0.00 font_done_for_face
0.00 3.19 0.00 6 0.00 0.00 frame_for_x_selection
0.00 3.19 0.00 6 0.00 0.00 indirect_variable
0.00 3.19 0.00 6 0.00 0.00 lucid_event_type_list_p
0.00 3.19 0.00 6 0.00 0.00 make_process
0.00 3.19 0.00 6 0.00 0.00 my_log_handler
0.00 3.19 0.00 6 0.00 0.00 realize_basic_faces
0.00 3.19 0.00 6 0.00 0.00 recompute_basic_faces
0.00 3.19 0.00 6 0.00 0.00 redisplay_other_windows
0.00 3.19 0.00 6 0.00 0.00 run_hook
0.00 3.19 0.00 6 0.00 0.00 run_window_configuration_change_hook
0.00 3.19 0.00 6 0.00 0.00 swap_in_global_binding
0.00 3.19 0.00 6 0.00 0.00 symbol_to_x_atom
0.00 3.19 0.00 6 0.00 0.00 tty_color_name
0.00 3.19 0.00 6 0.00 0.00 x_flush
0.00 3.19 0.00 6 0.00 0.00 x_handle_dnd_message
0.00 3.19 0.00 6 0.00 0.00 x_real_pos_and_offsets
0.00 3.19 0.00 6 0.00 0.00 x_real_positions
0.00 3.19 0.00 6 0.00 0.00 xftfont_done_face
0.00 3.19 0.00 5 0.00 0.00 Fcopy_marker
0.00 3.19 0.00 5 0.00 0.00 Fkill_local_variable
0.00 3.19 0.00 5 0.00 0.00 Fmodify_frame_parameters
0.00 3.19 0.00 5 0.00 0.00 Fset_buffer_modified_p
0.00 3.19 0.00 5 0.00 0.00 Fset_buffer_multibyte
0.00 3.19 0.00 5 0.00 0.00 Fsort
0.00 3.19 0.00 5 0.00 0.00 Fsymbolp
0.00 3.19 0.00 5 0.00 0.00 Fuse_local_map
0.00 3.19 0.00 5 0.00 0.00 XTcondemn_scroll_bars
0.00 3.19 0.00 5 0.00 0.00 XTjudge_scroll_bars
0.00 3.19 0.00 5 0.00 0.00 allocate_buffer
0.00 3.19 0.00 5 0.00 0.00 compute_window_start_on_continuation_line
0.00 3.19 0.00 5 0.00 0.00 display_x_get_resource
0.00 3.19 0.00 5 0.00 0.00 face_boolean_x_resource_value
0.00 3.19 0.00 5 0.00 0.00 fontset_name
0.00 3.19 0.00 5 0.00 0.00 free_menubar_widget_value_tree
0.00 3.19 0.00 5 0.00 0.00 make_buffer_string
0.00 3.19 0.00 5 0.00 0.00 mark_window_cursors_off
0.00 3.19 0.00 5 0.00 0.00 new_region_cache
0.00 3.19 0.00 5 0.00 0.00 redisplay_preserve_echo_area
0.00 3.19 0.00 5 0.00 0.00 redisplay_windows
0.00 3.19 0.00 5 0.00 0.00 reset_buffer
0.00 3.19 0.00 5 0.00 0.00 resize_frame_windows
0.00 3.19 0.00 5 0.00 0.00 set_frame_menubar
0.00 3.19 0.00 5 0.00 0.00 staticpro
0.00 3.19 0.00 5 0.00 0.00 swap_out_buffer_local_variables
0.00 3.19 0.00 5 0.00 0.00 x_focus_changed
0.00 3.19 0.00 5 0.00 0.00 x_window_to_frame
0.00 3.19 0.00 5 0.00 0.00 x_wm_set_size_hint
0.00 3.19 0.00 5 0.00 0.00 xg_destroy_widgets
0.00 3.19 0.00 5 0.00 0.00 xg_update_frame_menubar
0.00 3.19 0.00 4 0.00 0.00 Fbyte_code
0.00 3.19 0.00 4 0.00 0.00 Fcar_safe
0.00 3.19 0.00 4 0.00 0.00 Fcheck_coding_system
0.00 3.19 0.00 4 0.00 0.00 Fdo_auto_save
0.00 3.19 0.00 4 0.00 0.00 Ffont_put
0.00 3.19 0.00 4 0.00 0.00 Fget_load_suffixes
0.00 3.19 0.00 4 0.00 0.00 Fintern_soft
0.00 3.19 0.00 4 0.00 0.00 Fkeymap_parent
0.00 3.19 0.00 4 0.00 0.00 Flooking_at
0.00 3.19 0.00 4 0.00 0.00 Fprocess_list
0.00 3.19 0.00 4 0.00 0.00 Frun_hook_with_args_until_failure
0.00 3.19 0.00 4 0.00 0.00 Fscan_sexps
0.00 3.19 0.00 4 0.00 0.00 Fset_input_mode
0.00 3.19 0.00 4 0.00 0.00 Fset_keymap_parent
0.00 3.19 0.00 4 0.00 0.00 Fsystem_name
0.00 3.19 0.00 4 0.00 0.00 Ftty_top_frame
0.00 3.19 0.00 4 0.00 0.00 advance_to_char_boundary
0.00 3.19 0.00 4 0.00 0.00 calculate_costs
0.00 3.19 0.00 4 0.00 0.00 candidate_buffer
0.00 3.19 0.00 4 0.00 0.00 clear_frame
0.00 3.19 0.00 4 0.00 0.00 copy_properties
0.00 3.19 0.00 4 0.00 0.00 create_root_interval
0.00 3.19 0.00 4 0.00 0.00 do_auto_save_unwind
0.00 3.19 0.00 4 0.00 0.00 doprnt
0.00 3.19 0.00 4 0.00 0.00 emacs_fopen
0.00 3.19 0.00 4 0.00 0.00 esprintf
0.00 3.19 0.00 4 0.00 0.00 fast_set_selected_frame
0.00 3.19 0.00 4 0.00 0.00 forget_escape_and_glyphless_faces
0.00 3.19 0.00 4 0.00 0.00 free_all_realized_faces
0.00 3.19 0.00 4 0.00 0.00 init_system_name
0.00 3.19 0.00 4 0.00 0.00 kill_buffer_processes
0.00 3.19 0.00 4 0.00 0.00 lisp_file_lexically_bound_p
0.00 3.19 0.00 4 0.00 0.00 load_warn_old_style_backquotes
0.00 3.19 0.00 4 0.00 0.00 looking_at_1
0.00 3.19 0.00 4 0.00 0.00 propagate_buffer_redisplay
0.00 3.19 0.00 4 0.00 0.00 readevalloop
0.00 3.19 0.00 4 0.00 0.00 readevalloop_1
0.00 3.19 0.00 4 0.00 0.00 record_auto_save
0.00 3.19 0.00 4 0.00 0.00 record_load_unwind
0.00 3.19 0.00 4 0.00 0.00 redraw_frame
0.00 3.19 0.00 4 0.00 0.00 safe_to_load_version
0.00 3.19 0.00 4 0.00 0.00 scan_lists
0.00 3.19 0.00 4 0.00 0.00 set_unwind_protect_ptr
0.00 3.19 0.00 4 0.00 0.00 split_interval_left
0.00 3.19 0.00 4 0.00 0.00 strwidth
0.00 3.19 0.00 4 0.00 0.00 tool_bar_items
0.00 3.19 0.00 4 0.00 0.00 unshow_buffer
0.00 3.19 0.00 4 0.00 0.00 x_frame_get_and_record_arg
0.00 3.19 0.00 4 0.00 0.00 xftfont_cached_font_ok
0.00 3.19 0.00 4 0.00 0.00 xg_modify_menubar_widgets
0.00 3.19 0.00 4 0.00 0.00 xg_update_scrollbar_pos
0.00 3.19 0.00 3 0.00 0.00 Fbackward_prefix_chars
0.00 3.19 0.00 3 0.00 0.00 Fbufferp
0.00 3.19 0.00 3 0.00 0.00 Fchar_after
0.00 3.19 0.00 3 0.00 0.00 Fchar_table_parent
0.00 3.19 0.00 3 0.00 0.00 Fdaemonp
0.00 3.19 0.00 3 0.00 0.00 Ffile_exists_p
0.00 3.19 0.00 3 0.00 0.00 Fgenerate_new_buffer_name
0.00 3.19 0.00 3 0.00 0.00 Finsert_file_contents
0.00 3.19 0.00 3 0.00 0.00 Fkill_buffer
0.00 3.19 0.00 3 0.00 0.00 Fprocessp
0.00 3.19 0.00 3 0.00 0.00 Fset_frame_selected_window
0.00 3.19 0.00 3 0.00 0.00 Fset_terminal_parameter
0.00 3.19 0.00 3 0.00 0.00 Fset_text_properties
0.00 3.19 0.00 3 0.00 0.00 Fset_window_next_buffers
0.00 3.19 0.00 3 0.00 0.00 Fset_window_prev_buffers
0.00 3.19 0.00 3 0.00 0.00 Fstandard_syntax_table
0.00 3.19 0.00 3 0.00 0.00 Fterminal_list
0.00 3.19 0.00 3 0.00 0.00 Ftry_completion
0.00 3.19 0.00 3 0.00 0.00 Fuser_login_name
0.00 3.19 0.00 3 0.00 0.00 Fwindow_list
0.00 3.19 0.00 3 0.00 0.00 Fwindow_next_buffers
0.00 3.19 0.00 3 0.00 0.00 Fwindow_prev_buffers
0.00 3.19 0.00 3 0.00 0.00 apply_window_adjustment
0.00 3.19 0.00 3 0.00 0.00 change_frame_size_1
0.00 3.19 0.00 3 0.00 0.00 current_message_1
0.00 3.19 0.00 3 0.00 0.00 decide_coding_unwind
0.00 3.19 0.00 3 0.00 0.00 decode_coding_gap
0.00 3.19 0.00 3 0.00 0.00 decode_tty_terminal
0.00 3.19 0.00 3 0.00 0.00 detect_coding
0.00 3.19 0.00 3 0.00 0.00 detect_coding_utf_16
0.00 3.19 0.00 3 0.00 0.00 frames_discard_buffer
0.00 3.19 0.00 3 0.00 0.00 free_region_cache
0.00 3.19 0.00 3 0.00 0.00 make_hash_table
0.00 3.19 0.00 3 0.00 0.00 map_tool_bar_style
0.00 3.19 0.00 3 0.00 0.00 merge
0.00 3.19 0.00 3 0.00 0.00 record_first_change
0.00 3.19 0.00 3 0.00 0.00 record_xmalloc
0.00 3.19 0.00 3 0.00 0.00 replace_buffer_in_windows
0.00 3.19 0.00 3 0.00 0.00 replace_buffer_in_windows_safely
0.00 3.19 0.00 3 0.00 0.00 rpl_fcntl
0.00 3.19 0.00 3 0.00 0.00 run_funs
0.00 3.19 0.00 3 0.00 0.00 search_magic_path
0.00 3.19 0.00 3 0.00 0.00 set_intervals_multibyte
0.00 3.19 0.00 3 0.00 0.00 set_text_properties
0.00 3.19 0.00 3 0.00 0.00 set_window_buffer
0.00 3.19 0.00 3 0.00 0.00 set_window_fringes
0.00 3.19 0.00 3 0.00 0.00 set_window_scroll_bars
0.00 3.19 0.00 3 0.00 0.00 uniprop_table
0.00 3.19 0.00 3 0.00 0.00 unlock_buffer
0.00 3.19 0.00 3 0.00 0.00 update_cursor_in_window_tree
0.00 3.19 0.00 3 0.00 0.00 update_face_from_frame_parameter
0.00 3.19 0.00 3 0.00 0.00 wset_update_mode_line
0.00 3.19 0.00 3 0.00 0.00 x_clear_frame
0.00 3.19 0.00 3 0.00 0.00 x_new_focus_frame
0.00 3.19 0.00 3 0.00 0.00 x_session_check_input
0.00 3.19 0.00 3 0.00 0.00 x_update_cursor
0.00 3.19 0.00 3 0.00 0.00 xg_frame_resized
0.00 3.19 0.00 2 0.00 0.00 Fadd_text_properties
0.00 3.19 0.00 2 0.00 0.00 Fautoload
0.00 3.19 0.00 2 0.00 0.00 Fbuffer_substring
0.00 3.19 0.00 2 0.00 0.00 Fbyte_code_function_p
0.00 3.19 0.00 2 0.00 0.00 Fbyteorder
0.00 3.19 0.00 2 0.00 0.00 Fcar_less_than_car
0.00 3.19 0.00 2 0.00 0.00 Fclear_face_cache
0.00 3.19 0.00 2 0.00 0.00 Fdirectory_files
0.00 3.19 0.00 2 0.00 0.00 Fdisplay_supports_face_attributes_p
0.00 3.19 0.00 2 0.00 0.00 Feval_buffer
0.00 3.19 0.00 2 0.00 0.00 Ffile_attributes
0.00 3.19 0.00 2 0.00 0.00 Ffind_operation_coding_system
0.00 3.19 0.00 2 0.00 0.00 Ffloat_time
0.00 3.19 0.00 2 0.00 0.00 Fkeywordp
0.00 3.19 0.00 2 0.00 0.00 Fkill_all_local_variables
0.00 3.19 0.00 2 0.00 0.00 Flocate_file_internal
0.00 3.19 0.00 2 0.00 0.00 Fmessage
0.00 3.19 0.00 2 0.00 0.00 Fnew_fontset
0.00 3.19 0.00 2 0.00 0.00 Fnext_window
0.00 3.19 0.00 2 0.00 0.00 Fpropertize
0.00 3.19 0.00 2 0.00 0.00 Fprovide
0.00 3.19 0.00 2 0.00 0.00 Fset_char_table_parent
0.00 3.19 0.00 2 0.00 0.00 Fset_charset_priority
0.00 3.19 0.00 2 0.00 0.00 Fset_coding_system_priority
0.00 3.19 0.00 2 0.00 0.00 Fset_window_new_pixel
0.00 3.19 0.00 2 0.00 0.00 Fset_window_new_total
0.00 3.19 0.00 2 0.00 0.00 Ftty_type
0.00 3.19 0.00 2 0.00 0.00 Fwindow_new_total
0.00 3.19 0.00 2 0.00 0.00 Fx_change_window_property
0.00 3.19 0.00 2 0.00 0.00 add_keyboard_wait_descriptor
0.00 3.19 0.00 2 0.00 0.00 allocate_matrices_for_frame_redisplay
0.00 3.19 0.00 2 0.00 0.00 blank_row
0.00 3.19 0.00 2 0.00 0.00 cancel_echoing
0.00 3.19 0.00 2 0.00 0.00 check_ascii
0.00 3.19 0.00 2 0.00 0.00 decode_coding_raw_text
0.00 3.19 0.00 2 0.00 0.00 delete_all_child_windows
0.00 3.19 0.00 2 0.00 0.00 directory_files_internal
0.00 3.19 0.00 2 0.00 0.00 estimate_mode_line_height
0.00 3.19 0.00 2 0.00 0.00 expose_frame
0.00 3.19 0.00 2 0.00 0.00 face_for_font
0.00 3.19 0.00 2 0.00 0.00 fclose_unwind
0.00 3.19 0.00 2 0.00 0.00 file_attributes
0.00 3.19 0.00 2 0.00 0.00 filemodestring
0.00 3.19 0.00 2 0.00 0.00 fixup_locale
0.00 3.19 0.00 2 0.00 0.00 font_update_drivers
0.00 3.19 0.00 2 0.00 0.00 free_glyphs
0.00 3.19 0.00 2 0.00 0.00 free_window_matrices
0.00 3.19 0.00 2 0.00 0.00 gethomedir
0.00 3.19 0.00 2 0.00 0.00 init_menu_items
0.00 3.19 0.00 2 0.00 1.56 internal_catch
0.00 3.19 0.00 2 0.00 0.00 internal_condition_case_2
0.00 3.19 0.00 2 0.00 0.00 load_charset
0.00 3.19 0.00 2 0.00 0.00 load_charset_map
0.00 3.19 0.00 2 0.00 0.00 make_window
0.00 3.19 0.00 2 0.00 0.00 map_char_table_for_charset
0.00 3.19 0.00 2 0.00 0.00 map_sub_char_table_for_charset
0.00 3.19 0.00 2 0.00 0.00 message3
0.00 3.19 0.00 2 0.00 0.00 message3_nolog
0.00 3.19 0.00 2 0.00 0.00 next_almost_prime
0.00 3.19 0.00 2 0.00 0.00 next_window
0.00 3.19 0.00 2 0.00 0.00 note_mouse_movement
0.00 3.19 0.00 2 0.00 0.00 open_directory
0.00 3.19 0.00 2 0.00 0.00 produce_glyphs
0.00 3.19 0.00 2 0.00 0.00 realloc_glyph_pool
0.00 3.19 0.00 2 0.00 0.00 record_buffer
0.00 3.19 0.00 2 0.00 0.00 record_unwind_protect_nothing
0.00 3.19 0.00 2 0.00 0.00 register_font_driver
0.00 3.19 0.00 2 0.00 0.00 restore_menu_items
0.00 3.19 0.00 2 0.00 0.00 safe_call2
0.00 3.19 0.00 2 0.00 0.00 save_menu_items
0.00 3.19 0.00 2 0.00 0.00 skip_chars.constprop.5
0.00 3.19 0.00 2 0.00 0.00 strmode
0.00 3.19 0.00 2 0.00 0.00 temp_set_point
0.00 3.19 0.00 2 0.00 0.00 un_autoload
0.00 3.19 0.00 2 0.00 0.00 x_bitmap_icon
0.00 3.19 0.00 2 0.00 0.00 x_check_property_data
0.00 3.19 0.00 2 0.00 0.00 x_default_scroll_bar_color_parameter
0.00 3.19 0.00 2 0.00 0.00 x_fill_property_data
0.00 3.19 0.00 2 0.00 0.00 x_find_image_file
0.00 3.19 0.00 2 0.00 0.00 x_get_focus_frame
0.00 3.19 0.00 2 0.00 0.00 x_new_font
0.00 3.19 0.00 2 0.00 0.00 x_scroll_bar_create
0.00 3.19 0.00 2 0.00 0.00 x_set_background_color
0.00 3.19 0.00 2 0.00 0.00 x_set_font
0.00 3.19 0.00 2 0.00 0.00 x_set_window_size
0.00 3.19 0.00 2 0.00 0.00 x_setup_relief_color
0.00 3.19 0.00 2 0.00 0.00 xg_create_scroll_bar
0.00 3.19 0.00 2 0.00 0.00 xg_frame_set_char_size
0.00 3.19 0.00 2 0.00 0.00 xg_set_cursor
0.00 3.19 0.00 2 0.00 0.00 xg_set_icon
0.00 3.19 0.00 2 0.00 0.00 xg_store_widget_in_map
0.00 3.19 0.00 2 0.00 0.00 xic_create_xfontset
0.00 3.19 0.00 1 0.00 0.00 CHECK_WINDOW_CONFIGURATION
0.00 3.19 0.00 1 0.00 0.00 Fbuffer_size
0.00 3.19 0.00 1 0.00 0.00 Fcharsetp
0.00 3.19 0.00 1 0.00 0.00 Fcopy_keymap
0.00 3.19 0.00 1 0.00 0.00 Fcurrent_bidi_paragraph_direction
0.00 3.19 0.00 1 0.00 0.00 Fcurrent_input_mode
0.00 3.19 0.00 1 0.00 0.00 Fdelete_frame
0.00 3.19 0.00 1 0.00 0.00 Fdelete_terminal
0.00 3.19 0.00 1 0.00 0.00 Femacs_pid
0.00 3.19 0.00 1 0.00 0.00 Ffile_accessible_directory_p
0.00 3.19 0.00 1 0.00 0.00 Ffloat
0.00 3.19 0.00 1 0.00 0.00 Fforward_char
0.00 3.19 0.00 1 0.00 0.00 Fframe_after_make_frame
0.00 3.19 0.00 1 0.00 0.00 Ffunction_equal
0.00 3.19 0.00 1 0.00 0.00 Finvocation_name
0.00 3.19 0.00 1 0.00 0.00 Fkill_emacs
0.00 3.19 0.00 1 0.00 0.00 Flocale_info
0.00 3.19 0.00 1 0.00 0.00 Fmake_frame_visible
0.00 3.19 0.00 1 0.00 0.00 Fmapc
0.00 3.19 0.00 1 0.00 0.00 Fmapconcat
0.00 3.19 0.00 1 0.00 0.00 Fmax_char
0.00 3.19 0.00 1 0.00 0.00 Fother_buffer
0.00 3.19 0.00 1 0.00 0.00 Fpos_visible_in_window_p
0.00 3.19 0.00 1 0.00 0.00 Fposn_at_point
0.00 3.19 0.00 1 0.00 0.00 Fposn_at_x_y
0.00 3.19 0.00 1 0.00 3.13 Frecursive_edit
0.00 3.19 0.00 1 0.00 0.00 Fredirect_frame_focus
0.00 3.19 0.00 1 0.00 0.00 Fredraw_frame
0.00 3.19 0.00 1 0.00 0.00 Fremove_text_properties
0.00 3.19 0.00 1 0.00 0.00 Fround
0.00 3.19 0.00 1 0.00 0.00 Fset_input_interrupt_mode
0.00 3.19 0.00 1 0.00 0.00 Fset_input_meta_mode
0.00 3.19 0.00 1 0.00 0.00 Fset_keyboard_coding_system_internal
0.00 3.19 0.00 1 0.00 0.00 Fset_terminal_coding_system_internal
0.00 3.19 0.00 1 0.00 0.00 Fset_window_configuration
0.00 3.19 0.00 1 0.00 0.00 Fskip_chars_backward
0.00 3.19 0.00 1 0.00 0.00 Fskip_chars_forward
0.00 3.19 0.00 1 0.00 0.00 Ftool_bar_height
0.00 3.19 0.00 1 0.00 0.00 Fundo_boundary
0.00 3.19 0.00 1 0.00 0.00 Fuser_real_login_name
0.00 3.19 0.00 1 0.00 0.00 Fvisited_file_modtime
0.00 3.19 0.00 1 0.00 0.00 Fwaiting_for_user_input_p
0.00 3.19 0.00 1 0.00 0.00 Fwhile
0.00 3.19 0.00 1 0.00 0.00 Fwindow_resize_apply_total
0.00 3.19 0.00 1 0.00 0.00 Fx_backspace_delete_keys_p
0.00 3.19 0.00 1 0.00 0.00 Fx_create_frame
0.00 3.19 0.00 1 0.00 0.00 Fx_open_connection
0.00 3.19 0.00 1 0.00 0.00 Fx_wm_set_size_hint
0.00 3.19 0.00 1 0.00 0.00 XTframe_rehighlight
0.00 3.19 0.00 1 0.00 0.00 allocate_kboard
0.00 3.19 0.00 1 0.00 0.00 bidi_initialize
0.00 3.19 0.00 1 0.00 0.00 buffer_posn_from_coords
0.00 3.19 0.00 1 0.00 0.00 change_frame_size
0.00 3.19 0.00 1 0.00 0.00 check_glyph_memory
0.00 3.19 0.00 1 0.00 0.00 check_message_stack
0.00 3.19 0.00 1 0.00 0.00 check_minibuf_window
0.00 3.19 0.00 1 0.00 0.00 coding_charset_list
0.00 3.19 0.00 1 0.00 3.13 command_loop
0.00 3.19 0.00 1 0.00 2.99 command_loop_2
0.00 3.19 0.00 1 0.00 0.00 create_frame_xic
0.00 3.19 0.00 1 0.00 0.00 create_terminal
0.00 3.19 0.00 1 0.00 0.00 delete_frame
0.00 3.19 0.00 1 0.00 0.00 delete_initial_terminal
0.00 3.19 0.00 1 0.00 0.00 delete_terminal
0.00 3.19 0.00 1 0.00 0.00 do_ewmh_fullscreen
0.00 3.19 0.00 1 0.00 0.00 do_unwind_create_frame
0.00 3.19 0.00 1 0.00 0.00 emacs_fixed_new
0.00 3.19 0.00 1 0.00 0.00 file_accessible_directory_p
0.00 3.19 0.00 1 0.00 0.00 font_get_name
0.00 3.19 0.00 1 0.00 0.00 font_open_by_name
0.00 3.19 0.00 1 0.00 0.00 font_open_by_spec
0.00 3.19 0.00 1 0.00 0.00 font_put_frame_data
0.00 3.19 0.00 1 0.00 0.00 fontset_ascii
0.00 3.19 0.00 1 0.00 0.00 fontset_from_font
0.00 3.19 0.00 1 0.00 0.00 free_font_driver_list
0.00 3.19 0.00 1 0.00 0.00 free_frame_faces
0.00 3.19 0.00 1 0.00 0.00 funcall_not
0.00 3.19 0.00 1 0.00 0.00 get_leaf_windows
0.00 3.19 0.00 1 0.00 0.00 get_prop_window
0.00 3.19 0.00 1 0.00 0.00 get_specified_cursor_type
0.00 3.19 0.00 1 0.00 0.00 init_frame_faces
0.00 3.19 0.00 1 0.00 0.00 init_kboard
0.00 3.19 0.00 1 0.00 0.00 init_sigio
0.00 3.19 0.00 1 0.00 0.00 initial_free_frame_resources
0.00 3.19 0.00 1 0.00 0.00 initialize_frame_menubar
0.00 3.19 0.00 1 0.00 0.00 make_face_cache
0.00 3.19 0.00 1 0.00 0.00 make_frame
0.00 3.19 0.00 1 0.00 0.00 make_frame_visible_1
0.00 3.19 0.00 1 0.00 0.00 make_image_cache
0.00 3.19 0.00 1 0.00 0.00 make_lispy_position
0.00 3.19 0.00 1 0.00 0.00 make_save_ptr
0.00 3.19 0.00 1 0.00 0.00 merge_face_heights
0.00 3.19 0.00 1 0.00 0.00 message1
0.00 3.19 0.00 1 0.00 0.00 move_point
0.00 3.19 0.00 1 0.00 0.00 my_log_handler
0.00 3.19 0.00 1 0.00 0.00 other_visible_frames
0.00 3.19 0.00 1 0.00 0.00 pos_visible_p
0.00 3.19 0.00 1 0.00 0.00 raw_text_coding_system
0.00 3.19 0.00 1 0.00 0.00 read_and_apply_settings
0.00 3.19 0.00 1 0.00 0.00 record_asynch_buffer_change
0.00 3.19 0.00 1 0.00 3.13 recursive_edit_1
0.00 3.19 0.00 1 0.00 0.00 redisplay_mode_lines
0.00 3.19 0.00 1 0.00 0.00 remember_mouse_glyph
0.00 3.19 0.00 1 0.00 0.00 reset_all_sys_modes
0.00 3.19 0.00 1 0.00 0.00 round2
0.00 3.19 0.00 1 0.00 0.00 select_visual
0.00 3.19 0.00 1 0.00 0.00 set_frame_cursor_types
0.00 3.19 0.00 1 0.00 0.00 set_message_1
0.00 3.19 0.00 1 0.00 0.00 shut_down_emacs
0.00 3.19 0.00 1 0.00 0.00 stuff_buffered_input
0.00 3.19 0.00 1 0.00 0.00 tb_size_cb
0.00 3.19 0.00 1 0.00 0.00 top_level_2
0.00 3.19 0.00 1 0.00 0.00 totally_unblock_input
0.00 3.19 0.00 1 0.00 0.00 unlock_all_files
0.00 3.19 0.00 1 0.00 0.00 unwind_create_frame
0.00 3.19 0.00 1 0.00 0.00 update_single_window
0.00 3.19 0.00 1 0.00 0.00 update_theme_scrollbar_height
0.00 3.19 0.00 1 0.00 0.00 update_theme_scrollbar_width
0.00 3.19 0.00 1 0.00 0.00 window_relative_x_coord
0.00 3.19 0.00 1 0.00 0.00 window_resize_apply_total
0.00 3.19 0.00 1 0.00 0.00 x_change_tool_bar_height
0.00 3.19 0.00 1 0.00 0.00 x_clipboard_manager_save_all
0.00 3.19 0.00 1 0.00 0.00 x_clipboard_manager_save_frame
0.00 3.19 0.00 1 0.00 0.00 x_copy_color
0.00 3.19 0.00 1 0.00 0.00 x_default_font_parameter
0.00 3.19 0.00 1 0.00 0.00 x_display_ok
0.00 3.19 0.00 1 0.00 0.00 x_figure_window_size
0.00 3.19 0.00 1 0.00 0.00 x_find_modifier_meanings
0.00 3.19 0.00 1 0.00 0.00 x_get_customization_string
0.00 3.19 0.00 1 0.00 0.00 x_load_resources
0.00 3.19 0.00 1 0.00 0.00 x_make_frame_visible
0.00 3.19 0.00 1 0.00 0.00 x_make_gc
0.00 3.19 0.00 1 0.00 0.00 x_session_initialize
0.00 3.19 0.00 1 0.00 0.00 x_set_alpha
0.00 3.19 0.00 1 0.00 0.00 x_set_autolower
0.00 3.19 0.00 1 0.00 0.00 x_set_autoraise
0.00 3.19 0.00 1 0.00 0.00 x_set_border_color
0.00 3.19 0.00 1 0.00 0.00 x_set_border_width
0.00 3.19 0.00 1 0.00 0.00 x_set_bottom_divider_width
0.00 3.19 0.00 1 0.00 0.00 x_set_cursor_color
0.00 3.19 0.00 1 0.00 0.00 x_set_cursor_type
0.00 3.19 0.00 1 0.00 0.00 x_set_font_backend
0.00 3.19 0.00 1 0.00 0.00 x_set_foreground_color
0.00 3.19 0.00 1 0.00 0.00 x_set_horizontal_scroll_bars
0.00 3.19 0.00 1 0.00 0.00 x_set_icon_type
0.00 3.19 0.00 1 0.00 0.00 x_set_internal_border_width
0.00 3.19 0.00 1 0.00 0.00 x_set_left_fringe
0.00 3.19 0.00 1 0.00 0.00 x_set_line_spacing
0.00 3.19 0.00 1 0.00 0.00 x_set_menu_bar_lines
0.00 3.19 0.00 1 0.00 0.00 x_set_mouse_color
0.00 3.19 0.00 1 0.00 0.00 x_set_offset
0.00 3.19 0.00 1 0.00 0.00 x_set_right_divider_width
0.00 3.19 0.00 1 0.00 0.00 x_set_right_fringe
0.00 3.19 0.00 1 0.00 0.00 x_set_screen_gamma
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_background
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_default_height
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_default_width
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_foreground
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_height
0.00 3.19 0.00 1 0.00 0.00 x_set_scroll_bar_width
0.00 3.19 0.00 1 0.00 0.00 x_set_title
0.00 3.19 0.00 1 0.00 0.00 x_set_tool_bar_lines
0.00 3.19 0.00 1 0.00 0.00 x_set_tool_bar_position
0.00 3.19 0.00 1 0.00 0.00 x_set_vertical_scroll_bars
0.00 3.19 0.00 1 0.00 0.00 x_set_wait_for_wm
0.00 3.19 0.00 1 0.00 0.00 x_sync_with_move
0.00 3.19 0.00 1 0.00 0.00 x_term_init
0.00 3.19 0.00 1 0.00 0.00 x_text_icon
0.00 3.19 0.00 1 0.00 0.00 x_uncatch_errors_after_check
0.00 3.19 0.00 1 0.00 0.00 x_wait_for_event
0.00 3.19 0.00 1 0.00 0.00 x_window
0.00 3.19 0.00 1 0.00 0.00 x_wm_supports
0.00 3.19 0.00 1 0.00 0.00 xftfont_close
0.00 3.19 0.00 1 0.00 0.00 xg_change_toolbar_position
0.00 3.19 0.00 1 0.00 0.00 xg_create_default_cursor
0.00 3.19 0.00 1 0.00 0.00 xg_create_frame_widgets
0.00 3.19 0.00 1 0.00 0.00 xg_create_widget
0.00 3.19 0.00 1 0.00 0.00 xg_get_default_scrollbar_height
0.00 3.19 0.00 1 0.00 0.00 xg_get_default_scrollbar_width
0.00 3.19 0.00 1 0.00 0.00 xg_initialize
0.00 3.19 0.00 1 0.00 0.00 xic_free_xfontset
0.00 3.19 0.00 1 0.00 0.00 xic_set_xfontset
0.00 3.19 0.00 1 0.00 0.00 xlispstrdup
0.00 3.19 0.00 1 0.00 0.00 xml_cleanup_parser
0.00 3.19 0.00 1 0.00 0.00 xsettings_get_system_font
0.00 3.19 0.00 1 0.00 0.00 xsettings_initialize
% the percentage of the total running time of the
time program used by this function.
cumulative a running sum of the number of seconds accounted
seconds for by this function and those listed above it.
self the number of seconds accounted for by this
seconds function alone. This is the major sort for this
listing.
calls the number of times this function was invoked, if
this function is profiled, else blank.
self the average number of milliseconds spent in this
ms/call function per call, if this function is profiled,
else blank.
total the average number of milliseconds spent in this
ms/call function and its descendents per call, if this
function is profiled, else blank.
name the name of the function. This is the minor sort
for this listing. The index shows the location of
the function in the gprof listing. If the index is
in parenthesis it shows where it would appear in
the gprof listing if it were to be printed.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Call graph (explanation follows)
granularity: each sample hit covers 2 byte(s) for 0.31% of 3.19 seconds
index % time self children called name
0.00 3.13 1/1 main [3]
[1] 98.1 0.00 3.13 1 Frecursive_edit [1]
0.00 3.13 1/1 recursive_edit_1 [2]
0.00 0.00 1/311674 grow_specpdl [632]
0.00 0.00 1/7918 record_unwind_protect [723]
-----------------------------------------------
0.00 3.13 1/1 Frecursive_edit [1]
[2] 98.1 0.00 3.13 1 recursive_edit_1 [2]
0.00 3.13 1/1 command_loop [6]
0.00 0.00 1/33852 store_symval_forwarding <cycle 4> [117]
0.00 0.00 1/33852 specbind <cycle 4> [639]
0.00 0.00 1/103225 set_internal [113]
0.00 0.00 1/2062 cancel_hourglass [834]
-----------------------------------------------
<spontaneous>
[3] 98.1 0.00 3.13 main [3]
0.00 3.13 1/1 Frecursive_edit [1]
-----------------------------------------------
[4] 98.1 0.00 3.13 22+3090 <cycle 2 as a whole> [4]
0.00 1.72 1022 read_char <cycle 2> [14]
0.00 0.75 1021 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.56 21 command_loop_1 <cycle 2> [23]
0.00 0.09 1026 top_level_1 <cycle 2> [36]
0.00 0.00 22 internal_condition_case <cycle 2> [194]
-----------------------------------------------
0.00 3.13 2/2 command_loop [6]
[5] 98.1 0.00 3.13 2 internal_catch [5]
0.00 2.99 1/1 command_loop_2 [8]
0.00 0.14 1/22 top_level_1 <cycle 2> [36]
0.00 0.00 2/13559 push_handler [689]
-----------------------------------------------
0.00 3.13 1/1 recursive_edit_1 [2]
[6] 98.1 0.00 3.13 1 command_loop [6]
0.00 3.13 2/2 internal_catch [5]
-----------------------------------------------
[7] 97.3 0.61 2.49 33852+34940725 <cycle 4 as a whole> [7]
0.02 1.92 499385 get_next_display_element <cycle 4> [9]
0.31 0.00 27776580+10777185 mark_object <cycle 4> [30]
0.02 0.06 178676 Ffuncall <cycle 4> [39]
0.00 0.07 118 Fgarbage_collect <cycle 4> [40]
0.07 0.00 8818+293122 mark_char_table <cycle 4> [42]
0.01 0.05 3709 draw_glyphs <cycle 4> [44]
0.00 0.04 65079 next_element_from_string <cycle 4> [59]
0.00 0.04 880 Fset_fontset_font <cycle 4> [60]
0.01 0.02 497907 bidi_resolve_explicit <cycle 4> [65]
0.01 0.02 12141 move_it_in_display_line_to <cycle 4> [66]
0.02 0.01 23759 display_string <cycle 4> [72]
0.01 0.02 496874 bidi_resolve_neutral <cycle 4> [74]
0.02 0.01 497907 bidi_move_to_visually_next <cycle 4> [76]
0.03 0.00 1120 inhibit_garbage_collection <cycle 4> [77]
0.00 0.02 3323 init_iterator <cycle 4> [82]
0.02 0.00 277433+409449 mark_vectorlike <cycle 4> [85]
0.01 0.01 497907 bidi_level_of_next_char <cycle 4> [92]
0.00 0.02 8027+7843 access_keymap_1 <cycle 4> [93]
0.01 0.01 390364 bidi_find_bracket_pairs <cycle 4> [94]
0.00 0.02 18598 handle_stop <cycle 4> [96]
0.00 0.02 389887+3001 next_element_from_buffer <cycle 4> [98]
0.00 0.01 54749 face_before_or_after_it_pos <cycle 4> [107]
0.01 0.00 1076 move_it_vertically_backward <cycle 4> [108]
0.00 0.01 1059 redisplay_window <cycle 4> [116]
0.01 0.00 94860 store_symval_forwarding <cycle 4> [117]
0.00 0.01 1064 update_window <cycle 4> [118]
0.00 0.01 1001 insert_from_string_1 <cycle 4> [120]
0.00 0.01 21339 where_is_internal_1 <cycle 4> [121]
0.01 0.00 215+17090 map_sub_char_table <cycle 4> [125]
0.01 0.00 70870 funcall_lambda <cycle 4> [126]
0.01 0.00 480516 bidi_fetch_char <cycle 4> [129]
0.00 0.01 70710 exec_byte_code <cycle 4> [143]
0.00 0.01 2115 start_display <cycle 4> [144]
0.00 0.01 1067 where_is_internal <cycle 4> [151]
0.00 0.01 5144 Fcurrent_active_maps <cycle 4> [155]
0.00 0.00 328+2 Fexpand_file_name <cycle 4> [164]
0.00 0.00 1020 Fvertical_motion <cycle 4> [168]
0.00 0.00 8000+1520 move_it_to <cycle 4> [171]
0.00 0.00 18458 Fnext_single_char_property_change <cycle 4> [172]
0.00 0.00 37089 Fset_default <cycle 4> [178]
0.00 0.00 1096+69463 display_mode_element <cycle 4> [179]
0.00 0.00 4822 show_hourglass <cycle 4> [180]
0.00 0.00 25689 compute_display_string_pos <cycle 4> [182]
0.00 0.00 13668+10128 eval_sub <cycle 4> [189]
0.00 0.00 1228 display_line <cycle 4> [197]
0.00 0.00 6376 safe__call <cycle 4> [202]
0.00 0.00 18657 handle_fontified_prop <cycle 4> [203]
0.00 0.00 2000 update_compositions <cycle 4> [205]
0.00 0.00 42 openp <cycle 4> [210]
0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 598 del_range_1 <cycle 4> [232]
0.00 0.00 5627 Feval <cycle 4> [234]
0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [237]
0.00 0.00 3046 prepare_to_modify_buffer_1 <cycle 4> [238]
0.00 0.00 2236 draw_fringe_bitmap_1 <cycle 4> [239]
0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 1075 save_excursion_restore <cycle 4> [246]
0.00 0.00 71 Fdirectory_file_name <cycle 4> [250]
0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 3079 safe_run_hooks <cycle 4> [256]
0.00 0.00 1023 Fcall_interactively <cycle 4> [258]
0.00 0.00 2786 Fset <cycle 4> [259]
0.00 0.00 1035 update_overlay_arrows <cycle 4> [261]
0.00 0.00 52 Ffile_name_as_directory <cycle 4> [262]
0.00 0.00 47 Ffile_name_directory <cycle 4> [266]
0.00 0.00 46 Ffile_directory_p <cycle 4> [269]
0.00 0.00 1069 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 880 code_convert_string <cycle 4> [273]
0.00 0.00 3064+380 signal_after_change <cycle 4> [281]
0.00 0.00 27 Ffile_symlink_p <cycle 4> [282]
0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [284]
0.00 0.00 81475 unbind_to <cycle 4> [285]
0.00 0.00 1396 process_tool_bar_item <cycle 4> [287]
0.00 0.00 63 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1066 add_text_properties_1 <cycle 4> [302]
0.00 0.00 2165+380 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 101 message_dolog <cycle 4> [308]
0.00 0.00 56 resize_mini_window <cycle 4> [310]
0.00 0.00 16 Ffile_readable_p <cycle 4> [313]
0.00 0.00 1 make_frame <cycle 4> [314]
0.00 0.00 149724 find_symbol_value <cycle 4> [317]
0.00 0.00 578 decode_coding_object <cycle 4> [324]
0.00 0.00 7315 x_draw_glyph_string <cycle 4> [330]
0.00 0.00 3 Finsert_file_contents <cycle 4> [336]
0.00 0.00 208 Fkey_description <cycle 4> [338]
0.00 0.00 1 fontset_from_font <cycle 4> [345]
0.00 0.00 23 Fdefine_key <cycle 4> [350]
0.00 0.00 294 menu_item_eval_property <cycle 4> [351]
0.00 0.00 9 styled_format <cycle 4> [355]
0.00 0.00 3085+2043 Fkey_binding <cycle 4> [359]
0.00 0.00 1033 display_mode_line <cycle 4> [360]
0.00 0.00 5267 reseat <cycle 4> [363]
0.00 0.00 631 Fmake_local_variable <cycle 4> [367]
0.00 0.00 6 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.00 2 x_set_font <cycle 4> [371]
0.00 0.00 32 map_charset_chars <cycle 4> [372]
0.00 0.00 543 Fmacroexpand <cycle 4> [375]
0.00 0.00 4 readevalloop <cycle 4> [380]
0.00 0.00 2155 update_window_line <cycle 4> [381]
0.00 0.00 3 Ffile_exists_p <cycle 4> [383]
0.00 0.00 1 Fx_create_frame <cycle 4> [384]
0.00 0.00 56 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 61 FletX <cycle 4> [391]
0.00 0.00 37 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 2 Fdirectory_files <cycle 4> [397]
0.00 0.00 2 Ffile_attributes <cycle 4> [398]
0.00 0.00 26 Fload <cycle 4> [401]
0.00 0.00 881 code_conversion_save <cycle 4> [402]
0.00 0.00 7 menu_bar_items <cycle 4> [406]
0.00 0.00 263 shadow_lookup <cycle 4> [409]
0.00 0.00 40 Fsignal <cycle 4> [411]
0.00 0.00 2 load_charset <cycle 4> [412]
0.00 0.00 1 x_default_font_parameter <cycle 4> [413]
0.00 0.00 20 print_error_message <cycle 4> [416]
0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [421]
0.00 0.00 4 tool_bar_items <cycle 4> [423]
0.00 0.00 61 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 1 Fset_window_configuration <cycle 4> [432]
0.00 0.00 38 del_range_both <cycle 4> [435]
0.00 0.00 30 x_default_parameter <cycle 4> [443]
0.00 0.00 80 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 215 map_char_table <cycle 4> [449]
0.00 0.00 1 delete_frame <cycle 4> [450]
0.00 0.00 2 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 2 Feval_buffer <cycle 4> [454]
0.00 0.00 57 Fmapcar <cycle 4> [456]
0.00 0.00 3 set_window_buffer <cycle 4> [457]
0.00 0.00 105 Fget_buffer_create <cycle 4> [458]
0.00 0.00 2 Fset_coding_system_priority <cycle 4> [460]
0.00 0.00 137 Fdefvar <cycle 4> [461]
0.00 0.00 2 Fnew_fontset <cycle 4> [463]
0.00 0.00 121 push_message <cycle 4> [464]
0.00 0.00 5 set_frame_menubar <cycle 4> [465]
0.00 0.00 30 find_first_strong_char <cycle 4> [467]
0.00 0.00 1297 single_menu_item <cycle 4> [468]
0.00 0.00 54 menu_bar_item <cycle 4> [470]
0.00 0.00 11 adjust_frame_size <cycle 4> [478]
0.00 0.00 1 x_make_frame_visible <cycle 4> [479]
0.00 0.00 1 create_terminal <cycle 4> [484]
0.00 0.00 10 lookup_image <cycle 4> [491]
0.00 0.00 2 Fpropertize <cycle 4> [492]
0.00 0.00 23 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 25384 bidi_paragraph_init <cycle 4> [495]
0.00 0.00 30 bidi_fetch_char_skip_isolates <cycle 4> [496]
0.00 0.00 3 Fkill_buffer <cycle 4> [499]
0.00 0.00 139 select_window <cycle 4> [510]
0.00 0.00 1 bidi_initialize <cycle 4> [517]
0.00 0.00 580 decode_coding <cycle 4> [518]
0.00 0.00 1 Fmapconcat <cycle 4> [521]
0.00 0.00 595+590 text_quoting_style <cycle 4> [523]
0.00 0.00 4 Fdo_auto_save <cycle 4> [524]
0.00 0.00 1059 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 59981 get_keyelt <cycle 4> [535]
0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [536]
0.00 0.00 7307 Fcommandp <cycle 4> [538]
0.00 0.00 2 Fkill_all_local_variables <cycle 4> [539]
0.00 0.00 1124 display_and_set_cursor <cycle 4> [540]
0.00 0.00 1 make_lispy_position <cycle 4> [541]
0.00 0.00 545 Fautoload_do_load <cycle 4> [543]
0.00 0.00 12 x_find_image_fd <cycle 4> [545]
0.00 0.00 5 Fkill_local_variable <cycle 4> [547]
0.00 0.00 3 decode_coding_gap <cycle 4> [551]
0.00 0.00 1 Fmake_frame_visible <cycle 4> [562]
0.00 0.00 106 single_keymap_panes <cycle 4> [565]
0.00 0.00 1 Fremove_text_properties <cycle 4> [566]
0.00 0.00 1827 line_bottom_y <cycle 4> [567]
0.00 0.00 1 x_term_init <cycle 4> [573]
0.00 0.00 1 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 1 Fkill_emacs <cycle 4> [588]
0.00 0.00 3746 map_keymap_internal <cycle 4> [592]
0.00 0.00 2 message3 <cycle 4> [594]
0.00 0.00 497907 bidi_resolve_weak <cycle 4> [622]
0.00 0.00 496874 bidi_resolve_brackets <cycle 4> [623]
0.00 0.00 471862 set_iterator_to_next <cycle 4> [626]
0.00 0.00 103409 specbind <cycle 4> [639]
0.00 0.00 92505 Fsymbol_value <cycle 4> [640]
0.00 0.00 2344+57804 traverse_intervals_noorder <cycle 4> [809]
0.00 0.00 54749 next_element_from_c_string <cycle 4> [648]
0.00 0.00 32299 bidi_init_it <cycle 4> [656]
0.00 0.00 30539 get_visually_first_element <cycle 4> [661]
0.00 0.00 21600 mark_compiled <cycle 4> [668]
0.00 0.00 17797 mark_localized_symbol <cycle 4> [679]
0.00 0.00 9448 internal_condition_case_n <cycle 4> [709]
0.00 0.00 8163 call0 <cycle 4> [722]
0.00 0.00 6343 reseat_1 <cycle 4> [734]
0.00 0.00 6197 safe__call1 <cycle 4> [737]
0.00 0.00 5155 current_minor_maps <cycle 4> [742]
0.00 0.00 5061 do_pending_window_change <cycle 4> [744]
0.00 0.00 5047 set_buffer_internal_1 <cycle 4> [745]
0.00 0.00 4491 apply_lambda <cycle 4> [749]
0.00 0.00 4286 reseat_at_next_visible_line_start <cycle 4> [753]
0.00 0.00 4286 forward_to_next_line_start <cycle 4> [752]
0.00 0.00 4112 access_keymap <cycle 4> [754]
0.00 0.00 3790 move_it_by_lines <cycle 4> [758]
0.00 0.00 3627 Flookup_key <cycle 4> [760]
0.00 0.00 3624 map_keymap <cycle 4> [761]
0.00 0.00 3542 Fapply <cycle 4> [762]
0.00 0.00 3389 window_box <cycle 4> [764]
0.00 0.00 3260 x_draw_fringe_bitmap <cycle 4> [767]
0.00 0.00 3172 Fif <cycle 4> [772]
0.00 0.00 3072 safe_run_hook_funcall <cycle 4> [781]
0.00 0.00 3052 funcall_nil <cycle 4> [784]
0.00 0.00 2845 call1 <cycle 4> [794]
0.00 0.00 2553 Fset_buffer <cycle 4> [803]
0.00 0.00 2344 mark_overlay <cycle 4> [808]
0.00 0.00 2256 XTring_bell <cycle 4> [815]
0.00 0.00 2236 draw_fringe_bitmap <cycle 4> [817]
0.00 0.00 2028 draw_phys_cursor_glyph <cycle 4> [841]
0.00 0.00 1902 Fprogn <cycle 4> [854]
0.00 0.00 1766 sweep_weak_table <cycle 4> [860]
0.00 0.00 1693 call2 <cycle 4> [862]
0.00 0.00 1681 x_write_glyphs <cycle 4> [863]
0.00 0.00 1399 bcall0 <cycle 4> [873]
0.00 0.00 1376 internal_condition_case_1 <cycle 4> [878]
0.00 0.00 1286 window_box_height <cycle 4> [887]
0.00 0.00 1127 x_clear_end_of_line <cycle 4> [901]
0.00 0.00 1118 x_update_window_end <cycle 4> [908]
0.00 0.00 1118 draw_row_fringe_bitmaps <cycle 4> [905]
0.00 0.00 1116 draw_window_fringes <cycle 4> [909]
0.00 0.00 1110 x_draw_window_cursor <cycle 4> [910]
0.00 0.00 1096 unwind_format_mode_line <cycle 4> [912]
0.00 0.00 1064 modify_text_properties <cycle 4> [930]
0.00 0.00 1064 Fput_text_property <cycle 4> [929]
0.00 0.00 1054 mark_buffer <cycle 4> [939]
0.00 0.00 1049 redisplay_window_1 <cycle 4> [941]
0.00 0.00 1045 apply1 <cycle 4> [942]
0.00 0.00 1033 overlay_arrows_changed_p <cycle 4> [955]
0.00 0.00 1033 display_mode_lines <cycle 4> [954]
0.00 0.00 1033 update_frame <cycle 4> [960]
0.00 0.00 1033 update_window_tree <cycle 4> [961]
0.00 0.00 1023 Ffuncall_interactively <cycle 4> [974]
0.00 0.00 1003 erase_phys_cursor <cycle 4> [995]
0.00 0.00 1001 insert_from_string <cycle 4> [996]
0.00 0.00 1000 Fline_pixel_height <cycle 4> [998]
0.00 0.00 821 compact_buffer <cycle 4> [1020]
0.00 0.00 589 mark_face_cache <cycle 4> [1031]
0.00 0.00 578 Ferase_buffer <cycle 4> [1034]
0.00 0.00 500 Finsert <cycle 4> [1050]
0.00 0.00 500 general_insert_function <cycle 4> [1052]
0.00 0.00 500 Fsetq <cycle 4> [1051]
0.00 0.00 484 mark_discard_killed_buffers <cycle 4> [1053]
0.00 0.00 440 Fsingle_key_description <cycle 4> [1055]
0.00 0.00 380 insert_char <cycle 4> [1059]
0.00 0.00 301 encode_coding_object <cycle 4> [1067]
0.00 0.00 226 Fand <cycle 4> [1073]
0.00 0.00 179 safe_call <cycle 4> [1083]
0.00 0.00 138 current_message <cycle 4> [1098]
0.00 0.00 136 ensure_echo_area_buffers <cycle 4> [1099]
0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1100]
0.00 0.00 121 mark_image_cache <cycle 4> [1109]
0.00 0.00 118 sweep_weak_hash_tables <cycle 4> [1124]
0.00 0.00 118 mark_kboards <cycle 4> [1116]
0.00 0.00 118 xg_mark_data <cycle 4> [1126]
0.00 0.00 118 mark_specpdl <cycle 4> [1117]
0.00 0.00 118 map_keymap_canonical <cycle 4> [1114]
0.00 0.00 118 Fmap_keymap <cycle 4> [1113]
0.00 0.00 65 Flet <cycle 4> [1143]
0.00 0.00 60 update_window_cursor <cycle 4> [1154]
0.00 0.00 59 run_hook_wrapped_funcall <cycle 4> [1160]
0.00 0.00 59 mapcar1 <cycle 4> [1159]
0.00 0.00 56 unwind_with_echo_area_buffer <cycle 4> [1163]
0.00 0.00 56 truncate_undo_list <cycle 4> [1162]
0.00 0.00 54 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 54 x_scroll_run <cycle 4> [1170]
0.00 0.00 46 expand_and_dir_to_file <cycle 4> [1183]
0.00 0.00 46 unwind_to_catch <cycle 4> [1185]
0.00 0.00 40 strout <cycle 4> [1198]
0.00 0.00 40 Frun_hooks <cycle 4> [1195]
0.00 0.00 39 try_window <cycle 4> [1200]
0.00 0.00 38 call3 <cycle 4> [1202]
0.00 0.00 38 adjust_glyph_matrix <cycle 4> [1201]
0.00 0.00 31 display_echo_area_1 <cycle 4> [1213]
0.00 0.00 31 echo_area_display <cycle 4> [1214]
0.00 0.00 28 call4 <cycle 4> [1217]
0.00 0.00 22 Fwindow_mode_line_height <cycle 4> [1225]
0.00 0.00 20 required_matrix_height <cycle 4> [1251]
0.00 0.00 20 Fcommand_error_default_function <cycle 4> [1236]
0.00 0.00 20 Fprinc <cycle 4> [1239]
0.00 0.00 20 print_object <cycle 4> [1249]
0.00 0.00 20 print_string <cycle 4> [1250]
0.00 0.00 20 write_string_1 <cycle 4> [1257]
0.00 0.00 16 Fbuffer_list <cycle 4> [1269]
0.00 0.00 13 digest_single_submenu <cycle 4> [1279]
0.00 0.00 13 parse_single_submenu <cycle 4> [1281]
0.00 0.00 12 For <cycle 4> [1285]
0.00 0.00 12 Fcond <cycle 4> [1283]
0.00 0.00 11 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 10 redisplay_window_0 <cycle 4> [1307]
0.00 0.00 10 Fimage_mask_p <cycle 4> [1295]
0.00 0.00 10 xpm_load <cycle 4> [1314]
0.00 0.00 8+1 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 8 allocate_matrices_for_window_redisplay <cycle 4> [1327]
0.00 0.00 8 do_switch_frame <cycle 4> [1328]
0.00 0.00 6 run_hook <cycle 4> [1361]
0.00 0.00 6 swap_in_global_binding <cycle 4> [1362]
0.00 0.00 6 Fthrow <cycle 4> [1350]
0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1389]
0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1370]
0.00 0.00 5 xg_update_frame_menubar <cycle 4> [1392]
0.00 0.00 4 redraw_frame <cycle 4> [1423]
0.00 0.00 4 esprintf <cycle 4> [1412]
0.00 0.00 4 doprnt <cycle 4> [1410]
0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1398]
0.00 0.00 3 run_funs <cycle 4> [1458]
0.00 0.00 3 update_cursor_in_window_tree <cycle 4> [1464]
0.00 0.00 3 merge <cycle 4> [1453]
0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
0.00 0.00 2 x_set_window_size <cycle 4> [1519]
0.00 0.00 2 x_bitmap_icon <cycle 4> [1512]
0.00 0.00 2 xg_set_icon <cycle 4> [1523]
0.00 0.00 2 x_new_font <cycle 4> [1517]
0.00 0.00 2 internal_condition_case_2 <cycle 4> [1500]
0.00 0.00 2 Flocate_file_internal <cycle 4> [1477]
0.00 0.00 2 Fmessage <cycle 4> [1478]
0.00 0.00 2 message3_nolog <cycle 4> [1501]
0.00 0.00 1 funcall_not <cycle 4> [1577]
0.00 0.00 1 set_message_1 <cycle 4> [1598]
0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1633]
0.00 0.00 1 x_set_icon_type <cycle 4> [1629]
0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1641]
0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1640]
0.00 0.00 1 x_set_alpha <cycle 4> [1620]
0.00 0.00 1 Fwhile <cycle 4> [1555]
0.00 0.00 1 Fundo_boundary <cycle 4> [1551]
0.00 0.00 1 Fredraw_frame <cycle 4> [1544]
0.00 0.00 1 initialize_frame_menubar <cycle 4> [1583]
0.00 0.00 1 x_window <cycle 4> [1650]
0.00 0.00 1 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1543]
0.00 0.00 1 shut_down_emacs <cycle 4> [1599]
0.00 0.00 1 Fdelete_terminal <cycle 4> [1531]
0.00 0.00 1 check_minibuf_window <cycle 4> [1564]
0.00 0.00 1 Fmapc <cycle 4> [1539]
0.00 0.00 1 Fposn_at_point <cycle 4> [1541]
0.00 0.00 1 pos_visible_p <cycle 4> [1591]
0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1 Fx_open_connection <cycle 4> [1558]
0.00 0.00 1 update_single_window <cycle 4> [1606]
0.00 0.00 1 redisplay_mode_lines <cycle 4> [1594]
-----------------------------------------------
0.00 2.99 1/1 internal_catch [5]
[8] 93.6 0.00 2.99 1 command_loop_2 [8]
0.00 2.99 21/22 internal_condition_case <cycle 2> [194]
-----------------------------------------------
29922 display_line <cycle 4> [197]
109498 display_string <cycle 4> [72]
359965 move_it_in_display_line_to <cycle 4> [66]
[9] 60.7 0.02 1.92 499385 get_next_display_element <cycle 4> [9]
0.01 1.89 388744/389421 face_for_char [10]
0.00 0.01 476491/476491 lookup_glyphless_char_display [147]
0.00 0.00 383280/4993256 char_table_ref [35]
389887 next_element_from_buffer <cycle 4> [98]
65079 next_element_from_string <cycle 4> [59]
54749 next_element_from_c_string <cycle 4> [648]
54749 face_before_or_after_it_pos <cycle 4> [107]
-----------------------------------------------
0.00 0.00 6/389421 Finternal_char_font [368]
0.00 0.00 671/389421 show_hourglass <cycle 4> [180]
0.01 1.89 388744/389421 get_next_display_element <cycle 4> [9]
[10] 59.7 0.01 1.89 389421 face_for_char [10]
0.01 1.76 383281/383281 fontset_font [11]
0.00 0.07 383280/491552 get_char_property_and_overlay [38]
0.02 0.03 383280/6640124 hash_lookup [20]
0.00 0.00 383285/4993256 char_table_ref [35]
0.00 0.00 383285/7282347 font_has_char [54]
0.00 0.00 383280/449715 Fget_char_property [627]
0.00 0.00 2/2 face_for_font [1493]
-----------------------------------------------
0.01 1.76 383281/383281 face_for_char [10]
[11] 55.4 0.01 1.76 383281 fontset_font [11]
0.00 1.76 383282/383282 fontset_find_font [12]
0.00 0.00 1/82 make_fontset [378]
-----------------------------------------------
0.00 1.76 383282/383282 fontset_font [11]
[12] 55.1 0.00 1.76 383282 fontset_find_font [12]
0.03 1.72 383284/383292 font_find_for_lface [13]
0.00 0.00 383282/4993256 char_table_ref [35]
0.00 0.00 766561/7282347 font_has_char [54]
0.00 0.00 4/12 font_open_for_lface [393]
0.00 0.00 4/12 font_open_entity [407]
0.00 0.00 11/7829 Fmake_vector [230]
0.00 0.00 2/48808 Fcopy_sequence [122]
0.00 0.00 9/1056 Ffont_get [341]
0.00 0.00 3/1428 char_table_set_range [392]
0.00 0.00 9/9 font_match_p [578]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 9/1364726 Fcdr [610]
0.00 0.00 3/1391 char_table_ref_and_range [874]
-----------------------------------------------
0.00 0.00 8/383292 font_load_for_lface [337]
0.03 1.72 383284/383292 fontset_find_font [12]
[13] 54.8 0.03 1.72 383292 font_find_for_lface [13]
0.05 1.00 1533134/1533134 font_sort_entities [16]
0.06 0.41 1533134/1533134 font_list_entities [25]
0.01 0.12 383292/384231 Fassoc_string [33]
0.00 0.05 383292/385139 copy_font_spec [50]
0.00 0.02 383299/384683 font_intern_prop [91]
0.00 0.00 1/917 font_registry_charsets [251]
0.00 0.00 383292/383293 build_style_table [631]
0.00 0.00 9/1778 font_style_to_value [859]
-----------------------------------------------
1022 read_key_sequence.constprop.44 <cycle 2> [22]
[14] 53.9 0.00 1.72 1022 read_char <cycle 2> [14]
0.00 1.15 1026/1031 redisplay_internal [15]
0.00 0.37 1019/1019 sit_for [26]
0.02 0.08 1024/33852 access_keymap <cycle 4> [754]
0.02 0.08 1023/33852 call0 <cycle 4> [722]
0.00 0.00 2051/6025 detect_input_pending_run_timers [153]
0.00 0.00 21/33852 safe_run_hooks <cycle 4> [256]
0.00 0.00 4/973 wait_reading_process_output [27]
0.00 0.00 1022/1022 make_lispy_event [216]
0.00 0.00 1025/8986 readable_events [169]
0.00 0.00 3/33852 Fdo_auto_save <cycle 4> [524]
0.00 0.00 2/33852 call4 <cycle 4> [1217]
0.00 0.00 5/1997 swallow_events [219]
0.00 0.00 2/1515 Fvector [286]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/1702 list2 [382]
0.00 0.00 3073/676170 get_keymap [617]
0.00 0.00 1026/1026 redisplay [968]
0.00 0.00 1025/1025 kbd_on_hold_p [972]
0.00 0.00 1025/1025 event_to_kboard [969]
0.00 0.00 1022/1022 record_char [981]
0.00 0.00 1022/1022 add_command_key [979]
0.00 0.00 1022/2043 echo_update [836]
0.00 0.00 1000/1000 echo_dash [1002]
0.00 0.00 21/41 clear_message [1193]
0.00 0.00 4/7535 gobble_input <cycle 3> [703]
0.00 0.00 1/132 Fkeymap_prompt [1104]
1025 top_level_1 <cycle 2> [36]
-----------------------------------------------
0.00 0.01 5/1031 redisplay_preserve_echo_area [159]
0.00 1.15 1026/1031 read_char <cycle 2> [14]
[15] 36.3 0.00 1.16 1031 redisplay_internal [15]
0.04 0.15 2068/33852 show_hourglass <cycle 4> [180]
0.04 0.15 2064/33852 do_pending_window_change <cycle 4> [744]
0.02 0.08 1049/33852 internal_condition_case_1 <cycle 4> [878]
0.02 0.08 1035/33852 unbind_to <cycle 4> [285]
0.02 0.08 1032/33852 overlay_arrows_changed_p <cycle 4> [955]
0.02 0.08 1032/33852 update_frame <cycle 4> [960]
0.02 0.08 1032/33852 safe__call1 <cycle 4> [737]
0.02 0.08 1031/33852 store_symval_forwarding <cycle 4> [117]
0.02 0.08 1031/33852 specbind <cycle 4> [639]
0.02 0.08 1031/33852 update_overlay_arrows <cycle 4> [261]
0.00 0.02 2064/3897 Fputhash [67]
0.00 0.00 29/33852 echo_area_display <cycle 4> [1214]
0.00 0.00 1031/1031 hscroll_windows [213]
0.00 0.00 5/5 redisplay_windows [226]
0.00 0.00 1032/2091 reconsider_clip_changes [228]
0.00 0.00 4/33852 x_consider_frame_title <cycle 4> [291]
0.00 0.00 2064/6143931 Fgethash [21]
0.00 0.00 2/33852 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 1031/103225 set_internal [113]
0.00 0.00 1032/1034 XTframe_up_to_date [498]
0.00 0.00 4/1041 record_unwind_save_match_data [358]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 4/4 propagate_buffer_redisplay [598]
0.00 0.00 3/2019 window_list [534]
0.00 0.00 1035/311674 grow_specpdl [632]
0.00 0.00 1032/1043 clear_window_matrices [944]
0.00 0.00 1032/1032 clear_desired_matrices [962]
0.00 0.00 1032/2064 mode_line_update_needed [831]
0.00 0.00 1032/638667 unblock_input_to [618]
0.00 0.00 1032/1032 stop_polling [963]
0.00 0.00 1032/1035 unrequest_sigio [951]
0.00 0.00 1031/3090 popup_activated [778]
0.00 0.00 1031/2173 record_unwind_protect_void [819]
0.00 0.00 1031/195141 record_in_backtrace [633]
0.00 0.00 1031/1033 request_sigio [959]
0.00 0.00 1031/1031 start_polling [965]
0.00 0.00 1030/638619 unblock_input [619]
0.00 0.00 1027/1043 mark_window_display_accurate_1 [945]
0.00 0.00 12/17 clear_image_caches [1265]
0.00 0.00 5/5 XTcondemn_scroll_bars [1376]
0.00 0.00 5/5 XTjudge_scroll_bars [1377]
0.00 0.00 4/7918 record_unwind_protect [723]
0.00 0.00 4/8 mark_window_display_accurate [1331]
0.00 0.00 3/3089 window_outdated [779]
0.00 0.00 2/10 clear_face_cache [1298]
-----------------------------------------------
0.05 1.00 1533134/1533134 font_find_for_lface [13]
[16] 32.8 0.05 1.00 1533134 font_sort_entities [16]
0.03 0.93 6132501/6132501 ftfont_has_char [17]
0.03 0.00 6132501/7282347 font_has_char [54]
0.00 0.00 6132501/7282347 xftfont_has_char [601]
0.00 0.00 36/38 font_score [1204]
-----------------------------------------------
0.03 0.93 6132501/6132501 font_sort_entities [16]
[17] 30.2 0.03 0.93 6132501 ftfont_has_char [17]
0.01 0.92 6132501/6132509 ftfont_get_fc_charset [18]
-----------------------------------------------
0.00 0.00 8/6132509 xftfont_open [408]
0.01 0.92 6132501/6132509 ftfont_has_char [17]
[18] 29.3 0.01 0.92 6132509 ftfont_get_fc_charset [18]
0.08 0.84 6132509/6134442 ftfont_lookup_cache [19]
-----------------------------------------------
0.00 0.00 1933/6134442 ftfont_pattern_entity [220]
0.08 0.84 6132509/6134442 ftfont_get_fc_charset [18]
[19] 29.0 0.08 0.84 6134442 ftfont_lookup_cache [19]
0.03 0.76 6134441/6143931 Fgethash [21]
0.05 0.00 6132509/6195131 assq_no_quit [48]
0.00 0.00 551/3897 Fputhash [67]
0.00 0.00 1/3 Fmake_hash_table [124]
0.00 0.00 551/3266575 Fcons [62]
0.00 0.00 551/71975 xmalloc [642]
0.00 0.00 551/551 make_save_ptr_int [1038]
-----------------------------------------------
0.00 0.00 1/6640124 Fcharsetp [550]
0.00 0.00 1/6640124 fontset_from_font <cycle 4> [345]
0.00 0.00 2/6640124 Fset_charset_priority [439]
0.00 0.00 3/6640124 detect_coding_utf_16 [509]
0.00 0.00 3/6640124 Finsert_file_contents <cycle 4> [336]
0.00 0.00 3/6640124 font_registry_charsets [251]
0.00 0.00 9/6640124 Fcoding_system_p [469]
0.00 0.00 825/6640124 find_font_encoding [64]
0.00 0.00 879/6640124 code_convert_string <cycle 4> [273]
0.00 0.00 886/6640124 setup_coding_system [304]
0.00 0.00 1085/6640124 Fset_fontset_font <cycle 4> [60]
0.00 0.00 2095/6640124 Fcoding_system_eol_type [241]
0.00 0.00 3897/6640124 Fputhash [67]
0.00 0.01 103224/6640124 maybe_set_redisplay [114]
0.02 0.03 383280/6640124 face_for_char [10]
0.25 0.50 6143931/6640124 Fgethash [21]
[20] 25.5 0.27 0.54 6640124 hash_lookup [20]
0.27 0.00 6135029/7672938 Fnreverse [28]
0.23 0.00 6133883/14252708 internal_equal [24]
0.04 0.00 6133883/6133883 cmpfn_equal [56]
0.00 0.00 6135029/6135029 hashfn_equal [602]
0.00 0.00 496347/496347 hashfn_eq [624]
0.00 0.00 8750/8750 hashfn_eql [715]
-----------------------------------------------
0.00 0.00 1/6143931 raw_text_coding_system [546]
0.00 0.00 3/6143931 font_registry_charsets [251]
0.00 0.00 8/6143931 Fset_coding_system_priority <cycle 4> [460]
0.00 0.00 11/6143931 Fcoding_system_plist [462]
0.00 0.00 15/6143931 Fcoding_system_base [451]
0.00 0.00 41/6143931 Ffuncall <cycle 4> [39]
0.00 0.00 882/6143931 Fset_fontset_font <cycle 4> [60]
0.00 0.00 1021/6143931 handle_one_xevent [195]
0.00 0.00 1033/6143931 decode_mode_spec_coding [295]
0.00 0.00 1057/6143931 where_is_internal <cycle 4> [151]
0.00 0.00 1259/6143931 where_is_internal_1 <cycle 4> [121]
0.00 0.00 2064/6143931 redisplay_internal [15]
0.00 0.00 2095/6143931 Fcoding_system_eol_type [241]
0.03 0.76 6134441/6143931 ftfont_lookup_cache [19]
[21] 24.7 0.03 0.76 6143931 Fgethash [21]
0.25 0.50 6143931/6640124 hash_lookup [20]
0.00 0.00 6143931/6147828 CHECK_HASH_TABLE [163]
-----------------------------------------------
1021 command_loop_1 <cycle 2> [23]
[22] 23.5 0.00 0.75 1021 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.19 2046/2046 keyremap_step.constprop.45 [31]
0.00 0.19 2042/2042 active_maps [32]
0.02 0.08 1022/33852 access_keymap <cycle 4> [754]
0.00 0.09 1022/1022 test_undefined [37]
0.02 0.08 1021/33852 Fkey_binding <cycle 4> [359]
0.02 0.08 1021/33852 unbind_to <cycle 4> [285]
0.00 0.00 2042/3266575 Fcons [62]
0.00 0.00 3065/676170 get_keymap [617]
0.00 0.00 1022/1022 follow_key [980]
0.00 0.00 1021/2043 Fcommand_remapping [835]
0.00 0.00 1021/2043 echo_update [836]
1022 read_char <cycle 2> [14]
-----------------------------------------------
21 internal_condition_case <cycle 2> [194]
[23] 17.7 0.00 0.56 21 command_loop_1 <cycle 2> [23]
0.05 0.22 3042/33852 safe_run_hooks <cycle 4> [256]
0.02 0.08 1021/33852 call0 <cycle 4> [722]
0.02 0.08 1021/33852 call1 <cycle 4> [794]
0.02 0.07 1000/33852 unbind_to <cycle 4> [285]
0.00 0.00 1997/1997 composition_adjust_point [181]
0.00 0.00 21/21 resize_echo_area_exactly [198]
0.00 0.00 2997/491552 get_char_property_and_overlay [38]
0.00 0.00 1021/3266575 Fcons [62]
0.00 0.00 1021/311674 grow_specpdl [632]
0.00 0.00 1021/2173 record_unwind_protect_void [819]
0.00 0.00 1021/1021 start_hourglass [990]
1021 read_key_sequence.constprop.44 <cycle 2> [22]
-----------------------------------------------
67174661 internal_equal [24]
0.00 0.00 87/14252708 Fdelete [436]
0.00 0.00 942/14252708 Frassoc [353]
0.00 0.00 1180/14252708 Fmember [342]
0.00 0.00 3888/14252708 Fassoc [288]
0.00 0.00 32302/14252708 Fequal [207]
0.23 0.00 6133883/14252708 hash_lookup [20]
0.31 0.00 8080426/14252708 assoc_no_quit [29]
[24] 16.9 0.54 0.00 14252708+67174661 internal_equal [24]
0.00 0.00 76/7766 do_pending_atimers [724]
0.00 0.00 76/7535 process_pending_signals <cycle 3> [725]
67174661 internal_equal [24]
-----------------------------------------------
0.06 0.41 1533134/1533134 font_find_for_lface [13]
[25] 14.8 0.06 0.41 1533134 font_list_entities [25]
0.02 0.31 3066268/3066269 assoc_no_quit [29]
0.07 0.00 1533134/7672938 Fnreverse [28]
0.02 0.00 1534750/3266575 Fcons [62]
0.00 0.00 347/347 xftfont_list [209]
0.00 0.00 461/461 xfont_list [245]
0.00 0.00 808/385139 copy_font_spec [50]
0.00 0.00 347/56861 concat [111]
0.00 0.00 3066268/3066270 xfont_get_cache [605]
0.00 0.00 347/5788 Fvconcat [739]
-----------------------------------------------
0.00 0.37 1019/1019 read_char <cycle 2> [14]
[26] 11.6 0.00 0.37 1019 sit_for [26]
0.00 0.37 969/973 wait_reading_process_output [27]
0.00 0.00 1019/6025 detect_input_pending_run_timers [153]
0.00 0.00 1019/1997 swallow_events [219]
0.00 0.00 969/7535 gobble_input <cycle 3> [703]
0.00 0.00 969/2951 detect_input_pending [790]
-----------------------------------------------
0.00 0.00 4/973 read_char <cycle 2> [14]
0.00 0.37 969/973 sit_for [26]
[27] 11.6 0.00 0.37 973 wait_reading_process_output [27]
0.05 0.22 2991/33852 do_pending_window_change <cycle 4> [744]
0.02 0.07 973/33852 unbind_to <cycle 4> [285]
0.00 0.00 2955/6025 detect_input_pending_run_timers [153]
0.00 0.00 1982/7961 timer_check [154]
0.00 0.00 1/5 redisplay_preserve_echo_area [159]
0.00 0.00 1982/7961 get_input_pending [175]
0.00 0.00 973/1997 swallow_events [219]
0.00 0.00 2991/2991 requeued_events_pending_p [787]
0.00 0.00 2951/3973 timespec_add [756]
0.00 0.00 1983/1983 clear_waiting_for_input [847]
0.00 0.00 1983/1983 set_waiting_for_input [848]
0.00 0.00 1982/12473 gettime [693]
0.00 0.00 1982/2951 detect_input_pending [790]
0.00 0.00 1982/1982 xg_select [849]
0.00 0.00 1967/18247 timespec_sub [676]
0.00 0.00 1010/7766 do_pending_atimers [724]
0.00 0.00 1010/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1009/13031 handle_input_available_signal [691]
0.00 0.00 973/311674 grow_specpdl [632]
0.00 0.00 973/2007 record_unwind_protect_int [844]
0.00 0.00 3/3 x_session_check_input [1468]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/6 my_log_handler [1359]
0.00 0.00 1/6 x_flush [1365]
-----------------------------------------------
12270943 Fnreverse [28]
0.00 0.00 1/7672938 Ffuncall <cycle 4> [39]
0.00 0.00 3/7672938 Fload <cycle 4> [401]
0.00 0.00 4/7672938 window_list [534]
0.00 0.00 4/7672938 readevalloop <cycle 4> [380]
0.00 0.00 6/7672938 Fset_charset_priority [439]
0.00 0.00 10/7672938 lookup_image <cycle 4> [491]
0.00 0.00 143/7672938 Fset_fontset_font <cycle 4> [60]
0.00 0.00 347/7672938 ftfont_list [208]
0.00 0.00 377/7672938 exec_byte_code <cycle 4> [143]
0.00 0.00 871/7672938 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 999/7672938 offset_intervals [253]
0.00 0.00 2010/7672938 window_list_1 [296]
0.07 0.00 1533134/7672938 font_list_entities [25]
0.27 0.00 6135029/7672938 hash_lookup [20]
[28] 10.7 0.34 0.00 7672938+12270943 Fnreverse [28]
0.00 0.00 1542481/1610383 Fsetcdr [608]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
12270943 Fnreverse [28]
-----------------------------------------------
0.00 0.00 1/3066269 fontset_from_font <cycle 4> [345]
0.02 0.31 3066268/3066269 font_list_entities [25]
[29] 10.2 0.02 0.31 3066269 assoc_no_quit [29]
0.31 0.00 8080426/14252708 internal_equal [24]
-----------------------------------------------
10777185 mark_object <cycle 4> [30]
236 mark_overlay <cycle 4> [808]
484 mark_discard_killed_buffers <cycle 4> [1053]
2260 mark_image_cache <cycle 4> [1109]
2584 mark_specpdl <cycle 4> [1117]
4300 mark_kboards <cycle 4> [1116]
4597 sweep_weak_table <cycle 4> [860]
34769 xg_mark_data <cycle 4> [1126]
35594 mark_localized_symbol <cycle 4> [679]
38045 mark_face_cache <cycle 4> [1031]
83328 mark_compiled <cycle 4> [668]
117624 traverse_intervals_noorder <cycle 4> [809]
1320852 Fgarbage_collect <cycle 4> [40]
12860715 mark_vectorlike <cycle 4> [85]
13271192 mark_char_table <cycle 4> [42]
[30] 9.6 0.31 0.00 27776580+10777185 mark_object <cycle 4> [30]
204381 mark_vectorlike <cycle 4> [85]
21600 mark_compiled <cycle 4> [668]
17797 mark_localized_symbol <cycle 4> [679]
4957 mark_char_table <cycle 4> [42]
1652 traverse_intervals_noorder <cycle 4> [809]
589 mark_face_cache <cycle 4> [1031]
484 mark_discard_killed_buffers <cycle 4> [1053]
236 mark_overlay <cycle 4> [808]
112 mark_buffer <cycle 4> [939]
10777185 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.19 2046/2046 read_key_sequence.constprop.44 <cycle 2> [22]
[31] 5.9 0.00 0.19 2046 keyremap_step.constprop.45 [31]
0.04 0.15 2046/33852 access_keymap <cycle 4> [754]
0.00 0.00 4092/676170 get_keymap [617]
0.00 0.00 4088/6779 Ffboundp [730]
-----------------------------------------------
0.00 0.19 2042/2042 read_key_sequence.constprop.44 <cycle 2> [22]
[32] 5.9 0.00 0.19 2042 active_maps [32]
0.04 0.15 2042/33852 Fcurrent_active_maps <cycle 4> [155]
-----------------------------------------------
0.00 0.00 22/384231 Ffuncall <cycle 4> [39]
0.00 0.00 917/384231 font_registry_charsets [251]
0.01 0.12 383292/384231 font_find_for_lface [13]
[33] 4.1 0.01 0.12 384231 Fassoc_string [33]
0.02 0.10 1535626/1535738 Fcompare_strings [34]
0.00 0.00 1919199/1919225 Fsymbol_name [606]
0.00 0.00 15/7766 do_pending_atimers [724]
0.00 0.00 15/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 23/1535738 Ffuncall <cycle 4> [39]
0.00 0.00 89/1535738 Ftry_completion [410]
0.02 0.10 1535626/1535738 Fassoc_string [33]
[34] 3.8 0.02 0.10 1535738 Fcompare_strings [34]
0.07 0.00 3069280/3072176 casify_object [41]
0.03 0.00 3071476/3071721 validate_subarray [69]
0.00 0.00 3071476/3082942 string_char_to_byte [603]
0.00 0.00 3069280/3069280 Fupcase [604]
-----------------------------------------------
0.00 0.00 2/4993256 scan_lists [440]
0.00 0.00 2/4993256 exec_byte_code <cycle 4> [143]
0.00 0.00 49/4993256 char_quoted [476]
0.00 0.00 244/4993256 load_charset_map [415]
0.00 0.00 46952/4993256 char_composable_p [222]
0.00 0.00 52943/4993256 find_automatic_composition [185]
0.00 0.00 381067/4993256 bidi_find_paragraph_start [148]
0.00 0.00 383280/4993256 lookup_glyphless_char_display [147]
0.00 0.00 383280/4993256 get_next_display_element <cycle 4> [9]
0.00 0.00 383282/4993256 fontset_find_font [12]
0.00 0.00 383285/4993256 face_for_char [10]
0.01 0.01 719157/4993256 scan_sexps_forward [109]
0.01 0.01 742147/4993256 composition_compute_stop_pos [51]
0.01 0.01 755432/4993256 bidi_paired_bracket_type [102]
0.01 0.01 762134/4993256 bidi_explicit_dir_char [100]
[35] 3.1 0.04 0.06 4993256 char_table_ref [35]
0.06 0.00 12567953/12567953 sub_char_table_ref [46]
-----------------------------------------------
1025 read_char <cycle 2> [14]
0.00 0.14 1/22 internal_catch [5]
[36] 2.9 0.00 0.09 1026 top_level_1 <cycle 2> [36]
0.02 0.08 1024/33852 call0 <cycle 4> [722]
0.00 0.00 1025/2073 intern_1 [307]
0.00 0.00 1024/12473 gettime [693]
1 internal_condition_case <cycle 2> [194]
-----------------------------------------------
0.00 0.09 1022/1022 read_key_sequence.constprop.44 <cycle 2> [22]
[37] 2.9 0.00 0.09 1022 test_undefined [37]
0.02 0.08 1022/33852 Fkey_binding <cycle 4> [359]
0.00 0.00 1022/2043 Fcommand_remapping [835]
-----------------------------------------------
0.00 0.00 176/491552 show_hourglass <cycle 4> [180]
0.00 0.00 2997/491552 command_loop_1 <cycle 2> [23]
0.00 0.00 4089/491552 Fconstrain_to_field [233]
0.00 0.00 4875/491552 back_to_previous_visible_line_start [115]
0.00 0.00 7099/491552 Fnext_single_char_property_change <cycle 4> [172]
0.00 0.00 8268/491552 handle_invisible_prop [188]
0.00 0.00 8299/491552 handle_fontified_prop <cycle 4> [203]
0.00 0.00 8574/491552 x_produce_glyphs [75]
0.00 0.00 10310/491552 get_local_map [157]
0.00 0.00 11654/491552 handle_line_prefix [193]
0.00 0.00 18458/491552 compute_display_string_pos <cycle 4> [182]
0.00 0.00 23473/491552 handle_display_prop [174]
0.00 0.07 383280/491552 face_for_char [10]
[38] 2.7 0.00 0.09 491552 get_char_property_and_overlay [38]
0.00 0.03 491552/604538 Ftext_properties_at [58]
0.00 0.02 491552/1234730 lookup_char_property [43]
0.02 0.00 469859/486395 overlays_at [90]
0.01 0.00 469859/480169 sort_overlays [140]
0.00 0.00 939718/960338 set_buffer_temp [613]
0.00 0.00 491552/1180788 textget [611]
0.00 0.00 8242/72320 Fcar [641]
-----------------------------------------------
1 funcall_not <cycle 4> [1577]
14 eval_sub <cycle 4> [189]
28 call4 <cycle 4> [1217]
38 call3 <cycle 4> [1202]
59 run_hook_wrapped_funcall <cycle 4> [1160]
1023 Ffuncall_interactively <cycle 4> [974]
1023 Fcall_interactively <cycle 4> [258]
1052 Fcommandp <cycle 4> [538]
1399 bcall0 <cycle 4> [873]
1693 call2 <cycle 4> [862]
2845 call1 <cycle 4> [794]
3052 funcall_nil <cycle 4> [784]
3542 Fapply <cycle 4> [762]
6376 internal_condition_case_n <cycle 4> [709]
8164 call0 <cycle 4> [722]
148367 exec_byte_code <cycle 4> [143]
[39] 2.6 0.02 0.06 178676 Ffuncall <cycle 4> [39]
0.00 0.02 634/634 Fparse_partial_sexp [78]
0.00 0.01 6128/7233 Fframe_parameter [99]
0.00 0.01 1070/2457 Ffind_file_name_handler [105]
0.00 0.01 1186/1192 Fwindow_buffer [160]
0.00 0.00 1069/1069 Fwindow_parameter [165]
0.00 0.00 2020/2020 Fline_beginning_position [173]
0.00 0.00 672/672 Fre_search_forward [214]
0.00 0.00 519/519 Fline_end_position [223]
0.00 0.00 2095/2095 Fcoding_system_eol_type [241]
0.00 0.00 2020/2020 Fface_font [242]
0.00 0.00 380/380 string_match_1 [249]
0.00 0.00 1556/56861 concat [111]
0.00 0.00 516/516 skip_syntaxes [265]
0.00 0.00 183/183 read_internal_start [271]
0.00 0.00 23/3897 Fputhash [67]
0.00 0.00 519/2539 Fconstrain_to_field [233]
0.00 0.00 1390/1515 Fvector [286]
0.00 0.00 1350/1350 Fmake_byte_code [294]
0.00 0.00 2000/2000 Fwindow_scroll_bars [306]
0.00 0.00 2104/2104 Fbacktrace_frame [318]
0.00 0.00 1119/91832 Fget_text_property [156]
0.00 0.00 118/118 Ftext_property_any [325]
0.00 0.00 6268/3266575 Fcons [62]
0.00 0.00 1119/1234730 lookup_char_property [43]
0.00 0.00 1088/2809 Fassoc [288]
0.00 0.00 2/2 Ffloat_time [340]
0.00 0.00 20/20 Fsearch_forward [361]
0.00 0.00 6/6 Finternal_char_font [368]
0.00 0.00 1/214 make_float [162]
0.00 0.00 1022/1383 list3 [366]
0.00 0.00 119/887 Ffont_spec [289]
0.00 0.00 123/7829 Fmake_vector [230]
0.00 0.00 58/48808 Fcopy_sequence [122]
0.00 0.00 22/384231 Fassoc_string [33]
0.00 0.00 3/3 Ftry_completion [410]
0.00 0.00 124/2294 Fintern [301]
0.00 0.00 41/6143931 Fgethash [21]
0.00 0.00 145/1186 Fmatch_data [348]
0.00 0.00 2/7160 Fframe_parameters [101]
0.00 0.00 22/22 Finternal_get_lisp_face_attribute [431]
0.00 0.00 4/4 looking_at_1 [433]
0.00 0.00 59/1439 Fremove_list_of_text_properties [321]
0.00 0.00 11/11 Fdelete [436]
0.00 0.00 2/2 Fset_charset_priority [439]
0.00 0.00 4/4 scan_lists [440]
0.00 0.00 16/16 Fcoding_system_base [451]
0.00 0.00 9/9 Fframe_list [452]
0.00 0.00 23/1535738 Fcompare_strings [34]
0.00 0.00 49/291575 Fplist_get [141]
0.00 0.00 11/11 Fcoding_system_plist [462]
0.00 0.00 106/1702 list2 [382]
0.00 0.00 82/5372 Finternal_merge_in_global_face [327]
0.00 0.00 1/4 Fget_load_suffixes [429]
0.00 0.00 1/1 Fx_wm_set_size_hint [480]
0.00 0.00 3/37 Fdefalias [403]
0.00 0.00 2156/2156 Fwindow_frame [485]
0.00 0.00 2000/2000 Fwindow_pixel_top [489]
0.00 0.00 2000/2000 Fwindow_pixel_left [488]
0.00 0.00 2/4 Fcheck_coding_system [471]
0.00 0.00 7/2010 window_list_1 [296]
0.00 0.00 1/1 Fset_keyboard_coding_system_internal [503]
0.00 0.00 1/1 Fset_terminal_coding_system_internal [504]
0.00 0.00 9/9 time_arith [506]
0.00 0.00 9/9 Fterminal_parameter [507]
0.00 0.00 3/10 Fcoding_system_p [469]
0.00 0.00 2/2 file_attributes [513]
0.00 0.00 1020/1020 Fwindow_pixel_width [514]
0.00 0.00 1012/1012 Fwindow_pixel_height [515]
0.00 0.00 4/4 Fintern_soft [522]
0.00 0.00 1/1 Fcopy_keymap [525]
0.00 0.00 6/6 Fxw_color_values [530]
0.00 0.00 3/3 Fset_terminal_parameter [532]
0.00 0.00 2/2 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 3/3 Fbackward_prefix_chars [537]
0.00 0.00 196/33461 Fboundp [376]
0.00 0.00 1/1 Fcharsetp [550]
0.00 0.00 129/4336 Fput [430]
0.00 0.00 2/2 Fautoload [554]
0.00 0.00 6/6 Fframe_or_buffer_changed_p [556]
0.00 0.00 2/7 Fcurrent_time [516]
0.00 0.00 6/6 Fx_selection_exists_p [569]
0.00 0.00 1/7672938 Fnreverse [28]
0.00 0.00 3/3 Fterminal_list [570]
0.00 0.00 1/965 list4 [364]
0.00 0.00 90/90 Fwindow_left_child [575]
0.00 0.00 90/90 Fwindow_top_child [576]
0.00 0.00 88/88 Fwindow_minibuffer_p [577]
0.00 0.00 1/215 Fsafe_length [428]
0.00 0.00 20/4355 Fplist_put [448]
0.00 0.00 24/24 Fwindow_next_sibling [590]
0.00 0.00 20/20 Fwindow_parent [591]
0.00 0.00 2/2 Fset_window_new_total [595]
0.00 0.00 2/2 Fwindow_new_total [596]
0.00 0.00 1/1042 Fcurrent_window_configuration [502]
0.00 0.00 2/2 next_window [599]
0.00 0.00 178676/195141 record_in_backtrace [633]
0.00 0.00 6226/1364726 Fcdr [610]
0.00 0.00 6207/6207 Fterminal_live_p [736]
0.00 0.00 4273/19327 arith_driver [672]
0.00 0.00 3179/3179 Fvectorp [771]
0.00 0.00 3126/11602 Findirect_function [695]
0.00 0.00 3094/3094 Fframe_char_height [777]
0.00 0.00 3066/3066 Fselected_window [783]
0.00 0.00 3020/622091 indirect_function [620]
0.00 0.00 2072/6179 Fdefault_value [738]
0.00 0.00 2048/10234 Fplus [700]
0.00 0.00 2042/3042 Frun_hook_with_args [785]
0.00 0.00 2040/2040 Fwindow_vscroll [838]
0.00 0.00 2040/2040 Fwindow_hscroll [837]
0.00 0.00 2020/2020 Ffloatp [842]
0.00 0.00 1571/1571 Fpurecopy [869]
0.00 0.00 1460/7766 do_pending_atimers [724]
0.00 0.00 1460/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1352/5788 Fvconcat [739]
0.00 0.00 1225/1225 Flogand [889]
0.00 0.00 1225/1225 Flsh [890]
0.00 0.00 1192/1217 Fbuffer_modified_p [891]
0.00 0.00 1119/1180788 textget [611]
0.00 0.00 1100/1135 Fframep [899]
0.00 0.00 1081/1081 Fframe_live_p [920]
0.00 0.00 1063/1063 Fwindow_live_p [931]
0.00 0.00 1062/1062 Fframe_char_width [932]
0.00 0.00 1054/1054 Fsubrp [938]
0.00 0.00 1052/1052 Frun_hook_with_args_until_success [940]
0.00 0.00 1035/1035 Foverlayp [949]
0.00 0.00 1023/1023 Farrayp [973]
0.00 0.00 1022/1022 Fwindow_header_line_height [977]
0.00 0.00 1022/1022 Fwindow_margins [978]
0.00 0.00 1022/1022 Fwindow_fringes [976]
0.00 0.00 1021/1021 Fx_hide_tip [985]
0.00 0.00 1020/1020 Fset_window_vscroll [992]
0.00 0.00 1020/1020 Fabs [991]
0.00 0.00 1000/1169 Fminus [897]
0.00 0.00 1000/1000 Fwindow_body_height [999]
0.00 0.00 1000/1000 Fwindow_body_width [1000]
0.00 0.00 1000/5124 Fmarker_position [743]
0.00 0.00 1000/1000 Fwindow_start [1001]
0.00 0.00 1000/1000 Fborder_width [997]
0.00 0.00 516/516 Fskip_syntax_forward [1046]
0.00 0.00 380/380 Fstring_match [1058]
0.00 0.00 377/377 Fkeymapp [1060]
0.00 0.00 262/262 Fwindow_valid_p [1071]
0.00 0.00 190/6779 Ffboundp [730]
0.00 0.00 183/183 Fread [1081]
0.00 0.00 145/146 Fappend [1095]
0.00 0.00 145/1186 Fset_match_data [894]
0.00 0.00 123/123 Fset_syntax_table [1105]
0.00 0.00 120/539 intern_sym [1042]
0.00 0.00 120/120 Fsyntax_table [1111]
0.00 0.00 119/121 Fmake_sparse_keymap [1108]
0.00 0.00 118/132 Fkeymap_prompt [1104]
0.00 0.00 115/119 Ffile_name_absolute_p [1112]
0.00 0.00 109/49690 make_specified_string [652]
0.00 0.00 95/95 Fbuffer_name [1133]
0.00 0.00 82/72320 Fcar [641]
0.00 0.00 78/78 Fwindowp [1140]
0.00 0.00 61/63 Fregexp_quote [1148]
0.00 0.00 59/557 Fconcat [1036]
0.00 0.00 59/59 Frun_hook_wrapped [1158]
0.00 0.00 59/59 Fdecode_coding_string [1156]
0.00 0.00 59/79 Fmake_marker [1138]
0.00 0.00 53/53 Fstringp [1171]
0.00 0.00 50/50 Fframe_root_window [1174]
0.00 0.00 45/45 rounding_driver [1187]
0.00 0.00 44/44 Fceiling [1188]
0.00 0.00 44/1443 Ffunctionp [872]
0.00 0.00 41/209 Fdefault_boundp [1077]
0.00 0.00 36/36 Fx_display_color_cells [1206]
0.00 0.00 34/1091 Fdelq [915]
0.00 0.00 33/33 Fforce_mode_line_update [1211]
0.00 0.00 32/32 Fframe_selected_window [1212]
0.00 0.00 29/29 Fselected_frame [1216]
0.00 0.00 28/2583 Flocal_variable_p [801]
0.00 0.00 28/35 Fwindow_system [1209]
0.00 0.00 24/24 Fminibuffer_window [1222]
0.00 0.00 22/22 Fwindow_bottom_divider_width [1224]
0.00 0.00 22/22 Fwindow_scroll_bar_height [1227]
0.00 0.00 22/22 Fwindow_right_divider_width [1226]
0.00 0.00 22/22 Fwindow_scroll_bar_width [1228]
0.00 0.00 22/22 emacs_readlinkat [1230]
0.00 0.00 21/21 Fframe_visible_p [1231]
0.00 0.00 20/20 Factive_minibuffer_window [1234]
0.00 0.00 17/17 Fprefix_numeric_value [1263]
0.00 0.00 17/17 Fcurrent_message [1261]
0.00 0.00 15/593 Fbuffer_live_p [1029]
0.00 0.00 14/14 Fmultibyte_string_p [1274]
0.00 0.00 13/49 xrdb_get_resource [1180]
0.00 0.00 13/13 Fx_get_resource [1277]
0.00 0.00 13/16 Ffeaturep [1270]
0.00 0.00 13/18192 list1 [678]
0.00 0.00 12/91 Fxw_display_color_p [1135]
0.00 0.00 12/12 read_file_name [1286]
0.00 0.00 12/12 Fcurrent_global_map [1284]
0.00 0.00 11/11 Fgetenv_internal [1290]
0.00 0.00 11/16 Fbuffer_file_name [1268]
0.00 0.00 10/10 Flocal_variable_if_set_p [1297]
0.00 0.00 10/2126 Frassq [824]
0.00 0.00 10/10 Finit_image_library [1296]
0.00 0.00 9/9 Ftime_less_p [1317]
0.00 0.00 9/9 Ftime_add [1316]
0.00 0.00 8/8 Fformat [1325]
0.00 0.00 8/8 Fframe_terminal [1326]
0.00 0.00 7/7 Fwindow_list_1 [1335]
0.00 0.00 6/2127 Fnconc [823]
0.00 0.00 6/6 Finternal_show_cursor [1347]
0.00 0.00 6/6 Fselect_frame [1349]
0.00 0.00 6/6 Fx_register_dnd_atom [1351]
0.00 0.00 6/6 Fbuffer_base_buffer [1343]
0.00 0.00 5/5 Fsort [1373]
0.00 0.00 5/1919225 Fsymbol_name [606]
0.00 0.00 5/5 Fuse_local_map [1375]
0.00 0.00 5/5 Fsymbolp [1374]
0.00 0.00 5/5 Fset_buffer_modified_p [1371]
0.00 0.00 4/4 Fscan_sexps [1399]
0.00 0.00 4/2066 Fbuffer_local_value [830]
0.00 0.00 4/4 Ftty_top_frame [1403]
0.00 0.00 4/9 keymap_parent [1321]
0.00 0.00 4/4 Fkeymap_parent [1395]
0.00 0.00 4/4 Flooking_at [1396]
0.00 0.00 4/1071 Freverse [928]
0.00 0.00 4/4 Fprocess_list [1397]
0.00 0.00 3/3 Fset_frame_selected_window [1436]
0.00 0.00 3/134 Fselect_window [1101]
0.00 0.00 3/4 Fset_keymap_parent [1401]
0.00 0.00 3/3 Fset_window_next_buffers [1438]
0.00 0.00 3/3 Fset_window_prev_buffers [1439]
0.00 0.00 3/3 Fgenerate_new_buffer_name [1434]
0.00 0.00 3/3 Fprocessp [1435]
0.00 0.00 3/3 Fchar_table_parent [1432]
0.00 0.00 3/3 Fwindow_next_buffers [1443]
0.00 0.00 3/3 Fwindow_prev_buffers [1444]
0.00 0.00 3/3 Fbufferp [1431]
0.00 0.00 3/5 Fset_buffer_multibyte [1372]
0.00 0.00 3/3 Fdaemonp [1433]
0.00 0.00 3/3 Fstandard_syntax_table [1440]
0.00 0.00 2/2 Fx_change_window_property [1483]
0.00 0.00 2/2 Fnext_window [1479]
0.00 0.00 2/2 Fset_char_table_parent [1480]
0.00 0.00 2/2 Fcar_less_than_car [1474]
0.00 0.00 2/2 Ftty_type [1482]
0.00 0.00 2/4774 Fget_buffer [746]
0.00 0.00 2/590 Fsubstitute_command_keys [1030]
0.00 0.00 2/2 Fbyte_code_function_p [1472]
0.00 0.00 2/3 Fuser_login_name [1441]
0.00 0.00 2/2 Fkeywordp [1476]
0.00 0.00 2/4 Fsystem_name [1402]
0.00 0.00 1/1 Fposn_at_x_y [1542]
0.00 0.00 1/1 Ftool_bar_height [1550]
0.00 0.00 1/1 Ffunction_equal [1536]
0.00 0.00 1/1 Fdelete_frame [1530]
0.00 0.00 1/1 Fframe_after_make_frame [1535]
0.00 0.00 1/1 Fwindow_resize_apply_total [1556]
0.00 0.00 1/1 Fround [1545]
0.00 0.00 1/1 Fset_input_meta_mode [1547]
0.00 0.00 1/1 Ffloat [1533]
0.00 0.00 1/1 Fcurrent_bidi_paragraph_direction [1528]
0.00 0.00 1/2318 Finternal_show_cursor_p [810]
0.00 0.00 1/1 Fbuffer_size [1527]
0.00 0.00 1/6 Frestore_buffer_modified_p [1348]
0.00 0.00 1/1 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/1 Flocale_info [1538]
0.00 0.00 1/6 make_process [1358]
0.00 0.00 1/6 Fget_buffer_process [1346]
0.00 0.00 1/1 Femacs_pid [1532]
0.00 0.00 1/1 Fmax_char [1540]
0.00 0.00 1/2 Fbyteorder [1473]
0.00 0.00 1/1 Finvocation_name [1537]
0.00 0.00 1/1 Fuser_real_login_name [1552]
0.00 0.00 1/1 Fcurrent_input_mode [1529]
66379 funcall_lambda <cycle 4> [126]
49009 exec_byte_code <cycle 4> [143]
23704 unbind_to <cycle 4> [285]
5332 Feval <cycle 4> [234]
3155 Fcommandp <cycle 4> [538]
2436 Fapply <cycle 4> [762]
1321 Finternal_set_lisp_face_attribute <cycle 4> [229]
1064 Fput_text_property <cycle 4> [929]
1023 Ffuncall_interactively <cycle 4> [974]
1023 Fcall_interactively <cycle 4> [258]
1020 Fvertical_motion <cycle 4> [168]
1000 Fline_pixel_height <cycle 4> [998]
729 Fset_fontset_font <cycle 4> [60]
543 Fmacroexpand <cycle 4> [375]
123 Fexpand_file_name <cycle 4> [164]
118 Fmap_keymap <cycle 4> [1113]
91 Ffile_name_nondirectory <cycle 4> [237]
59 code_convert_string <cycle 4> [273]
53 Fmake_local_variable <cycle 4> [367]
51 Fgarbage_collect <cycle 4> [40]
49 Ffile_name_as_directory <cycle 4> [262]
43 Flookup_key <cycle 4> [760]
41 Ffile_directory_p <cycle 4> [269]
40 Frun_hooks <cycle 4> [1195]
40 Fsignal <cycle 4> [411]
38 Ffile_name_directory <cycle 4> [266]
36 Fmapcar <cycle 4> [456]
31 Fset_default <cycle 4> [178]
28 Fdirectory_file_name <cycle 4> [250]
27 Ffile_symlink_p <cycle 4> [282]
24 Fload <cycle 4> [401]
23 Fdefine_key <cycle 4> [350]
22 Fwindow_mode_line_height <cycle 4> [1225]
20 Fcommand_error_default_function <cycle 4> [1236]
17 current_message <cycle 4> [1098]
16 Fbuffer_list <cycle 4> [1269]
14 Ffile_readable_p <cycle 4> [313]
10 Fwhere_is_internal <cycle 4> [270]
10 Fimage_mask_p <cycle 4> [1295]
9 call2 <cycle 4> [862]
8 styled_format <cycle 4> [355]
6 select_window <cycle 4> [510]
6 Fthrow <cycle 4> [1350]
6 do_switch_frame <cycle 4> [1328]
5 Fkill_local_variable <cycle 4> [547]
3 Finsert_file_contents <cycle 4> [336]
3 Fmodify_frame_parameters <cycle 4> [1370]
3 merge <cycle 4> [1453]
3 Fkill_buffer <cycle 4> [499]
3 Fget_buffer_create <cycle 4> [458]
2 Fautoload_do_load <cycle 4> [543]
2 Fmessage <cycle 4> [1478]
2 Fset_coding_system_priority <cycle 4> [460]
2 Feval_buffer <cycle 4> [454]
2 Flocate_file_internal <cycle 4> [1477]
2 Fkey_description <cycle 4> [338]
2 Fnew_fontset <cycle 4> [463]
2 Ffile_attributes <cycle 4> [398]
2 text_quoting_style <cycle 4> [523]
2 Ffile_exists_p <cycle 4> [383]
2 Fkill_all_local_variables <cycle 4> [539]
1 Frun_hook_with_args_until_failure <cycle 4> [1398]
1 Fpropertize <cycle 4> [492]
1 Fremove_text_properties <cycle 4> [566]
1 Fmapconcat <cycle 4> [521]
1 Fx_open_connection <cycle 4> [1558]
1 make_lispy_position <cycle 4> [541]
1 Fposn_at_point <cycle 4> [1541]
1 Fmapc <cycle 4> [1539]
1 delete_frame <cycle 4> [450]
1 Fkill_emacs <cycle 4> [588]
1 Fset_window_configuration <cycle 4> [432]
1 Ffile_accessible_directory_p <cycle 4> [421]
1 Fmake_frame_visible <cycle 4> [562]
1 Fx_create_frame <cycle 4> [384]
1 Fredraw_frame <cycle 4> [1544]
1 Fundo_boundary <cycle 4> [1551]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
51 Ffuncall <cycle 4> [39]
65 exec_byte_code <cycle 4> [143]
[40] 2.3 0.00 0.07 118 Fgarbage_collect <cycle 4> [40]
0.03 0.01 118/118 sweep_vectors [52]
0.02 0.00 118/118 sweep_conses [81]
0.00 0.01 186636/186636 mark_maybe_object [161]
0.00 0.00 141927/349297 mem_find [131]
0.00 0.00 118/214 make_float [162]
0.00 0.00 944/965 list4 [364]
0.00 0.00 118/118 sweep_strings [365]
0.00 0.00 1298/3266575 Fcons [62]
0.00 0.00 354/1383 list3 [366]
0.00 0.00 118/10181 Flist [264]
0.00 0.00 118/118 sweep_misc [473]
0.00 0.00 1145/8211 sweep_buffers [558]
0.00 0.00 1587/2931 Fsuspicious_object [791]
0.00 0.00 236/12473 gettime [693]
0.00 0.00 118/195141 record_in_backtrace [633]
0.00 0.00 118/118 shrink_regexp_cache [1120]
0.00 0.00 118/118 mark_fringe_data [1115]
0.00 0.00 118/118 sweep_floats [1121]
0.00 0.00 118/118 sweep_symbols [1123]
0.00 0.00 118/118 sweep_intervals [1122]
0.00 0.00 118/118 relocate_byte_stack [1118]
0.00 0.00 118/638667 unblock_input_to [618]
0.00 0.00 118/638619 unblock_input [619]
0.00 0.00 118/311674 grow_specpdl [632]
0.00 0.00 118/2173 record_unwind_protect_void [819]
0.00 0.00 118/118 total_bytes_of_live_objects [1125]
0.00 0.00 118/18247 timespec_sub [676]
0.00 0.00 39/7766 do_pending_atimers [724]
0.00 0.00 39/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 2/3384 xrealloc [765]
1320852 mark_object <cycle 4> [30]
5717 mark_vectorlike <cycle 4> [85]
1062 mark_char_table <cycle 4> [42]
821 compact_buffer <cycle 4> [1020]
585 mark_buffer <cycle 4> [939]
121 mark_image_cache <cycle 4> [1109]
118 mark_specpdl <cycle 4> [1117]
118 xg_mark_data <cycle 4> [1126]
118 mark_kboards <cycle 4> [1116]
118 sweep_weak_hash_tables <cycle 4> [1124]
118 unbind_to <cycle 4> [285]
118 push_message <cycle 4> [464]
-----------------------------------------------
0.00 0.00 1/3072176 fontset_from_font <cycle 4> [345]
0.00 0.00 2/3072176 exec_byte_code <cycle 4> [143]
0.00 0.00 2/3072176 Fnew_fontset <cycle 4> [463]
0.00 0.00 24/3072176 process_tool_bar_item <cycle 4> [287]
0.00 0.00 118/3072176 font_prop_validate_symbol [405]
0.00 0.00 346/3072176 ftfont_list [208]
0.00 0.00 686/3072176 font_parse_family_registry [335]
0.00 0.00 822/3072176 Fset_fontset_font <cycle 4> [60]
0.00 0.00 895/3072176 fs_query_fontset [311]
0.07 0.00 3069280/3072176 Fcompare_strings [34]
[41] 2.2 0.07 0.00 3072176 casify_object [41]
0.00 0.00 2866/48808 Fcopy_sequence [122]
0.00 0.00 30/195 make_multibyte_string [1078]
-----------------------------------------------
293122 mark_char_table <cycle 4> [42]
1062 Fgarbage_collect <cycle 4> [40]
2799 mark_vectorlike <cycle 4> [85]
4957 mark_object <cycle 4> [30]
[42] 2.2 0.07 0.00 8818+293122 mark_char_table <cycle 4> [42]
13271192 mark_object <cycle 4> [30]
65544 mark_vectorlike <cycle 4> [85]
293122 mark_char_table <cycle 4> [42]
-----------------------------------------------
0.00 0.00 1119/1234730 Ffuncall <cycle 4> [39]
0.00 0.00 1174/1234730 Ftext_property_any [325]
0.00 0.00 4995/1234730 offset_intervals [253]
0.00 0.00 5572/1234730 verify_interval_modification [255]
0.00 0.00 8268/1234730 face_at_buffer_position [184]
0.00 0.00 9102/1234730 Fget_pos_property [176]
0.00 0.00 10330/1234730 handle_invisible_prop [188]
0.00 0.00 19412/1234730 text_property_stickiness [187]
0.00 0.00 48947/1234730 get_property_and_range [158]
0.00 0.00 63013/1234730 face_at_string_position [79]
0.00 0.01 157779/1234730 compute_stop_pos [53]
0.00 0.02 413467/1234730 Fnext_single_property_change [73]
0.00 0.02 491552/1234730 get_char_property_and_overlay [38]
[43] 2.1 0.01 0.06 1234730 lookup_char_property [43]
0.05 0.00 1195750/1409718 Fassq [45]
0.01 0.00 171392/291575 Fplist_get [141]
0.00 0.00 1337193/1364726 Fcdr [610]
-----------------------------------------------
1681 x_write_glyphs <cycle 4> [863]
2028 draw_phys_cursor_glyph <cycle 4> [841]
[44] 2.0 0.01 0.05 3709 draw_glyphs <cycle 4> [44]
0.05 0.00 3644/3644 _init [47]
0.00 0.00 95563/96119 x_get_glyph_overhangs [183]
0.00 0.00 7315/7315 fill_glyph_string [240]
0.00 0.00 6821/7315 x_compute_glyph_string_overhangs [299]
0.00 0.00 7315/7315 set_glyph_string_background_width [727]
0.00 0.00 7315/7315 init_glyph_string [726]
0.00 0.00 3148/15532 window_box_left [683]
0.00 0.00 3148/39509 window_box_width [653]
7315 x_draw_glyph_string <cycle 4> [330]
2047 show_hourglass <cycle 4> [180]
-----------------------------------------------
0.00 0.00 1/1409718 x_set_screen_gamma [526]
0.00 0.00 1/1409718 Fx_create_frame <cycle 4> [384]
0.00 0.00 2/1409718 save_window_save [441]
0.00 0.00 2/1409718 Fset_window_configuration <cycle 4> [432]
0.00 0.00 2/1409718 Fprovide [531]
0.00 0.00 3/1409718 uniprop_table [548]
0.00 0.00 3/1409718 Fset_terminal_parameter [532]
0.00 0.00 3/1409718 Fkill_local_variable <cycle 4> [547]
0.00 0.00 4/1409718 realize_basic_faces [316]
0.00 0.00 6/1409718 Fframe_parameters [101]
0.00 0.00 9/1409718 Fterminal_parameter [507]
0.00 0.00 19/1409718 eval_sub <cycle 4> [189]
0.00 0.00 56/1409718 store_frame_param [438]
0.00 0.00 57/1409718 get_frame_param [445]
0.00 0.00 74/1409718 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 101/1409718 x_get_arg [426]
0.00 0.00 543/1409718 Fmacroexpand <cycle 4> [375]
0.00 0.00 627/1409718 Fmake_local_variable <cycle 4> [367]
0.00 0.00 999/1409718 offset_intervals [253]
0.00 0.00 1056/1409718 Ffont_get [341]
0.00 0.00 1069/1409718 Fwindow_parameter [165]
0.00 0.00 1547/1409718 exec_byte_code <cycle 4> [143]
0.00 0.00 4126/1409718 lookup_fringe_bitmap [227]
0.00 0.00 7230/1409718 Fframe_parameter [99]
0.00 0.00 10310/1409718 text_property_stickiness [187]
0.01 0.00 186118/1409718 store_in_alist [119]
0.05 0.00 1195750/1409718 lookup_char_property [43]
[45] 1.9 0.06 0.00 1409718 Fassq [45]
0.00 0.00 80/7766 do_pending_atimers [724]
0.00 0.00 80/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.06 0.00 12567953/12567953 char_table_ref [35]
[46] 1.9 0.06 0.00 12567953 sub_char_table_ref [46]
-----------------------------------------------
0.05 0.00 3644/3644 draw_glyphs <cycle 4> [44]
[47] 1.6 0.05 0.00 3644 _init [47]
0.00 0.00 494/7315 x_compute_glyph_string_overhangs [299]
-----------------------------------------------
0.00 0.00 1/6195131 x_make_frame_visible <cycle 4> [479]
0.00 0.00 1/6195131 x_clipboard_manager_save_all [589]
0.00 0.00 1/6195131 font_match_p [578]
0.00 0.00 1/6195131 font_put_frame_data [574]
0.00 0.00 3/6195131 xfont_list_pattern [252]
0.00 0.00 3/6195131 ftfont_spec_pattern [292]
0.00 0.00 6/6195131 Fx_selection_exists_p [569]
0.00 0.00 8/6195131 xftfont_open [408]
0.00 0.00 578/6195131 ftfont_list [208]
0.00 0.00 1838/6195131 xfont_list [245]
0.00 0.00 2967/6195131 font_put_extra [326]
0.00 0.00 5299/6195131 get_lface_attributes [225]
0.00 0.00 6562/6195131 set_internal [113]
0.00 0.00 7229/6195131 lface_from_face_name_no_resolve [334]
0.00 0.00 8339/6195131 font_get_frame_data [331]
0.00 0.00 13671/6195131 swap_in_symval_forwarding [303]
0.00 0.00 16115/6195131 apply_modifiers [97]
0.05 0.00 6132509/6195131 ftfont_lookup_cache [19]
[48] 1.6 0.05 0.00 6195131 assq_no_quit [48]
-----------------------------------------------
0.00 0.00 12/41543 font_rescale_ratio [394]
0.00 0.00 31/41543 Ffind_operation_coding_system [352]
0.00 0.00 40/41543 fs_query_fontset [311]
0.00 0.01 11453/41543 Ffind_file_name_handler [105]
0.00 0.03 30007/41543 find_font_encoding [64]
[49] 1.5 0.00 0.05 41543 fast_string_match_internal [49]
0.00 0.03 41543/42527 re_search [63]
0.00 0.01 41543/51282 compile_pattern [95]
-----------------------------------------------
0.00 0.00 2/385139 fontset_from_font <cycle 4> [345]
0.00 0.00 808/385139 font_list_entities [25]
0.00 0.00 1037/385139 font_clear_prop [278]
0.00 0.05 383292/385139 font_find_for_lface [13]
[50] 1.5 0.00 0.05 385139 copy_font_spec [50]
0.00 0.04 385139/396978 allocate_vector [57]
0.01 0.00 770268/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 2772/39513 composition_reseat_it [186]
0.00 0.00 6780/39513 next_element_from_buffer <cycle 4> [98]
0.01 0.01 11363/39513 next_element_from_string <cycle 4> [59]
0.01 0.01 18598/39513 compute_stop_pos [53]
[51] 1.3 0.02 0.02 39513 composition_compute_stop_pos [51]
0.01 0.01 742147/4993256 char_table_ref [35]
0.00 0.01 39498/71295 find_composition [106]
-----------------------------------------------
0.03 0.01 118/118 Fgarbage_collect <cycle 4> [40]
[52] 1.3 0.03 0.01 118 sweep_vectors [52]
0.01 0.00 473369/473369 cleanup_vector [130]
0.00 0.00 7282/349297 mem_find [131]
0.00 0.00 37/1134 lisp_free [362]
0.00 0.00 1510621/1520667 vector_nbytes [609]
0.00 0.00 7319/31463 mem_delete [658]
0.00 0.00 1/1 xftfont_close [1652]
-----------------------------------------------
0.00 0.00 15/18598 reseat <cycle 4> [363]
0.00 0.00 48/18598 resize_mini_window <cycle 4> [310]
0.00 0.00 56/18598 redisplay_window <cycle 4> [116]
0.00 0.00 1020/18598 move_it_to <cycle 4> [171]
0.00 0.00 1020/18598 Fvertical_motion <cycle 4> [168]
0.00 0.00 3001/18598 next_element_from_buffer <cycle 4> [98]
0.00 0.01 3108/18598 start_display <cycle 4> [144]
0.01 0.02 10330/18598 next_element_from_string <cycle 4> [59]
[53] 1.3 0.01 0.03 18598 compute_stop_pos [53]
0.01 0.01 18598/39513 composition_compute_stop_pos [51]
0.00 0.01 157779/1234730 lookup_char_property [43]
0.00 0.00 18598/755707 validate_interval_range [89]
0.00 0.00 11280/724343 find_interval [71]
0.00 0.00 8268/8268 next_overlay_change [260]
0.00 0.00 157779/1180788 textget [611]
0.00 0.00 31555/492511 next_interval [625]
0.00 0.00 28458/72320 Fcar [641]
-----------------------------------------------
0.00 0.00 383285/7282347 face_for_char [10]
0.00 0.00 766561/7282347 fontset_find_font [12]
0.03 0.00 6132501/7282347 font_sort_entities [16]
[54] 1.3 0.04 0.00 7282347 font_has_char [54]
0.00 0.00 1149846/7282347 xftfont_has_char [601]
-----------------------------------------------
0.00 0.00 500/400315 eval_sub <cycle 4> [189]
0.00 0.00 2838/400315 allocate_pseudovector [267]
0.04 0.00 396977/400315 allocate_vector [57]
[55] 1.3 0.04 0.00 400315 Fmake_string [55]
0.00 0.00 7326/71975 xmalloc [642]
0.00 0.00 7326/31638 mem_insert [657]
0.00 0.00 500/54297 make_uninit_multibyte_string [649]
0.00 0.00 48/1335 lisp_malloc [881]
-----------------------------------------------
0.04 0.00 6133883/6133883 hash_lookup [20]
[56] 1.3 0.04 0.00 6133883 cmpfn_equal [56]
-----------------------------------------------
0.00 0.00 1/396978 Fcurrent_window_configuration [502]
0.00 0.00 63/396978 larger_vector [418]
0.00 0.00 170/396978 make_sub_char_table [387]
0.00 0.00 911/396978 Fset_fontset_font <cycle 4> [60]
0.00 0.00 1350/396978 Fmake_byte_code [294]
0.00 0.00 1515/396978 Fvector [286]
0.00 0.00 7829/396978 Fmake_vector [230]
0.00 0.04 385139/396978 copy_font_spec [50]
[57] 1.2 0.00 0.04 396978 allocate_vector [57]
0.04 0.00 396977/400315 Fmake_string [55]
-----------------------------------------------
0.00 0.00 583/604538 make_buffer_string_both [322]
0.00 0.00 1159/604538 display_mode_element <cycle 4> [179]
0.00 0.00 19412/604538 text_property_stickiness [187]
0.00 0.01 91832/604538 Fget_text_property [156]
0.00 0.03 491552/604538 get_char_property_and_overlay [38]
[58] 1.2 0.00 0.04 604538 Ftext_properties_at [58]
0.02 0.00 548528/724343 find_interval [71]
0.00 0.02 604538/755707 validate_interval_range [89]
-----------------------------------------------
65079 get_next_display_element <cycle 4> [9]
[59] 1.1 0.00 0.04 65079 next_element_from_string <cycle 4> [59]
0.01 0.02 10330/18598 compute_stop_pos [53]
0.01 0.01 11363/39513 composition_compute_stop_pos [51]
0.00 0.00 1033/2772 composition_reseat_it [186]
11363 get_visually_first_element <cycle 4> [661]
10330 handle_stop <cycle 4> [96]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
2 fontset_from_font <cycle 4> [345]
147 Fnew_fontset <cycle 4> [463]
729 Ffuncall <cycle 4> [39]
[60] 1.1 0.00 0.04 880 Fset_fontset_font <cycle 4> [60]
0.00 0.03 879/883 find_font_encoding [64]
0.00 0.00 1207/1306 fontset_add [248]
0.00 0.00 879/879 concat3 [274]
0.00 0.00 1085/6640124 hash_lookup [20]
0.00 0.00 759/887 Ffont_spec [289]
0.00 0.00 882/6143931 Fgethash [21]
0.00 0.00 880/880 check_fontset_name [312]
0.00 0.00 911/396978 allocate_vector [57]
0.00 0.00 686/686 font_parse_family_registry [335]
0.00 0.00 822/3072176 casify_object [41]
0.00 0.00 1209/3266575 Fcons [62]
0.00 0.00 31/108 set_fontset_font [356]
0.00 0.00 1/8 font_load_for_lface [337]
0.00 0.00 143/7672938 Fnreverse [28]
0.00 0.00 37/7829 Fmake_vector [230]
0.00 0.00 36/38 Fset_char_table_range [508]
0.00 0.00 880/881 free_realized_fontsets [1019]
0.00 0.00 852/18192 list1 [678]
0.00 0.00 822/2872 Fdowncase [792]
0.00 0.00 806/819 Ffont_xlfd_name [1021]
0.00 0.00 333/72320 Fcar [641]
0.00 0.00 333/1364726 Fcdr [610]
0.00 0.00 171/18705 Fmemq [674]
0.00 0.00 2/2 Fclear_face_cache [1475]
143 map_char_table <cycle 4> [449]
32 map_charset_chars <cycle 4> [372]
1 Fmodify_frame_parameters <cycle 4> [1370]
-----------------------------------------------
0.00 0.00 672/43199 search_buffer [231]
0.01 0.02 42527/43199 re_search [63]
[61] 1.1 0.01 0.03 43199 re_search_2 [61]
0.03 0.00 46365/54928 re_match_2_internal [70]
0.00 0.00 43199/51762 SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
0.00 0.00 27768/27768 re_compile_fastmap [665]
-----------------------------------------------
0.00 0.00 1/3266575 make_frame <cycle 4> [314]
0.00 0.00 1/3266575 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/3266575 x_term_init <cycle 4> [573]
0.00 0.00 1/3266575 x_set_tool_bar_position [571]
0.00 0.00 1/3266575 Fdefine_key <cycle 4> [350]
0.00 0.00 1/3266575 prepare_record [585]
0.00 0.00 2/3266575 save_menu_items [561]
0.00 0.00 2/3266575 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 2/3266575 map_char_table_for_charset [373]
0.00 0.00 2/3266575 Fx_create_frame <cycle 4> [384]
0.00 0.00 2/3266575 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 2/3266575 init_kboard [584]
0.00 0.00 2/3266575 read_char <cycle 2> [14]
0.00 0.00 2/3266575 record_buffer [581]
0.00 0.00 2/3266575 record_first_change [580]
0.00 0.00 2/3266575 record_insert [572]
0.00 0.00 2/3266575 Fautoload [554]
0.00 0.00 2/3266575 font_update_drivers [542]
0.00 0.00 2/3266575 font_put_frame_data [574]
0.00 0.00 2/3266575 Feval_buffer <cycle 4> [454]
0.00 0.00 2/3266575 fontset_find_font [12]
0.00 0.00 2/3266575 fontset_pattern_regexp [579]
0.00 0.00 2/3266575 Fnew_fontset <cycle 4> [463]
0.00 0.00 4/3266575 save_window_save [441]
0.00 0.00 4/3266575 Fterminal_list [570]
0.00 0.00 4/3266575 Ffontp [389]
0.00 0.00 4/3266575 Fload <cycle 4> [401]
0.00 0.00 5/3266575 Finternal_char_font [368]
0.00 0.00 6/3266575 display_mode_element <cycle 4> [179]
0.00 0.00 6/3266575 redisplay_internal [15]
0.00 0.00 6/3266575 Fset_terminal_parameter [532]
0.00 0.00 6/3266575 Fxw_color_values [530]
0.00 0.00 6/3266575 file_attributes [513]
0.00 0.00 6/3266575 fontset_from_font <cycle 4> [345]
0.00 0.00 7/3266575 Fcurrent_time [516]
0.00 0.00 8/3266575 add_window_to_list [560]
0.00 0.00 8/3266575 handle_one_xevent [195]
0.00 0.00 8/3266575 get_keyelt <cycle 4> [535]
0.00 0.00 8/3266575 Fpropertize <cycle 4> [492]
0.00 0.00 8/3266575 font_open_entity [407]
0.00 0.00 8/3266575 readevalloop <cycle 4> [380]
0.00 0.00 9/3266575 font_registry_charsets [251]
0.00 0.00 10/3266575 Fget_buffer_create <cycle 4> [458]
0.00 0.00 10/3266575 Finsert_file_contents <cycle 4> [336]
0.00 0.00 10/3266575 Fprovide [531]
0.00 0.00 10/3266575 lookup_image <cycle 4> [491]
0.00 0.00 12/3266575 make_lispy_position <cycle 4> [541]
0.00 0.00 12/3266575 x_find_image_fd <cycle 4> [545]
0.00 0.00 16/3266575 process_tool_bar_item <cycle 4> [287]
0.00 0.00 16/3266575 Fget_load_suffixes [429]
0.00 0.00 18/3266575 adjust_frame_size <cycle 4> [478]
0.00 0.00 19/3266575 Fcopy_keymap [525]
0.00 0.00 20/3266575 apply_modifiers [97]
0.00 0.00 31/3266575 map_charset_chars <cycle 4> [372]
0.00 0.00 32/3266575 funcall_lambda <cycle 4> [126]
0.00 0.00 35/3266575 openp <cycle 4> [210]
0.00 0.00 36/3266575 parse_modifiers [190]
0.00 0.00 36/3266575 make_blv [505]
0.00 0.00 36/3266575 time_arith [506]
0.00 0.00 42/3266575 Fset_coding_system_priority <cycle 4> [460]
0.00 0.00 46/3266575 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 47/3266575 set_fontset_font [356]
0.00 0.00 48/3266575 store_in_keymap [370]
0.00 0.00 60/3266575 Fsignal <cycle 4> [411]
0.00 0.00 62/3266575 Ffset [455]
0.00 0.00 66/3266575 set_internal [113]
0.00 0.00 72/3266575 map_keymap_char_table_item [483]
0.00 0.00 76/3266575 store_frame_param [438]
0.00 0.00 76/3266575 access_keymap_1 <cycle 4> [93]
0.00 0.00 90/3266575 Fmake_local_variable <cycle 4> [367]
0.00 0.00 101/3266575 menu_bar_item <cycle 4> [470]
0.00 0.00 121/3266575 push_message <cycle 4> [464]
0.00 0.00 128/3266575 Fdefalias [403]
0.00 0.00 137/3266575 Fdefvar <cycle 4> [461]
0.00 0.00 158/3266575 Fput [430]
0.00 0.00 164/3266575 Finternal_make_lisp_face [339]
0.00 0.00 180/3266575 eval_sub <cycle 4> [189]
0.00 0.00 208/3266575 Fset_charset_priority [439]
0.00 0.00 215/3266575 map_char_table <cycle 4> [449]
0.00 0.00 218/3266575 Fplist_put [448]
0.00 0.00 271/3266575 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 329/3266575 read1 <cycle 5> [279]
0.00 0.00 401/3266575 Fsafe_length [428]
0.00 0.00 478/3266575 directory_files_internal <cycle 4> [254]
0.00 0.00 551/3266575 ftfont_lookup_cache [19]
0.00 0.00 881/3266575 code_conversion_save <cycle 4> [402]
0.00 0.00 1021/3266575 command_loop_1 <cycle 2> [23]
0.00 0.00 1023/3266575 Fcall_interactively <cycle 4> [258]
0.00 0.00 1076/3266575 accumulate_script_ranges [399]
0.00 0.00 1209/3266575 Fset_fontset_font <cycle 4> [60]
0.00 0.00 1298/3266575 Fgarbage_collect <cycle 4> [40]
0.00 0.00 1302/3266575 where_is_internal_1 <cycle 4> [121]
0.00 0.00 1380/3266575 update_compositions <cycle 4> [205]
0.00 0.00 1582/3266575 read_list <cycle 5> [388]
0.00 0.00 1702/3266575 list2 [382]
0.00 0.00 1933/3266575 ftfont_pattern_entity [220]
0.00 0.00 1933/3266575 ftfont_list [208]
0.00 0.00 1998/3266575 offset_intervals [253]
0.00 0.00 2000/3266575 Fwindow_scroll_bars [306]
0.00 0.00 2042/3266575 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.00 2104/3266575 Fbacktrace_frame [318]
0.00 0.00 2766/3266575 list3 [366]
0.00 0.00 2895/3266575 list4 [364]
0.00 0.00 3085/3266575 Fkey_binding <cycle 4> [359]
0.00 0.00 3666/3266575 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 3932/3266575 add_properties [344]
0.00 0.00 4010/3266575 window_list_1 [296]
0.00 0.00 4232/3266575 font_put_extra [326]
0.00 0.00 6268/3266575 Ffuncall <cycle 4> [39]
0.00 0.00 6340/3266575 Fparse_partial_sexp [78]
0.00 0.00 8008/3266575 list5 [319]
0.00 0.00 9773/3266575 Fcurrent_active_maps <cycle 4> [155]
0.00 0.00 20951/3266575 exec_byte_code <cycle 4> [143]
0.00 0.00 28696/3266575 Flist [264]
0.00 0.00 243410/3266575 store_in_alist [119]
0.00 0.00 279131/3266575 Fcopy_alist [166]
0.00 0.00 305045/3266575 Fmake_list [112]
0.01 0.00 770268/3266575 copy_font_spec [50]
0.02 0.00 1534750/3266575 font_list_entities [25]
[62] 1.1 0.04 0.00 3266575 Fcons [62]
0.00 0.00 23270/23270 lisp_align_malloc [666]
-----------------------------------------------
0.00 0.00 122/42527 fast_c_string_match_ignore_case [290]
0.00 0.00 380/42527 string_match_1 [249]
0.00 0.00 482/42527 directory_files_internal <cycle 4> [254]
0.00 0.03 41543/42527 fast_string_match_internal [49]
[63] 1.1 0.00 0.03 42527 re_search [63]
0.01 0.02 42527/43199 re_search_2 [61]
-----------------------------------------------
0.00 0.00 1/883 fontset_from_font <cycle 4> [345]
0.00 0.00 3/883 font_registry_charsets [251]
0.00 0.03 879/883 Fset_fontset_font <cycle 4> [60]
[64] 1.1 0.00 0.03 883 find_font_encoding [64]
0.00 0.03 30007/41543 fast_string_match_internal [49]
0.00 0.00 825/6640124 hash_lookup [20]
-----------------------------------------------
497907 bidi_resolve_weak <cycle 4> [622]
[65] 1.1 0.01 0.02 497907 bidi_resolve_explicit <cycle 4> [65]
0.01 0.00 388827/885731 bidi_get_category [84]
0.00 0.01 387794/778158 bidi_paired_bracket_type [102]
0.00 0.01 466842/474378 bidi_find_paragraph_start [148]
466842 bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1560]
1020 Fvertical_motion <cycle 4> [168]
11120 move_it_to <cycle 4> [171]
[66] 1.0 0.01 0.02 12141 move_it_in_display_line_to <cycle 4> [66]
0.01 0.01 359913/480484 x_produce_glyphs [75]
0.00 0.00 10426/11654 handle_line_prefix [193]
0.00 0.00 21/9623 bidi_shelve_cache [704]
359965 get_next_display_element <cycle 4> [9]
347824 set_iterator_to_next <cycle 4> [626]
-----------------------------------------------
0.00 0.00 23/3897 Ffuncall <cycle 4> [39]
0.00 0.00 551/3897 ftfont_lookup_cache [19]
0.00 0.01 1259/3897 where_is_internal_1 <cycle 4> [121]
0.00 0.02 2064/3897 redisplay_internal [15]
[67] 1.0 0.00 0.03 3897 Fputhash [67]
0.03 0.00 1382/1382 hash_put [68]
0.00 0.00 3897/6640124 hash_lookup [20]
0.00 0.00 3897/6147828 CHECK_HASH_TABLE [163]
-----------------------------------------------
0.03 0.00 1382/1382 Fputhash [67]
[68] 0.9 0.03 0.00 1382 hash_put [68]
0.00 0.00 48/63 larger_vector [418]
0.00 0.00 16/7829 Fmake_vector [230]
-----------------------------------------------
0.00 0.00 1/3071721 read_internal_start [271]
0.00 0.00 244/3071721 Fsubstring [385]
0.03 0.00 3071476/3071721 Fcompare_strings [34]
[69] 0.9 0.03 0.00 3071721 validate_subarray [69]
-----------------------------------------------
0.00 0.00 4/54928 looking_at_1 [433]
0.00 0.00 8559/54928 fast_looking_at [149]
0.03 0.00 46365/54928 re_search_2 [61]
[70] 0.9 0.03 0.00 54928 re_match_2_internal [70]
0.00 0.00 24/7766 do_pending_atimers [724]
0.00 0.00 24/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 11/2682 skip_one_char [799]
-----------------------------------------------
0.00 0.00 1/724343 Fremove_text_properties <cycle 4> [566]
0.00 0.00 116/724343 Ftext_property_any [325]
0.00 0.00 999/724343 graft_intervals_into_buffer [123]
0.00 0.00 999/724343 offset_intervals [253]
0.00 0.00 1059/724343 Fremove_list_of_text_properties [321]
0.00 0.00 1062/724343 add_text_properties_1 <cycle 4> [302]
0.00 0.00 2063/724343 verify_interval_modification [255]
0.00 0.00 7007/724343 Fnext_property_change [243]
0.00 0.00 8766/724343 set_point_both [257]
0.00 0.00 11280/724343 compute_stop_pos [53]
0.00 0.00 69171/724343 Fnext_single_property_change [73]
0.00 0.00 73292/724343 get_property_and_range [158]
0.02 0.00 548528/724343 Ftext_properties_at [58]
[71] 0.9 0.03 0.00 724343 find_interval [71]
0.00 0.00 700000/709980 balance_possible_root_interval [616]
-----------------------------------------------
1033 display_mode_line <cycle 4> [360]
22726 display_mode_element <cycle 4> [179]
[72] 0.9 0.02 0.01 23759 display_string <cycle 4> [72]
0.00 0.00 86772/480484 x_produce_glyphs [75]
0.00 0.00 11363/63013 face_at_string_position [79]
0.00 0.00 11363/3082942 string_char_to_byte [603]
109498 get_next_display_element <cycle 4> [9]
86772 set_iterator_to_next <cycle 4> [626]
23759 bidi_init_it <cycle 4> [656]
-----------------------------------------------
0.00 0.00 8268/122142 face_at_buffer_position [184]
0.00 0.00 11363/122142 Fnext_single_char_property_change <cycle 4> [172]
0.00 0.01 39498/122142 find_composition [106]
0.00 0.01 63013/122142 face_at_string_position [79]
[73] 0.9 0.00 0.03 122142 Fnext_single_property_change [73]
0.00 0.02 413467/1234730 lookup_char_property [43]
0.00 0.00 122142/755707 validate_interval_range [89]
0.00 0.00 69171/724343 find_interval [71]
0.00 0.00 413467/1180788 textget [611]
0.00 0.00 389124/492511 next_interval [625]
0.00 0.00 1033/72320 Fcar [641]
-----------------------------------------------
496874 bidi_level_of_next_char <cycle 4> [92]
[74] 0.9 0.01 0.02 496874 bidi_resolve_neutral <cycle 4> [74]
0.01 0.00 496874/885731 bidi_get_category [84]
0.00 0.01 407107/861399 bidi_explicit_dir_char [100]
496874 bidi_resolve_brackets <cycle 4> [623]
-----------------------------------------------
0.00 0.00 1/480484 line_bottom_y <cycle 4> [567]
0.00 0.00 671/480484 show_hourglass <cycle 4> [180]
0.00 0.00 3321/480484 produce_special_glyphs [83]
0.00 0.00 29806/480484 display_line <cycle 4> [197]
0.00 0.00 86772/480484 display_string <cycle 4> [72]
0.01 0.01 359913/480484 move_it_in_display_line_to <cycle 4> [66]
[75] 0.9 0.01 0.02 480484 x_produce_glyphs [75]
0.00 0.01 476197/572316 get_per_char_metric [142]
0.00 0.01 476197/476197 get_char_glyph_code [146]
0.00 0.00 8574/491552 get_char_property_and_overlay [38]
0.00 0.00 8574/449715 Fget_char_property [627]
0.00 0.00 8574/20404 get_it_property [670]
-----------------------------------------------
25371 get_visually_first_element <cycle 4> [661]
41320 face_before_or_after_it_pos <cycle 4> [107]
431216 set_iterator_to_next <cycle 4> [626]
[76] 0.9 0.02 0.01 497907 bidi_move_to_visually_next <cycle 4> [76]
0.00 0.01 4286/4286 bidi_at_paragraph_end [150]
0.00 0.00 498940/962529 bidi_cache_iterator_state [612]
0.00 0.00 5319/30703 bidi_line_init [660]
497907 bidi_level_of_next_char <cycle 4> [92]
-----------------------------------------------
31 echo_area_display <cycle 4> [1214]
56 truncate_undo_list <cycle 4> [1162]
1033 display_mode_element <cycle 4> [179]
[77] 0.8 0.03 0.00 1120 inhibit_garbage_collection <cycle 4> [77]
0.00 0.00 1120/103225 set_internal [113]
1120 store_symval_forwarding <cycle 4> [117]
1120 specbind <cycle 4> [639]
-----------------------------------------------
0.00 0.02 634/634 Ffuncall <cycle 4> [39]
[78] 0.8 0.00 0.02 634 Fparse_partial_sexp [78]
0.00 0.01 634/634 scan_sexps_forward [109]
0.01 0.00 634/636 validate_region [135]
0.00 0.00 634/19444 buf_charpos_to_bytepos [133]
0.00 0.00 6340/3266575 Fcons [62]
0.00 0.00 634/6623 set_point_both [257]
-----------------------------------------------
0.00 0.00 10330/63013 handle_face_prop [152]
0.00 0.00 11363/63013 display_string <cycle 4> [72]
0.00 0.01 41320/63013 face_before_or_after_it_pos <cycle 4> [107]
[79] 0.7 0.00 0.02 63013 face_at_string_position [79]
0.00 0.01 63013/122142 Fnext_single_property_change [73]
0.00 0.00 63013/91832 Fget_text_property [156]
0.00 0.00 63013/1234730 lookup_char_property [43]
0.00 0.00 1033/5377 merge_face_ref <cycle 1> [549]
0.00 0.00 1033/5372 Finternal_merge_in_global_face [327]
0.00 0.00 63013/1180788 textget [611]
0.00 0.00 1033/72320 Fcar [641]
-----------------------------------------------
0.01 0.00 1036/2100 redisplay_window <cycle 4> [116]
0.01 0.00 1064/2100 update_window <cycle 4> [118]
[80] 0.7 0.02 0.00 2100 update_window_fringes [80]
0.00 0.00 8252/8252 lookup_fringe_bitmap [227]
0.00 0.00 2100/11768 window_text_bottom_y [694]
-----------------------------------------------
0.02 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[81] 0.6 0.02 0.00 118 sweep_conses [81]
0.00 0.00 23047/23047 lisp_align_free [235]
-----------------------------------------------
56 resize_mini_window <cycle 4> [310]
56 redisplay_window <cycle 4> [116]
63 x_consider_frame_title <cycle 4> [291]
1033 display_mode_line <cycle 4> [360]
2115 start_display <cycle 4> [144]
[82] 0.6 0.00 0.02 3323 init_iterator <cycle 4> [82]
0.02 0.00 3323/3323 produce_special_glyphs [83]
0.00 0.00 4/6 recompute_basic_faces [323]
0.00 0.00 4580/39509 window_box_width [653]
0.00 0.00 3323/3323 window_display_table [766]
0.00 0.00 3323/11768 window_text_bottom_y [694]
0.00 0.00 2212/22985 bidi_unshelve_cache [667]
0.00 0.00 4/4 free_all_realized_faces [1415]
0.00 0.00 3/20 free_realized_face [1244]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
2212 bidi_init_it <cycle 4> [656]
-----------------------------------------------
0.02 0.00 3323/3323 init_iterator <cycle 4> [82]
[83] 0.6 0.02 0.00 3323 produce_special_glyphs [83]
0.00 0.00 3321/480484 x_produce_glyphs [75]
0.00 0.00 2/2 produce_glyphs [1504]
-----------------------------------------------
0.00 0.00 30/885731 find_first_strong_char <cycle 4> [467]
0.01 0.00 388827/885731 bidi_resolve_explicit <cycle 4> [65]
0.01 0.00 496874/885731 bidi_resolve_neutral <cycle 4> [74]
[84] 0.6 0.02 0.00 885731 bidi_get_category [84]
-----------------------------------------------
409449 mark_vectorlike <cycle 4> [85]
53 mark_specpdl <cycle 4> [1117]
114 mark_localized_symbol <cycle 4> [679]
570 mark_face_cache <cycle 4> [1031]
1054 mark_buffer <cycle 4> [939]
5717 Fgarbage_collect <cycle 4> [40]
65544 mark_char_table <cycle 4> [42]
204381 mark_object <cycle 4> [30]
[85] 0.6 0.02 0.00 277433+409449 mark_vectorlike <cycle 4> [85]
0.00 0.00 63483/63483 mark_save_value [644]
12860715 mark_object <cycle 4> [30]
2799 mark_char_table <cycle 4> [42]
230 mark_buffer <cycle 4> [939]
409449 mark_vectorlike <cycle 4> [85]
-----------------------------------------------
<spontaneous>
[86] 0.6 0.02 0.00 deliver_user_signal [86]
-----------------------------------------------
<spontaneous>
[87] 0.6 0.02 0.00 ftfont_combining_capability [87]
-----------------------------------------------
0.02 0.00 755707/755707 validate_interval_range [89]
[88] 0.6 0.02 0.00 755707 CHECK_STRING_OR_BUFFER [88]
-----------------------------------------------
0.00 0.00 1/755707 Fremove_text_properties <cycle 4> [566]
0.00 0.00 2/755707 set_text_properties [519]
0.00 0.00 118/755707 Ftext_property_any [325]
0.00 0.00 121/755707 copy_text_properties [437]
0.00 0.00 1066/755707 add_text_properties_1 <cycle 4> [302]
0.00 0.00 1439/755707 Fremove_list_of_text_properties [321]
0.00 0.00 7682/755707 Fnext_property_change [243]
0.00 0.00 18598/755707 compute_stop_pos [53]
0.00 0.00 122142/755707 Fnext_single_property_change [73]
0.00 0.02 604538/755707 Ftext_properties_at [58]
[89] 0.6 0.00 0.02 755707 validate_interval_range [89]
0.02 0.00 755707/755707 CHECK_STRING_OR_BUFFER [88]
-----------------------------------------------
0.00 0.00 8268/486395 next_overlay_change [260]
0.00 0.00 8268/486395 face_at_buffer_position [184]
0.02 0.00 469859/486395 get_char_property_and_overlay [38]
[90] 0.6 0.02 0.00 486395 overlays_at [90]
-----------------------------------------------
0.00 0.00 4/384683 font_parse_family_registry [335]
0.00 0.00 58/384683 font_parse_name [349]
0.00 0.00 220/384683 font_parse_xlfd [400]
0.00 0.00 1102/384683 ftfont_pattern_entity [220]
0.00 0.02 383299/384683 font_find_for_lface [13]
[91] 0.6 0.00 0.02 384683 font_intern_prop [91]
0.01 0.00 384543/388914 oblookup [104]
0.00 0.00 384543/777828 check_obarray [127]
0.00 0.00 384543/402252 parse_str_as_multibyte [629]
0.00 0.00 188/49690 make_specified_string [652]
0.00 0.00 188/539 intern_sym [1042]
0.00 0.00 188/188 intern_driver [1080]
-----------------------------------------------
497907 bidi_move_to_visually_next <cycle 4> [76]
[92] 0.6 0.01 0.01 497907 bidi_level_of_next_char <cycle 4> [92]
0.00 0.01 454292/861399 bidi_explicit_dir_char [100]
0.00 0.00 7446/474378 bidi_find_paragraph_start [148]
0.00 0.00 471503/944039 bidi_cache_find [614]
0.00 0.00 462556/962529 bidi_cache_iterator_state [612]
496874 bidi_resolve_neutral <cycle 4> [74]
13644 bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
7843 access_keymap_1 <cycle 4> [93]
2 Fdefine_key <cycle 4> [350]
3913 Flookup_key <cycle 4> [760]
4112 access_keymap <cycle 4> [754]
[93] 0.6 0.00 0.02 8027+7843 access_keymap_1 <cycle 4> [93]
0.01 0.01 15067/16115 apply_modifiers [97]
0.00 0.00 15067/15088 reorder_modifiers [191]
0.00 0.00 76/3266575 Fcons [62]
0.00 0.00 564519/676170 get_keymap [617]
0.00 0.00 349/11256 Faref [697]
0.00 0.00 87/7766 do_pending_atimers [724]
0.00 0.00 87/7535 process_pending_signals <cycle 3> [725]
9464 get_keyelt <cycle 4> [535]
7843 access_keymap_1 <cycle 4> [93]
-----------------------------------------------
390364 bidi_resolve_brackets <cycle 4> [623]
[94] 0.6 0.01 0.01 390364 bidi_find_bracket_pairs <cycle 4> [94]
0.00 0.01 390364/778158 bidi_paired_bracket_type [102]
0.00 0.00 1033/962529 bidi_cache_iterator_state [612]
0.00 0.00 1033/1033 bidi_mirror_char [953]
0.00 0.00 1033/944039 bidi_cache_find [614]
1033 bidi_resolve_weak <cycle 4> [622]
-----------------------------------------------
0.00 0.00 2/51282 directory_files_internal <cycle 4> [254]
0.00 0.00 4/51282 looking_at_1 [433]
0.00 0.00 122/51282 fast_c_string_match_ignore_case [290]
0.00 0.00 380/51282 string_match_1 [249]
0.00 0.00 672/51282 search_buffer [231]
0.00 0.00 8559/51282 fast_looking_at [149]
0.00 0.01 41543/51282 fast_string_match_internal [49]
[95] 0.5 0.00 0.02 51282 compile_pattern [95]
0.01 0.00 27774/27774 re_compile_pattern [132]
0.00 0.01 27774/48808 Fcopy_sequence [122]
0.00 0.00 23508/32302 Fequal [207]
0.00 0.00 123883/126677 Fstring_equal [636]
0.00 0.00 55548/55548 re_set_syntax [646]
0.00 0.00 55548/55548 re_set_whitespace_regexp [647]
0.00 0.00 981/981 re_set_registers [1006]
-----------------------------------------------
15 reseat <cycle 4> [363]
48 resize_mini_window <cycle 4> [310]
56 redisplay_window <cycle 4> [116]
1020 move_it_to <cycle 4> [171]
1020 Fvertical_motion <cycle 4> [168]
3001 next_element_from_buffer <cycle 4> [98]
3108 start_display <cycle 4> [144]
10330 next_element_from_string <cycle 4> [59]
[96] 0.5 0.00 0.02 18598 handle_stop <cycle 4> [96]
0.00 0.01 18598/18598 handle_face_prop [152]
0.00 0.00 18598/18598 handle_composition_prop [177]
0.00 0.00 18598/23473 handle_display_prop [174]
0.00 0.00 18598/18598 handle_invisible_prop [188]
0.00 0.00 8268/8355 get_overlay_strings_1 [718]
18657 handle_fontified_prop <cycle 4> [203]
-----------------------------------------------
0.00 0.00 6/16115 Fdefine_key <cycle 4> [350]
0.00 0.00 21/16115 store_in_keymap [370]
0.00 0.00 1021/16115 modify_event_symbol [217]
0.01 0.01 15067/16115 access_keymap_1 <cycle 4> [93]
[97] 0.5 0.01 0.01 16115 apply_modifiers [97]
0.01 0.00 41203/120134 Fget [103]
0.00 0.00 41203/291575 Fplist_get [141]
0.00 0.00 16115/6195131 assq_no_quit [48]
0.00 0.00 10/2294 Fintern [301]
0.00 0.00 20/3266575 Fcons [62]
0.00 0.00 10/4336 Fput [430]
0.00 0.00 10/54297 make_uninit_multibyte_string [649]
0.00 0.00 4/539 intern_sym [1042]
-----------------------------------------------
3001 next_element_from_buffer <cycle 4> [98]
389887 get_next_display_element <cycle 4> [9]
[98] 0.5 0.00 0.02 389887+3001 next_element_from_buffer <cycle 4> [98]
0.00 0.00 6780/39513 composition_compute_stop_pos [51]
0.00 0.00 3001/18598 compute_stop_pos [53]
0.00 0.00 1739/2772 composition_reseat_it [186]
0.00 0.00 87/8355 get_overlay_strings_1 [718]
6780 get_visually_first_element <cycle 4> [661]
3001 handle_stop <cycle 4> [96]
3001 next_element_from_buffer <cycle 4> [98]
-----------------------------------------------
0.00 0.00 1/7233 delete_frame <cycle 4> [450]
0.00 0.00 2/7233 x_wm_set_size_hint [427]
0.00 0.00 63/7233 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1039/7233 eval_sub <cycle 4> [189]
0.00 0.01 6128/7233 Ffuncall <cycle 4> [39]
[99] 0.5 0.00 0.02 7233 Fframe_parameter [99]
0.00 0.02 7147/7160 Fframe_parameters [101]
0.00 0.00 7230/1409718 Fassq [45]
0.00 0.00 7233/19551 decode_any_frame [671]
-----------------------------------------------
0.00 0.01 407107/861399 bidi_resolve_neutral <cycle 4> [74]
0.00 0.01 454292/861399 bidi_level_of_next_char <cycle 4> [92]
[100] 0.5 0.00 0.02 861399 bidi_explicit_dir_char [100]
0.01 0.01 762134/4993256 char_table_ref [35]
-----------------------------------------------
0.00 0.00 2/7160 Ffuncall <cycle 4> [39]
0.00 0.00 11/7160 eval_sub <cycle 4> [189]
0.00 0.02 7147/7160 Fframe_parameter [99]
[101] 0.5 0.00 0.02 7160 Fframe_parameters [101]
0.00 0.01 186118/186118 store_in_alist [119]
0.00 0.00 7160/7169 Fcopy_alist [166]
0.00 0.00 6/1409718 Fassq [45]
0.00 0.00 64413/1610383 Fsetcdr [608]
0.00 0.00 14314/14316 make_formatted_string [687]
0.00 0.00 7160/19551 decode_any_frame [671]
0.00 0.00 9/17709 make_string [680]
0.00 0.00 6/6 tty_color_name [1364]
-----------------------------------------------
0.00 0.01 387794/778158 bidi_resolve_explicit <cycle 4> [65]
0.00 0.01 390364/778158 bidi_find_bracket_pairs <cycle 4> [94]
[102] 0.5 0.00 0.02 778158 bidi_paired_bracket_type [102]
0.01 0.01 755432/4993256 char_table_ref [35]
-----------------------------------------------
0.00 0.00 1/120134 x_set_screen_gamma [526]
0.00 0.00 1/120134 update_face_from_frame_parameter [512]
0.00 0.00 1/120134 Fcommandp <cycle 4> [538]
0.00 0.00 2/120134 Ffind_operation_coding_system [352]
0.00 0.00 4/120134 Fcheck_coding_system [471]
0.00 0.00 5/120134 reset_buffer_local_variables [482]
0.00 0.00 36/120134 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 37/120134 Fdefalias [403]
0.00 0.00 40/120134 Fsignal <cycle 4> [411]
0.00 0.00 40/120134 print_error_message <cycle 4> [416]
0.00 0.00 82/120134 Finternal_make_lisp_face [339]
0.00 0.00 84/120134 Fmake_char_table [377]
0.00 0.00 625/120134 process_tool_bar_item <cycle 4> [287]
0.00 0.00 1023/120134 Finteractive_form [283]
0.00 0.00 1023/120134 Fcall_interactively <cycle 4> [258]
0.00 0.00 1032/120134 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 1321/120134 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 2062/120134 update_overlay_arrows <cycle 4> [261]
0.00 0.00 2588/120134 exec_byte_code <cycle 4> [143]
0.00 0.00 4092/120134 x_x_to_emacs_modifiers [236]
0.00 0.00 4092/120134 handle_one_xevent [195]
0.00 0.00 4126/120134 lookup_fringe_bitmap [227]
0.00 0.00 4858/120134 store_symval_forwarding <cycle 4> [117]
0.00 0.00 8382/120134 resolve_face_name [206]
0.00 0.00 11453/120134 Ffind_file_name_handler [105]
0.00 0.00 15267/120134 parse_modifiers [190]
0.00 0.00 16654/120134 display_mode_element <cycle 4> [179]
0.01 0.00 41203/120134 apply_modifiers [97]
[103] 0.5 0.02 0.00 120134 Fget [103]
-----------------------------------------------
0.00 0.00 4/388914 Fintern_soft [522]
0.00 0.00 2073/388914 intern_1 [307]
0.00 0.00 2294/388914 Fintern [301]
0.01 0.00 384543/388914 font_intern_prop [91]
[104] 0.5 0.01 0.01 388914 oblookup [104]
0.01 0.00 388914/777828 check_obarray [127]
0.00 0.00 388914/389836 hash_string [630]
-----------------------------------------------
0.00 0.00 1/2457 Ffile_accessible_directory_p <cycle 4> [421]
0.00 0.00 2/2457 Ffile_attributes <cycle 4> [398]
0.00 0.00 2/2457 Fdirectory_files <cycle 4> [397]
0.00 0.00 3/2457 Ffile_exists_p <cycle 4> [383]
0.00 0.00 3/2457 Finsert_file_contents <cycle 4> [336]
0.00 0.00 16/2457 Ffile_readable_p <cycle 4> [313]
0.00 0.00 26/2457 Fsubstitute_in_file_name <cycle 4> [284]
0.00 0.00 27/2457 Ffile_symlink_p <cycle 4> [282]
0.00 0.00 46/2457 Ffile_directory_p <cycle 4> [269]
0.00 0.00 47/2457 Ffile_name_directory <cycle 4> [266]
0.00 0.00 52/2457 Ffile_name_as_directory <cycle 4> [262]
0.00 0.00 71/2457 Fdirectory_file_name <cycle 4> [250]
0.00 0.00 93/2457 Ffile_name_nondirectory <cycle 4> [237]
0.00 0.00 188/2457 openp <cycle 4> [210]
0.00 0.00 810/2457 Fexpand_file_name <cycle 4> [164]
0.00 0.01 1070/2457 Ffuncall <cycle 4> [39]
[105] 0.5 0.00 0.01 2457 Ffind_file_name_handler [105]
0.00 0.01 11453/41543 fast_string_match_internal [49]
0.00 0.00 11453/120134 Fget [103]
0.00 0.00 11453/291575 Fplist_get [141]
0.00 0.00 188/18705 Fmemq [674]
-----------------------------------------------
0.00 0.00 167/71295 lisp_string_width [354]
0.00 0.00 3996/71295 reconsider_clip_changes [228]
0.00 0.00 4161/71295 update_compositions <cycle 4> [205]
0.00 0.00 4875/71295 back_to_previous_visible_line_start [115]
0.00 0.00 18598/71295 handle_composition_prop [177]
0.00 0.01 39498/71295 composition_compute_stop_pos [51]
[106] 0.5 0.00 0.01 71295 find_composition [106]
0.00 0.01 39498/122142 Fnext_single_property_change [73]
0.00 0.01 71295/73292 get_property_and_range [158]
-----------------------------------------------
54749 get_next_display_element <cycle 4> [9]
[107] 0.5 0.00 0.01 54749 face_before_or_after_it_pos <cycle 4> [107]
0.00 0.01 41320/63013 face_at_string_position [79]
41320 bidi_move_to_visually_next <cycle 4> [76]
-----------------------------------------------
56 redisplay_window <cycle 4> [116]
1020 move_it_to <cycle 4> [171]
[108] 0.5 0.01 0.00 1076 move_it_vertically_backward <cycle 4> [108]
0.00 0.00 1885/4905 back_to_previous_visible_line_start [115]
0.00 0.00 2152/9623 bidi_shelve_cache [704]
0.00 0.00 2152/22985 bidi_unshelve_cache [667]
0.00 0.00 1076/3145 default_line_pixel_height [774]
2152 move_it_to <cycle 4> [171]
1770 move_it_by_lines <cycle 4> [758]
1076 reseat_1 <cycle 4> [734]
826 line_bottom_y <cycle 4> [567]
1 window_box_height <cycle 4> [887]
-----------------------------------------------
0.00 0.01 634/634 Fparse_partial_sexp [78]
[109] 0.5 0.00 0.01 634 scan_sexps_forward [109]
0.01 0.01 719157/4993256 char_table_ref [35]
0.00 0.00 634/1154 SETUP_SYNTAX_TABLE [898]
0.00 0.00 576/1364726 Fcdr [610]
0.00 0.00 448/72320 Fcar [641]
-----------------------------------------------
0.00 0.00 59/8001 scan_newline [309]
0.00 0.00 519/8001 find_before_next_newline [224]
0.00 0.00 2538/8001 scan_newline_from_point [170]
0.00 0.01 4885/8001 find_newline_no_quit [145]
[110] 0.4 0.00 0.01 8001 find_newline [110]
0.01 0.00 1041/1041 region_cache_forward [139]
0.00 0.00 8442/19444 buf_charpos_to_bytepos [133]
0.00 0.00 6399/6399 region_cache_backward [732]
0.00 0.00 1600/1822 buf_bytepos_to_charpos [855]
0.00 0.00 510/9473 delete_cache_boundaries [708]
0.00 0.00 510/540 know_region_cache [1041]
0.00 0.00 4/5 new_region_cache [1385]
-----------------------------------------------
0.00 0.00 1/56861 Fmapconcat <cycle 4> [521]
0.00 0.00 1/56861 Fload <cycle 4> [401]
0.00 0.00 34/56861 eval_sub <cycle 4> [189]
0.00 0.00 208/56861 Fkey_description <cycle 4> [338]
0.00 0.00 241/56861 concat2 [333]
0.00 0.00 256/56861 exec_byte_code <cycle 4> [143]
0.00 0.00 347/56861 font_list_entities [25]
0.00 0.00 879/56861 concat3 [274]
0.00 0.00 1090/56861 where_is_internal_1 <cycle 4> [121]
0.00 0.00 1214/56861 fontset_add [248]
0.00 0.00 1556/56861 Ffuncall <cycle 4> [39]
0.00 0.00 1785/56861 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 7166/56861 Fcopy_alist [166]
0.00 0.01 42083/56861 Fcopy_sequence [122]
[111] 0.4 0.00 0.01 56861 concat [111]
0.01 0.00 18476/18476 Fmake_list [112]
0.00 0.00 6056/7829 Fmake_vector [230]
0.00 0.00 108609/140813 Flength [634]
0.00 0.00 30770/31455 count_size_as_multibyte [659]
0.00 0.00 29022/29026 make_uninit_string [662]
0.00 0.00 28962/49690 make_specified_string [652]
0.00 0.00 3307/54297 make_uninit_multibyte_string [649]
0.00 0.00 537/1554 copy_text [870]
-----------------------------------------------
0.01 0.00 18476/18476 concat [111]
[112] 0.4 0.01 0.00 18476 Fmake_list [112]
0.00 0.00 305045/3266575 Fcons [62]
0.00 0.00 1994/7766 do_pending_atimers [724]
0.00 0.00 1994/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 1/103225 recursive_edit_1 [2]
0.00 0.00 2/103225 load_charset <cycle 4> [412]
0.00 0.00 4/103225 Fmake_local_variable <cycle 4> [367]
0.00 0.00 6/103225 Finsert_file_contents <cycle 4> [336]
0.00 0.00 6/103225 Feval_buffer <cycle 4> [454]
0.00 0.00 8/103225 set_frame_menubar <cycle 4> [465]
0.00 0.00 8/103225 timer_check [154]
0.00 0.00 11/103225 funcall_lambda <cycle 4> [126]
0.00 0.00 12/103225 readevalloop <cycle 4> [380]
0.00 0.00 14/103225 Fload <cycle 4> [401]
0.00 0.00 19/103225 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 20/103225 show_hourglass <cycle 4> [180]
0.00 0.00 59/103225 handle_fontified_prop <cycle 4> [203]
0.00 0.00 112/103225 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 120/103225 FletX <cycle 4> [391]
0.00 0.00 294/103225 menu_item_eval_property <cycle 4> [351]
0.00 0.00 1031/103225 redisplay_internal [15]
0.00 0.00 1032/103225 redisplay_window <cycle 4> [116]
0.00 0.00 1045/103225 eval_sub <cycle 4> [189]
0.00 0.00 1120/103225 inhibit_garbage_collection <cycle 4> [77]
0.00 0.00 1267/103225 unbind_to <cycle 4> [285]
0.00 0.00 1402/103225 prepare_to_modify_buffer_1 <cycle 4> [238]
0.00 0.00 1420/103225 signal_after_change <cycle 4> [281]
0.00 0.00 2786/103225 Fset <cycle 4> [259]
0.00 0.00 3079/103225 safe_run_hooks <cycle 4> [256]
0.00 0.00 4140/103225 update_compositions <cycle 4> [205]
0.00 0.00 5627/103225 Feval <cycle 4> [234]
0.00 0.00 12573/103225 safe__call <cycle 4> [202]
0.00 0.00 30428/103225 Fset_default <cycle 4> [178]
0.00 0.00 35579/103225 exec_byte_code <cycle 4> [143]
[113] 0.4 0.00 0.01 103225 set_internal [113]
0.00 0.01 103226/103226 maybe_set_redisplay [114]
0.00 0.00 6562/6195131 assq_no_quit [48]
0.00 0.00 66/3266575 Fcons [62]
0.00 0.00 6503/119738 do_symval_forwarding [637]
0.00 0.00 45/90 let_shadows_buffer_binding_p [1137]
0.00 0.00 1/6 indirect_variable [1356]
-----------------------------------------------
0.00 0.01 103226/103226 set_internal [113]
[114] 0.4 0.00 0.01 103226 maybe_set_redisplay [114]
0.00 0.01 103224/6640124 hash_lookup [20]
-----------------------------------------------
0.00 0.00 1000/4905 move_it_to <cycle 4> [171]
0.00 0.00 1885/4905 move_it_vertically_backward <cycle 4> [108]
0.00 0.00 2020/4905 reseat_at_previous_visible_line_start [167]
[115] 0.4 0.00 0.01 4905 back_to_previous_visible_line_start [115]
0.00 0.01 4885/4885 find_newline_no_quit [145]
0.00 0.00 4875/71295 find_composition [106]
0.00 0.00 4875/491552 get_char_property_and_overlay [38]
0.00 0.00 4875/23473 handle_display_prop [174]
0.00 0.00 9750/22985 bidi_unshelve_cache [667]
0.00 0.00 4875/449715 Fget_char_property [627]
0.00 0.00 4875/9623 bidi_shelve_cache [704]
-----------------------------------------------
10 redisplay_window_0 <cycle 4> [1307]
1049 redisplay_window_1 <cycle 4> [941]
[116] 0.3 0.00 0.01 1059 redisplay_window <cycle 4> [116]
0.01 0.00 1036/2100 update_window_fringes [80]
0.00 0.00 1059/2091 reconsider_clip_changes [228]
0.00 0.00 1032/103225 set_internal [113]
0.00 0.00 56/18598 compute_stop_pos [53]
0.00 0.00 2361/2603 row_for_charpos_p [800]
0.00 0.00 2124/6665 marker_position [731]
0.00 0.00 2124/4590 marker_byte_position [748]
0.00 0.00 2118/2427 temp_set_point_both [805]
0.00 0.00 2054/3089 window_outdated [779]
0.00 0.00 2030/3145 default_line_pixel_height [774]
0.00 0.00 1059/1059 set_vertical_scroll_bar [936]
0.00 0.00 1059/1059 XTredeem_scroll_bar [935]
0.00 0.00 1032/2064 mode_line_update_needed [831]
0.00 0.00 973/11768 window_text_bottom_y [694]
0.00 0.00 56/535 set_marker_both [1043]
0.00 0.00 56/56 run_window_scroll_functions [1161]
0.00 0.00 5/5 compute_window_start_on_continuation_line [1379]
0.00 0.00 2/18705 Fmemq [674]
0.00 0.00 2/2 blank_row [1486]
0.00 0.00 1/91 clear_glyph_matrix [1136]
2091 set_buffer_internal_1 <cycle 4> [745]
1059 unbind_to <cycle 4> [285]
1059 XTset_vertical_scroll_bar <cycle 4> [527]
1032 store_symval_forwarding <cycle 4> [117]
1032 specbind <cycle 4> [639]
1031 display_mode_lines <cycle 4> [954]
116 window_box_height <cycle 4> [887]
59 x_consider_frame_title <cycle 4> [291]
59 update_frame_tool_bar <cycle 4> [425]
56 handle_stop <cycle 4> [96]
56 reseat <cycle 4> [363]
56 init_iterator <cycle 4> [82]
56 move_it_vertically_backward <cycle 4> [108]
54 try_window_reusing_current_matrix <cycle 4> [1167]
8 try_window <cycle 4> [1200]
1 overlay_arrows_changed_p <cycle 4> [955]
-----------------------------------------------
1 swap_in_global_binding <cycle 4> [1362]
2 load_charset <cycle 4> [412]
6 Finsert_file_contents <cycle 4> [336]
6 Feval_buffer <cycle 4> [454]
8 set_frame_menubar <cycle 4> [465]
11 funcall_lambda <cycle 4> [126]
12 readevalloop <cycle 4> [380]
14 Fmake_local_variable <cycle 4> [367]
14 Fload <cycle 4> [401]
19 setup_echo_area_for_printing <cycle 4> [447]
20 show_hourglass <cycle 4> [180]
59 handle_fontified_prop <cycle 4> [203]
112 with_echo_area_buffer <cycle 4> [386]
120 FletX <cycle 4> [391]
294 menu_item_eval_property <cycle 4> [351]
1032 redisplay_window <cycle 4> [116]
1045 eval_sub <cycle 4> [189]
1120 inhibit_garbage_collection <cycle 4> [77]
1262 unbind_to <cycle 4> [285]
1402 prepare_to_modify_buffer_1 <cycle 4> [238]
1420 signal_after_change <cycle 4> [281]
2017 Fset <cycle 4> [259]
3079 safe_run_hooks <cycle 4> [256]
4140 update_compositions <cycle 4> [205]
5627 Feval <cycle 4> [234]
8044 exec_byte_code <cycle 4> [143]
12573 safe__call <cycle 4> [202]
13580 find_symbol_value <cycle 4> [317]
36781 Fset_default <cycle 4> [178]
0.00 0.00 1/33852 recursive_edit_1 [2]
0.00 0.00 8/33852 timer_check [154]
0.02 0.08 1031/33852 redisplay_internal [15]
[117] 0.3 0.01 0.00 94860 store_symval_forwarding <cycle 4> [117]
0.00 0.00 4858/120134 Fget [103]
0.00 0.00 4858/291575 Fplist_get [141]
0.00 0.00 2429/6779 Ffboundp [730]
0.00 0.00 58/11602 Findirect_function [695]
58 call1 <cycle 4> [794]
-----------------------------------------------
1 update_single_window <cycle 4> [1606]
1063 update_window_tree <cycle 4> [961]
[118] 0.3 0.00 0.01 1064 update_window <cycle 4> [118]
0.01 0.00 1064/2100 update_window_fringes [80]
0.00 0.00 1099/11768 window_text_bottom_y [694]
0.00 0.00 1064/638667 unblock_input_to [618]
0.00 0.00 1064/638619 unblock_input [619]
0.00 0.00 1064/1118 x_update_window_begin [907]
0.00 0.00 160/160 add_row_entry [1093]
0.00 0.00 74/219 row_equal_p.constprop.18 [1075]
0.00 0.00 70/2225 assign_row [818]
0.00 0.00 6/3384 xrealloc [765]
0.00 0.00 6/319 xnrealloc [1061]
0.00 0.00 6/31 xpalloc [1215]
0.00 0.00 2/2 next_almost_prime [1502]
2155 update_window_line <cycle 4> [381]
1064 x_update_window_end <cycle 4> [908]
-----------------------------------------------
0.00 0.01 186118/186118 Fframe_parameters [101]
[119] 0.3 0.00 0.01 186118 store_in_alist [119]
0.01 0.00 186118/1409718 Fassq [45]
0.00 0.00 243410/3266575 Fcons [62]
-----------------------------------------------
1001 insert_from_string <cycle 4> [996]
[120] 0.3 0.00 0.01 1001 insert_from_string_1 <cycle 4> [120]
0.01 0.00 1001/1001 graft_intervals_into_buffer [123]
0.00 0.00 1001/2180 offset_intervals [253]
0.00 0.00 1001/2725 record_insert [572]
0.00 0.00 1001/2566 invalidate_buffer_caches [802]
0.00 0.00 1001/1554 copy_text [870]
0.00 0.00 1001/2145 adjust_overlays_for_insert [821]
0.00 0.00 1001/2145 adjust_markers_for_insert [820]
0.00 0.00 500/31455 count_size_as_multibyte [659]
0.00 0.00 37/51 make_gap [1173]
1001 prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [125]
19215 map_keymap_internal <cycle 4> [592]
[121] 0.3 0.00 0.01 21339 where_is_internal_1 <cycle 4> [121]
0.00 0.01 1259/3897 Fputhash [67]
0.00 0.00 1090/56861 concat [111]
0.00 0.00 1259/6143931 Fgethash [21]
0.00 0.00 206/48808 Fcopy_sequence [122]
0.00 0.00 1302/3266575 Fcons [62]
0.00 0.00 1090/5788 Fvconcat [739]
0.00 0.00 206/3412 Faset [763]
21339 get_keyelt <cycle 4> [535]
-----------------------------------------------
0.00 0.00 2/48808 Fset_charset_priority [439]
0.00 0.00 2/48808 Fpropertize <cycle 4> [492]
0.00 0.00 2/48808 fontset_find_font [12]
0.00 0.00 3/48808 display_mode_element <cycle 4> [179]
0.00 0.00 3/48808 copy_properties [486]
0.00 0.00 4/48808 show_hourglass <cycle 4> [180]
0.00 0.00 5/48808 Fget_buffer_create <cycle 4> [458]
0.00 0.00 9/48808 Fframe_list [452]
0.00 0.00 48/48808 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 58/48808 Ffuncall <cycle 4> [39]
0.00 0.00 206/48808 where_is_internal_1 <cycle 4> [121]
0.00 0.00 1000/48808 set_properties [275]
0.00 0.00 1933/48808 ftfont_pattern_entity [220]
0.00 0.00 2866/48808 casify_object [41]
0.00 0.00 14893/48808 timer_check [154]
0.00 0.01 27774/48808 compile_pattern [95]
[122] 0.3 0.00 0.01 48808 Fcopy_sequence [122]
0.00 0.01 42083/56861 concat [111]
-----------------------------------------------
0.01 0.00 1001/1001 insert_from_string_1 <cycle 4> [120]
[123] 0.3 0.01 0.00 1001 graft_intervals_into_buffer [123]
0.00 0.00 999/1000 set_text_properties_1 [276]
0.00 0.00 999/724343 find_interval [71]
0.00 0.00 999/828603 balance_an_interval [615]
-----------------------------------------------
0.00 0.00 1/3 ftfont_lookup_cache [19]
0.01 0.00 2/3 where_is_internal <cycle 4> [151]
[124] 0.3 0.01 0.00 3 Fmake_hash_table [124]
0.00 0.00 6/214 make_float [162]
0.00 0.00 3/3 make_hash_table [459]
-----------------------------------------------
17090 map_sub_char_table <cycle 4> [125]
215 map_char_table <cycle 4> [449]
[125] 0.3 0.01 0.00 215+17090 map_sub_char_table <cycle 4> [125]
0.00 0.00 30173/30173 accumulate_script_ranges [399]
0.00 0.00 4248/4272 map_keymap_char_table_item [483]
2124 where_is_internal_1 <cycle 4> [121]
2124 accessible_keymaps_1 <cycle 4> [244]
17090 map_sub_char_table <cycle 4> [125]
-----------------------------------------------
4491 apply_lambda <cycle 4> [749]
66379 Ffuncall <cycle 4> [39]
[126] 0.3 0.01 0.00 70870 funcall_lambda <cycle 4> [126]
0.00 0.00 343/10181 Flist [264]
0.00 0.00 11/103225 set_internal [113]
0.00 0.00 32/3266575 Fcons [62]
0.00 0.00 461/7766 do_pending_atimers [724]
0.00 0.00 461/7535 process_pending_signals <cycle 3> [725]
25859 specbind <cycle 4> [639]
19434 exec_byte_code <cycle 4> [143]
164 Fprogn <cycle 4> [854]
11 store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
0.00 0.00 4/777828 Fintern_soft [522]
0.00 0.00 2073/777828 intern_1 [307]
0.00 0.00 2294/777828 Fintern [301]
0.00 0.00 384543/777828 font_intern_prop [91]
0.01 0.00 388914/777828 oblookup [104]
[127] 0.3 0.01 0.00 777828 check_obarray [127]
-----------------------------------------------
0.00 0.00 7315/579631 x_compute_glyph_string_overhangs [299]
0.01 0.00 572316/579631 get_per_char_metric [142]
[128] 0.3 0.01 0.00 579631 xftfont_text_extents [128]
0.00 0.00 579631/638667 unblock_input_to [618]
0.00 0.00 579631/638619 unblock_input [619]
0.00 0.00 35/7766 do_pending_atimers [724]
0.00 0.00 35/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
30 bidi_fetch_char_skip_isolates <cycle 4> [496]
13644 bidi_level_of_next_char <cycle 4> [92]
466842 bidi_resolve_explicit <cycle 4> [65]
[129] 0.3 0.01 0.00 480516 bidi_fetch_char <cycle 4> [129]
25689 compute_display_string_pos <cycle 4> [182]
-----------------------------------------------
0.01 0.00 473369/473369 sweep_vectors [52]
[130] 0.3 0.01 0.00 473369 cleanup_vector [130]
-----------------------------------------------
0.00 0.00 37/349297 valid_lisp_object_p [472]
0.00 0.00 1134/349297 lisp_free [362]
0.00 0.00 7282/349297 sweep_vectors [52]
0.00 0.00 23047/349297 lisp_align_free [235]
0.00 0.00 141927/349297 Fgarbage_collect <cycle 4> [40]
0.01 0.00 175870/349297 mark_maybe_object [161]
[131] 0.3 0.01 0.00 349297 mem_find [131]
-----------------------------------------------
0.01 0.00 27774/27774 compile_pattern [95]
[132] 0.3 0.01 0.00 27774 re_compile_pattern [132]
0.00 0.00 27777/33219 xfree [655]
0.00 0.00 27774/71975 xmalloc [642]
0.00 0.00 3200/3200 re_iswctype [770]
0.00 0.00 2671/2682 skip_one_char [799]
0.00 0.00 290/3384 xrealloc [765]
0.00 0.00 25/25 re_wctype [1221]
0.00 0.00 24/27792 analyze_first [664]
-----------------------------------------------
0.00 0.00 1/19444 skip_chars.constprop.5 [487]
0.00 0.00 2/19444 Fchar_after [474]
0.00 0.00 2/19444 temp_set_point [475]
0.00 0.00 4/19444 scan_lists [440]
0.00 0.00 10/19444 make_buffer_string [422]
0.00 0.00 516/19444 skip_syntaxes [265]
0.00 0.00 634/19444 Fparse_partial_sexp [78]
0.00 0.00 691/19444 search_command [211]
0.00 0.00 1034/19444 display_mode_element <cycle 4> [179]
0.00 0.00 1196/19444 del_range_1 <cycle 4> [232]
0.00 0.00 1997/19444 find_automatic_composition [185]
0.00 0.00 2066/19444 set_marker_internal [215]
0.00 0.00 2849/19444 set_point [204]
0.00 0.00 8442/19444 find_newline [110]
[133] 0.3 0.01 0.00 19444 buf_charpos_to_bytepos [133]
0.00 0.00 3/1089 build_marker [919]
-----------------------------------------------
0.00 0.00 1069/2258 Fwindow_parameter [165]
0.01 0.00 1189/2258 Fwindow_buffer [160]
[134] 0.3 0.01 0.00 2258 Frun_window_scroll_functions [134]
-----------------------------------------------
0.00 0.00 2/636 Fbuffer_substring [357]
0.01 0.00 634/636 Fparse_partial_sexp [78]
[135] 0.3 0.01 0.00 636 validate_region [135]
-----------------------------------------------
<spontaneous>
[136] 0.3 0.01 0.00 copy_char_table [136]
-----------------------------------------------
<spontaneous>
[137] 0.3 0.01 0.00 signal_error [137]
-----------------------------------------------
0.00 0.00 1/605473 font_match_p [578]
0.00 0.00 6/605473 Finternal_char_font [368]
0.00 0.00 129269/605473 get_glyph_face_and_encoding [192]
0.01 0.00 476197/605473 get_char_glyph_code [146]
[138] 0.3 0.01 0.00 605473 xftfont_encode_char [138]
-----------------------------------------------
0.01 0.00 1041/1041 find_newline [110]
[139] 0.3 0.01 0.00 1041 region_cache_forward [139]
0.00 0.00 1041/9473 delete_cache_boundaries [708]
0.00 0.00 1041/11499 find_cache_boundary [696]
-----------------------------------------------
0.00 0.00 10310/480169 Fget_pos_property [176]
0.01 0.00 469859/480169 get_char_property_and_overlay [38]
[140] 0.3 0.01 0.00 480169 sort_overlays [140]
-----------------------------------------------
0.00 0.00 1/291575 x_set_screen_gamma [526]
0.00 0.00 1/291575 update_face_from_frame_parameter [512]
0.00 0.00 1/291575 Fcommandp <cycle 4> [538]
0.00 0.00 2/291575 Ffind_operation_coding_system [352]
0.00 0.00 4/291575 Fcheck_coding_system [471]
0.00 0.00 5/291575 reset_buffer_local_variables [482]
0.00 0.00 36/291575 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 37/291575 Fdefalias [403]
0.00 0.00 40/291575 Fsignal <cycle 4> [411]
0.00 0.00 40/291575 print_error_message <cycle 4> [416]
0.00 0.00 49/291575 Ffuncall <cycle 4> [39]
0.00 0.00 82/291575 Finternal_make_lisp_face [339]
0.00 0.00 84/291575 Fmake_char_table [377]
0.00 0.00 625/291575 process_tool_bar_item <cycle 4> [287]
0.00 0.00 1023/291575 Finteractive_form [283]
0.00 0.00 1023/291575 Fcall_interactively <cycle 4> [258]
0.00 0.00 1032/291575 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 1321/291575 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 2062/291575 update_overlay_arrows <cycle 4> [261]
0.00 0.00 2588/291575 exec_byte_code <cycle 4> [143]
0.00 0.00 4092/291575 x_x_to_emacs_modifiers [236]
0.00 0.00 4092/291575 handle_one_xevent [195]
0.00 0.00 4126/291575 lookup_fringe_bitmap [227]
0.00 0.00 4858/291575 store_symval_forwarding <cycle 4> [117]
0.00 0.00 8382/291575 resolve_face_name [206]
0.00 0.00 11453/291575 Ffind_file_name_handler [105]
0.00 0.00 15267/291575 parse_modifiers [190]
0.00 0.00 16654/291575 display_mode_element <cycle 4> [179]
0.00 0.00 41203/291575 apply_modifiers [97]
0.01 0.00 171392/291575 lookup_char_property [43]
[141] 0.3 0.01 0.00 291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 96119/572316 x_get_glyph_overhangs [183]
0.00 0.01 476197/572316 x_produce_glyphs [75]
[142] 0.3 0.00 0.01 572316 get_per_char_metric [142]
0.01 0.00 572316/579631 xftfont_text_extents [128]
-----------------------------------------------
4 eval_sub <cycle 4> [189]
2263 apply_lambda <cycle 4> [749]
19434 funcall_lambda <cycle 4> [126]
49009 Ffuncall <cycle 4> [39]
[143] 0.3 0.00 0.01 70710 exec_byte_code <cycle 4> [143]
0.00 0.00 35579/103225 set_internal [113]
0.00 0.00 76/214 make_float [162]
0.00 0.00 2843/3918 Fgoto_char [201]
0.00 0.00 518/518 Fforward_line [221]
0.00 0.00 2588/120134 Fget [103]
0.00 0.00 20951/3266575 Fcons [62]
0.00 0.00 6368/10181 Flist [264]
0.00 0.00 2588/291575 Fplist_get [141]
0.00 0.00 1547/1409718 Fassq [45]
0.00 0.00 256/56861 concat [111]
0.00 0.00 1409/1672 Fmember [342]
0.00 0.00 2/2 Fbuffer_substring [357]
0.00 0.00 59/2140 set_marker_internal [215]
0.00 0.00 377/7672938 Fnreverse [28]
0.00 0.00 145/244 Fsubstring [385]
0.00 0.00 63/32302 Fequal [207]
0.00 0.00 179/1702 list2 [382]
0.00 0.00 3/3 Fchar_after [474]
0.00 0.00 2/2 skip_chars.constprop.5 [487]
0.00 0.00 1/1 move_point [490]
0.00 0.00 2/3072176 casify_object [41]
0.00 0.00 2/4993256 char_table_ref [35]
0.00 0.00 17718/18231 arithcompare [677]
0.00 0.00 15084/18705 Fmemq [674]
0.00 0.00 15054/19327 arith_driver [672]
0.00 0.00 9913/14156 Fsetcar [688]
0.00 0.00 8186/10234 Fplus [700]
0.00 0.00 7285/18192 list1 [678]
0.00 0.00 4761/311674 grow_specpdl [632]
0.00 0.00 4761/7918 record_unwind_protect [723]
0.00 0.00 3567/140813 Flength [634]
0.00 0.00 3357/59263 Fcurrent_buffer [645]
0.00 0.00 3241/3241 Fmin [769]
0.00 0.00 3158/3412 Faset [763]
0.00 0.00 2709/13559 push_handler [689]
0.00 0.00 2261/2261 Fmax [811]
0.00 0.00 2151/126677 Fstring_equal [636]
0.00 0.00 1399/1443 Ffunctionp [872]
0.00 0.00 1188/1188 Ftimes [893]
0.00 0.00 1118/1118 Fbolp [904]
0.00 0.00 1070/1075 make_save_obj_obj_obj_obj [925]
0.00 0.00 1070/1075 save_excursion_save [926]
0.00 0.00 1062/1640 Fwiden [864]
0.00 0.00 1062/1062 save_restriction_save [934]
0.00 0.00 1016/11256 Faref [697]
0.00 0.00 296/2127 Fnconc [823]
0.00 0.00 256/557 Fconcat [1036]
0.00 0.00 253/7766 do_pending_atimers [724]
0.00 0.00 253/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 169/1169 Fminus [897]
0.00 0.00 138/139 Fsymbol_function [1097]
0.00 0.00 97/1610383 Fsetcdr [608]
0.00 0.00 76/76 float_arith_driver [1141]
0.00 0.00 65/65 match_limit [1144]
0.00 0.00 59/2125 Fset_marker [825]
0.00 0.00 48/48 Fmatch_beginning [1181]
0.00 0.00 22/9870 Fnthcdr [701]
0.00 0.00 17/17 Fmatch_end [1262]
0.00 0.00 9/9 Fquo [1315]
0.00 0.00 2/2872 Fdowncase [792]
0.00 0.00 1/1 Fforward_char [1534]
0.00 0.00 1/1 Fskip_chars_forward [1549]
0.00 0.00 1/1 Fskip_chars_backward [1548]
148367 Ffuncall <cycle 4> [39]
44269 specbind <cycle 4> [639]
40608 Fsymbol_value <cycle 4> [640]
17082 unbind_to <cycle 4> [285]
8044 store_symval_forwarding <cycle 4> [117]
1232 Fset_buffer <cycle 4> [803]
294 Fset <cycle 4> [259]
83 Fset_default <cycle 4> [178]
65 Fgarbage_collect <cycle 4> [40]
-----------------------------------------------
1 buffer_posn_from_coords <cycle 4> [1560]
1 pos_visible_p <cycle 4> [1591]
39 try_window <cycle 4> [1200]
54 try_window_reusing_current_matrix <cycle 4> [1167]
1000 Fline_pixel_height <cycle 4> [998]
1020 Fvertical_motion <cycle 4> [168]
[144] 0.3 0.00 0.01 2115 start_display <cycle 4> [144]
0.00 0.01 3108/18598 compute_stop_pos [53]
0.00 0.00 1000/2020 reseat_at_previous_visible_line_start [167]
3115 reseat <cycle 4> [363]
3108 handle_stop <cycle 4> [96]
2115 init_iterator <cycle 4> [82]
1000 move_it_to <cycle 4> [171]
-----------------------------------------------
0.00 0.01 4885/4885 back_to_previous_visible_line_start [115]
[145] 0.3 0.00 0.01 4885 find_newline_no_quit [145]
0.00 0.01 4885/8001 find_newline [110]
-----------------------------------------------
0.00 0.01 476197/476197 x_produce_glyphs [75]
[146] 0.2 0.00 0.01 476197 get_char_glyph_code [146]
0.01 0.00 476197/605473 xftfont_encode_char [138]
-----------------------------------------------
0.00 0.01 476491/476491 get_next_display_element <cycle 4> [9]
[147] 0.2 0.00 0.01 476491 lookup_glyphless_char_display [147]
0.00 0.00 383280/4993256 char_table_ref [35]
-----------------------------------------------
0.00 0.00 30/474378 bidi_fetch_char_skip_isolates <cycle 4> [496]
0.00 0.00 30/474378 find_first_strong_char <cycle 4> [467]
0.00 0.00 30/474378 bidi_paragraph_init <cycle 4> [495]
0.00 0.00 7446/474378 bidi_level_of_next_char <cycle 4> [92]
0.00 0.01 466842/474378 bidi_resolve_explicit <cycle 4> [65]
[148] 0.2 0.00 0.01 474378 bidi_find_paragraph_start [148]
0.00 0.00 381067/4993256 char_table_ref [35]
0.00 0.00 30/540 know_region_cache [1041]
0.00 0.00 1/5 new_region_cache [1385]
-----------------------------------------------
0.00 0.01 8559/8559 bidi_at_paragraph_end [150]
[149] 0.2 0.00 0.01 8559 fast_looking_at [149]
0.00 0.00 8559/54928 re_match_2_internal [70]
0.00 0.00 8559/51282 compile_pattern [95]
0.00 0.00 8559/8563 re_match_2 [717]
-----------------------------------------------
0.00 0.01 4286/4286 bidi_move_to_visually_next <cycle 4> [76]
[150] 0.2 0.00 0.01 4286 bidi_at_paragraph_end [150]
0.00 0.01 8559/8559 fast_looking_at [149]
-----------------------------------------------
1067 Fwhere_is_internal <cycle 4> [270]
[151] 0.2 0.00 0.01 1067 where_is_internal <cycle 4> [151]
0.01 0.00 2/3 Fmake_hash_table [124]
0.00 0.00 1057/6143931 Fgethash [21]
0.00 0.00 1057/32302 Fequal [207]
0.00 0.00 158/15267 parse_modifiers [190]
0.00 0.00 2046/11256 Faref [697]
0.00 0.00 1856/72320 Fcar [641]
0.00 0.00 1856/140813 Flength [634]
0.00 0.00 1856/1364726 Fcdr [610]
0.00 0.00 158/18705 Fmemq [674]
0.00 0.00 23/676170 get_keymap [617]
0.00 0.00 23/1818 nconc2 [856]
1682 map_keymap <cycle 4> [761]
23 Faccessible_keymaps <cycle 4> [493]
-----------------------------------------------
0.00 0.01 18598/18598 handle_stop <cycle 4> [96]
[152] 0.2 0.00 0.01 18598 handle_face_prop [152]
0.00 0.00 10330/63013 face_at_string_position [79]
0.00 0.00 8268/8268 face_at_buffer_position [184]
-----------------------------------------------
0.00 0.00 1019/6025 sit_for [26]
0.00 0.00 2051/6025 read_char <cycle 2> [14]
0.00 0.00 2955/6025 wait_reading_process_output [27]
[153] 0.2 0.00 0.01 6025 detect_input_pending_run_timers [153]
0.00 0.00 4/5 redisplay_preserve_echo_area [159]
0.00 0.00 3982/7961 get_input_pending [175]
0.00 0.00 4/7766 do_pending_atimers [724]
0.00 0.00 4/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 4/638667 unblock_input_to [618]
0.00 0.00 4/638619 unblock_input [619]
0.00 0.00 4/6 my_log_handler [1359]
0.00 0.00 4/6 x_flush [1365]
-----------------------------------------------
0.00 0.00 1982/7961 wait_reading_process_output [27]
0.00 0.00 5979/7961 readable_events [169]
[154] 0.2 0.00 0.01 7961 timer_check [154]
0.00 0.00 14893/48808 Fcopy_sequence [122]
0.00 0.00 8/33852 store_symval_forwarding <cycle 4> [117]
0.00 0.00 8/33852 specbind <cycle 4> [639]
0.00 0.00 8/33852 call1 <cycle 4> [794]
0.00 0.00 8/33852 unbind_to <cycle 4> [285]
0.00 0.00 8/103225 set_internal [113]
0.00 0.00 16144/18247 timespec_sub [676]
0.00 0.00 9243/9243 decode_timer [710]
0.00 0.00 7229/12473 gettime [693]
-----------------------------------------------
1059 Fwhere_is_internal <cycle 4> [270]
2043 Fkey_binding <cycle 4> [359]
0.04 0.15 2042/33852 active_maps [32]
[155] 0.2 0.00 0.01 5144 Fcurrent_active_maps <cycle 4> [155]
0.00 0.01 10288/10310 get_local_map [157]
0.00 0.00 9773/3266575 Fcons [62]
0.00 0.00 5144/18192 list1 [678]
5144 unbind_to <cycle 4> [285]
5144 current_minor_maps <cycle 4> [742]
-----------------------------------------------
0.00 0.00 1119/91832 Ffuncall <cycle 4> [39]
0.00 0.00 8268/91832 face_at_buffer_position [184]
0.00 0.00 9102/91832 Fget_pos_property [176]
0.00 0.00 10330/91832 handle_invisible_prop [188]
0.00 0.00 63013/91832 face_at_string_position [79]
[156] 0.2 0.00 0.01 91832 Fget_text_property [156]
0.00 0.01 91832/604538 Ftext_properties_at [58]
-----------------------------------------------
0.00 0.00 8/10310 tool_bar_items <cycle 4> [423]
0.00 0.00 14/10310 menu_bar_items <cycle 4> [406]
0.00 0.01 10288/10310 Fcurrent_active_maps <cycle 4> [155]
[157] 0.2 0.00 0.01 10310 get_local_map [157]
0.00 0.00 10310/10310 Fget_pos_property [176]
0.00 0.00 10310/491552 get_char_property_and_overlay [38]
0.00 0.00 10310/449715 Fget_char_property [627]
0.00 0.00 10310/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 1997/73292 composition_adjust_point [181]
0.00 0.01 71295/73292 find_composition [106]
[158] 0.2 0.00 0.01 73292 get_property_and_range [158]
0.00 0.00 73292/724343 find_interval [71]
0.00 0.00 48947/1234730 lookup_char_property [43]
-----------------------------------------------
0.00 0.00 1/5 wait_reading_process_output [27]
0.00 0.00 4/5 detect_input_pending_run_timers [153]
[159] 0.2 0.00 0.01 5 redisplay_preserve_echo_area [159]
0.00 0.01 5/1031 redisplay_internal [15]
-----------------------------------------------
0.00 0.00 6/1192 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.01 1186/1192 Ffuncall <cycle 4> [39]
[160] 0.2 0.00 0.01 1192 Fwindow_buffer [160]
0.01 0.00 1189/2258 Frun_window_scroll_functions [134]
-----------------------------------------------
0.00 0.01 186636/186636 Fgarbage_collect <cycle 4> [40]
[161] 0.2 0.00 0.01 186636 mark_maybe_object [161]
0.01 0.00 175870/349297 mem_find [131]
0.00 0.00 7060/8211 sweep_buffers [558]
0.00 0.00 1313/2931 Fsuspicious_object [791]
-----------------------------------------------
0.00 0.00 1/214 Ffuncall <cycle 4> [39]
0.00 0.00 1/214 font_parse_name [349]
0.00 0.00 2/214 Ffloat_time [340]
0.00 0.00 4/214 make_window [315]
0.00 0.00 6/214 Fmake_hash_table [124]
0.00 0.00 6/214 read1 <cycle 5> [279]
0.00 0.00 76/214 exec_byte_code <cycle 4> [143]
0.00 0.00 118/214 Fgarbage_collect <cycle 4> [40]
[162] 0.2 0.01 0.00 214 make_float [162]
-----------------------------------------------
0.00 0.00 3897/6147828 Fputhash [67]
0.00 0.00 6143931/6147828 Fgethash [21]
[163] 0.2 0.01 0.00 6147828 CHECK_HASH_TABLE [163]
-----------------------------------------------
2 Fexpand_file_name <cycle 4> [164]
1 Fkill_emacs <cycle 4> [588]
1 Ffile_accessible_directory_p <cycle 4> [421]
2 Fdirectory_files <cycle 4> [397]
2 internal_condition_case_2 <cycle 4> [1500]
3 Ffile_exists_p <cycle 4> [383]
3 Finsert_file_contents <cycle 4> [336]
3 eval_sub <cycle 4> [189]
4 Fdo_auto_save <cycle 4> [524]
12 x_find_image_fd <cycle 4> [545]
16 Ffile_readable_p <cycle 4> [313]
27 Ffile_symlink_p <cycle 4> [282]
46 expand_and_dir_to_file <cycle 4> [1183]
85 openp <cycle 4> [210]
123 Ffuncall <cycle 4> [39]
[164] 0.2 0.00 0.00 328+2 Fexpand_file_name <cycle 4> [164]
0.00 0.00 810/2457 Ffind_file_name_handler [105]
0.00 0.00 165/49690 make_specified_string [652]
0.00 0.00 165/165 string_to_multibyte [1090]
0.00 0.00 125/171 Fnext_read_file_uses_dialog_p [1089]
0.00 0.00 38/39 egetenv_internal [1199]
0.00 0.00 38/17709 make_string [680]
0.00 0.00 38/520 decode_file_name [1045]
38 code_convert_string <cycle 4> [273]
15 call3 <cycle 4> [1202]
2 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
0.00 0.00 1069/1069 Ffuncall <cycle 4> [39]
[165] 0.1 0.00 0.00 1069 Fwindow_parameter [165]
0.00 0.00 1069/2258 Frun_window_scroll_functions [134]
0.00 0.00 1069/1409718 Fassq [45]
-----------------------------------------------
0.00 0.00 1/7169 Fx_create_frame <cycle 4> [384]
0.00 0.00 8/7169 font_make_object [420]
0.00 0.00 7160/7169 Fframe_parameters [101]
[166] 0.1 0.00 0.00 7169 Fcopy_alist [166]
0.00 0.00 279131/3266575 Fcons [62]
0.00 0.00 7166/56861 concat [111]
-----------------------------------------------
0.00 0.00 1000/2020 start_display <cycle 4> [144]
0.00 0.00 1020/2020 Fvertical_motion <cycle 4> [168]
[167] 0.1 0.00 0.00 2020 reseat_at_previous_visible_line_start [167]
0.00 0.00 2020/4905 back_to_previous_visible_line_start [115]
-----------------------------------------------
1020 Ffuncall <cycle 4> [39]
[168] 0.1 0.00 0.00 1020 Fvertical_motion <cycle 4> [168]
0.00 0.00 1020/2020 reseat_at_previous_visible_line_start [167]
0.00 0.00 1020/18598 compute_stop_pos [53]
0.00 0.00 1020/6623 set_point_both [257]
0.00 0.00 1020/1021 decode_live_window [986]
0.00 0.00 1020/9623 bidi_shelve_cache [704]
0.00 0.00 1020/22985 bidi_unshelve_cache [667]
0.00 0.00 1020/2096 extract_float [827]
0.00 0.00 1020/1021 move_it_in_display_line [987]
2020 move_it_to <cycle 4> [171]
1020 start_display <cycle 4> [144]
1020 move_it_by_lines <cycle 4> [758]
1020 move_it_in_display_line_to <cycle 4> [66]
1020 handle_stop <cycle 4> [96]
1020 reseat <cycle 4> [363]
-----------------------------------------------
0.00 0.00 1025/8986 read_char <cycle 2> [14]
0.00 0.00 7961/8986 get_input_pending [175]
[169] 0.1 0.00 0.00 8986 readable_events [169]
0.00 0.00 5979/7961 timer_check [154]
-----------------------------------------------
0.00 0.00 518/2538 Fforward_line [221]
0.00 0.00 2020/2538 Fline_beginning_position [173]
[170] 0.1 0.00 0.00 2538 scan_newline_from_point [170]
0.00 0.00 2538/8001 find_newline [110]
-----------------------------------------------
1520 move_it_to <cycle 4> [171]
1 buffer_posn_from_coords <cycle 4> [1560]
1 pos_visible_p <cycle 4> [1591]
56 resize_mini_window <cycle 4> [310]
1000 start_display <cycle 4> [144]
2020 Fvertical_motion <cycle 4> [168]
2152 move_it_vertically_backward <cycle 4> [108]
2770 move_it_by_lines <cycle 4> [758]
[171] 0.1 0.00 0.00 8000+1520 move_it_to <cycle 4> [171]
0.00 0.00 1000/4905 back_to_previous_visible_line_start [115]
0.00 0.00 1020/18598 compute_stop_pos [53]
0.00 0.00 11017/12846 recenter_overlay_lists [692]
0.00 0.00 1552/9623 bidi_shelve_cache [704]
0.00 0.00 1520/22985 bidi_unshelve_cache [667]
11120 move_it_in_display_line_to <cycle 4> [66]
3731 reseat_at_next_visible_line_start <cycle 4> [753]
3731 set_iterator_to_next <cycle 4> [626]
1020 move_it_vertically_backward <cycle 4> [108]
1020 handle_stop <cycle 4> [96]
1020 reseat <cycle 4> [363]
1520 move_it_to <cycle 4> [171]
-----------------------------------------------
18458 compute_display_string_pos <cycle 4> [182]
[172] 0.1 0.00 0.00 18458 Fnext_single_char_property_change <cycle 4> [172]
0.00 0.00 11363/122142 Fnext_single_property_change [73]
0.00 0.00 7099/491552 get_char_property_and_overlay [38]
0.00 0.00 7099/7682 Fnext_property_change [243]
0.00 0.00 7099/7099 Fnext_char_property_change [728]
7095 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [39]
[173] 0.1 0.00 0.00 2020 Fline_beginning_position [173]
0.00 0.00 2020/2538 scan_newline_from_point [170]
0.00 0.00 2020/2539 Fconstrain_to_field [233]
-----------------------------------------------
0.00 0.00 4875/23473 back_to_previous_visible_line_start [115]
0.00 0.00 18598/23473 handle_stop <cycle 4> [96]
[174] 0.1 0.00 0.00 23473 handle_display_prop [174]
0.00 0.00 23473/491552 get_char_property_and_overlay [38]
-----------------------------------------------
0.00 0.00 1982/7961 wait_reading_process_output [27]
0.00 0.00 1997/7961 swallow_events [219]
0.00 0.00 3982/7961 detect_input_pending_run_timers [153]
[175] 0.1 0.00 0.00 7961 get_input_pending [175]
0.00 0.00 7961/8986 readable_events [169]
-----------------------------------------------
0.00 0.00 10310/10310 get_local_map [157]
[176] 0.1 0.00 0.00 10310 Fget_pos_property [176]
0.00 0.00 10310/10310 text_property_stickiness [187]
0.00 0.00 9102/91832 Fget_text_property [156]
0.00 0.00 9102/1234730 lookup_char_property [43]
0.00 0.00 10310/480169 sort_overlays [140]
0.00 0.00 20620/960338 set_buffer_temp [613]
0.00 0.00 10310/10310 overlays_around [699]
0.00 0.00 9102/1180788 textget [611]
-----------------------------------------------
0.00 0.00 18598/18598 handle_stop <cycle 4> [96]
[177] 0.1 0.00 0.00 18598 handle_composition_prop [177]
0.00 0.00 18598/71295 find_composition [106]
-----------------------------------------------
31 Ffuncall <cycle 4> [39]
83 exec_byte_code <cycle 4> [143]
121 Fdefvar <cycle 4> [461]
36854 unbind_to <cycle 4> [285]
[178] 0.1 0.00 0.00 37089 Fset_default <cycle 4> [178]
0.00 0.00 30428/103225 set_internal [113]
0.00 0.00 1/6 indirect_variable [1356]
36781 store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
69463 display_mode_element <cycle 4> [179]
63 x_consider_frame_title <cycle 4> [291]
1033 display_mode_line <cycle 4> [360]
[179] 0.1 0.00 0.00 1096+69463 display_mode_element <cycle 4> [179]
0.00 0.00 16654/120134 Fget [103]
0.00 0.00 16654/291575 Fplist_get [141]
0.00 0.00 1034/19444 buf_charpos_to_bytepos [133]
0.00 0.00 1033/1033 decode_mode_spec_coding [295]
0.00 0.00 2315/32302 Fequal [207]
0.00 0.00 1159/604538 Ftext_properties_at [58]
0.00 0.00 1159/2809 Fassoc [288]
0.00 0.00 1033/2073 intern_1 [307]
0.00 0.00 33245/33461 Fboundp [376]
0.00 0.00 3/48808 Fcopy_sequence [122]
0.00 0.00 3/3 set_text_properties [519]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 18594/18850 string_byte_to_char [673]
0.00 0.00 9360/9553 c_string_width [707]
0.00 0.00 2243/2243 display_count_lines [816]
0.00 0.00 2066/6665 marker_position [731]
0.00 0.00 1340/1610383 Fsetcdr [608]
0.00 0.00 1033/4590 marker_byte_position [748]
0.00 0.00 1033/1033 pint2str [956]
0.00 0.00 189/189 store_mode_line_noprop [1079]
0.00 0.00 177/1822 buf_bytepos_to_charpos [855]
0.00 0.00 3/140813 Flength [634]
0.00 0.00 3/3 Fset_text_properties [1437]
0.00 0.00 3/9870 Fnthcdr [701]
32212 Fsymbol_value <cycle 4> [640]
22726 display_string <cycle 4> [72]
5165 safe__call1 <cycle 4> [737]
1033 inhibit_garbage_collection <cycle 4> [77]
1033 call1 <cycle 4> [794]
1033 unbind_to <cycle 4> [285]
69463 display_mode_element <cycle 4> [179]
-----------------------------------------------
1 echo_area_display <cycle 4> [1214]
1 Fwindow_mode_line_height <cycle 4> [1225]
15 window_box_height <cycle 4> [887]
19 x_clear_end_of_line <cycle 4> [901]
671 display_line <cycle 4> [197]
2047 draw_glyphs <cycle 4> [44]
0.04 0.15 2068/33852 redisplay_internal [15]
[180] 0.1 0.00 0.00 4822 show_hourglass <cycle 4> [180]
0.00 0.00 671/389421 face_for_char [10]
0.00 0.00 671/480484 x_produce_glyphs [75]
0.00 0.00 176/491552 get_char_property_and_overlay [38]
0.00 0.00 20/103225 set_internal [113]
0.00 0.00 4/48808 Fcopy_sequence [122]
0.00 0.00 3/32302 Fequal [207]
0.00 0.00 176/449715 Fget_char_property [627]
0.00 0.00 176/20404 get_it_property [670]
0.00 0.00 116/2462 lookup_basic_face [804]
0.00 0.00 104/114 normal_char_ascent_descent [1129]
0.00 0.00 4/311674 grow_specpdl [632]
0.00 0.00 4/7918 record_unwind_protect [723]
0.00 0.00 2/1043 clear_window_matrices [944]
0.00 0.00 2/11 clear_current_matrices [1292]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
20 store_symval_forwarding <cycle 4> [117]
20 specbind <cycle 4> [639]
16 set_buffer_internal_1 <cycle 4> [745]
8 unbind_to <cycle 4> [285]
8 safe_run_hooks <cycle 4> [256]
4 menu_bar_items <cycle 4> [406]
4 set_frame_menubar <cycle 4> [465]
4 tool_bar_items <cycle 4> [423]
3 redraw_frame <cycle 4> [1423]
-----------------------------------------------
0.00 0.00 1997/1997 command_loop_1 <cycle 2> [23]
[181] 0.1 0.00 0.00 1997 composition_adjust_point [181]
0.00 0.00 1997/1997 find_automatic_composition [185]
0.00 0.00 1997/73292 get_property_and_range [158]
-----------------------------------------------
25689 bidi_fetch_char <cycle 4> [129]
[182] 0.1 0.00 0.00 25689 compute_display_string_pos <cycle 4> [182]
0.00 0.00 18458/491552 get_char_property_and_overlay [38]
0.00 0.00 18458/449715 Fget_char_property [627]
18458 Fnext_single_char_property_change <cycle 4> [172]
-----------------------------------------------
0.00 0.00 556/96119 update_window_line <cycle 4> [381]
0.00 0.00 95563/96119 draw_glyphs <cycle 4> [44]
[183] 0.1 0.00 0.00 96119 x_get_glyph_overhangs [183]
0.00 0.00 96119/572316 get_per_char_metric [142]
0.00 0.00 96119/129269 get_glyph_face_and_encoding [192]
-----------------------------------------------
0.00 0.00 8268/8268 handle_face_prop [152]
[184] 0.1 0.00 0.00 8268 face_at_buffer_position [184]
0.00 0.00 8268/122142 Fnext_single_property_change [73]
0.00 0.00 8268/91832 Fget_text_property [156]
0.00 0.00 8268/1234730 lookup_char_property [43]
0.00 0.00 8268/486395 overlays_at [90]
0.00 0.00 8268/1180788 textget [611]
-----------------------------------------------
0.00 0.00 1997/1997 composition_adjust_point [181]
[185] 0.1 0.00 0.00 1997 find_automatic_composition [185]
0.00 0.00 52943/4993256 char_table_ref [35]
0.00 0.00 1997/19444 buf_charpos_to_bytepos [133]
0.00 0.00 50942/50942 char_composable_p [222]
0.00 0.00 1997/2000 window_loop [297]
0.00 0.00 1997/59263 Fcurrent_buffer [645]
0.00 0.00 1997/2000 Fget_buffer_window [845]
-----------------------------------------------
0.00 0.00 1033/2772 next_element_from_string <cycle 4> [59]
0.00 0.00 1739/2772 next_element_from_buffer <cycle 4> [98]
[186] 0.1 0.00 0.00 2772 composition_reseat_it [186]
0.00 0.00 2772/39513 composition_compute_stop_pos [51]
-----------------------------------------------
0.00 0.00 10310/10310 Fget_pos_property [176]
[187] 0.1 0.00 0.00 10310 text_property_stickiness [187]
0.00 0.00 19412/604538 Ftext_properties_at [58]
0.00 0.00 19412/1234730 lookup_char_property [43]
0.00 0.00 10310/1409718 Fassq [45]
0.00 0.00 19412/1180788 textget [611]
-----------------------------------------------
0.00 0.00 18598/18598 handle_stop <cycle 4> [96]
[188] 0.1 0.00 0.00 18598 handle_invisible_prop [188]
0.00 0.00 8268/491552 get_char_property_and_overlay [38]
0.00 0.00 10330/91832 Fget_text_property [156]
0.00 0.00 10330/1234730 lookup_char_property [43]
0.00 0.00 10330/1180788 textget [611]
-----------------------------------------------
10128 eval_sub <cycle 4> [189]
26 For <cycle 4> [1285]
34 Fcond <cycle 4> [1283]
121 Fdefvar <cycle 4> [461]
125 FletX <cycle 4> [391]
126 Flet <cycle 4> [1143]
182 readevalloop <cycle 4> [380]
299 Fand <cycle 4> [1073]
431 apply_lambda <cycle 4> [749]
500 Fsetq <cycle 4> [1051]
501 Fwhile <cycle 4> [1555]
2524 Fprogn <cycle 4> [854]
3172 Fif <cycle 4> [772]
5627 Feval <cycle 4> [234]
[189] 0.1 0.00 0.00 13668+10128 eval_sub <cycle 4> [189]
0.00 0.00 1039/7233 Fframe_parameter [99]
0.00 0.00 1045/103225 set_internal [113]
0.00 0.00 500/400315 Fmake_string [55]
0.00 0.00 11/7160 Fframe_parameters [101]
0.00 0.00 34/56861 concat [111]
0.00 0.00 34/37 Fdefalias [403]
0.00 0.00 60/2809 Fassoc [288]
0.00 0.00 180/3266575 Fcons [62]
0.00 0.00 19/1409718 Fassq [45]
0.00 0.00 2/2 Fprovide [531]
0.00 0.00 6/10181 Flist [264]
0.00 0.00 4/32302 Fequal [207]
0.00 0.00 2/1672 Fmember [342]
0.00 0.00 16/33461 Fboundp [376]
0.00 0.00 4/4336 Fput [430]
0.00 0.00 15316/195141 record_in_backtrace [633]
0.00 0.00 9780/140813 Flength [634]
0.00 0.00 9107/1364726 Fcdr [610]
0.00 0.00 7010/72320 Fcar [641]
0.00 0.00 1738/1738 Fquote [861]
0.00 0.00 511/513 arithcompare_driver [1048]
0.00 0.00 511/513 Flss [1047]
0.00 0.00 500/500 Fadd1 [1049]
0.00 0.00 117/117 Feq [1127]
0.00 0.00 59/59 Fnull [1157]
0.00 0.00 57/622091 indirect_function [620]
0.00 0.00 38/6179 Fdefault_value [738]
0.00 0.00 34/557 Fconcat [1036]
0.00 0.00 31/209 Fdefault_boundp [1077]
0.00 0.00 20/20 Ffunction [1238]
0.00 0.00 10/18705 Fmemq [674]
0.00 0.00 9/6779 Ffboundp [730]
0.00 0.00 7/35 Fwindow_system [1209]
0.00 0.00 6/6 Fconsp [1344]
0.00 0.00 6/1217 Fbuffer_modified_p [891]
0.00 0.00 6/49690 make_specified_string [652]
0.00 0.00 5/16 Fbuffer_file_name [1268]
0.00 0.00 4/4 Fbyte_code [1393]
0.00 0.00 4/4 Fcar_safe [1394]
0.00 0.00 3/16 Ffeaturep [1270]
0.00 0.00 2/6 make_process [1358]
0.00 0.00 2/6 Fget_buffer_process [1346]
0.00 0.00 2/63 Fregexp_quote [1148]
0.00 0.00 2/59263 Fcurrent_buffer [645]
0.00 0.00 1/2127 Fnconc [823]
4619 Fsymbol_value <cycle 4> [640]
4491 apply_lambda <cycle 4> [749]
3172 Fif <cycle 4> [772]
1112 Fprogn <cycle 4> [854]
1106 unbind_to <cycle 4> [285]
1045 store_symval_forwarding <cycle 4> [117]
1045 specbind <cycle 4> [639]
1045 apply1 <cycle 4> [942]
500 Fsetq <cycle 4> [1051]
500 Finsert <cycle 4> [1050]
226 Fand <cycle 4> [1073]
137 Fdefvar <cycle 4> [461]
65 Flet <cycle 4> [1143]
61 FletX <cycle 4> [391]
61 Fapply <cycle 4> [762]
14 Ffuncall <cycle 4> [39]
12 Fcond <cycle 4> [1283]
12 For <cycle 4> [1285]
5 Fmapcar <cycle 4> [456]
4 exec_byte_code <cycle 4> [143]
4 Ffile_name_directory <cycle 4> [266]
3 Fexpand_file_name <cycle 4> [164]
3 Ffile_name_as_directory <cycle 4> [262]
2 Fgarbage_collect <cycle 4> [40]
2 Fset_fontset_font <cycle 4> [60]
2 directory_files_internal <cycle 4> [254]
2 Fdirectory_files <cycle 4> [397]
2 Ffile_readable_p <cycle 4> [313]
2 Ffile_name_nondirectory <cycle 4> [237]
2 Ffile_directory_p <cycle 4> [269]
1 Fwhile <cycle 4> [1555]
1 Ffile_exists_p <cycle 4> [383]
1 Fpropertize <cycle 4> [492]
10128 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 21/15267 Fdefine_key <cycle 4> [350]
0.00 0.00 158/15267 where_is_internal <cycle 4> [151]
0.00 0.00 15088/15267 reorder_modifiers [191]
[190] 0.1 0.00 0.00 15267 parse_modifiers [190]
0.00 0.00 15267/120134 Fget [103]
0.00 0.00 15267/291575 Fplist_get [141]
0.00 0.00 11/2294 Fintern [301]
0.00 0.00 36/3266575 Fcons [62]
0.00 0.00 11/1702 list2 [382]
0.00 0.00 22/4336 Fput [430]
0.00 0.00 11/17709 make_string [680]
-----------------------------------------------
0.00 0.00 21/15088 store_in_keymap [370]
0.00 0.00 15067/15088 access_keymap_1 <cycle 4> [93]
[191] 0.1 0.00 0.00 15088 reorder_modifiers [191]
0.00 0.00 15088/15267 parse_modifiers [190]
-----------------------------------------------
0.00 0.00 33150/129269 fill_glyph_string [240]
0.00 0.00 96119/129269 x_get_glyph_overhangs [183]
[192] 0.1 0.00 0.00 129269 get_glyph_face_and_encoding [192]
0.00 0.00 129269/605473 xftfont_encode_char [138]
0.00 0.00 129269/139845 prepare_face_for_display [635]
-----------------------------------------------
0.00 0.00 1228/11654 display_line <cycle 4> [197]
0.00 0.00 10426/11654 move_it_in_display_line_to <cycle 4> [66]
[193] 0.1 0.00 0.00 11654 handle_line_prefix [193]
0.00 0.00 11654/491552 get_char_property_and_overlay [38]
0.00 0.00 11654/449715 Fget_char_property [627]
0.00 0.00 11654/20404 get_it_property [670]
-----------------------------------------------
1 top_level_1 <cycle 2> [36]
0.00 2.99 21/22 command_loop_2 [8]
[194] 0.1 0.00 0.00 22 internal_condition_case <cycle 2> [194]
0.00 0.00 20/20 cmd_error [199]
0.00 0.00 1/33852 unbind_to <cycle 4> [285]
0.00 0.00 1/33852 Feval <cycle 4> [234]
0.00 0.00 22/13559 push_handler [689]
0.00 0.00 1/1 top_level_2 [1602]
21 command_loop_1 <cycle 2> [23]
-----------------------------------------------
0.00 0.00 2288/2288 event_handler_gdk [196]
[195] 0.1 0.00 0.00 2288 handle_one_xevent [195]
0.00 0.00 1023/1023 x_x_to_emacs_modifiers [236]
0.00 0.00 4092/120134 Fget [103]
0.00 0.00 5/5 x_focus_changed [247]
0.00 0.00 4092/291575 Fplist_get [141]
0.00 0.00 1021/6143931 Fgethash [21]
0.00 0.00 1/33852 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 12/56 store_frame_param [438]
0.00 0.00 8/57 get_frame_param [445]
0.00 0.00 8/3266575 Fcons [62]
0.00 0.00 8/1702 list2 [382]
0.00 0.00 2/2 note_mouse_movement [593]
0.00 0.00 2288/4336 x_any_window_to_frame [751]
0.00 0.00 1025/1025 kbd_buffer_store_buffered_event [971]
0.00 0.00 1023/3090 popup_activated [778]
0.00 0.00 53/62 x_top_window_to_frame [1151]
0.00 0.00 50/50 xft_settings_event [1179]
0.00 0.00 44/44 x_handle_property_notify [1191]
0.00 0.00 8/9 get_current_wm_state [1320]
0.00 0.00 8/1364726 Fcdr [610]
0.00 0.00 8/34 frame_size_history_add [1210]
0.00 0.00 7/7 x_detect_focus_change [1342]
0.00 0.00 6/6 x_handle_dnd_message [1366]
0.00 0.00 5/5 x_window_to_frame [1390]
0.00 0.00 5/6 x_real_positions [1368]
0.00 0.00 3/3 xg_frame_resized [1470]
0.00 0.00 2/2 expose_frame [1492]
0.00 0.00 2/1129 x_clear_area [900]
0.00 0.00 1/6 redisplay_other_windows [1360]
0.00 0.00 1/1 record_asynch_buffer_change [1593]
0.00 0.00 1/1 do_ewmh_fullscreen [1569]
-----------------------------------------------
<spontaneous>
[196] 0.1 0.00 0.00 event_handler_gdk [196]
0.00 0.00 2288/2288 handle_one_xevent [195]
0.00 0.00 3312/638667 unblock_input_to [618]
0.00 0.00 3312/638619 unblock_input [619]
0.00 0.00 2048/4336 x_any_window_to_frame [751]
-----------------------------------------------
262 try_window <cycle 4> [1200]
966 try_window_reusing_current_matrix <cycle 4> [1167]
[197] 0.1 0.00 0.00 1228 display_line <cycle 4> [197]
0.00 0.00 29806/480484 x_produce_glyphs [75]
0.00 0.00 1228/11654 handle_line_prefix [193]
0.00 0.00 1228/2261 prepare_desired_row [813]
0.00 0.00 1228/12846 recenter_overlay_lists [692]
0.00 0.00 1228/2261 compute_line_metrics [812]
0.00 0.00 1228/119738 do_symval_forwarding [637]
0.00 0.00 1112/2145 extend_face_to_end_of_line [822]
0.00 0.00 242/2603 row_for_charpos_p [800]
0.00 0.00 116/2462 lookup_basic_face [804]
29922 get_next_display_element <cycle 4> [9]
29249 set_iterator_to_next <cycle 4> [626]
2456 find_symbol_value <cycle 4> [317]
671 show_hourglass <cycle 4> [180]
555 reseat_at_next_visible_line_start <cycle 4> [753]
-----------------------------------------------
0.00 0.00 21/21 command_loop_1 <cycle 2> [23]
[198] 0.1 0.00 0.00 21 resize_echo_area_exactly [198]
0.00 0.00 21/33852 with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
0.00 0.00 20/20 internal_condition_case <cycle 2> [194]
[199] 0.1 0.00 0.00 20 cmd_error [199]
0.00 0.00 20/20 cmd_error_internal [200]
0.00 0.00 20/2062 cancel_hourglass [834]
-----------------------------------------------
0.00 0.00 20/20 cmd_error [199]
[200] 0.1 0.00 0.00 20 cmd_error_internal [200]
0.00 0.00 20/33852 call3 <cycle 4> [1202]
0.00 0.00 20/17709 make_string [680]
-----------------------------------------------
0.00 0.00 1075/3918 save_excursion_restore <cycle 4> [246]
0.00 0.00 2843/3918 exec_byte_code <cycle 4> [143]
[201] 0.1 0.00 0.00 3918 Fgoto_char [201]
0.00 0.00 2843/2849 set_point [204]
0.00 0.00 3918/6623 set_point_both [257]
0.00 0.00 1075/1081 set_point_from_marker [921]
-----------------------------------------------
179 safe_call <cycle 4> [1083]
6197 safe__call1 <cycle 4> [737]
[202] 0.0 0.00 0.00 6376 safe__call <cycle 4> [202]
0.00 0.00 12573/103225 set_internal [113]
12573 store_symval_forwarding <cycle 4> [117]
12573 specbind <cycle 4> [639]
6376 internal_condition_case_n <cycle 4> [709]
6376 unbind_to <cycle 4> [285]
-----------------------------------------------
18657 handle_stop <cycle 4> [96]
[203] 0.0 0.00 0.00 18657 handle_fontified_prop <cycle 4> [203]
0.00 0.00 8299/491552 get_char_property_and_overlay [38]
0.00 0.00 59/103225 set_internal [113]
0.00 0.00 8299/449715 Fget_char_property [627]
59 store_symval_forwarding <cycle 4> [117]
59 specbind <cycle 4> [639]
59 safe_call <cycle 4> [1083]
59 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 1/2849 move_point [490]
0.00 0.00 5/2849 search_command [211]
0.00 0.00 2843/2849 Fgoto_char [201]
[204] 0.0 0.00 0.00 2849 set_point [204]
0.00 0.00 2849/19444 buf_charpos_to_bytepos [133]
-----------------------------------------------
1 set_message_1 <cycle 4> [1598]
3 Finsert_file_contents <cycle 4> [336]
18 del_range_both <cycle 4> [435]
380 insert_char <cycle 4> [1059]
598 del_range_1 <cycle 4> [232]
1000 general_insert_function <cycle 4> [1052]
[205] 0.0 0.00 0.00 2000 update_compositions <cycle 4> [205]
0.00 0.00 4161/71295 find_composition [106]
0.00 0.00 4140/103225 set_internal [113]
0.00 0.00 1380/1439 Fremove_list_of_text_properties [321]
0.00 0.00 1380/3266575 Fcons [62]
0.00 0.00 1380/18192 list1 [678]
4140 store_symval_forwarding <cycle 4> [117]
4140 specbind <cycle 4> [639]
1380 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 1321/8382 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 1762/8382 lface_from_face_name [268]
0.00 0.00 5299/8382 get_lface_attributes [225]
[206] 0.0 0.00 0.00 8382 resolve_face_name [206]
0.00 0.00 8382/120134 Fget [103]
0.00 0.00 8382/291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 1/32302 Ftry_completion [410]
0.00 0.00 2/32302 x_set_font <cycle 4> [371]
0.00 0.00 2/32302 Fautoload_do_load <cycle 4> [543]
0.00 0.00 3/32302 show_hourglass <cycle 4> [180]
0.00 0.00 4/32302 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 4/32302 eval_sub <cycle 4> [189]
0.00 0.00 63/32302 exec_byte_code <cycle 4> [143]
0.00 0.00 116/32302 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 261/32302 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 462/32302 readevalloop <cycle 4> [380]
0.00 0.00 1031/32302 face_attr_equal_p [346]
0.00 0.00 1057/32302 where_is_internal <cycle 4> [151]
0.00 0.00 1411/32302 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 2062/32302 hscroll_window_tree [212]
0.00 0.00 2315/32302 display_mode_element <cycle 4> [179]
0.00 0.00 23508/32302 compile_pattern [95]
[207] 0.0 0.00 0.00 32302 Fequal [207]
0.00 0.00 32302/14252708 internal_equal [24]
-----------------------------------------------
0.00 0.00 347/347 xftfont_list [209]
[208] 0.0 0.00 0.00 347 ftfont_list [208]
0.00 0.00 1933/1933 ftfont_pattern_entity [220]
0.00 0.00 347/347 ftfont_spec_pattern [292]
0.00 0.00 1933/3266575 Fcons [62]
0.00 0.00 346/2294 Fintern [301]
0.00 0.00 347/7672938 Fnreverse [28]
0.00 0.00 346/3072176 casify_object [41]
0.00 0.00 578/6195131 assq_no_quit [48]
0.00 0.00 346/2872 Fdowncase [792]
0.00 0.00 2/539 intern_sym [1042]
-----------------------------------------------
0.00 0.00 347/347 font_list_entities [25]
[209] 0.0 0.00 0.00 347 xftfont_list [209]
0.00 0.00 347/347 ftfont_list [208]
-----------------------------------------------
2 load_charset <cycle 4> [412]
2 Flocate_file_internal <cycle 4> [1477]
12 x_find_image_fd <cycle 4> [545]
26 Fload <cycle 4> [401]
[210] 0.0 0.00 0.00 42 openp <cycle 4> [210]
0.00 0.00 188/2457 Ffind_file_name_handler [105]
0.00 0.00 35/3266575 Fcons [62]
0.00 0.00 188/307 encode_file_name [1063]
0.00 0.00 165/17709 make_string [680]
0.00 0.00 165/174 emacs_open [1088]
0.00 0.00 35/18192 list1 [678]
0.00 0.00 23/20569 make_unibyte_string [669]
0.00 0.00 13/55 file_directory_p [1164]
85 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
0.00 0.00 20/692 Fsearch_forward [361]
0.00 0.00 672/692 Fre_search_forward [214]
[211] 0.0 0.00 0.00 692 search_command [211]
0.00 0.00 692/692 search_buffer [231]
0.00 0.00 691/19444 buf_charpos_to_bytepos [133]
0.00 0.00 5/2849 set_point [204]
0.00 0.00 5/6623 set_point_both [257]
-----------------------------------------------
0.00 0.00 1031/1031 hscroll_windows [213]
[212] 0.0 0.00 0.00 1031 hscroll_window_tree [212]
0.00 0.00 2062/2140 set_marker_internal [215]
0.00 0.00 2062/32302 Fequal [207]
0.00 0.00 4124/5124 Fmarker_position [743]
0.00 0.00 2062/39509 window_box_width [653]
0.00 0.00 2062/2062 Fwindow_point [833]
0.00 0.00 2062/2062 Fwindow_old_point [832]
0.00 0.00 2062/2125 Fset_marker [825]
0.00 0.00 2062/2066 Fbuffer_local_value [830]
-----------------------------------------------
0.00 0.00 1031/1031 redisplay_internal [15]
[213] 0.0 0.00 0.00 1031 hscroll_windows [213]
0.00 0.00 1031/1031 hscroll_window_tree [212]
-----------------------------------------------
0.00 0.00 672/672 Ffuncall <cycle 4> [39]
[214] 0.0 0.00 0.00 672 Fre_search_forward [214]
0.00 0.00 672/692 search_command [211]
-----------------------------------------------
0.00 0.00 3/2140 set_window_buffer <cycle 4> [457]
0.00 0.00 4/2140 Fmatch_data [348]
0.00 0.00 5/2140 Fcopy_marker [444]
0.00 0.00 7/2140 Fset_window_configuration <cycle 4> [432]
0.00 0.00 59/2140 exec_byte_code <cycle 4> [143]
0.00 0.00 2062/2140 hscroll_window_tree [212]
[215] 0.0 0.00 0.00 2140 set_marker_internal [215]
0.00 0.00 2066/19444 buf_charpos_to_bytepos [133]
0.00 0.00 2140/2975 live_buffer [789]
0.00 0.00 2140/9179 CHECK_MARKER [713]
0.00 0.00 76/3243 unchain_marker [768]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [14]
[216] 0.0 0.00 0.00 1022 make_lispy_event [216]
0.00 0.00 1020/1020 modify_event_symbol [217]
0.00 0.00 2/4 Fset_input_mode [1400]
-----------------------------------------------
0.00 0.00 1020/1020 make_lispy_event [216]
[217] 0.0 0.00 0.00 1020 modify_event_symbol [217]
0.00 0.00 1021/16115 apply_modifiers [97]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 1/2073 intern_1 [307]
0.00 0.00 1/4336 Fput [430]
-----------------------------------------------
0.00 0.00 2020/4255 Fface_font [242]
0.00 0.00 2235/4255 draw_fringe_bitmap_1 <cycle 4> [239]
[218] 0.0 0.00 0.00 4255 lookup_named_face [218]
0.00 0.00 4256/5299 get_lface_attributes [225]
0.00 0.00 4256/5377 merge_face_vectors <cycle 1> [298]
0.00 0.00 4256/5372 Finternal_merge_in_global_face [327]
-----------------------------------------------
0.00 0.00 5/1997 read_char <cycle 2> [14]
0.00 0.00 973/1997 wait_reading_process_output [27]
0.00 0.00 1019/1997 sit_for [26]
[219] 0.0 0.00 0.00 1997 swallow_events [219]
0.00 0.00 1997/7961 get_input_pending [175]
0.00 0.00 1997/1997 process_special_events [846]
-----------------------------------------------
0.00 0.00 1933/1933 ftfont_list [208]
[220] 0.0 0.00 0.00 1933 ftfont_pattern_entity [220]
0.00 0.00 1933/48808 Fcopy_sequence [122]
0.00 0.00 1933/6134442 ftfont_lookup_cache [19]
0.00 0.00 1933/1933 font_make_entity [277]
0.00 0.00 1102/384683 font_intern_prop [91]
0.00 0.00 1933/3153 font_put_extra [326]
0.00 0.00 1933/3266575 Fcons [62]
0.00 0.00 1933/20569 make_unibyte_string [669]
0.00 0.00 1653/1778 font_style_to_value [859]
-----------------------------------------------
0.00 0.00 518/518 exec_byte_code <cycle 4> [143]
[221] 0.0 0.00 0.00 518 Fforward_line [221]
0.00 0.00 518/2538 scan_newline_from_point [170]
0.00 0.00 518/6623 set_point_both [257]
-----------------------------------------------
0.00 0.00 50942/50942 find_automatic_composition [185]
[222] 0.0 0.00 0.00 50942 char_composable_p [222]
0.00 0.00 46952/4993256 char_table_ref [35]
-----------------------------------------------
0.00 0.00 519/519 Ffuncall <cycle 4> [39]
[223] 0.0 0.00 0.00 519 Fline_end_position [223]
0.00 0.00 519/519 find_before_next_newline [224]
-----------------------------------------------
0.00 0.00 519/519 Fline_end_position [223]
[224] 0.0 0.00 0.00 519 find_before_next_newline [224]
0.00 0.00 519/8001 find_newline [110]
-----------------------------------------------
0.00 0.00 1043/5299 merge_named_face <cycle 1> [280]
0.00 0.00 4256/5299 lookup_named_face [218]
[225] 0.0 0.00 0.00 5299 get_lface_attributes [225]
0.00 0.00 5299/8382 resolve_face_name [206]
0.00 0.00 5299/6195131 assq_no_quit [48]
0.00 0.00 5299/5467 get_lface_attributes_no_remap [343]
-----------------------------------------------
0.00 0.00 5/5 redisplay_internal [15]
[226] 0.0 0.00 0.00 5 redisplay_windows [226]
0.00 0.00 10/33852 internal_condition_case_1 <cycle 4> [878]
-----------------------------------------------
0.00 0.00 8252/8252 update_window_fringes [80]
[227] 0.0 0.00 0.00 8252 lookup_fringe_bitmap [227]
0.00 0.00 4126/120134 Fget [103]
0.00 0.00 4126/1409718 Fassq [45]
0.00 0.00 4126/291575 Fplist_get [141]
0.00 0.00 4126/140813 Flength [634]
0.00 0.00 4126/72320 Fcar [641]
0.00 0.00 4126/9842 Fnth [702]
-----------------------------------------------
0.00 0.00 1032/2091 redisplay_internal [15]
0.00 0.00 1059/2091 redisplay_window <cycle 4> [116]
[228] 0.0 0.00 0.00 2091 reconsider_clip_changes [228]
0.00 0.00 3996/71295 find_composition [106]
-----------------------------------------------
1321 Ffuncall <cycle 4> [39]
[229] 0.0 0.00 0.00 1321 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 1321/8382 resolve_face_name [206]
0.00 0.00 1321/1762 lface_from_face_name [268]
0.00 0.00 1321/120134 Fget [103]
0.00 0.00 501/1539 font_clear_prop [278]
0.00 0.00 1411/32302 Fequal [207]
0.00 0.00 1321/291575 Fplist_get [141]
0.00 0.00 67/82 Finternal_make_lisp_face [339]
0.00 0.00 1321/7229 lface_from_face_name_no_resolve [334]
0.00 0.00 178/309 fset_redisplay [1062]
0.00 0.00 12/1778 font_style_to_value [859]
0.00 0.00 1/1 merge_face_heights [1587]
1 Fmodify_frame_parameters <cycle 4> [1370]
-----------------------------------------------
0.00 0.00 1/7829 Fframe_or_buffer_changed_p [556]
0.00 0.00 1/7829 format_mode_line_unwind_data [555]
0.00 0.00 1/7829 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 1/7829 init_menu_items [557]
0.00 0.00 1/7829 modify_event_symbol [217]
0.00 0.00 1/7829 menu_bar_items <cycle 4> [406]
0.00 0.00 1/7829 tool_bar_items <cycle 4> [423]
0.00 0.00 1/7829 set_fontset_font [356]
0.00 0.00 2/7829 Fcurrent_window_configuration [502]
0.00 0.00 2/7829 process_tool_bar_item <cycle 4> [287]
0.00 0.00 11/7829 fontset_find_font [12]
0.00 0.00 12/7829 make_hash_table [459]
0.00 0.00 16/7829 hash_put [68]
0.00 0.00 37/7829 Fset_fontset_font <cycle 4> [60]
0.00 0.00 82/7829 Finternal_make_lisp_face [339]
0.00 0.00 84/7829 Fmake_char_table [377]
0.00 0.00 90/7829 read_vector <cycle 5> [404]
0.00 0.00 123/7829 Ffuncall <cycle 4> [39]
0.00 0.00 1306/7829 fontset_add [248]
0.00 0.00 6056/7829 concat [111]
[230] 0.0 0.00 0.00 7829 Fmake_vector [230]
0.00 0.00 7829/396978 allocate_vector [57]
-----------------------------------------------
0.00 0.00 692/692 search_command [211]
[231] 0.0 0.00 0.00 692 search_buffer [231]
0.00 0.00 672/43199 re_search_2 [61]
0.00 0.00 672/51282 compile_pattern [95]
0.00 0.00 703/11256 Faref [697]
0.00 0.00 20/20 boyer_moore [1241]
0.00 0.00 6/1822 buf_bytepos_to_charpos [855]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [386]
19 setup_echo_area_for_printing <cycle 4> [447]
578 Ferase_buffer <cycle 4> [1034]
[232] 0.0 0.00 0.00 598 del_range_1 <cycle 4> [232]
0.00 0.00 1196/19444 buf_charpos_to_bytepos [133]
0.00 0.00 598/616 del_range_2 [300]
0.00 0.00 598/2566 invalidate_buffer_caches [802]
598 signal_after_change <cycle 4> [281]
598 update_compositions <cycle 4> [205]
598 prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
0.00 0.00 519/2539 Ffuncall <cycle 4> [39]
0.00 0.00 2020/2539 Fline_beginning_position [173]
[233] 0.0 0.00 0.00 2539 Fconstrain_to_field [233]
0.00 0.00 4089/491552 get_char_property_and_overlay [38]
0.00 0.00 4089/449715 Fget_char_property [627]
-----------------------------------------------
294 internal_condition_case_1 <cycle 4> [878]
5332 Ffuncall <cycle 4> [39]
0.00 0.00 1/33852 internal_condition_case <cycle 2> [194]
[234] 0.0 0.00 0.00 5627 Feval <cycle 4> [234]
0.00 0.00 5627/103225 set_internal [113]
5627 store_symval_forwarding <cycle 4> [117]
5627 specbind <cycle 4> [639]
5627 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 23047/23047 sweep_conses [81]
[235] 0.0 0.00 0.00 23047 lisp_align_free [235]
0.00 0.00 23047/349297 mem_find [131]
0.00 0.00 23047/31463 mem_delete [658]
-----------------------------------------------
0.00 0.00 1023/1023 handle_one_xevent [195]
[236] 0.0 0.00 0.00 1023 x_x_to_emacs_modifiers [236]
0.00 0.00 4092/120134 Fget [103]
0.00 0.00 4092/291575 Fplist_get [141]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
91 Ffuncall <cycle 4> [39]
[237] 0.0 0.00 0.00 93 Ffile_name_nondirectory <cycle 4> [237]
0.00 0.00 93/2457 Ffind_file_name_handler [105]
15 call2 <cycle 4> [862]
-----------------------------------------------
1064 modify_text_properties <cycle 4> [930]
1982 prepare_to_modify_buffer <cycle 4> [305]
[238] 0.0 0.00 0.00 3046 prepare_to_modify_buffer_1 <cycle 4> [238]
0.00 0.00 2063/2063 verify_interval_modification [255]
0.00 0.00 1402/103225 set_internal [113]
0.00 0.00 3046/3146 bset_redisplay [773]
1402 store_symval_forwarding <cycle 4> [117]
1402 specbind <cycle 4> [639]
1402 Fset <cycle 4> [259]
1402 unbind_to <cycle 4> [285]
1000 call0 <cycle 4> [722]
-----------------------------------------------
2236 draw_fringe_bitmap <cycle 4> [817]
[239] 0.0 0.00 0.00 2236 draw_fringe_bitmap_1 <cycle 4> [239]
0.00 0.00 2235/4255 lookup_named_face [218]
0.00 0.00 2236/139845 prepare_face_for_display [635]
0.00 0.00 1118/15532 window_box_left [683]
0.00 0.00 1118/1118 window_box_right [906]
2236 x_draw_fringe_bitmap <cycle 4> [767]
-----------------------------------------------
0.00 0.00 7315/7315 draw_glyphs <cycle 4> [44]
[240] 0.0 0.00 0.00 7315 fill_glyph_string [240]
0.00 0.00 33150/129269 get_glyph_face_and_encoding [192]
-----------------------------------------------
0.00 0.00 2095/2095 Ffuncall <cycle 4> [39]
[241] 0.0 0.00 0.00 2095 Fcoding_system_eol_type [241]
0.00 0.00 2095/6143931 Fgethash [21]
0.00 0.00 2095/6640124 hash_lookup [20]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [39]
[242] 0.0 0.00 0.00 2020 Fface_font [242]
0.00 0.00 2020/4255 lookup_named_face [218]
0.00 0.00 2020/3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 583/7682 make_buffer_string_both [322]
0.00 0.00 7099/7682 Fnext_single_char_property_change <cycle 4> [172]
[243] 0.0 0.00 0.00 7682 Fnext_property_change [243]
0.00 0.00 7007/724343 find_interval [71]
0.00 0.00 7682/755707 validate_interval_range [89]
0.00 0.00 63649/492511 next_interval [625]
0.00 0.00 63588/64587 intervals_equal [643]
-----------------------------------------------
2124 map_sub_char_table <cycle 4> [125]
20649 map_keymap_internal <cycle 4> [592]
[244] 0.0 0.00 0.00 22773 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 1785/56861 concat [111]
0.00 0.00 3666/3266575 Fcons [62]
0.00 0.00 48/48808 Fcopy_sequence [122]
0.00 0.00 22773/676170 get_keymap [617]
0.00 0.00 2111/2126 Frassq [824]
0.00 0.00 1785/5788 Fvconcat [739]
0.00 0.00 1785/18192 list1 [678]
0.00 0.00 1785/1818 nconc2 [856]
0.00 0.00 604/140813 Flength [634]
0.00 0.00 278/18705 Fmemq [674]
0.00 0.00 192/11256 Faref [697]
0.00 0.00 48/3412 Faset [763]
22773 get_keyelt <cycle 4> [535]
-----------------------------------------------
0.00 0.00 461/461 font_list_entities [25]
[245] 0.0 0.00 0.00 461 xfont_list [245]
0.00 0.00 916/916 xfont_list_pattern [252]
0.00 0.00 461/2809 Fassoc [288]
0.00 0.00 1838/6195131 assq_no_quit [48]
0.00 0.00 916/916 xfont_encode_coding_xlfd [1015]
0.00 0.00 461/1289 font_unparse_xlfd [885]
-----------------------------------------------
1075 unbind_to <cycle 4> [285]
[246] 0.0 0.00 0.00 1075 save_excursion_restore <cycle 4> [246]
0.00 0.00 1075/3918 Fgoto_char [201]
0.00 0.00 1075/1075 Fmarker_buffer [922]
0.00 0.00 1075/3243 unchain_marker [768]
1075 Fset_buffer <cycle 4> [803]
-----------------------------------------------
0.00 0.00 5/5 handle_one_xevent [195]
[247] 0.0 0.00 0.00 5 x_focus_changed [247]
0.00 0.00 5/33852 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 3/3 x_new_focus_frame [1467]
-----------------------------------------------
0.00 0.00 99/1306 set_fontset_font [356]
0.00 0.00 1207/1306 Fset_fontset_font <cycle 4> [60]
[248] 0.0 0.00 0.00 1306 fontset_add [248]
0.00 0.00 1214/56861 concat [111]
0.00 0.00 1306/7829 Fmake_vector [230]
0.00 0.00 1388/1428 char_table_set_range [392]
0.00 0.00 396/640 char_table_set [442]
0.00 0.00 1388/1391 char_table_ref_and_range [874]
0.00 0.00 1214/5788 Fvconcat [739]
-----------------------------------------------
0.00 0.00 380/380 Ffuncall <cycle 4> [39]
[249] 0.0 0.00 0.00 380 string_match_1 [249]
0.00 0.00 380/42527 re_search [63]
0.00 0.00 380/51282 compile_pattern [95]
0.00 0.00 256/18850 string_byte_to_char [673]
0.00 0.00 27/3082942 string_char_to_byte [603]
-----------------------------------------------
2 directory_files_internal <cycle 4> [254]
28 Ffuncall <cycle 4> [39]
41 Ffile_directory_p <cycle 4> [269]
[250] 0.0 0.00 0.00 71 Fdirectory_file_name <cycle 4> [250]
0.00 0.00 71/2457 Ffind_file_name_handler [105]
0.00 0.00 66/49690 make_specified_string [652]
5 call2 <cycle 4> [862]
-----------------------------------------------
0.00 0.00 1/917 font_find_for_lface [13]
0.00 0.00 916/917 xfont_list_pattern [252]
[251] 0.0 0.00 0.00 917 font_registry_charsets [251]
0.00 0.00 917/384231 Fassoc_string [33]
0.00 0.00 3/883 find_font_encoding [64]
0.00 0.00 3/6143931 Fgethash [21]
0.00 0.00 3/6640124 hash_lookup [20]
0.00 0.00 9/3266575 Fcons [62]
0.00 0.00 3/18192 list1 [678]
0.00 0.00 3/1818 nconc2 [856]
-----------------------------------------------
0.00 0.00 916/916 xfont_list [245]
[252] 0.0 0.00 0.00 916 xfont_list_pattern [252]
0.00 0.00 916/917 font_registry_charsets [251]
0.00 0.00 3/6195131 assq_no_quit [48]
0.00 0.00 1832/638667 unblock_input_to [618]
0.00 0.00 1832/638619 unblock_input [619]
0.00 0.00 916/923 x_catch_errors_with_handler [1009]
0.00 0.00 916/917 x_catch_errors [1014]
0.00 0.00 916/922 x_had_errors_p [1011]
0.00 0.00 916/922 x_uncatch_errors [1012]
0.00 0.00 916/7766 do_pending_atimers [724]
0.00 0.00 916/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 563/2180 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 616/2180 del_range_2 [300]
0.00 0.00 1001/2180 insert_from_string_1 <cycle 4> [120]
[253] 0.0 0.00 0.00 2180 offset_intervals [253]
0.00 0.00 4995/1234730 lookup_char_property [43]
0.00 0.00 999/7672938 Fnreverse [28]
0.00 0.00 999/1409718 Fassq [45]
0.00 0.00 999/724343 find_interval [71]
0.00 0.00 1998/3266575 Fcons [62]
0.00 0.00 8977/709980 balance_possible_root_interval [616]
0.00 0.00 7978/828603 balance_an_interval [615]
0.00 0.00 999/1364726 Fcdr [610]
0.00 0.00 999/64587 intervals_equal [643]
0.00 0.00 999/72320 Fcar [641]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
[254] 0.0 0.00 0.00 2 directory_files_internal <cycle 4> [254]
0.00 0.00 482/42527 re_search [63]
0.00 0.00 478/3266575 Fcons [62]
0.00 0.00 2/51282 compile_pattern [95]
0.00 0.00 484/484 read_dirent [1054]
0.00 0.00 482/20569 make_unibyte_string [669]
0.00 0.00 482/520 decode_file_name [1045]
0.00 0.00 4/307 encode_file_name [1063]
0.00 0.00 2/2 open_directory [1503]
0.00 0.00 2/311674 grow_specpdl [632]
0.00 0.00 2/1022 record_unwind_protect_ptr [982]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
486 code_convert_string <cycle 4> [273]
2 Fdirectory_file_name <cycle 4> [250]
-----------------------------------------------
0.00 0.00 2063/2063 prepare_to_modify_buffer_1 <cycle 4> [238]
[255] 0.0 0.00 0.00 2063 verify_interval_modification [255]
0.00 0.00 5572/1234730 lookup_char_property [43]
0.00 0.00 2063/724343 find_interval [71]
0.00 0.00 5572/1180788 textget [611]
0.00 0.00 3574/492511 next_interval [625]
-----------------------------------------------
4 set_frame_menubar <cycle 4> [465]
4 Fdo_auto_save <cycle 4> [524]
8 show_hourglass <cycle 4> [180]
0.00 0.00 21/33852 read_char <cycle 2> [14]
0.05 0.22 3042/33852 command_loop_1 <cycle 2> [23]
[256] 0.0 0.00 0.00 3079 safe_run_hooks <cycle 4> [256]
0.00 0.00 3079/103225 set_internal [113]
0.00 0.00 3079/3079 run_hook_with_args [780]
3079 store_symval_forwarding <cycle 4> [117]
3079 specbind <cycle 4> [639]
3079 unbind_to <cycle 4> [285]
3078 Fcommandp <cycle 4> [538]
-----------------------------------------------
0.00 0.00 1/6623 move_point [490]
0.00 0.00 2/6623 skip_chars.constprop.5 [487]
0.00 0.00 3/6623 Fbackward_prefix_chars [537]
0.00 0.00 5/6623 search_command [211]
0.00 0.00 6/6623 select_window <cycle 4> [510]
0.00 0.00 516/6623 skip_syntaxes [265]
0.00 0.00 518/6623 Fforward_line [221]
0.00 0.00 634/6623 Fparse_partial_sexp [78]
0.00 0.00 1020/6623 Fvertical_motion <cycle 4> [168]
0.00 0.00 3918/6623 Fgoto_char [201]
[257] 0.0 0.00 0.00 6623 set_point_both [257]
0.00 0.00 8766/724343 find_interval [71]
0.00 0.00 5634/5634 previous_interval [740]
-----------------------------------------------
1023 Ffuncall <cycle 4> [39]
[258] 0.0 0.00 0.00 1023 Fcall_interactively <cycle 4> [258]
0.00 0.00 1023/1023 Finteractive_form [283]
0.00 0.00 1023/120134 Fget [103]
0.00 0.00 1023/291575 Fplist_get [141]
0.00 0.00 1023/3266575 Fcons [62]
0.00 0.00 1023/1702 list2 [382]
0.00 0.00 2043/17709 make_string [680]
0.00 0.00 1023/72320 Fcar [641]
2025 unbind_to <cycle 4> [285]
1023 Ffuncall <cycle 4> [39]
1020 call0 <cycle 4> [722]
-----------------------------------------------
1 Fundo_boundary <cycle 4> [1551]
3 Finsert_file_contents <cycle 4> [336]
8 Fset_coding_system_priority <cycle 4> [460]
294 exec_byte_code <cycle 4> [143]
500 Fsetq <cycle 4> [1051]
578 code_conversion_save <cycle 4> [402]
1402 prepare_to_modify_buffer_1 <cycle 4> [238]
[259] 0.0 0.00 0.00 2786 Fset <cycle 4> [259]
0.00 0.00 2786/103225 set_internal [113]
2017 store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
0.00 0.00 8268/8268 compute_stop_pos [53]
[260] 0.0 0.00 0.00 8268 next_overlay_change [260]
0.00 0.00 8268/486395 overlays_at [90]
-----------------------------------------------
4 redraw_frame <cycle 4> [1423]
0.02 0.08 1031/33852 redisplay_internal [15]
[261] 0.0 0.00 0.00 1035 update_overlay_arrows <cycle 4> [261]
0.00 0.00 2062/120134 Fget [103]
0.00 0.00 2062/291575 Fplist_get [141]
0.00 0.00 4141/4336 Fput [430]
0.00 0.00 1032/119738 do_symval_forwarding [637]
2060 find_symbol_value <cycle 4> [317]
-----------------------------------------------
3 eval_sub <cycle 4> [189]
49 Ffuncall <cycle 4> [39]
[262] 0.0 0.00 0.00 52 Ffile_name_as_directory <cycle 4> [262]
0.00 0.00 52/2457 Ffind_file_name_handler [105]
0.00 0.00 46/49690 make_specified_string [652]
0.00 0.00 46/171 Fnext_read_file_uses_dialog_p [1089]
6 call2 <cycle 4> [862]
-----------------------------------------------
[263] 0.0 0.00 0.00 5377+2096 <cycle 1 as a whole> [263]
0.00 0.00 1043 merge_named_face <cycle 1> [280]
0.00 0.00 5385 merge_face_vectors <cycle 1> [298]
0.00 0.00 1045 merge_face_ref <cycle 1> [549]
-----------------------------------------------
0.00 0.00 2/10181 file_attributes [513]
0.00 0.00 6/10181 eval_sub <cycle 4> [189]
0.00 0.00 57/10181 Fmapcar <cycle 4> [456]
0.00 0.00 118/10181 Fgarbage_collect <cycle 4> [40]
0.00 0.00 343/10181 funcall_lambda <cycle 4> [126]
0.00 0.00 1186/10181 Fmatch_data [348]
0.00 0.00 2101/10181 Fbacktrace_frame [318]
0.00 0.00 6368/10181 exec_byte_code <cycle 4> [143]
[264] 0.0 0.00 0.00 10181 Flist [264]
0.00 0.00 28696/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [39]
[265] 0.0 0.00 0.00 516 skip_syntaxes [265]
0.00 0.00 516/19444 buf_charpos_to_bytepos [133]
0.00 0.00 516/6623 set_point_both [257]
0.00 0.00 516/1154 SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
2 Fload <cycle 4> [401]
3 Fdo_auto_save <cycle 4> [524]
4 eval_sub <cycle 4> [189]
38 Ffuncall <cycle 4> [39]
[266] 0.0 0.00 0.00 47 Ffile_name_directory <cycle 4> [266]
0.00 0.00 47/2457 Ffind_file_name_handler [105]
5 call2 <cycle 4> [862]
-----------------------------------------------
0.00 0.00 1/2838 make_frame <cycle 4> [314]
0.00 0.00 1/2838 Fcurrent_window_configuration [502]
0.00 0.00 1/2838 create_terminal <cycle 4> [484]
0.00 0.00 2/2838 make_window [315]
0.00 0.00 2/2838 x_scroll_bar_create [528]
0.00 0.00 3/2838 make_hash_table [459]
0.00 0.00 8/2838 font_make_object [420]
0.00 0.00 887/2838 Ffont_spec [289]
0.00 0.00 1933/2838 font_make_entity [277]
[267] 0.0 0.00 0.00 2838 allocate_pseudovector [267]
0.00 0.00 2838/400315 Fmake_string [55]
-----------------------------------------------
0.00 0.00 1/1762 update_face_from_frame_parameter [512]
0.00 0.00 6/1762 realize_basic_faces [316]
0.00 0.00 22/1762 Finternal_get_lisp_face_attribute [431]
0.00 0.00 84/1762 realize_named_face [320]
0.00 0.00 164/1762 Finternal_make_lisp_face [339]
0.00 0.00 164/1762 Finternal_merge_in_global_face [327]
0.00 0.00 1321/1762 Finternal_set_lisp_face_attribute <cycle 4> [229]
[268] 0.0 0.00 0.00 1762 lface_from_face_name [268]
0.00 0.00 1762/8382 resolve_face_name [206]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
3 Fdo_auto_save <cycle 4> [524]
41 Ffuncall <cycle 4> [39]
[269] 0.0 0.00 0.00 46 Ffile_directory_p <cycle 4> [269]
0.00 0.00 46/2457 Ffind_file_name_handler [105]
0.00 0.00 42/307 encode_file_name [1063]
0.00 0.00 42/55 file_directory_p [1164]
46 expand_and_dir_to_file <cycle 4> [1183]
42 code_convert_string <cycle 4> [273]
41 Fdirectory_file_name <cycle 4> [250]
-----------------------------------------------
4 text_quoting_style <cycle 4> [523]
10 Ffuncall <cycle 4> [39]
1055 process_tool_bar_item <cycle 4> [287]
[270] 0.0 0.00 0.00 1069 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 1032/120134 Fget [103]
0.00 0.00 871/7672938 Fnreverse [28]
0.00 0.00 1032/291575 Fplist_get [141]
0.00 0.00 261/32302 Fequal [207]
0.00 0.00 261/1672 Fmember [342]
0.00 0.00 214/215 Fsafe_length [428]
0.00 0.00 271/3266575 Fcons [62]
0.00 0.00 10/1702 list2 [382]
0.00 0.00 1069/1073 parse_solitary_modifier [927]
0.00 0.00 1067/1071 Freverse [928]
0.00 0.00 261/11256 Faref [697]
0.00 0.00 224/224 preferred_sequence_p [1074]
0.00 0.00 10/676170 get_keymap [617]
1067 where_is_internal <cycle 4> [151]
1059 Fcurrent_active_maps <cycle 4> [155]
1042 Fkey_binding <cycle 4> [359]
263 shadow_lookup <cycle 4> [409]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [39]
[271] 0.0 0.00 0.00 183 read_internal_start [271]
0.00 0.00 183/183 read0 <cycle 5> [1039]
0.00 0.00 1/3071721 validate_subarray [69]
0.00 0.00 1/3082942 string_char_to_byte [603]
-----------------------------------------------
[272] 0.0 0.00 0.00 183+3707 <cycle 5 as a whole> [272]
0.00 0.00 2710 read1 <cycle 5> [279]
0.00 0.00 540 read_list <cycle 5> [388]
0.00 0.00 90 read_vector <cycle 5> [404]
0.00 0.00 550 read0 <cycle 5> [1039]
-----------------------------------------------
1 xg_create_frame_widgets <cycle 4> [1655]
1 Finsert_file_contents <cycle 4> [336]
1 Ffile_accessible_directory_p <cycle 4> [421]
2 Ffile_exists_p <cycle 4> [383]
2 Ffile_attributes <cycle 4> [398]
15 Ffile_readable_p <cycle 4> [313]
18 Ffile_symlink_p <cycle 4> [282]
38 Fexpand_file_name <cycle 4> [164]
42 Ffile_directory_p <cycle 4> [269]
59 Ffuncall <cycle 4> [39]
215 digest_single_submenu <cycle 4> [1279]
486 directory_files_internal <cycle 4> [254]
[273] 0.0 0.00 0.00 880 code_convert_string <cycle 4> [273]
0.00 0.00 879/6640124 hash_lookup [20]
0.00 0.00 879/886 setup_coding_system [304]
879 unbind_to <cycle 4> [285]
578 decode_coding_object <cycle 4> [324]
301 encode_coding_object <cycle 4> [1067]
-----------------------------------------------
0.00 0.00 879/879 Fset_fontset_font <cycle 4> [60]
[274] 0.0 0.00 0.00 879 concat3 [274]
0.00 0.00 879/56861 concat [111]
-----------------------------------------------
0.00 0.00 1000/1000 set_text_properties_1 [276]
[275] 0.0 0.00 0.00 1000 set_properties [275]
0.00 0.00 1000/48808 Fcopy_sequence [122]
-----------------------------------------------
0.00 0.00 1/1000 set_text_properties [519]
0.00 0.00 999/1000 graft_intervals_into_buffer [123]
[276] 0.0 0.00 0.00 1000 set_text_properties_1 [276]
0.00 0.00 1000/1000 set_properties [275]
0.00 0.00 999/999 split_interval_right [1005]
-----------------------------------------------
0.00 0.00 1933/1933 ftfont_pattern_entity [220]
[277] 0.0 0.00 0.00 1933 font_make_entity [277]
0.00 0.00 1933/2838 allocate_pseudovector [267]
-----------------------------------------------
0.00 0.00 1/1539 merge_face_ref <cycle 1> [549]
0.00 0.00 501/1539 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 1037/1539 merge_face_vectors <cycle 1> [298]
[278] 0.0 0.00 0.00 1539 font_clear_prop [278]
0.00 0.00 1037/385139 copy_font_spec [50]
0.00 0.00 1037/1056 Ffont_get [341]
0.00 0.00 1037/3153 font_put_extra [326]
0.00 0.00 1037/1364726 Fcdr [610]
-----------------------------------------------
550 read0 <cycle 5> [1039]
2160 read_list <cycle 5> [388]
[279] 0.0 0.00 0.00 2710 read1 <cycle 5> [279]
0.00 0.00 6/214 make_float [162]
0.00 0.00 870/2294 Fintern [301]
0.00 0.00 329/3266575 Fcons [62]
0.00 0.00 329/1702 list2 [382]
0.00 0.00 21827/28240 readchar [663]
0.00 0.00 1788/1788 read_escape [858]
0.00 0.00 1537/1537 char_string [871]
0.00 0.00 1136/1318 unreadchar [882]
0.00 0.00 1092/1092 string_to_number [913]
0.00 0.00 1006/49690 make_specified_string [652]
0.00 0.00 876/1949 multibyte_chars_in_text [852]
0.00 0.00 172/539 intern_sym [1042]
0.00 0.00 48/48 str_as_unibyte [1182]
0.00 0.00 39/1389 make_byte_code [875]
0.00 0.00 35/638667 unblock_input_to [618]
0.00 0.00 35/638619 unblock_input [619]
0.00 0.00 6/545 Fmake_symbol [1040]
450 read_list <cycle 5> [388]
329 read0 <cycle 5> [1039]
90 read_vector <cycle 5> [404]
-----------------------------------------------
1043 merge_face_ref <cycle 1> [549]
[280] 0.0 0.00 0.00 1043 merge_named_face <cycle 1> [280]
0.00 0.00 1043/5299 get_lface_attributes [225]
1043 merge_face_vectors <cycle 1> [298]
-----------------------------------------------
380 signal_after_change <cycle 4> [281]
1 Fremove_text_properties <cycle 4> [566]
3 Finsert_file_contents <cycle 4> [336]
18 del_range_both <cycle 4> [435]
380 insert_char <cycle 4> [1059]
598 del_range_1 <cycle 4> [232]
1001 insert_from_string <cycle 4> [996]
1063 add_text_properties_1 <cycle 4> [302]
[281] 0.0 0.00 0.00 3064+380 signal_after_change <cycle 4> [281]
0.00 0.00 1420/103225 set_internal [113]
0.00 0.00 1383/1383 report_interval_modification [877]
0.00 0.00 1000/311674 grow_specpdl [632]
0.00 0.00 1000/1022 record_unwind_protect_ptr [982]
0.00 0.00 1000/3042 Frun_hook_with_args [785]
0.00 0.00 380/1949 multibyte_chars_in_text [852]
0.00 0.00 380/425 chars_in_text [1057]
1420 store_symval_forwarding <cycle 4> [117]
1420 specbind <cycle 4> [639]
1420 unbind_to <cycle 4> [285]
1000 Fcommandp <cycle 4> [538]
380 prepare_to_modify_buffer <cycle 4> [305]
380 signal_after_change <cycle 4> [281]
-----------------------------------------------
27 Ffuncall <cycle 4> [39]
[282] 0.0 0.00 0.00 27 Ffile_symlink_p <cycle 4> [282]
0.00 0.00 27/2457 Ffind_file_name_handler [105]
0.00 0.00 22/307 encode_file_name [1063]
27 Fexpand_file_name <cycle 4> [164]
18 code_convert_string <cycle 4> [273]
-----------------------------------------------
0.00 0.00 1023/1023 Fcall_interactively <cycle 4> [258]
[283] 0.0 0.00 0.00 1023 Finteractive_form [283]
0.00 0.00 1023/120134 Fget [103]
0.00 0.00 1023/291575 Fplist_get [141]
0.00 0.00 1023/622091 indirect_function [620]
-----------------------------------------------
3 Fload <cycle 4> [401]
23 internal_condition_case_1 <cycle 4> [878]
[284] 0.0 0.00 0.00 26 Fsubstitute_in_file_name <cycle 4> [284]
0.00 0.00 26/2457 Ffind_file_name_handler [105]
0.00 0.00 26/26 search_embedded_absfilename [1219]
0.00 0.00 26/6779 Ffboundp [730]
26 call1 <cycle 4> [794]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1564]
1 Fset_window_configuration <cycle 4> [432]
1 decode_coding <cycle 4> [518]
1 Fx_create_frame <cycle 4> [384]
2 adjust_frame_size <cycle 4> [478]
2 make_frame <cycle 4> [314]
2 set_frame_menubar <cycle 4> [465]
2 Fautoload_do_load <cycle 4> [543]
3 Fkill_buffer <cycle 4> [499]
4 load_charset <cycle 4> [412]
4 get_keyelt <cycle 4> [535]
4 Fdo_auto_save <cycle 4> [524]
4 Feval_buffer <cycle 4> [454]
6 Fload <cycle 4> [401]
8 show_hourglass <cycle 4> [180]
11 Finsert_file_contents <cycle 4> [336]
13 digest_single_submenu <cycle 4> [1279]
19 setup_echo_area_for_printing <cycle 4> [447]
20 write_string_1 <cycle 4> [1257]
20 Fprinc <cycle 4> [1239]
31 echo_area_display <cycle 4> [1214]
46 unwind_to_catch <cycle 4> [1185]
56 with_echo_area_buffer <cycle 4> [386]
56 compact_buffer <cycle 4> [1020]
59 handle_fontified_prop <cycle 4> [203]
63 x_consider_frame_title <cycle 4> [291]
65 Flet <cycle 4> [1143]
118 Fgarbage_collect <cycle 4> [40]
186 readevalloop <cycle 4> [380]
290 process_tool_bar_item <cycle 4> [287]
294 internal_condition_case_1 <cycle 4> [878]
879 code_convert_string <cycle 4> [273]
1033 display_mode_element <cycle 4> [179]
1033 display_mode_line <cycle 4> [360]
1059 redisplay_window <cycle 4> [116]
1106 eval_sub <cycle 4> [189]
1380 update_compositions <cycle 4> [205]
1402 prepare_to_modify_buffer_1 <cycle 4> [238]
1420 signal_after_change <cycle 4> [281]
2025 Fcall_interactively <cycle 4> [258]
2228 apply_lambda <cycle 4> [749]
3079 safe_run_hooks <cycle 4> [256]
5144 Fcurrent_active_maps <cycle 4> [155]
6376 safe__call <cycle 4> [202]
7095 Fnext_single_char_property_change <cycle 4> [172]
17082 exec_byte_code <cycle 4> [143]
23704 Ffuncall <cycle 4> [39]
0.00 0.00 1/33852 internal_condition_case <cycle 2> [194]
0.00 0.00 8/33852 timer_check [154]
0.02 0.07 973/33852 wait_reading_process_output [27]
0.02 0.07 1000/33852 command_loop_1 <cycle 2> [23]
0.02 0.08 1021/33852 read_key_sequence.constprop.44 <cycle 2> [22]
0.02 0.08 1035/33852 redisplay_internal [15]
[285] 0.0 0.00 0.00 81475 unbind_to <cycle 4> [285]
0.00 0.00 1267/103225 set_internal [113]
0.00 0.00 1289/1289 set_buffer_if_live [886]
0.00 0.00 1267/2583 Flocal_variable_p [801]
0.00 0.00 1075/1075 free_misc [924]
0.00 0.00 1062/1062 save_restriction_restore [933]
0.00 0.00 1041/1186 Fset_match_data [894]
0.00 0.00 1041/1044 unwind_set_match_data [943]
0.00 0.00 1030/1030 unwind_redisplay [966]
0.00 0.00 1022/1022 restore_kboard_configuration [983]
0.00 0.00 1020/2062 cancel_hourglass [834]
0.00 0.00 1000/1000 reset_var_on_error [1003]
0.00 0.00 973/973 wait_reading_process_output_unwind [1007]
0.00 0.00 881/881 code_conversion_restore [1018]
0.00 0.00 121/121 pop_message_unwind [1110]
0.00 0.00 16/33219 xfree [655]
0.00 0.00 7/7 do_nothing [1338]
0.00 0.00 4/638667 unblock_input_to [618]
0.00 0.00 4/638619 unblock_input [619]
0.00 0.00 4/4 do_auto_save_unwind [1409]
0.00 0.00 4/4 fast_set_selected_frame [1413]
0.00 0.00 4/4 record_load_unwind [1422]
0.00 0.00 4/4 load_warn_old_style_backquotes [1419]
0.00 0.00 4/4 readevalloop_1 [1420]
0.00 0.00 3/3 decide_coding_unwind [1447]
0.00 0.00 2/2 restore_menu_items [1508]
0.00 0.00 2/2 un_autoload [1511]
0.00 0.00 2/2 fclose_unwind [1494]
0.00 0.00 1/1 unwind_create_frame [1605]
0.00 0.00 1/1 do_unwind_create_frame [1570]
36854 Fset_default <cycle 4> [178]
1399 bcall0 <cycle 4> [873]
1262 store_symval_forwarding <cycle 4> [117]
1096 unwind_format_mode_line <cycle 4> [912]
1075 save_excursion_restore <cycle 4> [246]
619 set_buffer_internal_1 <cycle 4> [745]
56 unwind_with_echo_area_buffer <cycle 4> [1163]
-----------------------------------------------
0.00 0.00 2/1515 read_char <cycle 2> [14]
0.00 0.00 123/1515 Fsubstring [385]
0.00 0.00 1390/1515 Ffuncall <cycle 4> [39]
[286] 0.0 0.00 0.00 1515 Fvector [286]
0.00 0.00 1515/396978 allocate_vector [57]
-----------------------------------------------
47 menu_bar_item <cycle 4> [470]
52 map_keymap_internal <cycle 4> [592]
1297 single_menu_item <cycle 4> [468]
[287] 0.0 0.00 0.00 1396 process_tool_bar_item <cycle 4> [287]
0.00 0.00 625/120134 Fget [103]
0.00 0.00 205/241 concat2 [333]
0.00 0.00 625/291575 Fplist_get [141]
0.00 0.00 24/3072176 casify_object [41]
0.00 0.00 2/7829 Fmake_vector [230]
0.00 0.00 2/63 larger_vector [418]
0.00 0.00 16/3266575 Fcons [62]
0.00 0.00 4/1702 list2 [382]
0.00 0.00 1243/676170 get_keymap [617]
0.00 0.00 861/72320 Fcar [641]
0.00 0.00 568/590 Fsubstitute_command_keys [1030]
0.00 0.00 24/71975 xmalloc [642]
0.00 0.00 24/17709 make_string [680]
0.00 0.00 24/24 Fupcase_initials [1223]
0.00 0.00 24/33219 xfree [655]
0.00 0.00 12/1285 menu_separator_name_p [888]
0.00 0.00 12/18192 list1 [678]
1055 Fwhere_is_internal <cycle 4> [270]
568 text_quoting_style <cycle 4> [523]
290 unbind_to <cycle 4> [285]
290 menu_item_eval_property <cycle 4> [351]
202 Fkey_description <cycle 4> [338]
-----------------------------------------------
0.00 0.00 1/2809 set_frame_cursor_types [568]
0.00 0.00 3/2809 display_and_set_cursor <cycle 4> [540]
0.00 0.00 16/2809 fs_query_fontset [311]
0.00 0.00 21/2809 Fdefine_key <cycle 4> [350]
0.00 0.00 60/2809 eval_sub <cycle 4> [189]
0.00 0.00 461/2809 xfont_list [245]
0.00 0.00 1088/2809 Ffuncall <cycle 4> [39]
0.00 0.00 1159/2809 display_mode_element <cycle 4> [179]
[288] 0.0 0.00 0.00 2809 Fassoc [288]
0.00 0.00 3888/14252708 internal_equal [24]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 1/887 font_open_by_name [414]
0.00 0.00 1/887 Fnew_fontset <cycle 4> [463]
0.00 0.00 1/887 fontset_from_font <cycle 4> [345]
0.00 0.00 6/887 realize_face [332]
0.00 0.00 119/887 Ffuncall <cycle 4> [39]
0.00 0.00 759/887 Fset_fontset_font <cycle 4> [60]
[289] 0.0 0.00 0.00 887 Ffont_spec [289]
0.00 0.00 887/2838 allocate_pseudovector [267]
0.00 0.00 75/75 font_parse_name [349]
0.00 0.00 227/233 Ffontp [389]
0.00 0.00 182/3153 font_put_extra [326]
-----------------------------------------------
0.00 0.00 4/122 safe_to_load_version [424]
0.00 0.00 118/122 ftfont_get_charset [293]
[290] 0.0 0.00 0.00 122 fast_c_string_match_ignore_case [290]
0.00 0.00 122/42527 re_search [63]
0.00 0.00 122/51282 compile_pattern [95]
0.00 0.00 122/122 string_make_unibyte [1107]
-----------------------------------------------
59 redisplay_window <cycle 4> [116]
0.00 0.00 4/33852 redisplay_internal [15]
[291] 0.0 0.00 0.00 63 x_consider_frame_title <cycle 4> [291]
0.00 0.00 63/7233 Fframe_parameter [99]
0.00 0.00 63/1096 format_mode_line_unwind_data [555]
0.00 0.00 63/1364726 Fcdr [610]
0.00 0.00 63/311674 grow_specpdl [632]
0.00 0.00 63/7918 record_unwind_protect [723]
0.00 0.00 63/134 Fselect_window [1101]
63 select_window <cycle 4> [510]
63 set_buffer_internal_1 <cycle 4> [745]
63 init_iterator <cycle 4> [82]
63 display_mode_element <cycle 4> [179]
63 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 347/347 ftfont_list [208]
[292] 0.0 0.00 0.00 347 ftfont_spec_pattern [292]
0.00 0.00 118/118 ftfont_get_charset [293]
0.00 0.00 3/6195131 assq_no_quit [48]
-----------------------------------------------
0.00 0.00 118/118 ftfont_spec_pattern [292]
[293] 0.0 0.00 0.00 118 ftfont_get_charset [293]
0.00 0.00 118/122 fast_c_string_match_ignore_case [290]
0.00 0.00 118/20569 make_unibyte_string [669]
-----------------------------------------------
0.00 0.00 1350/1350 Ffuncall <cycle 4> [39]
[294] 0.0 0.00 0.00 1350 Fmake_byte_code [294]
0.00 0.00 1350/396978 allocate_vector [57]
0.00 0.00 1350/1389 make_byte_code [875]
-----------------------------------------------
0.00 0.00 1033/1033 display_mode_element <cycle 4> [179]
[295] 0.0 0.00 0.00 1033 decode_mode_spec_coding [295]
0.00 0.00 1033/6143931 Fgethash [21]
-----------------------------------------------
0.00 0.00 3/2010 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.00 7/2010 Ffuncall <cycle 4> [39]
0.00 0.00 2000/2010 window_loop [297]
[296] 0.0 0.00 0.00 2010 window_list_1 [296]
0.00 0.00 2010/7672938 Fnreverse [28]
0.00 0.00 4010/3266575 Fcons [62]
0.00 0.00 2010/2019 window_list [534]
0.00 0.00 4020/4022 candidate_window_p [755]
0.00 0.00 2010/2012 decode_next_window_args [843]
0.00 0.00 2010/18705 Fmemq [674]
-----------------------------------------------
0.00 0.00 3/2000 Fother_buffer [529]
0.00 0.00 1997/2000 find_automatic_composition [185]
[297] 0.0 0.00 0.00 2000 window_loop [297]
0.00 0.00 2000/2010 window_list_1 [296]
-----------------------------------------------
1043 merge_named_face <cycle 1> [280]
0.00 0.00 1/5377 Finternal_merge_in_global_face [327]
0.00 0.00 1/5377 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 84/5377 realize_named_face [320]
0.00 0.00 4256/5377 lookup_named_face [218]
[298] 0.0 0.00 0.00 5385 merge_face_vectors <cycle 1> [298]
0.00 0.00 1037/1539 font_clear_prop [278]
10 merge_face_ref <cycle 1> [549]
-----------------------------------------------
0.00 0.00 494/7315 _init [47]
0.00 0.00 6821/7315 draw_glyphs <cycle 4> [44]
[299] 0.0 0.00 0.00 7315 x_compute_glyph_string_overhangs [299]
0.00 0.00 7315/579631 xftfont_text_extents [128]
-----------------------------------------------
0.00 0.00 18/616 del_range_both <cycle 4> [435]
0.00 0.00 598/616 del_range_1 <cycle 4> [232]
[300] 0.0 0.00 0.00 616 del_range_2 [300]
0.00 0.00 616/2180 offset_intervals [253]
0.00 0.00 616/616 record_delete [1027]
0.00 0.00 616/619 adjust_markers_for_delete [1024]
0.00 0.00 616/619 adjust_overlays_for_delete [1025]
0.00 0.00 616/616 evaporate_overlays [1026]
0.00 0.00 598/12846 recenter_overlay_lists [692]
0.00 0.00 18/64 gap_left [1146]
-----------------------------------------------
0.00 0.00 4/2294 text_quoting_style <cycle 4> [523]
0.00 0.00 10/2294 apply_modifiers [97]
0.00 0.00 11/2294 parse_modifiers [190]
0.00 0.00 118/2294 Ffontp [389]
0.00 0.00 120/2294 font_prop_validate_symbol [405]
0.00 0.00 124/2294 Ffuncall <cycle 4> [39]
0.00 0.00 346/2294 ftfont_list [208]
0.00 0.00 691/2294 font_parse_family_registry [335]
0.00 0.00 870/2294 read1 <cycle 5> [279]
[301] 0.0 0.00 0.00 2294 Fintern [301]
0.00 0.00 2294/388914 oblookup [104]
0.00 0.00 2294/777828 check_obarray [127]
0.00 0.00 350/545 Fmake_symbol [1040]
-----------------------------------------------
2 Fpropertize <cycle 4> [492]
1064 Fput_text_property <cycle 4> [929]
[302] 0.0 0.00 0.00 1066 add_text_properties_1 <cycle 4> [302]
0.00 0.00 1062/724343 find_interval [71]
0.00 0.00 2039/2039 add_properties [344]
0.00 0.00 1066/755707 validate_interval_range [89]
0.00 0.00 4/4 copy_properties [486]
0.00 0.00 3772/3777 validate_plist [759]
0.00 0.00 1550/492511 next_interval [625]
0.00 0.00 4/4 split_interval_left [1425]
0.00 0.00 3/4 create_root_interval [1408]
1063 modify_text_properties <cycle 4> [930]
1063 signal_after_change <cycle 4> [281]
-----------------------------------------------
0.00 0.00 593/62463 Fmake_local_variable <cycle 4> [367]
0.00 0.00 12403/62463 Fboundp [376]
0.00 0.00 49467/62463 find_symbol_value <cycle 4> [317]
[303] 0.0 0.00 0.00 62463 swap_in_symval_forwarding [303]
0.00 0.00 13671/6195131 assq_no_quit [48]
0.00 0.00 13671/59263 Fcurrent_buffer [645]
0.00 0.00 13594/119738 do_symval_forwarding [637]
-----------------------------------------------
0.00 0.00 1/886 Fset_keyboard_coding_system_internal [503]
0.00 0.00 1/886 Fset_terminal_coding_system_internal [504]
0.00 0.00 2/886 create_terminal <cycle 4> [484]
0.00 0.00 3/886 Finsert_file_contents <cycle 4> [336]
0.00 0.00 879/886 code_convert_string <cycle 4> [273]
[304] 0.0 0.00 0.00 886 setup_coding_system [304]
0.00 0.00 886/6640124 hash_lookup [20]
-----------------------------------------------
380 prepare_to_modify_buffer <cycle 4> [305]
3 Finsert_file_contents <cycle 4> [336]
183 message_dolog <cycle 4> [308]
380 signal_after_change <cycle 4> [281]
598 del_range_1 <cycle 4> [232]
1001 insert_from_string_1 <cycle 4> [120]
[305] 0.0 0.00 0.00 2165+380 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 563/2180 offset_intervals [253]
0.00 0.00 563/2725 record_insert [572]
0.00 0.00 563/2145 adjust_overlays_for_insert [821]
0.00 0.00 563/2145 adjust_markers_for_insert [820]
0.00 0.00 380/2566 invalidate_buffer_caches [802]
0.00 0.00 36/44 gap_right [1190]
0.00 0.00 36/42 move_gap_both [1192]
0.00 0.00 2/51 make_gap [1173]
1982 prepare_to_modify_buffer_1 <cycle 4> [238]
380 prepare_to_modify_buffer <cycle 4> [305]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [39]
[306] 0.0 0.00 0.00 2000 Fwindow_scroll_bars [306]
0.00 0.00 2000/2002 list5 [319]
0.00 0.00 2000/3266575 Fcons [62]
0.00 0.00 2000/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1/2073 modify_event_symbol [217]
0.00 0.00 1/2073 fontset_from_font <cycle 4> [345]
0.00 0.00 2/2073 create_terminal <cycle 4> [484]
0.00 0.00 3/2073 bidi_initialize <cycle 4> [517]
0.00 0.00 4/2073 Fdo_auto_save <cycle 4> [524]
0.00 0.00 4/2073 readevalloop <cycle 4> [380]
0.00 0.00 1025/2073 top_level_1 <cycle 2> [36]
0.00 0.00 1033/2073 display_mode_element <cycle 4> [179]
[307] 0.0 0.00 0.00 2073 intern_1 [307]
0.00 0.00 2073/388914 oblookup [104]
0.00 0.00 2073/777828 check_obarray [127]
0.00 0.00 1/20569 make_unibyte_string [669]
0.00 0.00 1/545 Fmake_symbol [1040]
-----------------------------------------------
2 message3 <cycle 4> [594]
19 Fcommand_error_default_function <cycle 4> [1236]
40 strout <cycle 4> [1198]
40 print_error_message <cycle 4> [416]
[308] 0.0 0.00 0.00 101 message_dolog <cycle 4> [308]
0.00 0.00 59/59 scan_newline [309]
0.00 0.00 300/300 set_marker_restricted_both [1069]
0.00 0.00 300/3243 unchain_marker [768]
0.00 0.00 218/2427 temp_set_point_both [805]
0.00 0.00 183/183 insert_1_both [1082]
0.00 0.00 100/1364726 Fcdr [610]
0.00 0.00 100/4774 Fget_buffer [746]
0.00 0.00 100/6665 marker_position [731]
0.00 0.00 100/4590 marker_byte_position [748]
0.00 0.00 100/3146 bset_redisplay [773]
0.00 0.00 40/1949 multibyte_chars_in_text [852]
0.00 0.00 40/425 chars_in_text [1057]
183 prepare_to_modify_buffer <cycle 4> [305]
100 Fset_buffer <cycle 4> [803]
100 Fget_buffer_create <cycle 4> [458]
100 set_buffer_internal_1 <cycle 4> [745]
38 del_range_both <cycle 4> [435]
-----------------------------------------------
0.00 0.00 59/59 message_dolog <cycle 4> [308]
[309] 0.0 0.00 0.00 59 scan_newline [309]
0.00 0.00 59/8001 find_newline [110]
0.00 0.00 59/2427 temp_set_point_both [805]
-----------------------------------------------
4 do_switch_frame <cycle 4> [1328]
21 with_echo_area_buffer <cycle 4> [386]
31 display_echo_area_1 <cycle 4> [1213]
[310] 0.0 0.00 0.00 56 resize_mini_window <cycle 4> [310]
0.00 0.00 48/18598 compute_stop_pos [53]
0.00 0.00 112/535 set_marker_both [1043]
0.00 0.00 56/2096 extract_float [827]
0.00 0.00 7/7 shrink_mini_window [1340]
56 reseat <cycle 4> [363]
56 init_iterator <cycle 4> [82]
56 move_it_to <cycle 4> [171]
48 handle_stop <cycle 4> [96]
8 set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
0.00 0.00 1/895 x_set_font <cycle 4> [371]
0.00 0.00 2/895 Fnew_fontset <cycle 4> [463]
0.00 0.00 12/895 realize_face [332]
0.00 0.00 880/895 check_fontset_name [312]
[311] 0.0 0.00 0.00 895 fs_query_fontset [311]
0.00 0.00 40/41543 fast_string_match_internal [49]
0.00 0.00 895/895 Frassoc [353]
0.00 0.00 895/3072176 casify_object [41]
0.00 0.00 16/2809 Fassoc [288]
0.00 0.00 14/14 fontset_pattern_regexp [579]
0.00 0.00 895/2872 Fdowncase [792]
0.00 0.00 889/1800 c_strcasecmp [857]
-----------------------------------------------
0.00 0.00 880/880 Fset_fontset_font <cycle 4> [60]
[312] 0.0 0.00 0.00 880 check_fontset_name [312]
0.00 0.00 880/895 fs_query_fontset [311]
0.00 0.00 880/3099 decode_live_frame [776]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
14 Ffuncall <cycle 4> [39]
[313] 0.0 0.00 0.00 16 Ffile_readable_p <cycle 4> [313]
0.00 0.00 16/2457 Ffind_file_name_handler [105]
0.00 0.00 16/307 encode_file_name [1063]
16 Fexpand_file_name <cycle 4> [164]
15 code_convert_string <cycle 4> [273]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [384]
[314] 0.0 0.00 0.00 1 make_frame <cycle 4> [314]
0.00 0.00 2/2 make_window [315]
0.00 0.00 1/2838 allocate_pseudovector [267]
0.00 0.00 1/3266575 Fcons [62]
0.00 0.00 1/59263 Fcurrent_buffer [645]
0.00 0.00 1/18192 list1 [678]
0.00 0.00 1/72320 Fcar [641]
2 unbind_to <cycle 4> [285]
2 set_window_buffer <cycle 4> [457]
-----------------------------------------------
0.00 0.00 2/2 make_frame <cycle 4> [314]
[315] 0.0 0.00 0.00 2 make_window [315]
0.00 0.00 4/214 make_float [162]
0.00 0.00 2/2838 allocate_pseudovector [267]
0.00 0.00 6/79 Fmake_marker [1138]
-----------------------------------------------
0.00 0.00 1/6 init_frame_faces [390]
0.00 0.00 5/6 recompute_basic_faces [323]
[316] 0.0 0.00 0.00 6 realize_basic_faces [316]
0.00 0.00 84/84 realize_named_face [320]
0.00 0.00 6/94 realize_face [332]
0.00 0.00 6/1762 lface_from_face_name [268]
0.00 0.00 1/82 Finternal_make_lisp_face [339]
0.00 0.00 4/1409718 Fassq [45]
0.00 0.00 6/7229 lface_from_face_name_no_resolve [334]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
0.00 0.00 5/5 face_boolean_x_resource_value [1381]
0.00 0.00 5/5 fontset_name [1382]
0.00 0.00 3/17709 make_string [680]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
2 create_terminal <cycle 4> [484]
3 Fkill_local_variable <cycle 4> [547]
4 readevalloop <cycle 4> [380]
45 Fmake_local_variable <cycle 4> [367]
2060 update_overlay_arrows <cycle 4> [261]
2066 overlay_arrows_changed_p <cycle 4> [955]
2456 display_line <cycle 4> [197]
5155 current_minor_maps <cycle 4> [742]
7305 Fcommandp <cycle 4> [538]
38123 specbind <cycle 4> [639]
92505 Fsymbol_value <cycle 4> [640]
[317] 0.0 0.00 0.00 149724 find_symbol_value <cycle 4> [317]
0.00 0.00 49467/62463 swap_in_symval_forwarding [303]
13580 store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
0.00 0.00 2104/2104 Ffuncall <cycle 4> [39]
[318] 0.0 0.00 0.00 2104 Fbacktrace_frame [318]
0.00 0.00 2101/10181 Flist [264]
0.00 0.00 2104/3266575 Fcons [62]
0.00 0.00 2104/2104 get_backtrace_frame [826]
-----------------------------------------------
0.00 0.00 2/2002 Fautoload [554]
0.00 0.00 2000/2002 Fwindow_scroll_bars [306]
[319] 0.0 0.00 0.00 2002 list5 [319]
0.00 0.00 8008/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 84/84 realize_basic_faces [316]
[320] 0.0 0.00 0.00 84 realize_named_face [320]
0.00 0.00 84/94 realize_face [332]
0.00 0.00 84/1762 lface_from_face_name [268]
0.00 0.00 14/82 Finternal_make_lisp_face [339]
0.00 0.00 84/5377 merge_face_vectors <cycle 1> [298]
0.00 0.00 168/5467 get_lface_attributes_no_remap [343]
0.00 0.00 84/7229 lface_from_face_name_no_resolve [334]
-----------------------------------------------
0.00 0.00 59/1439 Ffuncall <cycle 4> [39]
0.00 0.00 1380/1439 update_compositions <cycle 4> [205]
[321] 0.0 0.00 0.00 1439 Fremove_list_of_text_properties [321]
0.00 0.00 1059/724343 find_interval [71]
0.00 0.00 1439/755707 validate_interval_range [89]
0.00 0.00 2037/2037 call_mod_hooks [839]
0.00 0.00 978/492511 next_interval [625]
-----------------------------------------------
0.00 0.00 2/583 Fbuffer_substring [357]
0.00 0.00 3/583 current_message_1 [434]
0.00 0.00 578/583 decode_coding_object <cycle 4> [324]
[322] 0.0 0.00 0.00 583 make_buffer_string_both [322]
0.00 0.00 583/7682 Fnext_property_change [243]
0.00 0.00 583/604538 Ftext_properties_at [58]
0.00 0.00 583/583 update_buffer_properties [1032]
0.00 0.00 579/54297 make_uninit_multibyte_string [649]
0.00 0.00 4/49690 make_specified_string [652]
0.00 0.00 4/29026 make_uninit_string [662]
-----------------------------------------------
0.00 0.00 2/6 x_set_font <cycle 4> [371]
0.00 0.00 4/6 init_iterator <cycle 4> [82]
[323] 0.0 0.00 0.00 6 recompute_basic_faces [323]
0.00 0.00 5/6 realize_basic_faces [316]
0.00 0.00 5/17 clear_image_caches [1265]
0.00 0.00 5/10 clear_face_cache [1298]
-----------------------------------------------
578 code_convert_string <cycle 4> [273]
[324] 0.0 0.00 0.00 578 decode_coding_object <cycle 4> [324]
0.00 0.00 578/583 make_buffer_string_both [322]
0.00 0.00 578/578 Fbuffer_string [1033]
578 code_conversion_save <cycle 4> [402]
578 decode_coding <cycle 4> [518]
-----------------------------------------------
0.00 0.00 118/118 Ffuncall <cycle 4> [39]
[325] 0.0 0.00 0.00 118 Ftext_property_any [325]
0.00 0.00 1174/1234730 lookup_char_property [43]
0.00 0.00 116/724343 find_interval [71]
0.00 0.00 118/755707 validate_interval_range [89]
0.00 0.00 1174/1180788 textget [611]
0.00 0.00 1121/492511 next_interval [625]
0.00 0.00 214/72320 Fcar [641]
-----------------------------------------------
0.00 0.00 1/3153 font_open_by_name [414]
0.00 0.00 182/3153 Ffont_spec [289]
0.00 0.00 1037/3153 font_clear_prop [278]
0.00 0.00 1933/3153 ftfont_pattern_entity [220]
[326] 0.0 0.00 0.00 3153 font_put_extra [326]
0.00 0.00 4232/3266575 Fcons [62]
0.00 0.00 2967/6195131 assq_no_quit [48]
0.00 0.00 1931/1931 Fstring_lessp [853]
0.00 0.00 1037/1091 Fdelq [915]
-----------------------------------------------
0.00 0.00 1/5372 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 82/5372 Ffuncall <cycle 4> [39]
0.00 0.00 1033/5372 face_at_string_position [79]
0.00 0.00 4256/5372 lookup_named_face [218]
[327] 0.0 0.00 0.00 5372 Finternal_merge_in_global_face [327]
0.00 0.00 5287/5287 lface_equal_p [347]
0.00 0.00 164/1762 lface_from_face_name [268]
0.00 0.00 4/94 realize_face [332]
0.00 0.00 164/7229 lface_from_face_name_no_resolve [334]
0.00 0.00 1/5377 merge_face_vectors <cycle 1> [298]
0.00 0.00 5290/5386 lface_hash [741]
-----------------------------------------------
0.00 0.00 8339/8339 x_draw_glyph_string <cycle 4> [330]
[328] 0.0 0.00 0.00 8339 x_draw_glyph_string_foreground [328]
0.00 0.00 8339/8339 xftfont_draw [329]
-----------------------------------------------
0.00 0.00 8339/8339 x_draw_glyph_string_foreground [328]
[329] 0.0 0.00 0.00 8339 xftfont_draw [329]
0.00 0.00 8339/8339 font_get_frame_data [331]
0.00 0.00 1/1 font_put_frame_data [574]
0.00 0.00 8340/638667 unblock_input_to [618]
0.00 0.00 8340/638619 unblock_input [619]
0.00 0.00 8339/8350 xftfont_get_colors [720]
-----------------------------------------------
7315 draw_glyphs <cycle 4> [44]
[330] 0.0 0.00 0.00 7315 x_draw_glyph_string <cycle 4> [330]
0.00 0.00 8339/8339 x_draw_glyph_string_foreground [328]
0.00 0.00 8936/8936 x_set_glyph_string_clipping [714]
0.00 0.00 8340/8340 x_set_glyph_string_gc [721]
0.00 0.00 4737/4737 x_draw_stretch_glyph_string [747]
0.00 0.00 1620/1620 x_draw_glyph_string_box [866]
1024 x_draw_fringe_bitmap <cycle 4> [767]
-----------------------------------------------
0.00 0.00 8339/8339 xftfont_draw [329]
[331] 0.0 0.00 0.00 8339 font_get_frame_data [331]
0.00 0.00 8339/6195131 assq_no_quit [48]
-----------------------------------------------
0.00 0.00 4/94 Finternal_merge_in_global_face [327]
0.00 0.00 6/94 realize_basic_faces [316]
0.00 0.00 84/94 realize_named_face [320]
[332] 0.0 0.00 0.00 94 realize_face [332]
0.00 0.00 6/8 font_load_for_lface [337]
0.00 0.00 79/79 make_fontset_for_ascii_face [379]
0.00 0.00 12/895 fs_query_fontset [311]
0.00 0.00 6/887 Ffont_spec [289]
0.00 0.00 161/161 load_color2 [1092]
0.00 0.00 146/1800 c_strcasecmp [857]
0.00 0.00 94/94 make_realized_face [1134]
0.00 0.00 94/5386 lface_hash [741]
0.00 0.00 94/96 cache_face [1132]
0.00 0.00 79/79 face_color_supported_p [1139]
0.00 0.00 79/1778 font_style_to_value [859]
0.00 0.00 16/33219 xfree [655]
0.00 0.00 16/20 free_realized_face [1244]
0.00 0.00 16/309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 16/241 Fget_load_suffixes [429]
0.00 0.00 20/241 font_parse_family_registry [335]
0.00 0.00 205/241 process_tool_bar_item <cycle 4> [287]
[333] 0.0 0.00 0.00 241 concat2 [333]
0.00 0.00 241/56861 concat [111]
-----------------------------------------------
0.00 0.00 1/7229 update_face_from_frame_parameter [512]
0.00 0.00 6/7229 realize_basic_faces [316]
0.00 0.00 22/7229 Finternal_get_lisp_face_attribute [431]
0.00 0.00 84/7229 realize_named_face [320]
0.00 0.00 164/7229 Finternal_make_lisp_face [339]
0.00 0.00 164/7229 Finternal_merge_in_global_face [327]
0.00 0.00 1321/7229 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 5467/7229 get_lface_attributes_no_remap [343]
[334] 0.0 0.00 0.00 7229 lface_from_face_name_no_resolve [334]
0.00 0.00 7229/6195131 assq_no_quit [48]
-----------------------------------------------
0.00 0.00 686/686 Fset_fontset_font <cycle 4> [60]
[335] 0.0 0.00 0.00 686 font_parse_family_registry [335]
0.00 0.00 691/2294 Fintern [301]
0.00 0.00 686/3072176 casify_object [41]
0.00 0.00 20/241 concat2 [333]
0.00 0.00 4/4 Ffont_put [520]
0.00 0.00 4/384683 font_intern_prop [91]
0.00 0.00 686/2872 Fdowncase [792]
0.00 0.00 47/539 intern_sym [1042]
-----------------------------------------------
3 Ffuncall <cycle 4> [39]
[336] 0.0 0.00 0.00 3 Finsert_file_contents <cycle 4> [336]
0.00 0.00 2/2 Ffind_operation_coding_system [352]
0.00 0.00 3/2457 Ffind_file_name_handler [105]
0.00 0.00 6/103225 set_internal [113]
0.00 0.00 3/6640124 hash_lookup [20]
0.00 0.00 3/886 setup_coding_system [304]
0.00 0.00 1/1 raw_text_coding_system [546]
0.00 0.00 10/3266575 Fcons [62]
0.00 0.00 3/1702 list2 [382]
0.00 0.00 1/581 insert_from_gap [586]
0.00 0.00 6/311674 grow_specpdl [632]
0.00 0.00 6/42 move_gap_both [1192]
0.00 0.00 4/8 emacs_read [1330]
0.00 0.00 3/6779 Ffboundp [730]
0.00 0.00 3/307 encode_file_name [1063]
0.00 0.00 3/174 emacs_open [1088]
0.00 0.00 3/2007 record_unwind_protect_int [844]
0.00 0.00 3/1822 buf_bytepos_to_charpos [855]
0.00 0.00 3/1186 invalidate_region_cache [895]
0.00 0.00 3/64 gap_left [1146]
0.00 0.00 3/2566 invalidate_buffer_caches [802]
0.00 0.00 3/59263 Fcurrent_buffer [645]
0.00 0.00 3/7918 record_unwind_protect [723]
0.00 0.00 3/6 emacs_close [1353]
0.00 0.00 3/7 clear_unwind_protect [1336]
0.00 0.00 3/51 make_gap [1173]
11 unbind_to <cycle 4> [285]
6 store_symval_forwarding <cycle 4> [117]
6 specbind <cycle 4> [639]
6 call2 <cycle 4> [862]
3 Fexpand_file_name <cycle 4> [164]
3 call3 <cycle 4> [1202]
3 signal_after_change <cycle 4> [281]
3 update_compositions <cycle 4> [205]
3 decode_coding_gap <cycle 4> [551]
3 prepare_to_modify_buffer <cycle 4> [305]
3 Fset <cycle 4> [259]
1 code_convert_string <cycle 4> [273]
-----------------------------------------------
0.00 0.00 1/8 font_open_by_spec [417]
0.00 0.00 1/8 Fset_fontset_font <cycle 4> [60]
0.00 0.00 6/8 realize_face [332]
[337] 0.0 0.00 0.00 8 font_load_for_lface [337]
0.00 0.00 8/383292 font_find_for_lface [13]
0.00 0.00 8/12 font_open_for_lface [393]
0.00 0.00 8/12 font_open_entity [407]
0.00 0.00 8/1056 Ffont_get [341]
0.00 0.00 8/1364726 Fcdr [610]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
4 text_quoting_style <cycle 4> [523]
202 process_tool_bar_item <cycle 4> [287]
[338] 0.0 0.00 0.00 208 Fkey_description <cycle 4> [338]
0.00 0.00 208/56861 concat [111]
0.00 0.00 208/140813 Flength [634]
0.00 0.00 208/17709 make_string [680]
0.00 0.00 208/557 Fconcat [1036]
440 Fsingle_key_description <cycle 4> [1055]
-----------------------------------------------
0.00 0.00 1/82 realize_basic_faces [316]
0.00 0.00 14/82 realize_named_face [320]
0.00 0.00 67/82 Finternal_set_lisp_face_attribute <cycle 4> [229]
[339] 0.0 0.00 0.00 82 Finternal_make_lisp_face [339]
0.00 0.00 164/1762 lface_from_face_name [268]
0.00 0.00 82/120134 Fget [103]
0.00 0.00 82/7829 Fmake_vector [230]
0.00 0.00 82/291575 Fplist_get [141]
0.00 0.00 164/3266575 Fcons [62]
0.00 0.00 164/7229 lface_from_face_name_no_resolve [334]
0.00 0.00 81/309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[340] 0.0 0.00 0.00 2 Ffloat_time [340]
0.00 0.00 2/214 make_float [162]
0.00 0.00 2/38 disassemble_lisp_time [1203]
0.00 0.00 2/9242 decode_time_components [711]
-----------------------------------------------
0.00 0.00 2/1056 x_set_font <cycle 4> [371]
0.00 0.00 8/1056 font_load_for_lface [337]
0.00 0.00 9/1056 fontset_find_font [12]
0.00 0.00 1037/1056 font_clear_prop [278]
[341] 0.0 0.00 0.00 1056 Ffont_get [341]
0.00 0.00 1056/1409718 Fassq [45]
-----------------------------------------------
0.00 0.00 2/1672 eval_sub <cycle 4> [189]
0.00 0.00 261/1672 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 1409/1672 exec_byte_code <cycle 4> [143]
[342] 0.0 0.00 0.00 1672 Fmember [342]
0.00 0.00 1180/14252708 internal_equal [24]
-----------------------------------------------
0.00 0.00 168/5467 realize_named_face [320]
0.00 0.00 5299/5467 get_lface_attributes [225]
[343] 0.0 0.00 0.00 5467 get_lface_attributes_no_remap [343]
0.00 0.00 5467/7229 lface_from_face_name_no_resolve [334]
-----------------------------------------------
0.00 0.00 2039/2039 add_text_properties_1 <cycle 4> [302]
[344] 0.0 0.00 0.00 2039 add_properties [344]
0.00 0.00 3932/3266575 Fcons [62]
0.00 0.00 2191/72320 Fcar [641]
0.00 0.00 2044/1364726 Fcdr [610]
0.00 0.00 2037/2998 record_property_change [786]
0.00 0.00 75/14156 Fsetcar [688]
-----------------------------------------------
1 x_new_font <cycle 4> [1517]
[345] 0.0 0.00 0.00 1 fontset_from_font <cycle 4> [345]
0.00 0.00 1/883 find_font_encoding [64]
0.00 0.00 1/82 make_fontset [378]
0.00 0.00 2/385139 copy_font_spec [50]
0.00 0.00 1/887 Ffont_spec [289]
0.00 0.00 1/6640124 hash_lookup [20]
0.00 0.00 1/3066269 assoc_no_quit [29]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 1/2073 intern_1 [307]
0.00 0.00 1/3072176 casify_object [41]
0.00 0.00 1/1 font_get_name [1573]
0.00 0.00 1/819 Ffont_xlfd_name [1021]
0.00 0.00 1/2872 Fdowncase [792]
0.00 0.00 1/539 intern_sym [1042]
2 Fset_fontset_font <cycle 4> [60]
-----------------------------------------------
0.00 0.00 1/95166 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 95165/95166 lface_equal_p [347]
[346] 0.0 0.00 0.00 95166 face_attr_equal_p [346]
0.00 0.00 1031/32302 Fequal [207]
-----------------------------------------------
0.00 0.00 5287/5287 Finternal_merge_in_global_face [327]
[347] 0.0 0.00 0.00 5287 lface_equal_p [347]
0.00 0.00 95165/95166 face_attr_equal_p [346]
-----------------------------------------------
0.00 0.00 145/1186 Ffuncall <cycle 4> [39]
0.00 0.00 1041/1186 record_unwind_save_match_data [358]
[348] 0.0 0.00 0.00 1186 Fmatch_data [348]
0.00 0.00 1186/10181 Flist [264]
0.00 0.00 4/2140 set_marker_internal [215]
0.00 0.00 4/79 Fmake_marker [1138]
0.00 0.00 4/2125 Fset_marker [825]
-----------------------------------------------
0.00 0.00 75/75 Ffont_spec [289]
[349] 0.0 0.00 0.00 75 font_parse_name [349]
0.00 0.00 1/214 make_float [162]
0.00 0.00 17/18 font_parse_xlfd [400]
0.00 0.00 58/384683 font_intern_prop [91]
-----------------------------------------------
23 Ffuncall <cycle 4> [39]
[350] 0.0 0.00 0.00 23 Fdefine_key <cycle 4> [350]
0.00 0.00 24/24 store_in_keymap [370]
0.00 0.00 6/16115 apply_modifiers [97]
0.00 0.00 21/15267 parse_modifiers [190]
0.00 0.00 21/2809 Fassoc [288]
0.00 0.00 1/3266575 Fcons [62]
0.00 0.00 25/676170 get_keymap [617]
0.00 0.00 25/11256 Faref [697]
0.00 0.00 21/1919225 Fsymbol_name [606]
0.00 0.00 6/6 lucid_event_type_list_p [1357]
0.00 0.00 6/6 Fevent_convert_list [1345]
0.00 0.00 1/18192 list1 [678]
2 access_keymap_1 <cycle 4> [93]
1 get_keyelt <cycle 4> [535]
-----------------------------------------------
4 get_keyelt <cycle 4> [535]
290 process_tool_bar_item <cycle 4> [287]
[351] 0.0 0.00 0.00 294 menu_item_eval_property <cycle 4> [351]
0.00 0.00 294/103225 set_internal [113]
294 store_symval_forwarding <cycle 4> [117]
294 specbind <cycle 4> [639]
294 internal_condition_case_1 <cycle 4> [878]
-----------------------------------------------
0.00 0.00 2/2 Finsert_file_contents <cycle 4> [336]
[352] 0.0 0.00 0.00 2 Ffind_operation_coding_system [352]
0.00 0.00 31/41543 fast_string_match_internal [49]
0.00 0.00 2/120134 Fget [103]
0.00 0.00 1/10 Fcoding_system_p [469]
0.00 0.00 2/291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 895/895 fs_query_fontset [311]
[353] 0.0 0.00 0.00 895 Frassoc [353]
0.00 0.00 942/14252708 internal_equal [24]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 16/16 styled_format <cycle 4> [355]
[354] 0.0 0.00 0.00 16 lisp_string_width [354]
0.00 0.00 167/71295 find_composition [106]
0.00 0.00 167/15927 char_width [682]
0.00 0.00 16/9569 buffer_display_table [706]
-----------------------------------------------
1 Fmessage <cycle 4> [1478]
8 Ffuncall <cycle 4> [39]
[355] 0.0 0.00 0.00 9 styled_format <cycle 4> [355]
0.00 0.00 16/16 lisp_string_width [354]
0.00 0.00 16/1554 copy_text [870]
0.00 0.00 9/49690 make_specified_string [652]
1 text_quoting_style <cycle 4> [523]
-----------------------------------------------
0.00 0.00 31/108 Fset_fontset_font <cycle 4> [60]
0.00 0.00 77/108 map_sub_char_table_for_charset [374]
[356] 0.0 0.00 0.00 108 set_fontset_font [356]
0.00 0.00 99/1306 fontset_add [248]
0.00 0.00 47/3266575 Fcons [62]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 1/38 Fset_char_table_range [508]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [143]
[357] 0.0 0.00 0.00 2 Fbuffer_substring [357]
0.00 0.00 2/636 validate_region [135]
0.00 0.00 2/5 make_buffer_string [422]
0.00 0.00 2/583 make_buffer_string_both [322]
-----------------------------------------------
0.00 0.00 2/1041 set_frame_menubar <cycle 4> [465]
0.00 0.00 2/1041 Fautoload_do_load <cycle 4> [543]
0.00 0.00 4/1041 redisplay_internal [15]
0.00 0.00 1033/1041 display_mode_line <cycle 4> [360]
[358] 0.0 0.00 0.00 1041 record_unwind_save_match_data [358]
0.00 0.00 1041/1186 Fmatch_data [348]
-----------------------------------------------
2043 Fkey_binding <cycle 4> [359]
1042 Fwhere_is_internal <cycle 4> [270]
0.02 0.08 1021/33852 read_key_sequence.constprop.44 <cycle 2> [22]
0.02 0.08 1022/33852 test_undefined [37]
[359] 0.0 0.00 0.00 3085+2043 Fkey_binding <cycle 4> [359]
0.00 0.00 3085/3266575 Fcons [62]
3085 Flookup_key <cycle 4> [760]
2043 Fcurrent_active_maps <cycle 4> [155]
2043 Fkey_binding <cycle 4> [359]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1591]
1032 display_mode_lines <cycle 4> [954]
[360] 0.0 0.00 0.00 1033 display_mode_line <cycle 4> [360]
0.00 0.00 1033/1041 record_unwind_save_match_data [358]
0.00 0.00 1033/1096 format_mode_line_unwind_data [555]
0.00 0.00 2066/311674 grow_specpdl [632]
0.00 0.00 2066/7918 record_unwind_protect [723]
0.00 0.00 1033/2261 prepare_desired_row [813]
0.00 0.00 1033/1033 push_kboard [958]
0.00 0.00 1033/33219 xfree [655]
0.00 0.00 1033/1033 pop_kboard [957]
0.00 0.00 1033/2261 compute_line_metrics [812]
0.00 0.00 1033/2145 extend_face_to_end_of_line [822]
1033 init_iterator <cycle 4> [82]
1033 display_mode_element <cycle 4> [179]
1033 unbind_to <cycle 4> [285]
1033 display_string <cycle 4> [72]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [39]
[361] 0.0 0.00 0.00 20 Fsearch_forward [361]
0.00 0.00 20/692 search_command [211]
-----------------------------------------------
0.00 0.00 3/1134 sweep_buffers [558]
0.00 0.00 37/1134 sweep_misc [473]
0.00 0.00 37/1134 sweep_vectors [52]
0.00 0.00 1057/1134 sweep_strings [365]
[362] 0.0 0.00 0.00 1134 lisp_free [362]
0.00 0.00 1134/349297 mem_find [131]
-----------------------------------------------
56 resize_mini_window <cycle 4> [310]
56 redisplay_window <cycle 4> [116]
1020 move_it_to <cycle 4> [171]
1020 Fvertical_motion <cycle 4> [168]
3115 start_display <cycle 4> [144]
[363] 0.0 0.00 0.00 5267 reseat <cycle 4> [363]
0.00 0.00 15/18598 compute_stop_pos [53]
5267 reseat_1 <cycle 4> [734]
15 handle_stop <cycle 4> [96]
-----------------------------------------------
0.00 0.00 1/965 x_set_tool_bar_position [571]
0.00 0.00 1/965 Ffuncall <cycle 4> [39]
0.00 0.00 2/965 save_menu_items [561]
0.00 0.00 4/965 adjust_frame_size <cycle 4> [478]
0.00 0.00 6/965 file_attributes [513]
0.00 0.00 7/965 Fcurrent_time [516]
0.00 0.00 944/965 Fgarbage_collect <cycle 4> [40]
[364] 0.0 0.00 0.00 965 list4 [364]
0.00 0.00 2895/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[365] 0.0 0.00 0.00 118 sweep_strings [365]
0.00 0.00 1057/1134 lisp_free [362]
0.00 0.00 428319/429137 balance_intervals [628]
0.00 0.00 2230/828603 balance_an_interval [615]
0.00 0.00 2230/2344 balance_intervals_internal [807]
0.00 0.00 1057/31463 mem_delete [658]
-----------------------------------------------
0.00 0.00 1/1383 make_lispy_position <cycle 4> [541]
0.00 0.00 6/1383 Fxw_color_values [530]
0.00 0.00 354/1383 Fgarbage_collect <cycle 4> [40]
0.00 0.00 1022/1383 Ffuncall <cycle 4> [39]
[366] 0.0 0.00 0.00 1383 list3 [366]
0.00 0.00 2766/3266575 Fcons [62]
-----------------------------------------------
53 Ffuncall <cycle 4> [39]
578 code_conversion_save <cycle 4> [402]
[367] 0.0 0.00 0.00 631 Fmake_local_variable <cycle 4> [367]
0.00 0.00 627/1409718 Fassq [45]
0.00 0.00 593/62463 swap_in_symval_forwarding [303]
0.00 0.00 90/3266575 Fcons [62]
0.00 0.00 4/103225 set_internal [113]
0.00 0.00 36/36 make_blv [505]
0.00 0.00 4/33461 Fboundp [376]
0.00 0.00 45/90 let_shadows_buffer_binding_p [1137]
0.00 0.00 36/36 let_shadows_global_binding_p [1207]
0.00 0.00 14/119738 do_symval_forwarding [637]
45 find_symbol_value <cycle 4> [317]
14 store_symval_forwarding <cycle 4> [117]
4 Fsymbol_value <cycle 4> [640]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[368] 0.0 0.00 0.00 6 Finternal_char_font [368]
0.00 0.00 6/389421 face_for_char [10]
0.00 0.00 6/605473 xftfont_encode_char [138]
0.00 0.00 5/3266575 Fcons [62]
0.00 0.00 6/2462 lookup_basic_face [804]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
1 Fset_window_configuration <cycle 4> [432]
4 adjust_frame_size <cycle 4> [478]
[369] 0.0 0.00 0.00 6 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.00 6/1192 Fwindow_buffer [160]
0.00 0.00 3/2010 window_list_1 [296]
0.00 0.00 6/6179 Fdefault_value [738]
0.00 0.00 3/3 Fwindow_list [1442]
0.00 0.00 3/2583 Flocal_variable_p [801]
3 run_funs <cycle 4> [1458]
-----------------------------------------------
0.00 0.00 24/24 Fdefine_key <cycle 4> [350]
[370] 0.0 0.00 0.00 24 store_in_keymap [370]
0.00 0.00 21/16115 apply_modifiers [97]
0.00 0.00 21/15088 reorder_modifiers [191]
0.00 0.00 48/3266575 Fcons [62]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [395]
[371] 0.0 0.00 0.00 2 x_set_font <cycle 4> [371]
0.00 0.00 2/6 recompute_basic_faces [323]
0.00 0.00 6/56 store_frame_param [438]
0.00 0.00 1/895 fs_query_fontset [311]
0.00 0.00 2/1056 Ffont_get [341]
0.00 0.00 2/32302 Fequal [207]
0.00 0.00 2/1364726 Fcdr [610]
0.00 0.00 2/1043 clear_window_matrices [944]
0.00 0.00 2/11 clear_current_matrices [1292]
0.00 0.00 2/309 fset_redisplay [1062]
2 x_new_font <cycle 4> [1517]
-----------------------------------------------
32 Fset_fontset_font <cycle 4> [60]
[372] 0.0 0.00 0.00 32 map_charset_chars <cycle 4> [372]
0.00 0.00 2/2 map_char_table_for_charset [373]
0.00 0.00 31/3266575 Fcons [62]
2 load_charset <cycle 4> [412]
-----------------------------------------------
0.00 0.00 2/2 map_charset_chars <cycle 4> [372]
[373] 0.0 0.00 0.00 2 map_char_table_for_charset [373]
0.00 0.00 2/2 map_sub_char_table_for_charset [374]
0.00 0.00 2/3266575 Fcons [62]
-----------------------------------------------
20 map_sub_char_table_for_charset [374]
0.00 0.00 2/2 map_char_table_for_charset [373]
[374] 0.0 0.00 0.00 2+20 map_sub_char_table_for_charset [374]
0.00 0.00 77/108 set_fontset_font [356]
20 map_sub_char_table_for_charset [374]
-----------------------------------------------
543 Ffuncall <cycle 4> [39]
[375] 0.0 0.00 0.00 543 Fmacroexpand <cycle 4> [375]
0.00 0.00 543/1409718 Fassq [45]
543 Fautoload_do_load <cycle 4> [543]
-----------------------------------------------
0.00 0.00 4/33461 Fmake_local_variable <cycle 4> [367]
0.00 0.00 16/33461 eval_sub <cycle 4> [189]
0.00 0.00 196/33461 Ffuncall <cycle 4> [39]
0.00 0.00 33245/33461 display_mode_element <cycle 4> [179]
[376] 0.0 0.00 0.00 33461 Fboundp [376]
0.00 0.00 12403/62463 swap_in_symval_forwarding [303]
0.00 0.00 1/6 indirect_variable [1356]
-----------------------------------------------
0.00 0.00 2/84 load_charset_map [415]
0.00 0.00 82/84 make_fontset [378]
[377] 0.0 0.00 0.00 84 Fmake_char_table [377]
0.00 0.00 84/120134 Fget [103]
0.00 0.00 84/7829 Fmake_vector [230]
0.00 0.00 84/291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 1/82 fontset_font [11]
0.00 0.00 1/82 Fnew_fontset <cycle 4> [463]
0.00 0.00 1/82 fontset_from_font <cycle 4> [345]
0.00 0.00 79/82 make_fontset_for_ascii_face [379]
[378] 0.0 0.00 0.00 82 make_fontset [378]
0.00 0.00 82/84 Fmake_char_table [377]
-----------------------------------------------
0.00 0.00 79/79 realize_face [332]
[379] 0.0 0.00 0.00 79 make_fontset_for_ascii_face [379]
0.00 0.00 79/82 make_fontset [378]
-----------------------------------------------
2 Fload <cycle 4> [401]
2 Feval_buffer <cycle 4> [454]
[380] 0.0 0.00 0.00 4 readevalloop <cycle 4> [380]
0.00 0.00 462/32302 Fequal [207]
0.00 0.00 12/103225 set_internal [113]
0.00 0.00 4/2073 intern_1 [307]
0.00 0.00 4/7672938 Fnreverse [28]
0.00 0.00 8/3266575 Fcons [62]
0.00 0.00 1460/28240 readchar [663]
0.00 0.00 462/72320 Fcar [641]
0.00 0.00 182/1318 unreadchar [882]
0.00 0.00 8/6779 Ffboundp [730]
0.00 0.00 4/311674 grow_specpdl [632]
0.00 0.00 4/2007 record_unwind_protect_int [844]
0.00 0.00 4/119738 do_symval_forwarding [637]
0.00 0.00 4/119 Ffile_name_absolute_p [1112]
186 call1 <cycle 4> [794]
186 unbind_to <cycle 4> [285]
182 eval_sub <cycle 4> [189]
136 readevalloop_eager_expand_eval <cycle 4> [1100]
12 store_symval_forwarding <cycle 4> [117]
12 specbind <cycle 4> [639]
4 find_symbol_value <cycle 4> [317]
-----------------------------------------------
2155 update_window <cycle 4> [118]
[381] 0.0 0.00 0.00 2155 update_window_line <cycle 4> [381]
0.00 0.00 556/96119 x_get_glyph_overhangs [183]
0.00 0.00 2155/2318 Finternal_show_cursor_p [810]
0.00 0.00 1122/638667 unblock_input_to [618]
0.00 0.00 1122/638619 unblock_input [619]
0.00 0.00 1122/1122 x_after_update_window_line [902]
1681 x_write_glyphs <cycle 4> [863]
1127 x_clear_end_of_line <cycle 4> [901]
-----------------------------------------------
0.00 0.00 1/1702 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 2/1702 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 2/1702 read_char <cycle 2> [14]
0.00 0.00 2/1702 Ffontp [389]
0.00 0.00 3/1702 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/1702 process_tool_bar_item <cycle 4> [287]
0.00 0.00 8/1702 handle_one_xevent [195]
0.00 0.00 8/1702 get_keyelt <cycle 4> [535]
0.00 0.00 10/1702 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 11/1702 parse_modifiers [190]
0.00 0.00 14/1702 adjust_frame_size <cycle 4> [478]
0.00 0.00 106/1702 Ffuncall <cycle 4> [39]
0.00 0.00 179/1702 exec_byte_code <cycle 4> [143]
0.00 0.00 329/1702 read1 <cycle 5> [279]
0.00 0.00 1023/1702 Fcall_interactively <cycle 4> [258]
[382] 0.0 0.00 0.00 1702 list2 [382]
0.00 0.00 1702/3266575 Fcons [62]
-----------------------------------------------
1 eval_sub <cycle 4> [189]
2 Ffuncall <cycle 4> [39]
[383] 0.0 0.00 0.00 3 Ffile_exists_p <cycle 4> [383]
0.00 0.00 3/2457 Ffind_file_name_handler [105]
0.00 0.00 3/307 encode_file_name [1063]
3 Fexpand_file_name <cycle 4> [164]
2 code_convert_string <cycle 4> [273]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[384] 0.0 0.00 0.00 1 Fx_create_frame <cycle 4> [384]
0.00 0.00 1/1 init_frame_faces [390]
0.00 0.00 1/5 x_wm_set_size_hint [427]
0.00 0.00 9/51 x_get_arg [426]
0.00 0.00 1/7169 Fcopy_alist [166]
0.00 0.00 1/1 x_figure_window_size [501]
0.00 0.00 4/4 x_frame_get_and_record_arg [511]
0.00 0.00 1/1409718 Fassq [45]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 6/17709 make_string [680]
0.00 0.00 6/12 x_decode_color [1287]
0.00 0.00 3/638667 unblock_input_to [618]
0.00 0.00 3/638619 unblock_input [619]
0.00 0.00 2/2 register_font_driver [1507]
0.00 0.00 1/141 check_x_display_info [1096]
0.00 0.00 1/1372 xzalloc [879]
0.00 0.00 1/311674 grow_specpdl [632]
0.00 0.00 1/7918 record_unwind_protect [723]
0.00 0.00 1/1 x_text_icon [1647]
0.00 0.00 1/1 x_make_gc [1618]
29 x_default_parameter <cycle 4> [443]
2 x_default_scroll_bar_color_parameter <cycle 4> [536]
2 adjust_frame_size <cycle 4> [478]
1 x_default_font_parameter <cycle 4> [413]
1 x_window <cycle 4> [1650]
1 unbind_to <cycle 4> [285]
1 set_frame_menubar <cycle 4> [465]
1 initialize_frame_menubar <cycle 4> [1583]
1 make_frame <cycle 4> [314]
-----------------------------------------------
0.00 0.00 99/244 shadow_lookup <cycle 4> [409]
0.00 0.00 145/244 exec_byte_code <cycle 4> [143]
[385] 0.0 0.00 0.00 244 Fsubstring [385]
0.00 0.00 123/1515 Fvector [286]
0.00 0.00 121/121 copy_text_properties [437]
0.00 0.00 244/3071721 validate_subarray [69]
0.00 0.00 121/49690 make_specified_string [652]
0.00 0.00 52/3082942 string_char_to_byte [603]
-----------------------------------------------
1 message3_nolog <cycle 4> [1501]
3 current_message <cycle 4> [1098]
31 echo_area_display <cycle 4> [1214]
0.00 0.00 21/33852 resize_echo_area_exactly [198]
[386] 0.0 0.00 0.00 56 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 112/103225 set_internal [113]
0.00 0.00 3/3 current_message_1 [434]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 156/6665 marker_position [731]
0.00 0.00 156/4590 marker_byte_position [748]
0.00 0.00 104/535 set_marker_both [1043]
0.00 0.00 56/311674 grow_specpdl [632]
0.00 0.00 56/7918 record_unwind_protect [723]
0.00 0.00 52/230 adjust_window_count [1072]
0.00 0.00 52/115 wset_buffer [1128]
0.00 0.00 21/21 resize_mini_window_1 [1233]
0.00 0.00 1/598 del_range [1028]
112 store_symval_forwarding <cycle 4> [117]
112 specbind <cycle 4> [639]
56 ensure_echo_area_buffers <cycle 4> [1099]
56 set_buffer_internal_1 <cycle 4> [745]
56 unbind_to <cycle 4> [285]
31 display_echo_area_1 <cycle 4> [1213]
21 resize_mini_window <cycle 4> [310]
1 del_range_1 <cycle 4> [232]
1 set_message_1 <cycle 4> [1598]
-----------------------------------------------
0.00 0.00 2/170 char_table_set [442]
0.00 0.00 11/170 char_table_set_range [392]
0.00 0.00 24/170 sub_char_table_set [446]
0.00 0.00 133/170 sub_char_table_set_range [396]
[387] 0.0 0.00 0.00 170 make_sub_char_table [387]
0.00 0.00 170/396978 allocate_vector [57]
-----------------------------------------------
90 read_vector <cycle 5> [404]
450 read1 <cycle 5> [279]
[388] 0.0 0.00 0.00 540 read_list <cycle 5> [388]
0.00 0.00 1582/3266575 Fcons [62]
0.00 0.00 1582/18192 list1 [678]
2160 read1 <cycle 5> [279]
38 read0 <cycle 5> [1039]
-----------------------------------------------
0.00 0.00 2/233 font_update_drivers [542]
0.00 0.00 4/233 Ffont_put [520]
0.00 0.00 227/233 Ffont_spec [289]
[389] 0.0 0.00 0.00 233 Ffontp [389]
0.00 0.00 204/204 font_prop_validate_symbol [405]
0.00 0.00 118/2294 Fintern [301]
0.00 0.00 4/3266575 Fcons [62]
0.00 0.00 2/1702 list2 [382]
0.00 0.00 27/27 font_prop_validate_otf [1218]
0.00 0.00 2/3066270 xfont_get_cache [605]
0.00 0.00 1/539 intern_sym [1042]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [384]
[390] 0.0 0.00 0.00 1 init_frame_faces [390]
0.00 0.00 1/6 realize_basic_faces [316]
0.00 0.00 1/1 make_face_cache [1584]
0.00 0.00 1/1 make_image_cache [1585]
-----------------------------------------------
61 eval_sub <cycle 4> [189]
[391] 0.0 0.00 0.00 61 FletX <cycle 4> [391]
0.00 0.00 120/103225 set_internal [113]
0.00 0.00 375/1364726 Fcdr [610]
0.00 0.00 250/72320 Fcar [641]
125 specbind <cycle 4> [639]
125 eval_sub <cycle 4> [189]
120 store_symval_forwarding <cycle 4> [117]
61 Fprogn <cycle 4> [854]
-----------------------------------------------
0.00 0.00 3/1428 fontset_find_font [12]
0.00 0.00 37/1428 Fset_char_table_range [508]
0.00 0.00 1388/1428 fontset_add [248]
[392] 0.0 0.00 0.00 1428 char_table_set_range [392]
0.00 0.00 1031/1031 sub_char_table_set_range [396]
0.00 0.00 11/170 make_sub_char_table [387]
0.00 0.00 14/18 char_table_ascii [1259]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [12]
0.00 0.00 8/12 font_load_for_lface [337]
[393] 0.0 0.00 0.00 12 font_open_for_lface [393]
0.00 0.00 12/12 font_rescale_ratio [394]
0.00 0.00 1/383293 build_style_table [631]
-----------------------------------------------
0.00 0.00 12/12 font_open_for_lface [393]
[394] 0.0 0.00 0.00 12 font_rescale_ratio [394]
0.00 0.00 12/41543 fast_string_match_internal [49]
0.00 0.00 12/819 Ffont_xlfd_name [1021]
-----------------------------------------------
2 x_default_scroll_bar_color_parameter <cycle 4> [536]
5 Fmodify_frame_parameters <cycle 4> [1370]
30 x_default_parameter <cycle 4> [443]
[395] 0.0 0.00 0.00 37 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 36/120134 Fget [103]
0.00 0.00 74/1409718 Fassq [45]
0.00 0.00 37/56 store_frame_param [438]
0.00 0.00 37/57 get_frame_param [445]
0.00 0.00 36/291575 Fplist_get [141]
0.00 0.00 1/1 x_set_screen_gamma [526]
0.00 0.00 4/32302 Fequal [207]
0.00 0.00 1/1 x_set_font_backend [544]
0.00 0.00 1/1 x_set_cursor_color [552]
0.00 0.00 1/3 update_face_from_frame_parameter [512]
0.00 0.00 1/1 x_set_mouse_color [553]
0.00 0.00 1/1 set_frame_cursor_types [568]
0.00 0.00 1/1 x_set_tool_bar_position [571]
0.00 0.00 1/3266575 Fcons [62]
0.00 0.00 1/1702 list2 [382]
0.00 0.00 112/1364726 Fcdr [610]
0.00 0.00 37/72320 Fcar [641]
0.00 0.00 1/2 x_set_background_color [1518]
0.00 0.00 1/7 unload_color [1341]
0.00 0.00 1/1 x_set_foreground_color [1627]
0.00 0.00 1/34 frame_size_history_add [1210]
0.00 0.00 1/1 x_set_cursor_type [1626]
0.00 0.00 1/1 x_set_autolower [1621]
0.00 0.00 1/1 x_set_autoraise [1622]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/1 x_set_wait_for_wm [1645]
0.00 0.00 1/1 x_set_title [1642]
0.00 0.00 1/1 x_change_tool_bar_height [1611]
0.00 0.00 1/1 x_set_tool_bar_lines [1643]
0.00 0.00 1/1 x_set_scroll_bar_background [1636]
0.00 0.00 1/1 x_set_scroll_bar_foreground [1639]
0.00 0.00 1/1 x_set_right_fringe [1635]
0.00 0.00 1/1 x_set_left_fringe [1631]
0.00 0.00 1/1 x_set_line_spacing [1632]
0.00 0.00 1/309 fset_redisplay [1062]
0.00 0.00 1/1 x_set_border_color [1623]
0.00 0.00 1/1 x_set_horizontal_scroll_bars [1628]
0.00 0.00 1/1 x_set_vertical_scroll_bars [1644]
0.00 0.00 1/1 x_set_bottom_divider_width [1625]
0.00 0.00 1/1 x_set_right_divider_width [1634]
0.00 0.00 1/1 x_set_internal_border_width [1630]
0.00 0.00 1/1 x_set_border_width [1624]
2 do_pending_window_change <cycle 4> [744]
2 x_set_font <cycle 4> [371]
1 x_set_alpha <cycle 4> [1620]
1 x_set_scroll_bar_height <cycle 4> [1640]
1 x_set_scroll_bar_width <cycle 4> [1641]
1 x_set_icon_type <cycle 4> [1629]
1 update_frame_tool_bar <cycle 4> [425]
1 run_window_configuration_change_hook <cycle 4> [369]
1 x_set_menu_bar_lines <cycle 4> [1633]
-----------------------------------------------
1974 sub_char_table_set_range [396]
0.00 0.00 1031/1031 char_table_set_range [392]
[396] 0.0 0.00 0.00 1031+1974 sub_char_table_set_range [396]
0.00 0.00 133/170 make_sub_char_table [387]
1974 sub_char_table_set_range [396]
-----------------------------------------------
2 eval_sub <cycle 4> [189]
[397] 0.0 0.00 0.00 2 Fdirectory_files <cycle 4> [397]
0.00 0.00 2/2457 Ffind_file_name_handler [105]
2 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[398] 0.0 0.00 0.00 2 Ffile_attributes <cycle 4> [398]
0.00 0.00 2/2457 Ffind_file_name_handler [105]
0.00 0.00 2/307 encode_file_name [1063]
2 internal_condition_case_2 <cycle 4> [1500]
2 code_convert_string <cycle 4> [273]
-----------------------------------------------
0.00 0.00 30173/30173 map_sub_char_table <cycle 4> [125]
[399] 0.0 0.00 0.00 30173 accumulate_script_ranges [399]
0.00 0.00 1076/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 1/18 Fnew_fontset <cycle 4> [463]
0.00 0.00 17/18 font_parse_name [349]
[400] 0.0 0.00 0.00 18 font_parse_xlfd [400]
0.00 0.00 220/384683 font_intern_prop [91]
0.00 0.00 22/1778 font_style_to_value [859]
-----------------------------------------------
2 Fautoload_do_load <cycle 4> [543]
24 Ffuncall <cycle 4> [39]
[401] 0.0 0.00 0.00 26 Fload <cycle 4> [401]
0.00 0.00 4/4 safe_to_load_version [424]
0.00 0.00 3/4 Fget_load_suffixes [429]
0.00 0.00 14/103225 set_internal [113]
0.00 0.00 1/56861 concat [111]
0.00 0.00 3/7672938 Fnreverse [28]
0.00 0.00 4/3266575 Fcons [62]
0.00 0.00 12/311674 grow_specpdl [632]
0.00 0.00 8/8 suffix_p [1332]
0.00 0.00 8/7918 record_unwind_protect [723]
0.00 0.00 4/2007 record_unwind_protect_int [844]
0.00 0.00 4/33219 xfree [655]
0.00 0.00 2/307 encode_file_name [1063]
0.00 0.00 2/4 set_unwind_protect_ptr [1424]
0.00 0.00 2/4 lisp_file_lexically_bound_p [1418]
0.00 0.00 2/6779 Ffboundp [730]
0.00 0.00 2/6 emacs_close [1353]
0.00 0.00 2/7 clear_unwind_protect [1336]
0.00 0.00 1/146 Fappend [1095]
26 openp <cycle 4> [210]
23 internal_condition_case_1 <cycle 4> [878]
14 store_symval_forwarding <cycle 4> [117]
14 specbind <cycle 4> [639]
6 unbind_to <cycle 4> [285]
3 Fsubstitute_in_file_name <cycle 4> [284]
2 readevalloop <cycle 4> [380]
2 Ffile_name_directory <cycle 4> [266]
2 call1 <cycle 4> [794]
2 call4 <cycle 4> [1217]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [551]
301 encode_coding_object <cycle 4> [1067]
578 decode_coding_object <cycle 4> [324]
[402] 0.0 0.00 0.00 881 code_conversion_save <cycle 4> [402]
0.00 0.00 881/3266575 Fcons [62]
0.00 0.00 881/59263 Fcurrent_buffer [645]
0.00 0.00 881/311674 grow_specpdl [632]
0.00 0.00 881/7918 record_unwind_protect [723]
0.00 0.00 578/593 Fbuffer_live_p [1029]
1154 set_buffer_internal_1 <cycle 4> [745]
578 Fmake_local_variable <cycle 4> [367]
578 Fset <cycle 4> [259]
578 Ferase_buffer <cycle 4> [1034]
-----------------------------------------------
0.00 0.00 3/37 Ffuncall <cycle 4> [39]
0.00 0.00 34/37 eval_sub <cycle 4> [189]
[403] 0.0 0.00 0.00 37 Fdefalias [403]
0.00 0.00 37/120134 Fget [103]
0.00 0.00 37/37 Ffset [455]
0.00 0.00 128/3266575 Fcons [62]
0.00 0.00 37/291575 Fplist_get [141]
-----------------------------------------------
90 read1 <cycle 5> [279]
[404] 0.0 0.00 0.00 90 read_vector <cycle 5> [404]
0.00 0.00 90/7829 Fmake_vector [230]
0.00 0.00 744/72320 Fcar [641]
0.00 0.00 744/1364726 Fcdr [610]
0.00 0.00 744/744 free_cons [1022]
0.00 0.00 90/140813 Flength [634]
90 read_list <cycle 5> [388]
-----------------------------------------------
0.00 0.00 204/204 Ffontp [389]
[405] 0.0 0.00 0.00 204 font_prop_validate_symbol [405]
0.00 0.00 120/2294 Fintern [301]
0.00 0.00 118/3072176 casify_object [41]
0.00 0.00 118/2872 Fdowncase [792]
0.00 0.00 4/539 intern_sym [1042]
-----------------------------------------------
1 initialize_frame_menubar <cycle 4> [1583]
2 set_frame_menubar <cycle 4> [465]
4 show_hourglass <cycle 4> [180]
[406] 0.0 0.00 0.00 7 menu_bar_items <cycle 4> [406]
0.00 0.00 14/10310 get_local_map [157]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 1/63 larger_vector [418]
0.00 0.00 12/676170 get_keymap [617]
12 access_keymap <cycle 4> [754]
12 map_keymap_internal <cycle 4> [592]
12 map_keymap_canonical <cycle 4> [1114]
7 current_minor_maps <cycle 4> [742]
-----------------------------------------------
0.00 0.00 4/12 fontset_find_font [12]
0.00 0.00 8/12 font_load_for_lface [337]
[407] 0.0 0.00 0.00 12 font_open_entity [407]
0.00 0.00 8/8 xftfont_open [408]
0.00 0.00 8/3266575 Fcons [62]
0.00 0.00 8/114 normal_char_ascent_descent [1129]
0.00 0.00 8/10 get_font_ascent_descent [1304]
0.00 0.00 4/4 xftfont_cached_font_ok [1428]
-----------------------------------------------
0.00 0.00 8/8 font_open_entity [407]
[408] 0.0 0.00 0.00 8 xftfont_open [408]
0.00 0.00 8/8 font_build_object [419]
0.00 0.00 8/6132509 ftfont_get_fc_charset [18]
0.00 0.00 8/6195131 assq_no_quit [48]
0.00 0.00 16/638667 unblock_input_to [618]
0.00 0.00 16/638619 unblock_input [619]
0.00 0.00 8/12 xftfont_add_rendering_parameters [1288]
0.00 0.00 2/7766 do_pending_atimers [724]
0.00 0.00 2/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
263 Fwhere_is_internal <cycle 4> [270]
[409] 0.0 0.00 0.00 263 shadow_lookup <cycle 4> [409]
0.00 0.00 99/244 Fsubstring [385]
499 Flookup_key <cycle 4> [760]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[410] 0.0 0.00 0.00 3 Ftry_completion [410]
0.00 0.00 89/1535738 Fcompare_strings [34]
0.00 0.00 1/32302 Fequal [207]
-----------------------------------------------
40 Ffuncall <cycle 4> [39]
[411] 0.0 0.00 0.00 40 Fsignal <cycle 4> [411]
0.00 0.00 40/120134 Fget [103]
0.00 0.00 40/291575 Fplist_get [141]
0.00 0.00 60/3266575 Fcons [62]
0.00 0.00 40/18705 Fmemq [674]
40 unwind_to_catch <cycle 4> [1185]
-----------------------------------------------
2 map_charset_chars <cycle 4> [372]
[412] 0.0 0.00 0.00 2 load_charset <cycle 4> [412]
0.00 0.00 2/2 load_charset_map [415]
0.00 0.00 2/103225 set_internal [113]
0.00 0.00 556/556 read_hex [1037]
0.00 0.00 2/311674 grow_specpdl [632]
0.00 0.00 2/2 record_unwind_protect_nothing [1506]
0.00 0.00 2/4 set_unwind_protect_ptr [1424]
0.00 0.00 2/3 record_xmalloc [1454]
0.00 0.00 2/7 clear_unwind_protect [1336]
4 unbind_to <cycle 4> [285]
2 store_symval_forwarding <cycle 4> [117]
2 specbind <cycle 4> [639]
2 openp <cycle 4> [210]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [384]
[413] 0.0 0.00 0.00 1 x_default_font_parameter <cycle 4> [413]
0.00 0.00 1/1 font_open_by_name [414]
0.00 0.00 1/51 x_get_arg [426]
0.00 0.00 1/1 xsettings_get_system_font [1664]
0.00 0.00 1/20569 make_unibyte_string [669]
1 x_default_parameter <cycle 4> [443]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [413]
[414] 0.0 0.00 0.00 1 font_open_by_name [414]
0.00 0.00 1/1 font_open_by_spec [417]
0.00 0.00 1/887 Ffont_spec [289]
0.00 0.00 1/3153 font_put_extra [326]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [412]
[415] 0.0 0.00 0.00 2 load_charset_map [415]
0.00 0.00 244/4993256 char_table_ref [35]
0.00 0.00 244/640 char_table_set [442]
0.00 0.00 2/84 Fmake_char_table [377]
-----------------------------------------------
20 Fcommand_error_default_function <cycle 4> [1236]
[416] 0.0 0.00 0.00 20 print_error_message <cycle 4> [416]
0.00 0.00 40/120134 Fget [103]
0.00 0.00 40/291575 Fplist_get [141]
0.00 0.00 20/72320 Fcar [641]
0.00 0.00 20/18705 Fmemq [674]
0.00 0.00 20/20 Fcdr_safe [1235]
0.00 0.00 20/590 Fsubstitute_command_keys [1030]
40 message_dolog <cycle 4> [308]
20 write_string_1 <cycle 4> [1257]
20 text_quoting_style <cycle 4> [523]
20 Fprinc <cycle 4> [1239]
-----------------------------------------------
0.00 0.00 1/1 font_open_by_name [414]
[417] 0.0 0.00 0.00 1 font_open_by_spec [417]
0.00 0.00 1/8 font_load_for_lface [337]
-----------------------------------------------
0.00 0.00 1/63 menu_bar_items <cycle 4> [406]
0.00 0.00 2/63 process_tool_bar_item <cycle 4> [287]
0.00 0.00 12/63 ensure_menu_items [466]
0.00 0.00 48/63 hash_put [68]
[418] 0.0 0.00 0.00 63 larger_vector [418]
0.00 0.00 63/396978 allocate_vector [57]
-----------------------------------------------
0.00 0.00 8/8 xftfont_open [408]
[419] 0.0 0.00 0.00 8 font_build_object [419]
0.00 0.00 8/8 font_make_object [420]
0.00 0.00 24/3906 font_style_symbolic [757]
0.00 0.00 16/17709 make_string [680]
0.00 0.00 8/1289 font_unparse_xlfd [885]
-----------------------------------------------
0.00 0.00 8/8 font_build_object [419]
[420] 0.0 0.00 0.00 8 font_make_object [420]
0.00 0.00 8/7169 Fcopy_alist [166]
0.00 0.00 8/2838 allocate_pseudovector [267]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[421] 0.0 0.00 0.00 1 Ffile_accessible_directory_p <cycle 4> [421]
0.00 0.00 1/2457 Ffind_file_name_handler [105]
0.00 0.00 1/307 encode_file_name [1063]
0.00 0.00 1/1 file_accessible_directory_p [1572]
1 Fexpand_file_name <cycle 4> [164]
1 code_convert_string <cycle 4> [273]
-----------------------------------------------
0.00 0.00 2/5 Fbuffer_substring [357]
0.00 0.00 3/5 current_message_1 [434]
[422] 0.0 0.00 0.00 5 make_buffer_string [422]
0.00 0.00 10/19444 buf_charpos_to_bytepos [133]
-----------------------------------------------
4 show_hourglass <cycle 4> [180]
[423] 0.0 0.00 0.00 4 tool_bar_items <cycle 4> [423]
0.00 0.00 8/10310 get_local_map [157]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 8/676170 get_keymap [617]
8 access_keymap <cycle 4> [754]
4 map_keymap <cycle 4> [761]
4 current_minor_maps <cycle 4> [742]
-----------------------------------------------
0.00 0.00 4/4 Fload <cycle 4> [401]
[424] 0.0 0.00 0.00 4 safe_to_load_version [424]
0.00 0.00 4/122 fast_c_string_match_ignore_case [290]
0.00 0.00 4/8 emacs_read [1330]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
1 xg_create_frame_widgets <cycle 4> [1655]
59 redisplay_window <cycle 4> [116]
[425] 0.0 0.00 0.00 61 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 116/32302 Fequal [207]
0.00 0.00 60/60 Ftool_bar_get_system_style [1152]
0.00 0.00 60/638667 unblock_input_to [618]
0.00 0.00 60/638619 unblock_input [619]
0.00 0.00 10/20 xpm_image_p [1258]
0.00 0.00 10/20 valid_image_p [1256]
0.00 0.00 10/10 file_for_image [1300]
0.00 0.00 10/6779 Ffboundp [730]
0.00 0.00 10/10 find_icon_from_name [1301]
0.00 0.00 10/37 xstrdup [1205]
0.00 0.00 1/9 xg_update_submenu [1324]
0.00 0.00 1/34 frame_size_history_add [1210]
0.00 0.00 1/1 tb_size_cb [1601]
0.00 0.00 1/71975 xmalloc [642]
10 call1 <cycle 4> [794]
1 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
0.00 0.00 1/51 x_default_font_parameter <cycle 4> [413]
0.00 0.00 2/51 x_default_scroll_bar_color_parameter <cycle 4> [536]
0.00 0.00 4/51 x_frame_get_and_record_arg [511]
0.00 0.00 5/51 x_figure_window_size [501]
0.00 0.00 9/51 Fx_create_frame <cycle 4> [384]
0.00 0.00 30/51 x_default_parameter <cycle 4> [443]
[426] 0.0 0.00 0.00 51 x_get_arg [426]
0.00 0.00 101/1409718 Fassq [45]
0.00 0.00 31/49 xrdb_get_resource [1180]
0.00 0.00 1/1364726 Fcdr [610]
-----------------------------------------------
0.00 0.00 1/5 x_set_offset [481]
0.00 0.00 1/5 Fx_wm_set_size_hint [480]
0.00 0.00 1/5 Fx_create_frame <cycle 4> [384]
0.00 0.00 2/5 xg_frame_set_char_size <cycle 4> [453]
[427] 0.0 0.00 0.00 5 x_wm_set_size_hint [427]
0.00 0.00 2/7233 Fframe_parameter [99]
0.00 0.00 5/12 xg_get_gdk_scale [1289]
0.00 0.00 2/1364726 Fcdr [610]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/215 Ffuncall <cycle 4> [39]
0.00 0.00 214/215 Fwhere_is_internal <cycle 4> [270]
[428] 0.0 0.00 0.00 215 Fsafe_length [428]
0.00 0.00 401/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 1/4 Ffuncall <cycle 4> [39]
0.00 0.00 3/4 Fload <cycle 4> [401]
[429] 0.0 0.00 0.00 4 Fget_load_suffixes [429]
0.00 0.00 16/241 concat2 [333]
0.00 0.00 16/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 1/4336 modify_event_symbol [217]
0.00 0.00 2/4336 Fdefvar <cycle 4> [461]
0.00 0.00 4/4336 eval_sub <cycle 4> [189]
0.00 0.00 10/4336 apply_modifiers [97]
0.00 0.00 22/4336 parse_modifiers [190]
0.00 0.00 27/4336 Ffset [455]
0.00 0.00 129/4336 Ffuncall <cycle 4> [39]
0.00 0.00 4141/4336 update_overlay_arrows <cycle 4> [261]
[430] 0.0 0.00 0.00 4336 Fput [430]
0.00 0.00 4335/4355 Fplist_put [448]
0.00 0.00 158/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[431] 0.0 0.00 0.00 22 Finternal_get_lisp_face_attribute [431]
0.00 0.00 22/1762 lface_from_face_name [268]
0.00 0.00 22/7229 lface_from_face_name_no_resolve [334]
0.00 0.00 22/3099 decode_live_frame [776]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[432] 0.0 0.00 0.00 1 Fset_window_configuration <cycle 4> [432]
0.00 0.00 7/2140 set_marker_internal [215]
0.00 0.00 2/1409718 Fassq [45]
0.00 0.00 7/10 set_marker_restricted [1309]
0.00 0.00 4/230 adjust_window_count [1072]
0.00 0.00 4/115 wset_buffer [1128]
0.00 0.00 1/1 CHECK_WINDOW_CONFIGURATION [1526]
0.00 0.00 1/535 set_marker_both [1043]
0.00 0.00 1/309 fset_redisplay [1062]
0.00 0.00 1/2 Fset_window_new_pixel [1481]
0.00 0.00 1/1 get_leaf_windows [1578]
0.00 0.00 1/2 delete_all_child_windows [1490]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
2 select_window <cycle 4> [510]
1 adjust_frame_size <cycle 4> [478]
1 adjust_frame_glyphs <cycle 4> [1291]
1 unbind_to <cycle 4> [285]
1 run_window_configuration_change_hook <cycle 4> [369]
1 do_switch_frame <cycle 4> [1328]
1 Fredirect_frame_focus <cycle 4> [1543]
1 Fset_buffer <cycle 4> [803]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[433] 0.0 0.00 0.00 4 looking_at_1 [433]
0.00 0.00 4/54928 re_match_2_internal [70]
0.00 0.00 4/51282 compile_pattern [95]
0.00 0.00 4/8563 re_match_2 [717]
-----------------------------------------------
0.00 0.00 3/3 with_echo_area_buffer <cycle 4> [386]
[434] 0.0 0.00 0.00 3 current_message_1 [434]
0.00 0.00 3/5 make_buffer_string [422]
0.00 0.00 3/583 make_buffer_string_both [322]
-----------------------------------------------
38 message_dolog <cycle 4> [308]
[435] 0.0 0.00 0.00 38 del_range_both <cycle 4> [435]
0.00 0.00 18/616 del_range_2 [300]
18 signal_after_change <cycle 4> [281]
18 update_compositions <cycle 4> [205]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [39]
[436] 0.0 0.00 0.00 11 Fdelete [436]
0.00 0.00 87/14252708 internal_equal [24]
0.00 0.00 2/1610383 Fsetcdr [608]
-----------------------------------------------
0.00 0.00 121/121 Fsubstring [385]
[437] 0.0 0.00 0.00 121 copy_text_properties [437]
0.00 0.00 121/755707 validate_interval_range [89]
-----------------------------------------------
0.00 0.00 1/56 x_set_font_backend [544]
0.00 0.00 6/56 x_set_font <cycle 4> [371]
0.00 0.00 12/56 handle_one_xevent [195]
0.00 0.00 37/56 x_set_frame_parameters <cycle 4> [395]
[438] 0.0 0.00 0.00 56 store_frame_param [438]
0.00 0.00 56/1409718 Fassq [45]
0.00 0.00 76/3266575 Fcons [62]
0.00 0.00 18/1610383 Fsetcdr [608]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[439] 0.0 0.00 0.00 2 Fset_charset_priority [439]
0.00 0.00 208/3266575 Fcons [62]
0.00 0.00 2/48808 Fcopy_sequence [122]
0.00 0.00 6/7672938 Fnreverse [28]
0.00 0.00 2/6640124 hash_lookup [20]
0.00 0.00 666/18705 Fmemq [674]
0.00 0.00 2/1091 Fdelq [915]
0.00 0.00 2/2127 Fnconc [823]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[440] 0.0 0.00 0.00 4 scan_lists [440]
0.00 0.00 4/19444 buf_charpos_to_bytepos [133]
0.00 0.00 50/50 char_quoted [476]
0.00 0.00 2/4993256 char_table_ref [35]
0.00 0.00 150/150 syntax_multibyte [1094]
0.00 0.00 4/1154 SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
0.00 0.00 1/8502 Fcurrent_window_configuration [502]
0.00 0.00 2/8502 Fwindow_new_total [596]
0.00 0.00 2/8502 Fset_window_new_total [595]
0.00 0.00 20/8502 Fwindow_parent [591]
0.00 0.00 24/8502 Fwindow_next_sibling [590]
0.00 0.00 85/8502 Fwindow_minibuffer_p [577]
0.00 0.00 90/8502 Fwindow_top_child [576]
0.00 0.00 90/8502 Fwindow_left_child [575]
0.00 0.00 1012/8502 Fwindow_pixel_height [515]
0.00 0.00 1020/8502 Fwindow_pixel_width [514]
0.00 0.00 2000/8502 Fwindow_pixel_left [488]
0.00 0.00 2000/8502 Fwindow_pixel_top [489]
0.00 0.00 2156/8502 Fwindow_frame [485]
[441] 0.0 0.00 0.00 8502 save_window_save [441]
0.00 0.00 5/5 Fcopy_marker [444]
0.00 0.00 2/1409718 Fassq [45]
0.00 0.00 4/3266575 Fcons [62]
0.00 0.00 4/2070 buffer_local_value [828]
0.00 0.00 1/1089 build_marker [919]
-----------------------------------------------
0.00 0.00 244/640 load_charset_map [415]
0.00 0.00 396/640 fontset_add [248]
[442] 0.0 0.00 0.00 640 char_table_set [442]
0.00 0.00 1920/1920 sub_char_table_set [446]
0.00 0.00 2/170 make_sub_char_table [387]
0.00 0.00 1/18 char_table_ascii [1259]
-----------------------------------------------
1 x_default_font_parameter <cycle 4> [413]
29 Fx_create_frame <cycle 4> [384]
[443] 0.0 0.00 0.00 30 x_default_parameter <cycle 4> [443]
0.00 0.00 30/51 x_get_arg [426]
30 x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
0.00 0.00 5/5 save_window_save [441]
[444] 0.0 0.00 0.00 5 Fcopy_marker [444]
0.00 0.00 5/2140 set_marker_internal [215]
0.00 0.00 5/79 Fmake_marker [1138]
0.00 0.00 5/9179 CHECK_MARKER [713]
-----------------------------------------------
0.00 0.00 2/57 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 8/57 handle_one_xevent [195]
0.00 0.00 10/57 frame_inhibit_resize [500]
0.00 0.00 37/57 x_set_frame_parameters <cycle 4> [395]
[445] 0.0 0.00 0.00 57 get_frame_param [445]
0.00 0.00 57/1409718 Fassq [45]
-----------------------------------------------
0.00 0.00 1920/1920 char_table_set [442]
[446] 0.0 0.00 0.00 1920 sub_char_table_set [446]
0.00 0.00 24/170 make_sub_char_table [387]
-----------------------------------------------
20 write_string_1 <cycle 4> [1257]
20 Fprinc <cycle 4> [1239]
40 strout <cycle 4> [1198]
[447] 0.0 0.00 0.00 80 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 19/103225 set_internal [113]
0.00 0.00 20/2427 temp_set_point_both [805]
0.00 0.00 19/598 del_range [1028]
0.00 0.00 1/5 Fset_buffer_multibyte [1372]
80 ensure_echo_area_buffers <cycle 4> [1099]
40 set_buffer_internal_1 <cycle 4> [745]
19 store_symval_forwarding <cycle 4> [117]
19 specbind <cycle 4> [639]
19 del_range_1 <cycle 4> [232]
19 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 20/4355 Ffuncall <cycle 4> [39]
0.00 0.00 4335/4355 Fput [430]
[448] 0.0 0.00 0.00 4355 Fplist_put [448]
0.00 0.00 218/3266575 Fcons [62]
0.00 0.00 4168/14156 Fsetcar [688]
0.00 0.00 30/1610383 Fsetcdr [608]
-----------------------------------------------
72 map_keymap_internal <cycle 4> [592]
143 Fset_fontset_font <cycle 4> [60]
[449] 0.0 0.00 0.00 215 map_char_table <cycle 4> [449]
0.00 0.00 215/3266575 Fcons [62]
215 map_sub_char_table <cycle 4> [125]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[450] 0.0 0.00 0.00 1 delete_frame <cycle 4> [450]
0.00 0.00 1/7233 Fframe_parameter [99]
0.00 0.00 1/2 font_update_drivers [542]
0.00 0.00 5/33219 xfree [655]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
0.00 0.00 1/19551 decode_any_frame [671]
0.00 0.00 1/1364726 Fcdr [610]
0.00 0.00 1/2 free_glyphs [1497]
0.00 0.00 1/2 delete_all_child_windows [1490]
0.00 0.00 1/1091 Fdelq [915]
0.00 0.00 1/1 free_font_driver_list [1575]
0.00 0.00 1/1 free_frame_faces [1576]
0.00 0.00 1/1 initial_free_frame_resources [1582]
0.00 0.00 1/1 x_clipboard_manager_save_frame [1612]
0.00 0.00 1/2 safe_call2 [1509]
0.00 0.00 1/1 other_visible_frames [1590]
1 check_minibuf_window <cycle 4> [1564]
1 Fdelete_terminal <cycle 4> [1531]
1 safe_call <cycle 4> [1083]
1 do_switch_frame <cycle 4> [1328]
-----------------------------------------------
0.00 0.00 16/16 Ffuncall <cycle 4> [39]
[451] 0.0 0.00 0.00 16 Fcoding_system_base [451]
0.00 0.00 15/6143931 Fgethash [21]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [39]
[452] 0.0 0.00 0.00 9 Fframe_list [452]
0.00 0.00 9/48808 Fcopy_sequence [122]
-----------------------------------------------
2 x_set_window_size <cycle 4> [1519]
[453] 0.0 0.00 0.00 2 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 2/5 x_wm_set_size_hint [427]
0.00 0.00 2/57 get_frame_param [445]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/1702 list2 [382]
0.00 0.00 2/34 frame_size_history_add [1210]
0.00 0.00 2/309 fset_redisplay [1062]
0.00 0.00 2/9 cancel_mouse_face [1318]
0.00 0.00 1/1364726 Fcdr [610]
0.00 0.00 1/1 x_wait_for_event [1649]
0.00 0.00 1/12 xg_get_gdk_scale [1289]
1 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[454] 0.0 0.00 0.00 2 Feval_buffer <cycle 4> [454]
0.00 0.00 2/2 temp_set_point [475]
0.00 0.00 6/103225 set_internal [113]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/1075 make_save_obj_obj_obj_obj [925]
0.00 0.00 2/1075 save_excursion_save [926]
0.00 0.00 2/311674 grow_specpdl [632]
0.00 0.00 2/7918 record_unwind_protect [723]
0.00 0.00 2/4 lisp_file_lexically_bound_p [1418]
0.00 0.00 2/4774 Fget_buffer [746]
6 store_symval_forwarding <cycle 4> [117]
6 specbind <cycle 4> [639]
4 unbind_to <cycle 4> [285]
2 readevalloop <cycle 4> [380]
-----------------------------------------------
0.00 0.00 37/37 Fdefalias [403]
[455] 0.0 0.00 0.00 37 Ffset [455]
0.00 0.00 37/37 valid_lisp_object_p [472]
0.00 0.00 62/3266575 Fcons [62]
0.00 0.00 27/4336 Fput [430]
-----------------------------------------------
5 eval_sub <cycle 4> [189]
16 Fbuffer_list <cycle 4> [1269]
36 Ffuncall <cycle 4> [39]
[456] 0.0 0.00 0.00 57 Fmapcar <cycle 4> [456]
0.00 0.00 57/10181 Flist [264]
0.00 0.00 57/140813 Flength [634]
57 mapcar1 <cycle 4> [1159]
-----------------------------------------------
1 check_minibuf_window <cycle 4> [1564]
2 make_frame <cycle 4> [314]
[457] 0.0 0.00 0.00 3 set_window_buffer <cycle 4> [457]
0.00 0.00 3/2140 set_marker_internal [215]
0.00 0.00 3/7 Fcurrent_time [516]
0.00 0.00 6/535 set_marker_both [1043]
0.00 0.00 3/230 adjust_window_count [1072]
0.00 0.00 3/115 wset_buffer [1128]
0.00 0.00 3/59263 Fcurrent_buffer [645]
0.00 0.00 3/3 wset_update_mode_line [1465]
0.00 0.00 3/8 wset_redisplay [1333]
0.00 0.00 3/311674 grow_specpdl [632]
0.00 0.00 3/7918 record_unwind_protect [723]
0.00 0.00 3/10 set_marker_restricted [1309]
0.00 0.00 3/3 set_window_fringes [1461]
0.00 0.00 3/3 set_window_scroll_bars [1462]
0.00 0.00 3/14579 set_window_margins [684]
0.00 0.00 3/3 apply_window_adjustment [1445]
3 Fset_buffer <cycle 4> [803]
3 adjust_frame_glyphs <cycle 4> [1291]
-----------------------------------------------
2 ensure_echo_area_buffers <cycle 4> [1099]
3 Ffuncall <cycle 4> [39]
100 message_dolog <cycle 4> [308]
[458] 0.0 0.00 0.00 105 Fget_buffer_create <cycle 4> [458]
0.00 0.00 5/48808 Fcopy_sequence [122]
0.00 0.00 5/10 reset_buffer_local_variables [482]
0.00 0.00 10/3266575 Fcons [62]
0.00 0.00 105/1364726 Fcdr [610]
0.00 0.00 105/4774 Fget_buffer [746]
0.00 0.00 10/638667 unblock_input_to [618]
0.00 0.00 10/638619 unblock_input [619]
0.00 0.00 5/5 allocate_buffer [1378]
0.00 0.00 5/71975 xmalloc [642]
0.00 0.00 5/5 reset_buffer [1386]
0.00 0.00 5/79 Fmake_marker [1138]
0.00 0.00 5/18192 list1 [678]
0.00 0.00 5/1818 nconc2 [856]
5 call1 <cycle 4> [794]
-----------------------------------------------
0.00 0.00 3/3 Fmake_hash_table [124]
[459] 0.0 0.00 0.00 3 make_hash_table [459]
0.00 0.00 12/7829 Fmake_vector [230]
0.00 0.00 3/2838 allocate_pseudovector [267]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[460] 0.0 0.00 0.00 2 Fset_coding_system_priority <cycle 4> [460]
0.00 0.00 8/6143931 Fgethash [21]
0.00 0.00 42/3266575 Fcons [62]
8 Fset <cycle 4> [259]
-----------------------------------------------
137 eval_sub <cycle 4> [189]
[461] 0.0 0.00 0.00 137 Fdefvar <cycle 4> [461]
0.00 0.00 137/3266575 Fcons [62]
0.00 0.00 2/4336 Fput [430]
0.00 0.00 137/209 Fdefault_boundp [1077]
0.00 0.00 137/72320 Fcar [641]
0.00 0.00 16/16 default_toplevel_binding [1271]
121 Fset_default <cycle 4> [178]
121 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [39]
[462] 0.0 0.00 0.00 11 Fcoding_system_plist [462]
0.00 0.00 11/6143931 Fgethash [21]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[463] 0.0 0.00 0.00 2 Fnew_fontset <cycle 4> [463]
0.00 0.00 1/18 font_parse_xlfd [400]
0.00 0.00 1/82 make_fontset [378]
0.00 0.00 2/895 fs_query_fontset [311]
0.00 0.00 1/887 Ffont_spec [289]
0.00 0.00 2/3072176 casify_object [41]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 1/38 Fset_char_table_range [508]
0.00 0.00 52/72320 Fcar [641]
0.00 0.00 52/1364726 Fcdr [610]
0.00 0.00 2/2872 Fdowncase [792]
0.00 0.00 1/881 free_realized_fontsets [1019]
0.00 0.00 1/1289 font_unparse_xlfd [885]
0.00 0.00 1/20569 make_unibyte_string [669]
147 Fset_fontset_font <cycle 4> [60]
-----------------------------------------------
3 Fdo_auto_save <cycle 4> [524]
118 Fgarbage_collect <cycle 4> [40]
[464] 0.0 0.00 0.00 121 push_message <cycle 4> [464]
0.00 0.00 121/3266575 Fcons [62]
121 current_message <cycle 4> [1098]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [384]
4 show_hourglass <cycle 4> [180]
[465] 0.0 0.00 0.00 5 set_frame_menubar <cycle 4> [465]
0.00 0.00 8/103225 set_internal [113]
0.00 0.00 2/2 init_menu_items [557]
0.00 0.00 2/2 save_menu_items [561]
0.00 0.00 2/1041 record_unwind_save_match_data [358]
0.00 0.00 26/1317 make_widget_value [883]
0.00 0.00 13/13 update_submenu_strings [1282]
0.00 0.00 10/638667 unblock_input_to [618]
0.00 0.00 10/638619 unblock_input [619]
0.00 0.00 5/5 free_menubar_widget_value_tree [1383]
0.00 0.00 4/4 xg_modify_menubar_widgets [1429]
0.00 0.00 2/311674 grow_specpdl [632]
0.00 0.00 2/7918 record_unwind_protect [723]
0.00 0.00 1/71975 xmalloc [642]
0.00 0.00 1/1 xg_create_widget [1656]
13 parse_single_submenu <cycle 4> [1281]
13 digest_single_submenu <cycle 4> [1279]
8 store_symval_forwarding <cycle 4> [117]
8 specbind <cycle 4> [639]
5 xg_update_frame_menubar <cycle 4> [1392]
4 set_buffer_internal_1 <cycle 4> [745]
4 safe_run_hooks <cycle 4> [256]
2 menu_bar_items <cycle 4> [406]
2 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 106/1570 push_menu_pane [564]
0.00 0.00 186/1570 single_menu_item <cycle 4> [468]
0.00 0.00 1278/1570 push_menu_item [477]
[466] 0.0 0.00 0.00 1570 ensure_menu_items [466]
0.00 0.00 12/63 larger_vector [418]
-----------------------------------------------
30 bidi_paragraph_init <cycle 4> [495]
[467] 0.0 0.00 0.00 30 find_first_strong_char <cycle 4> [467]
0.00 0.00 30/885731 bidi_get_category [84]
0.00 0.00 30/474378 bidi_find_paragraph_start [148]
30 bidi_fetch_char_skip_isolates <cycle 4> [496]
-----------------------------------------------
1297 map_keymap_internal <cycle 4> [592]
[468] 0.0 0.00 0.00 1297 single_menu_item <cycle 4> [468]
0.00 0.00 1278/1278 push_menu_item [477]
0.00 0.00 186/1570 ensure_menu_items [466]
0.00 0.00 1297/1297 parse_menu_item [884]
1297 process_tool_bar_item <cycle 4> [287]
93 single_keymap_panes <cycle 4> [565]
-----------------------------------------------
0.00 0.00 1/10 Ffind_operation_coding_system [352]
0.00 0.00 2/10 create_terminal <cycle 4> [484]
0.00 0.00 3/10 Ffuncall <cycle 4> [39]
0.00 0.00 4/10 Fcheck_coding_system [471]
[469] 0.0 0.00 0.00 10 Fcoding_system_p [469]
0.00 0.00 9/6640124 hash_lookup [20]
-----------------------------------------------
54 map_keymap_internal <cycle 4> [592]
[470] 0.0 0.00 0.00 54 menu_bar_item <cycle 4> [470]
0.00 0.00 101/3266575 Fcons [62]
0.00 0.00 54/18705 Fmemq [674]
0.00 0.00 47/18192 list1 [678]
47 process_tool_bar_item <cycle 4> [287]
-----------------------------------------------
0.00 0.00 1/4 Fset_keyboard_coding_system_internal [503]
0.00 0.00 1/4 Fset_terminal_coding_system_internal [504]
0.00 0.00 2/4 Ffuncall <cycle 4> [39]
[471] 0.0 0.00 0.00 4 Fcheck_coding_system [471]
0.00 0.00 4/120134 Fget [103]
0.00 0.00 4/10 Fcoding_system_p [469]
0.00 0.00 4/291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 37/37 Ffset [455]
[472] 0.0 0.00 0.00 37 valid_lisp_object_p [472]
0.00 0.00 37/349297 mem_find [131]
0.00 0.00 6/8211 sweep_buffers [558]
0.00 0.00 31/2931 Fsuspicious_object [791]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[473] 0.0 0.00 0.00 118 sweep_misc [473]
0.00 0.00 37/1134 lisp_free [362]
0.00 0.00 1160/3243 unchain_marker [768]
0.00 0.00 37/31463 mem_delete [658]
-----------------------------------------------
0.00 0.00 3/3 exec_byte_code <cycle 4> [143]
[474] 0.0 0.00 0.00 3 Fchar_after [474]
0.00 0.00 2/19444 buf_charpos_to_bytepos [133]
-----------------------------------------------
0.00 0.00 2/2 Feval_buffer <cycle 4> [454]
[475] 0.0 0.00 0.00 2 temp_set_point [475]
0.00 0.00 2/19444 buf_charpos_to_bytepos [133]
-----------------------------------------------
0.00 0.00 50/50 scan_lists [440]
[476] 0.0 0.00 0.00 50 char_quoted [476]
0.00 0.00 49/4993256 char_table_ref [35]
-----------------------------------------------
0.00 0.00 1278/1278 single_menu_item <cycle 4> [468]
[477] 0.0 0.00 0.00 1278 push_menu_item [477]
0.00 0.00 1278/1570 ensure_menu_items [466]
-----------------------------------------------
1 x_set_scroll_bar_width <cycle 4> [1641]
1 x_set_scroll_bar_height <cycle 4> [1640]
1 Fset_window_configuration <cycle 4> [432]
1 x_new_font <cycle 4> [1517]
1 xg_frame_set_char_size <cycle 4> [453]
1 xg_update_frame_menubar <cycle 4> [1392]
1 update_frame_tool_bar <cycle 4> [425]
2 do_pending_window_change <cycle 4> [744]
2 Fx_create_frame <cycle 4> [384]
[478] 0.0 0.00 0.00 11 adjust_frame_size <cycle 4> [478]
0.00 0.00 10/10 frame_inhibit_resize [500]
0.00 0.00 18/3266575 Fcons [62]
0.00 0.00 14/1702 list2 [382]
0.00 0.00 4/965 list4 [364]
0.00 0.00 20/20 sanitize_window_sizes [1255]
0.00 0.00 18/34 frame_size_history_add [1210]
0.00 0.00 9/309 fset_redisplay [1062]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
0.00 0.00 5/5 resize_frame_windows [1387]
0.00 0.00 4/4 calculate_costs [1405]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
24 call4 <cycle 4> [1217]
21 call2 <cycle 4> [862]
4 window_box <cycle 4> [764]
4 adjust_frame_glyphs <cycle 4> [1291]
4 run_window_configuration_change_hook <cycle 4> [369]
2 unbind_to <cycle 4> [285]
2 x_set_window_size <cycle 4> [1519]
-----------------------------------------------
1 Fmake_frame_visible <cycle 4> [562]
[479] 0.0 0.00 0.00 1 x_make_frame_visible <cycle 4> [479]
0.00 0.00 1/1 x_set_offset [481]
0.00 0.00 1/6195131 assq_no_quit [48]
0.00 0.00 61/7766 do_pending_atimers [724]
0.00 0.00 61/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 61/638667 unblock_input_to [618]
0.00 0.00 61/638619 unblock_input [619]
0.00 0.00 60/65 x_sync [1145]
0.00 0.00 60/60 input_polling_used [1153]
1 x_bitmap_icon <cycle 4> [1512]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[480] 0.0 0.00 0.00 1 Fx_wm_set_size_hint [480]
0.00 0.00 1/5 x_wm_set_size_hint [427]
0.00 0.00 1/133 decode_window_system_frame [1102]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/1 x_make_frame_visible <cycle 4> [479]
[481] 0.0 0.00 0.00 1 x_set_offset [481]
0.00 0.00 1/5 x_wm_set_size_hint [427]
0.00 0.00 1/1 x_sync_with_move [1646]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 2/10 Fkill_all_local_variables <cycle 4> [539]
0.00 0.00 3/10 Fkill_buffer <cycle 4> [499]
0.00 0.00 5/10 Fget_buffer_create <cycle 4> [458]
[482] 0.0 0.00 0.00 10 reset_buffer_local_variables [482]
0.00 0.00 5/120134 Fget [103]
0.00 0.00 5/291575 Fplist_get [141]
-----------------------------------------------
0.00 0.00 24/4272 map_keymap_internal <cycle 4> [592]
0.00 0.00 4248/4272 map_sub_char_table <cycle 4> [125]
[483] 0.0 0.00 0.00 4272 map_keymap_char_table_item [483]
0.00 0.00 72/3266575 Fcons [62]
-----------------------------------------------
1 x_term_init <cycle 4> [573]
[484] 0.0 0.00 0.00 1 create_terminal <cycle 4> [484]
0.00 0.00 2/886 setup_coding_system [304]
0.00 0.00 2/10 Fcoding_system_p [469]
0.00 0.00 2/2073 intern_1 [307]
0.00 0.00 1/2838 allocate_pseudovector [267]
0.00 0.00 2/71975 xmalloc [642]
2 find_symbol_value <cycle 4> [317]
-----------------------------------------------
0.00 0.00 2156/2156 Ffuncall <cycle 4> [39]
[485] 0.0 0.00 0.00 2156 Fwindow_frame [485]
0.00 0.00 2156/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [302]
[486] 0.0 0.00 0.00 4 copy_properties [486]
0.00 0.00 3/48808 Fcopy_sequence [122]
-----------------------------------------------
0.00 0.00 2/2 exec_byte_code <cycle 4> [143]
[487] 0.0 0.00 0.00 2 skip_chars.constprop.5 [487]
0.00 0.00 1/19444 buf_charpos_to_bytepos [133]
0.00 0.00 2/6623 set_point_both [257]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [39]
[488] 0.0 0.00 0.00 2000 Fwindow_pixel_left [488]
0.00 0.00 2000/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 2000/2000 Ffuncall <cycle 4> [39]
[489] 0.0 0.00 0.00 2000 Fwindow_pixel_top [489]
0.00 0.00 2000/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [143]
[490] 0.0 0.00 0.00 1 move_point [490]
0.00 0.00 1/2849 set_point [204]
0.00 0.00 1/6623 set_point_both [257]
-----------------------------------------------
10 Fimage_mask_p <cycle 4> [1295]
[491] 0.0 0.00 0.00 10 lookup_image <cycle 4> [491]
0.00 0.00 10/7672938 Fnreverse [28]
0.00 0.00 10/3266575 Fcons [62]
0.00 0.00 50/100 image_spec_value [1131]
0.00 0.00 10/10 sxhash [1310]
0.00 0.00 10/10 search_image_cache [1308]
0.00 0.00 10/12473 gettime [693]
0.00 0.00 10/1372 xzalloc [879]
0.00 0.00 10/40 define_image_type [1196]
0.00 0.00 10/40 lookup_image_type [1197]
0.00 0.00 10/638667 unblock_input_to [618]
0.00 0.00 10/638619 unblock_input [619]
0.00 0.00 10/10 x_build_heuristic_mask [1311]
0.00 0.00 10/18192 list1 [678]
10 xpm_load <cycle 4> [1314]
-----------------------------------------------
1 eval_sub <cycle 4> [189]
1 Ffuncall <cycle 4> [39]
[492] 0.0 0.00 0.00 2 Fpropertize <cycle 4> [492]
0.00 0.00 2/48808 Fcopy_sequence [122]
0.00 0.00 8/3266575 Fcons [62]
0.00 0.00 2/2 Fadd_text_properties [1471]
2 add_text_properties_1 <cycle 4> [302]
-----------------------------------------------
23 where_is_internal <cycle 4> [151]
[493] 0.0 0.00 0.00 23 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 46/3266575 Fcons [62]
0.00 0.00 1879/140813 Flength [634]
0.00 0.00 1856/72320 Fcar [641]
0.00 0.00 1856/1364726 Fcdr [610]
0.00 0.00 1833/11256 Faref [697]
0.00 0.00 23/676170 get_keymap [617]
0.00 0.00 23/18192 list1 [678]
1820 map_keymap <cycle 4> [761]
-----------------------------------------------
0.00 0.00 1/1037 remember_mouse_glyph [597]
0.00 0.00 1/1037 make_lispy_position <cycle 4> [541]
0.00 0.00 1035/1037 note_mouse_highlight [497]
[494] 0.0 0.00 0.00 1037 window_from_coordinates [494]
0.00 0.00 1037/1042 Fcurrent_window_configuration [502]
0.00 0.00 1038/1042 foreach_window_1 [559]
-----------------------------------------------
13 set_iterator_to_next <cycle 4> [626]
25371 get_visually_first_element <cycle 4> [661]
[495] 0.0 0.00 0.00 25384 bidi_paragraph_init <cycle 4> [495]
0.00 0.00 30/474378 bidi_find_paragraph_start [148]
0.00 0.00 25384/30703 bidi_line_init [660]
0.00 0.00 30/1822 buf_bytepos_to_charpos [855]
30 find_first_strong_char <cycle 4> [467]
-----------------------------------------------
30 find_first_strong_char <cycle 4> [467]
[496] 0.0 0.00 0.00 30 bidi_fetch_char_skip_isolates <cycle 4> [496]
0.00 0.00 30/474378 bidi_find_paragraph_start [148]
30 bidi_fetch_char <cycle 4> [129]
-----------------------------------------------
0.00 0.00 2/1036 note_mouse_movement [593]
0.00 0.00 1034/1036 XTframe_up_to_date [498]
[497] 0.0 0.00 0.00 1036 note_mouse_highlight [497]
0.00 0.00 1035/1037 window_from_coordinates [494]
0.00 0.00 2068/2068 clear_mouse_face [829]
0.00 0.00 1036/3090 popup_activated [778]
0.00 0.00 1035/1035 x_define_frame_cursor [952]
0.00 0.00 1035/1035 define_frame_cursor1 [950]
0.00 0.00 1032/3089 window_outdated [779]
0.00 0.00 1032/1032 window_box_right_offset [964]
0.00 0.00 1031/17595 window_box_left_offset [681]
-----------------------------------------------
0.00 0.00 2/1034 message3 <cycle 4> [594]
0.00 0.00 1032/1034 redisplay_internal [15]
[498] 0.0 0.00 0.00 1034 XTframe_up_to_date [498]
0.00 0.00 1034/1036 note_mouse_highlight [497]
-----------------------------------------------
3 Ffuncall <cycle 4> [39]
[499] 0.0 0.00 0.00 3 Fkill_buffer <cycle 4> [499]
0.00 0.00 3/10 reset_buffer_local_variables [482]
0.00 0.00 1/1 Fother_buffer [529]
0.00 0.00 6/33219 xfree [655]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
0.00 0.00 3/1075 make_save_obj_obj_obj_obj [925]
0.00 0.00 3/1075 save_excursion_save [926]
0.00 0.00 3/311674 grow_specpdl [632]
0.00 0.00 3/7918 record_unwind_protect [723]
0.00 0.00 3/4774 Fget_buffer [746]
0.00 0.00 3/3 replace_buffer_in_windows [1455]
0.00 0.00 3/3 unlock_buffer [1463]
0.00 0.00 3/4 kill_buffer_processes [1417]
0.00 0.00 3/3 frames_discard_buffer [1450]
0.00 0.00 3/6 clear_charpos_cache [1352]
0.00 0.00 3/2126 Frassq [824]
0.00 0.00 3/1091 Fdelq [915]
0.00 0.00 3/3 replace_buffer_in_windows_safely [1456]
0.00 0.00 3/3 free_region_cache [1451]
6 call1 <cycle 4> [794]
3 Frun_hook_with_args_until_failure <cycle 4> [1398]
3 unbind_to <cycle 4> [285]
3 run_hook <cycle 4> [1361]
3 swap_out_buffer_local_variables <cycle 4> [1389]
2 set_buffer_internal_1 <cycle 4> [745]
1 Fset_buffer <cycle 4> [803]
-----------------------------------------------
0.00 0.00 10/10 adjust_frame_size <cycle 4> [478]
[500] 0.0 0.00 0.00 10 frame_inhibit_resize [500]
0.00 0.00 10/57 get_frame_param [445]
0.00 0.00 4/1364726 Fcdr [610]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [384]
[501] 0.0 0.00 0.00 1 x_figure_window_size [501]
0.00 0.00 5/51 x_get_arg [426]
-----------------------------------------------
0.00 0.00 1/1042 Ffuncall <cycle 4> [39]
0.00 0.00 4/1042 window_list [534]
0.00 0.00 1037/1042 window_from_coordinates [494]
[502] 0.0 0.00 0.00 1042 Fcurrent_window_configuration [502]
0.00 0.00 2/7829 Fmake_vector [230]
0.00 0.00 1/2838 allocate_pseudovector [267]
0.00 0.00 1/396978 allocate_vector [57]
0.00 0.00 1/8502 save_window_save [441]
0.00 0.00 1/3099 decode_live_frame [776]
0.00 0.00 1/2 Fset_window_new_pixel [1481]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[503] 0.0 0.00 0.00 1 Fset_keyboard_coding_system_internal [503]
0.00 0.00 1/4 Fcheck_coding_system [471]
0.00 0.00 1/886 setup_coding_system [304]
0.00 0.00 1/21 decode_live_terminal [1232]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[504] 0.0 0.00 0.00 1 Fset_terminal_coding_system_internal [504]
0.00 0.00 1/4 Fcheck_coding_system [471]
0.00 0.00 1/886 setup_coding_system [304]
0.00 0.00 1/21 decode_live_terminal [1232]
0.00 0.00 1/1 coding_charset_list [1565]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [367]
[505] 0.0 0.00 0.00 36 make_blv [505]
0.00 0.00 36/3266575 Fcons [62]
0.00 0.00 36/71975 xmalloc [642]
0.00 0.00 7/119738 do_symval_forwarding [637]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [39]
[506] 0.0 0.00 0.00 9 time_arith [506]
0.00 0.00 36/3266575 Fcons [62]
0.00 0.00 18/36 lisp_time_struct [1208]
0.00 0.00 9/9 time_add [1323]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [39]
[507] 0.0 0.00 0.00 9 Fterminal_parameter [507]
0.00 0.00 9/1409718 Fassq [45]
0.00 0.00 9/21 decode_live_terminal [1232]
-----------------------------------------------
0.00 0.00 1/38 set_fontset_font [356]
0.00 0.00 1/38 Fnew_fontset <cycle 4> [463]
0.00 0.00 36/38 Fset_fontset_font <cycle 4> [60]
[508] 0.0 0.00 0.00 38 Fset_char_table_range [508]
0.00 0.00 37/1428 char_table_set_range [392]
0.00 0.00 38/45 CHECK_CHAR_TABLE [1186]
-----------------------------------------------
0.00 0.00 1/3 decode_coding_gap <cycle 4> [551]
0.00 0.00 2/3 decode_coding <cycle 4> [518]
[509] 0.0 0.00 0.00 3 detect_coding_utf_16 [509]
0.00 0.00 3/6640124 hash_lookup [20]
-----------------------------------------------
2 Fset_window_configuration <cycle 4> [432]
5 do_switch_frame <cycle 4> [1328]
6 Ffuncall <cycle 4> [39]
63 unwind_format_mode_line <cycle 4> [912]
63 x_consider_frame_title <cycle 4> [291]
[510] 0.0 0.00 0.00 139 select_window <cycle 4> [510]
0.00 0.00 6/6623 set_point_both [257]
0.00 0.00 2/2 record_buffer [581]
0.00 0.00 6/1081 set_point_from_marker [921]
0.00 0.00 5/6 redisplay_other_windows [1360]
0.00 0.00 5/535 set_marker_both [1043]
0.00 0.00 2/8 wset_redisplay [1333]
139 Fset_buffer <cycle 4> [803]
2 call1 <cycle 4> [794]
-----------------------------------------------
0.00 0.00 4/4 Fx_create_frame <cycle 4> [384]
[511] 0.0 0.00 0.00 4 x_frame_get_and_record_arg [511]
0.00 0.00 4/51 x_get_arg [426]
-----------------------------------------------
0.00 0.00 1/3 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/3 x_set_mouse_color [553]
0.00 0.00 1/3 x_set_cursor_color [552]
[512] 0.0 0.00 0.00 3 update_face_from_frame_parameter [512]
0.00 0.00 1/1762 lface_from_face_name [268]
0.00 0.00 1/120134 Fget [103]
0.00 0.00 1/291575 Fplist_get [141]
0.00 0.00 1/7229 lface_from_face_name_no_resolve [334]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[513] 0.0 0.00 0.00 2 file_attributes [513]
0.00 0.00 6/965 list4 [364]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 2/10181 Flist [264]
0.00 0.00 6/13 make_lisp_time [1280]
0.00 0.00 2/2 strmode [1510]
0.00 0.00 2/2 filemodestring [1495]
0.00 0.00 2/17709 make_string [680]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [39]
[514] 0.0 0.00 0.00 1020 Fwindow_pixel_width [514]
0.00 0.00 1020/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 1012/1012 Ffuncall <cycle 4> [39]
[515] 0.0 0.00 0.00 1012 Fwindow_pixel_height [515]
0.00 0.00 1012/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 2/7 make_frame_visible_1 [563]
0.00 0.00 2/7 Ffuncall <cycle 4> [39]
0.00 0.00 3/7 set_window_buffer <cycle 4> [457]
[516] 0.0 0.00 0.00 7 Fcurrent_time [516]
0.00 0.00 7/965 list4 [364]
0.00 0.00 7/3266575 Fcons [62]
0.00 0.00 7/12473 gettime [693]
0.00 0.00 7/13 make_lisp_time [1280]
-----------------------------------------------
1 bidi_init_it <cycle 4> [656]
[517] 0.0 0.00 0.00 1 bidi_initialize <cycle 4> [517]
0.00 0.00 3/2073 intern_1 [307]
0.00 0.00 3/3 uniprop_table [548]
0.00 0.00 5/5 staticpro [1388]
2 Fsymbol_value <cycle 4> [640]
-----------------------------------------------
2 decode_coding_gap <cycle 4> [551]
578 decode_coding_object <cycle 4> [324]
[518] 0.0 0.00 0.00 580 decode_coding <cycle 4> [518]
0.00 0.00 2/3 detect_coding_utf_16 [509]
0.00 0.00 2/3 record_first_change [580]
0.00 0.00 580/580 produce_chars [587]
0.00 0.00 580/2725 record_insert [572]
0.00 0.00 580/883 get_translation_table [1017]
0.00 0.00 580/886 coding_set_source [1016]
0.00 0.00 580/1183 coding_set_destination [896]
0.00 0.00 578/578 decode_coding_utf_8 [1035]
0.00 0.00 2/2 decode_coding_raw_text [1489]
0.00 0.00 1/3 record_xmalloc [1454]
577 set_buffer_internal_1 <cycle 4> [745]
1 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [179]
[519] 0.0 0.00 0.00 3 set_text_properties [519]
0.00 0.00 1/1000 set_text_properties_1 [276]
0.00 0.00 2/755707 validate_interval_range [89]
0.00 0.00 3/3777 validate_plist [759]
0.00 0.00 1/4 create_root_interval [1408]
-----------------------------------------------
0.00 0.00 4/4 font_parse_family_registry [335]
[520] 0.0 0.00 0.00 4 Ffont_put [520]
0.00 0.00 4/233 Ffontp [389]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[521] 0.0 0.00 0.00 1 Fmapconcat <cycle 4> [521]
0.00 0.00 1/56861 concat [111]
0.00 0.00 1/140813 Flength [634]
1 mapcar1 <cycle 4> [1159]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[522] 0.0 0.00 0.00 4 Fintern_soft [522]
0.00 0.00 4/388914 oblookup [104]
0.00 0.00 4/777828 check_obarray [127]
-----------------------------------------------
590 text_quoting_style <cycle 4> [523]
1 styled_format <cycle 4> [355]
2 Ffuncall <cycle 4> [39]
4 doprnt <cycle 4> [1410]
20 print_error_message <cycle 4> [416]
568 process_tool_bar_item <cycle 4> [287]
[523] 0.0 0.00 0.00 595+590 text_quoting_style <cycle 4> [523]
0.00 0.00 4/2294 Fintern [301]
0.00 0.00 590/71975 xmalloc [642]
0.00 0.00 590/33219 xfree [655]
0.00 0.00 18/3384 xrealloc [765]
0.00 0.00 16/16 make_string_from_bytes [1272]
0.00 0.00 4/17709 make_string [680]
4 Fwhere_is_internal <cycle 4> [270]
4 Fkey_description <cycle 4> [338]
590 text_quoting_style <cycle 4> [523]
-----------------------------------------------
1 shut_down_emacs <cycle 4> [1599]
0.00 0.00 3/33852 read_char <cycle 2> [14]
[524] 0.0 0.00 0.00 4 Fdo_auto_save <cycle 4> [524]
0.00 0.00 4/2073 intern_1 [307]
0.00 0.00 7/311674 grow_specpdl [632]
0.00 0.00 4/1022 record_unwind_protect_ptr [982]
0.00 0.00 4/4 record_auto_save [1421]
0.00 0.00 4/4 emacs_fopen [1411]
0.00 0.00 3/2173 record_unwind_protect_void [819]
0.00 0.00 3/49690 make_specified_string [652]
4 safe_run_hooks <cycle 4> [256]
4 unbind_to <cycle 4> [285]
4 Fexpand_file_name <cycle 4> [164]
3 push_message <cycle 4> [464]
3 Ffile_name_directory <cycle 4> [266]
3 Ffile_directory_p <cycle 4> [269]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[525] 0.0 0.00 0.00 1 Fcopy_keymap [525]
0.00 0.00 19/3266575 Fcons [62]
0.00 0.00 10/18192 list1 [678]
0.00 0.00 1/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[526] 0.0 0.00 0.00 1 x_set_screen_gamma [526]
0.00 0.00 1/120134 Fget [103]
0.00 0.00 1/1409718 Fassq [45]
0.00 0.00 1/291575 Fplist_get [141]
0.00 0.00 1/10 clear_face_cache [1298]
0.00 0.00 1/2 x_set_background_color [1518]
-----------------------------------------------
1059 redisplay_window <cycle 4> [116]
[527] 0.0 0.00 0.00 1059 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 2/2 x_scroll_bar_create [528]
0.00 0.00 1117/638667 unblock_input_to [618]
0.00 0.00 1117/638619 unblock_input [619]
0.00 0.00 1059/1059 xg_set_toolkit_scroll_bar_thumb [937]
0.00 0.00 4/1129 x_clear_area [900]
0.00 0.00 3/7766 do_pending_atimers [724]
0.00 0.00 3/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 2/4 xg_update_scrollbar_pos [1430]
1059 window_box <cycle 4> [764]
-----------------------------------------------
0.00 0.00 2/2 XTset_vertical_scroll_bar <cycle 4> [527]
[528] 0.0 0.00 0.00 2 x_scroll_bar_create [528]
0.00 0.00 2/2838 allocate_pseudovector [267]
0.00 0.00 4/638667 unblock_input_to [618]
0.00 0.00 4/638619 unblock_input [619]
0.00 0.00 2/7766 do_pending_atimers [724]
0.00 0.00 2/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 2/4 xg_update_scrollbar_pos [1430]
0.00 0.00 2/2 xg_create_scroll_bar [1521]
-----------------------------------------------
0.00 0.00 1/1 Fkill_buffer <cycle 4> [499]
[529] 0.0 0.00 0.00 1 Fother_buffer [529]
0.00 0.00 3/2000 window_loop [297]
0.00 0.00 4/4 candidate_buffer [1406]
0.00 0.00 3/2000 Fget_buffer_window [845]
0.00 0.00 1/3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[530] 0.0 0.00 0.00 6 Fxw_color_values [530]
0.00 0.00 6/1383 list3 [366]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 6/133 decode_window_system_frame [1102]
0.00 0.00 6/179 x_defined_color [1084]
-----------------------------------------------
0.00 0.00 2/2 eval_sub <cycle 4> [189]
[531] 0.0 0.00 0.00 2 Fprovide [531]
0.00 0.00 10/3266575 Fcons [62]
0.00 0.00 2/1409718 Fassq [45]
0.00 0.00 2/18705 Fmemq [674]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[532] 0.0 0.00 0.00 3 Fset_terminal_parameter [532]
0.00 0.00 3/1409718 Fassq [45]
0.00 0.00 6/3266575 Fcons [62]
0.00 0.00 3/21 decode_live_terminal [1232]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[533] 0.0 0.00 0.00 2 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 2/5377 merge_face_ref <cycle 1> [549]
0.00 0.00 1/5377 merge_face_vectors <cycle 1> [298]
0.00 0.00 1/5372 Finternal_merge_in_global_face [327]
0.00 0.00 1/95166 face_attr_equal_p [346]
-----------------------------------------------
0.00 0.00 2/2019 next_window [599]
0.00 0.00 3/2019 redisplay_internal [15]
0.00 0.00 4/2019 propagate_buffer_redisplay [598]
0.00 0.00 2010/2019 window_list_1 [296]
[534] 0.0 0.00 0.00 2019 window_list [534]
0.00 0.00 4/7672938 Fnreverse [28]
0.00 0.00 4/1042 Fcurrent_window_configuration [502]
0.00 0.00 4/1042 foreach_window_1 [559]
0.00 0.00 4/2127 Fnconc [823]
-----------------------------------------------
1 Fdefine_key <cycle 4> [350]
3070 access_keymap <cycle 4> [754]
3334 Flookup_key <cycle 4> [760]
9464 access_keymap_1 <cycle 4> [93]
21339 where_is_internal_1 <cycle 4> [121]
22773 accessible_keymaps_1 <cycle 4> [244]
[535] 0.0 0.00 0.00 59981 get_keyelt <cycle 4> [535]
0.00 0.00 8/3266575 Fcons [62]
0.00 0.00 8/1702 list2 [382]
4 unbind_to <cycle 4> [285]
4 menu_item_eval_property <cycle 4> [351]
-----------------------------------------------
2 Fx_create_frame <cycle 4> [384]
[536] 0.0 0.00 0.00 2 x_default_scroll_bar_color_parameter <cycle 4> [536]
0.00 0.00 2/51 x_get_arg [426]
0.00 0.00 2/49 xrdb_get_resource [1180]
0.00 0.00 2/5 display_x_get_resource [1380]
2 x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[537] 0.0 0.00 0.00 3 Fbackward_prefix_chars [537]
0.00 0.00 3/6623 set_point_both [257]
-----------------------------------------------
4 Frun_hook_with_args_until_failure <cycle 4> [1398]
6 run_hook <cycle 4> [1361]
64 Frun_hooks <cycle 4> [1195]
1000 signal_after_change <cycle 4> [281]
3078 safe_run_hooks <cycle 4> [256]
3155 Ffuncall <cycle 4> [39]
[538] 0.0 0.00 0.00 7307 Fcommandp <cycle 4> [538]
0.00 0.00 1/120134 Fget [103]
0.00 0.00 1/291575 Fplist_get [141]
0.00 0.00 4068/119738 do_symval_forwarding [637]
0.00 0.00 2001/6179 Fdefault_value [738]
0.00 0.00 2/622091 indirect_function [620]
0.00 0.00 1/139 Fsymbol_function [1097]
7305 find_symbol_value <cycle 4> [317]
3072 safe_run_hook_funcall <cycle 4> [781]
3052 funcall_nil <cycle 4> [784]
1052 Ffuncall <cycle 4> [39]
59 run_hook_wrapped_funcall <cycle 4> [1160]
1 funcall_not <cycle 4> [1577]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[539] 0.0 0.00 0.00 2 Fkill_all_local_variables <cycle 4> [539]
0.00 0.00 2/10 reset_buffer_local_variables [482]
2 swap_out_buffer_local_variables <cycle 4> [1389]
2 run_hook <cycle 4> [1361]
-----------------------------------------------
60 update_window_cursor <cycle 4> [1154]
1064 x_update_window_end <cycle 4> [908]
[540] 0.0 0.00 0.00 1124 display_and_set_cursor <cycle 4> [540]
0.00 0.00 3/2809 Fassoc [288]
1110 x_draw_window_cursor <cycle 4> [910]
1003 erase_phys_cursor <cycle 4> [995]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[541] 0.0 0.00 0.00 1 make_lispy_position <cycle 4> [541]
0.00 0.00 12/3266575 Fcons [62]
0.00 0.00 1/1383 list3 [366]
0.00 0.00 1/1037 window_from_coordinates [494]
0.00 0.00 1/15532 window_box_left [683]
1 buffer_posn_from_coords <cycle 4> [1560]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [450]
0.00 0.00 1/2 x_set_font_backend [544]
[542] 0.0 0.00 0.00 2 font_update_drivers [542]
0.00 0.00 2/233 Ffontp [389]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/1818 nconc2 [856]
0.00 0.00 2/18192 list1 [678]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
543 Fmacroexpand <cycle 4> [375]
[543] 0.0 0.00 0.00 545 Fautoload_do_load <cycle 4> [543]
0.00 0.00 2/32302 Fequal [207]
0.00 0.00 2/1041 record_unwind_save_match_data [358]
0.00 0.00 4/311674 grow_specpdl [632]
0.00 0.00 2/7918 record_unwind_protect [723]
0.00 0.00 2/1364726 Fcdr [610]
0.00 0.00 2/72320 Fcar [641]
0.00 0.00 2/11602 Findirect_function [695]
2 Fload <cycle 4> [401]
2 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[544] 0.0 0.00 0.00 1 x_set_font_backend [544]
0.00 0.00 1/2 font_update_drivers [542]
0.00 0.00 1/56 store_frame_param [438]
-----------------------------------------------
2 xg_set_icon <cycle 4> [1523]
10 xpm_load <cycle 4> [1314]
[545] 0.0 0.00 0.00 12 x_find_image_fd <cycle 4> [545]
0.00 0.00 12/3266575 Fcons [62]
0.00 0.00 12/17709 make_string [680]
0.00 0.00 12/307 encode_file_name [1063]
12 Fexpand_file_name <cycle 4> [164]
12 openp <cycle 4> [210]
-----------------------------------------------
0.00 0.00 1/1 Finsert_file_contents <cycle 4> [336]
[546] 0.0 0.00 0.00 1 raw_text_coding_system [546]
0.00 0.00 1/6143931 Fgethash [21]
-----------------------------------------------
5 Ffuncall <cycle 4> [39]
[547] 0.0 0.00 0.00 5 Fkill_local_variable <cycle 4> [547]
0.00 0.00 3/1409718 Fassq [45]
0.00 0.00 2/119738 do_symval_forwarding [637]
0.00 0.00 2/1091 Fdelq [915]
3 find_symbol_value <cycle 4> [317]
-----------------------------------------------
0.00 0.00 3/3 bidi_initialize <cycle 4> [517]
[548] 0.0 0.00 0.00 3 uniprop_table [548]
0.00 0.00 3/1409718 Fassq [45]
0.00 0.00 3/18 char_table_ascii [1259]
-----------------------------------------------
10 merge_face_vectors <cycle 1> [298]
0.00 0.00 2/5377 Fdisplay_supports_face_attributes_p [533]
0.00 0.00 1033/5377 face_at_string_position [79]
[549] 0.0 0.00 0.00 1045 merge_face_ref <cycle 1> [549]
0.00 0.00 1/1539 font_clear_prop [278]
0.00 0.00 1/1778 font_style_to_value [859]
1043 merge_named_face <cycle 1> [280]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[550] 0.0 0.00 0.00 1 Fcharsetp [550]
0.00 0.00 1/6640124 hash_lookup [20]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [336]
[551] 0.0 0.00 0.00 3 decode_coding_gap <cycle 4> [551]
0.00 0.00 1/3 detect_coding_utf_16 [509]
0.00 0.00 3/59263 Fcurrent_buffer [645]
0.00 0.00 3/3 detect_coding [1449]
0.00 0.00 2/883 get_translation_table [1017]
0.00 0.00 2/2 check_ascii [1488]
2 code_conversion_save <cycle 4> [402]
2 decode_coding <cycle 4> [518]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[552] 0.0 0.00 0.00 1 x_set_cursor_color [552]
0.00 0.00 1/3 update_face_from_frame_parameter [512]
0.00 0.00 2/7 unload_color [1341]
0.00 0.00 1/12 x_decode_color [1287]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/1 x_copy_color [1613]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[553] 0.0 0.00 0.00 1 x_set_mouse_color [553]
0.00 0.00 1/3 update_face_from_frame_parameter [512]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
0.00 0.00 1/12 x_decode_color [1287]
0.00 0.00 1/7 unload_color [1341]
0.00 0.00 1/923 x_catch_errors_with_handler [1009]
0.00 0.00 1/922 x_had_errors_p [1011]
0.00 0.00 1/1 x_uncatch_errors_after_check [1648]
0.00 0.00 1/14 x_query_colors [1276]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[554] 0.0 0.00 0.00 2 Fautoload [554]
0.00 0.00 2/2002 list5 [319]
0.00 0.00 2/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 63/1096 x_consider_frame_title <cycle 4> [291]
0.00 0.00 1033/1096 display_mode_line <cycle 4> [360]
[555] 0.0 0.00 0.00 1096 format_mode_line_unwind_data [555]
0.00 0.00 1/7829 Fmake_vector [230]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[556] 0.0 0.00 0.00 6 Fframe_or_buffer_changed_p [556]
0.00 0.00 1/7829 Fmake_vector [230]
0.00 0.00 12/1217 Fbuffer_modified_p [891]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [465]
[557] 0.0 0.00 0.00 2 init_menu_items [557]
0.00 0.00 1/7829 Fmake_vector [230]
-----------------------------------------------
0.00 0.00 6/8211 valid_lisp_object_p [472]
0.00 0.00 1145/8211 Fgarbage_collect <cycle 4> [40]
0.00 0.00 7060/8211 mark_maybe_object [161]
[558] 0.0 0.00 0.00 8211 sweep_buffers [558]
0.00 0.00 3/1134 lisp_free [362]
0.00 0.00 818/429137 balance_intervals [628]
0.00 0.00 114/828603 balance_an_interval [615]
0.00 0.00 114/2344 balance_intervals_internal [807]
0.00 0.00 3/31463 mem_delete [658]
-----------------------------------------------
0.00 0.00 4/1042 window_list [534]
0.00 0.00 1038/1042 window_from_coordinates [494]
[559] 0.0 0.00 0.00 1042 foreach_window_1 [559]
0.00 0.00 8/8 add_window_to_list [560]
0.00 0.00 1039/1039 check_window_containing [946]
-----------------------------------------------
0.00 0.00 8/8 foreach_window_1 [559]
[560] 0.0 0.00 0.00 8 add_window_to_list [560]
0.00 0.00 8/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 2/2 set_frame_menubar <cycle 4> [465]
[561] 0.0 0.00 0.00 2 save_menu_items [561]
0.00 0.00 2/965 list4 [364]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/311674 grow_specpdl [632]
0.00 0.00 2/7918 record_unwind_protect [723]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[562] 0.0 0.00 0.00 1 Fmake_frame_visible <cycle 4> [562]
0.00 0.00 1/1 make_frame_visible_1 [563]
0.00 0.00 1/3099 decode_live_frame [776]
1 x_make_frame_visible <cycle 4> [479]
-----------------------------------------------
0.00 0.00 1/1 Fmake_frame_visible <cycle 4> [562]
[563] 0.0 0.00 0.00 1 make_frame_visible_1 [563]
0.00 0.00 2/7 Fcurrent_time [516]
-----------------------------------------------
0.00 0.00 106/106 single_keymap_panes <cycle 4> [565]
[564] 0.0 0.00 0.00 106 push_menu_pane [564]
0.00 0.00 106/1570 ensure_menu_items [466]
-----------------------------------------------
13 parse_single_submenu <cycle 4> [1281]
93 single_menu_item <cycle 4> [468]
[565] 0.0 0.00 0.00 106 single_keymap_panes <cycle 4> [565]
0.00 0.00 106/106 push_menu_pane [564]
106 map_keymap_internal <cycle 4> [592]
106 map_keymap_canonical <cycle 4> [1114]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[566] 0.0 0.00 0.00 1 Fremove_text_properties <cycle 4> [566]
0.00 0.00 1/724343 find_interval [71]
0.00 0.00 1/755707 validate_interval_range [89]
0.00 0.00 961/961 remove_properties [1008]
0.00 0.00 960/492511 next_interval [625]
0.00 0.00 2/3777 validate_plist [759]
1 modify_text_properties <cycle 4> [930]
1 signal_after_change <cycle 4> [281]
-----------------------------------------------
1 pos_visible_p <cycle 4> [1591]
826 move_it_vertically_backward <cycle 4> [108]
1000 Fline_pixel_height <cycle 4> [998]
[567] 0.0 0.00 0.00 1827 line_bottom_y <cycle 4> [567]
0.00 0.00 1/480484 x_produce_glyphs [75]
1000 move_it_by_lines <cycle 4> [758]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[568] 0.0 0.00 0.00 1 set_frame_cursor_types [568]
0.00 0.00 1/2809 Fassoc [288]
0.00 0.00 1/1 get_specified_cursor_type [1580]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[569] 0.0 0.00 0.00 6 Fx_selection_exists_p [569]
0.00 0.00 6/6195131 assq_no_quit [48]
0.00 0.00 6/6 frame_for_x_selection [1355]
0.00 0.00 6/6 symbol_to_x_atom [1363]
0.00 0.00 6/7766 do_pending_atimers [724]
0.00 0.00 6/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[570] 0.0 0.00 0.00 3 Fterminal_list [570]
0.00 0.00 4/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[571] 0.0 0.00 0.00 1 x_set_tool_bar_position [571]
0.00 0.00 1/965 list4 [364]
0.00 0.00 1/3266575 Fcons [62]
0.00 0.00 1/18705 Fmemq [674]
0.00 0.00 1/1 xg_change_toolbar_position [1653]
-----------------------------------------------
0.00 0.00 563/2725 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 580/2725 decode_coding <cycle 4> [518]
0.00 0.00 581/2725 insert_from_gap [586]
0.00 0.00 1001/2725 insert_from_string_1 <cycle 4> [120]
[572] 0.0 0.00 0.00 2725 record_insert [572]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 1000/1000 prepare_record [585]
0.00 0.00 1/3 record_first_change [580]
-----------------------------------------------
1 Fx_open_connection <cycle 4> [1558]
[573] 0.0 0.00 0.00 1 x_term_init <cycle 4> [573]
0.00 0.00 1/1 allocate_kboard [583]
0.00 0.00 1/3266575 Fcons [62]
0.00 0.00 3/638667 unblock_input_to [618]
0.00 0.00 3/638619 unblock_input [619]
0.00 0.00 3/71975 xmalloc [642]
0.00 0.00 2/922 x_had_errors_p [1011]
0.00 0.00 2/49 xrdb_get_resource [1180]
0.00 0.00 2/5 display_x_get_resource [1380]
0.00 0.00 2/2 fixup_locale [1496]
0.00 0.00 1/1 x_display_ok [1614]
0.00 0.00 1/1372 xzalloc [879]
0.00 0.00 1/17709 make_string [680]
0.00 0.00 1/1 xlispstrdup [1662]
0.00 0.00 1/4 Fsystem_name [1402]
0.00 0.00 1/1 x_find_modifier_meanings [1615]
0.00 0.00 1/1 xg_create_default_cursor [1654]
0.00 0.00 1/1 x_load_resources [1617]
0.00 0.00 1/1 select_visual [1597]
0.00 0.00 1/39 egetenv_internal [1199]
0.00 0.00 1/923 x_catch_errors_with_handler [1009]
0.00 0.00 1/922 x_uncatch_errors [1012]
0.00 0.00 1/37 xstrdup [1205]
0.00 0.00 1/1 xsettings_initialize [1665]
0.00 0.00 1/3 rpl_fcntl [1457]
0.00 0.00 1/1035 unrequest_sigio [951]
0.00 0.00 1/1033 request_sigio [959]
0.00 0.00 1/1 xg_initialize [1659]
0.00 0.00 1/1 init_sigio [1581]
0.00 0.00 1/2 add_keyboard_wait_descriptor [1484]
0.00 0.00 1/1 Fset_input_interrupt_mode [1546]
0.00 0.00 1/1 x_session_initialize [1619]
1 create_terminal <cycle 4> [484]
1 call1 <cycle 4> [794]
-----------------------------------------------
0.00 0.00 1/1 xftfont_draw [329]
[574] 0.0 0.00 0.00 1 font_put_frame_data [574]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 1/6195131 assq_no_quit [48]
0.00 0.00 1/1 make_save_ptr [1586]
-----------------------------------------------
0.00 0.00 90/90 Ffuncall <cycle 4> [39]
[575] 0.0 0.00 0.00 90 Fwindow_left_child [575]
0.00 0.00 90/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 90/90 Ffuncall <cycle 4> [39]
[576] 0.0 0.00 0.00 90 Fwindow_top_child [576]
0.00 0.00 90/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 88/88 Ffuncall <cycle 4> [39]
[577] 0.0 0.00 0.00 88 Fwindow_minibuffer_p [577]
0.00 0.00 85/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 9/9 fontset_find_font [12]
[578] 0.0 0.00 0.00 9 font_match_p [578]
0.00 0.00 1/605473 xftfont_encode_char [138]
0.00 0.00 1/6195131 assq_no_quit [48]
0.00 0.00 2/38 font_score [1204]
-----------------------------------------------
0.00 0.00 14/14 fs_query_fontset [311]
[579] 0.0 0.00 0.00 14 fontset_pattern_regexp [579]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 4/17709 make_string [680]
-----------------------------------------------
0.00 0.00 1/3 record_insert [572]
0.00 0.00 2/3 decode_coding <cycle 4> [518]
[580] 0.0 0.00 0.00 3 record_first_change [580]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 1/1 Fvisited_file_modtime [1553]
-----------------------------------------------
0.00 0.00 2/2 select_window <cycle 4> [510]
[581] 0.0 0.00 0.00 2 record_buffer [581]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 6/1091 Fdelq [915]
0.00 0.00 2/2126 Frassq [824]
0.00 0.00 2/18705 Fmemq [674]
-----------------------------------------------
1 Fposn_at_point <cycle 4> [1541]
[582] 0.0 0.00 0.00 1 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 1/4590 marker_byte_position [748]
0.00 0.00 1/6665 marker_position [731]
0.00 0.00 1/14579 set_window_margins [684]
1 pos_visible_p <cycle 4> [1591]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[583] 0.0 0.00 0.00 1 allocate_kboard [583]
0.00 0.00 1/1 init_kboard [584]
0.00 0.00 1/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 1/1 allocate_kboard [583]
[584] 0.0 0.00 0.00 1 init_kboard [584]
0.00 0.00 2/3266575 Fcons [62]
0.00 0.00 2/18192 list1 [678]
0.00 0.00 2/121 Fmake_sparse_keymap [1108]
0.00 0.00 1/4 Fset_keymap_parent [1401]
-----------------------------------------------
0.00 0.00 1000/1000 record_insert [572]
[585] 0.0 0.00 0.00 1000 prepare_record [585]
0.00 0.00 1/3266575 Fcons [62]
-----------------------------------------------
0.00 0.00 1/581 Finsert_file_contents <cycle 4> [336]
0.00 0.00 580/581 produce_chars [587]
[586] 0.0 0.00 0.00 581 insert_from_gap [586]
0.00 0.00 581/2725 record_insert [572]
0.00 0.00 581/2566 invalidate_buffer_caches [802]
0.00 0.00 581/2145 adjust_overlays_for_insert [821]
0.00 0.00 581/2145 adjust_markers_for_insert [820]
-----------------------------------------------
0.00 0.00 580/580 decode_coding <cycle 4> [518]
[587] 0.0 0.00 0.00 580 produce_chars [587]
0.00 0.00 580/581 insert_from_gap [586]
0.00 0.00 1/302 alloc_destination [1064]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[588] 0.0 0.00 0.00 1 Fkill_emacs <cycle 4> [588]
0.00 0.00 1/1 x_clipboard_manager_save_all [589]
1 run_hook <cycle 4> [1361]
1 shut_down_emacs <cycle 4> [1599]
1 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
0.00 0.00 1/1 Fkill_emacs <cycle 4> [588]
[589] 0.0 0.00 0.00 1 x_clipboard_manager_save_all [589]
0.00 0.00 1/6195131 assq_no_quit [48]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [39]
[590] 0.0 0.00 0.00 24 Fwindow_next_sibling [590]
0.00 0.00 24/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [39]
[591] 0.0 0.00 0.00 20 Fwindow_parent [591]
0.00 0.00 20/8502 save_window_save [441]
-----------------------------------------------
12 menu_bar_items <cycle 4> [406]
106 single_keymap_panes <cycle 4> [565]
3628 map_keymap <cycle 4> [761]
[592] 0.0 0.00 0.00 3746 map_keymap_internal <cycle 4> [592]
0.00 0.00 24/4272 map_keymap_char_table_item [483]
0.00 0.00 45406/676170 get_keymap [617]
0.00 0.00 1351/1351 map_keymap_call [880]
0.00 0.00 72/72 make_save_funcptr_ptr_obj [1142]
20649 accessible_keymaps_1 <cycle 4> [244]
19215 where_is_internal_1 <cycle 4> [121]
1351 call2 <cycle 4> [862]
1297 single_menu_item <cycle 4> [468]
72 map_char_table <cycle 4> [449]
54 menu_bar_item <cycle 4> [470]
52 process_tool_bar_item <cycle 4> [287]
-----------------------------------------------
0.00 0.00 2/2 handle_one_xevent [195]
[593] 0.0 0.00 0.00 2 note_mouse_movement [593]
0.00 0.00 2/1036 note_mouse_highlight [497]
0.00 0.00 1/1 remember_mouse_glyph [597]
-----------------------------------------------
2 Fmessage <cycle 4> [1478]
[594] 0.0 0.00 0.00 2 message3 <cycle 4> [594]
0.00 0.00 2/1034 XTframe_up_to_date [498]
0.00 0.00 2/2 cancel_echoing [1487]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
0.00 0.00 1/20 safe_eval_handler [1254]
2 message3_nolog <cycle 4> [1501]
2 message_dolog <cycle 4> [308]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[595] 0.0 0.00 0.00 2 Fset_window_new_total [595]
0.00 0.00 2/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[596] 0.0 0.00 0.00 2 Fwindow_new_total [596]
0.00 0.00 2/8502 save_window_save [441]
-----------------------------------------------
0.00 0.00 1/1 note_mouse_movement [593]
[597] 0.0 0.00 0.00 1 remember_mouse_glyph [597]
0.00 0.00 1/1037 window_from_coordinates [494]
0.00 0.00 1/1 window_relative_x_coord [1609]
-----------------------------------------------
0.00 0.00 4/4 redisplay_internal [15]
[598] 0.0 0.00 0.00 4 propagate_buffer_redisplay [598]
0.00 0.00 4/2019 window_list [534]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[599] 0.0 0.00 0.00 2 next_window [599]
0.00 0.00 2/2019 window_list [534]
0.00 0.00 2/2012 decode_next_window_args [843]
0.00 0.00 2/18705 Fmemq [674]
0.00 0.00 2/4022 candidate_window_p [755]
-----------------------------------------------
[600] 0.0 0.00 0.00 7535+19597 <cycle 3 as a whole> [600]
0.00 0.00 9762 gobble_input <cycle 3> [703]
0.00 0.00 9604 XTread_socket <cycle 3> [705]
0.00 0.00 7766 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 1149846/7282347 font_has_char [54]
0.00 0.00 6132501/7282347 font_sort_entities [16]
[601] 0.0 0.00 0.00 7282347 xftfont_has_char [601]
-----------------------------------------------
0.00 0.00 6135029/6135029 hash_lookup [20]
[602] 0.0 0.00 0.00 6135029 hashfn_equal [602]
-----------------------------------------------
0.00 0.00 1/3082942 read_internal_start [271]
0.00 0.00 8/3082942 Faref [697]
0.00 0.00 15/3082942 unreadchar [882]
0.00 0.00 27/3082942 string_match_1 [249]
0.00 0.00 52/3082942 Fsubstring [385]
0.00 0.00 11363/3082942 display_string <cycle 4> [72]
0.00 0.00 3071476/3082942 Fcompare_strings [34]
[603] 0.0 0.00 0.00 3082942 string_char_to_byte [603]
-----------------------------------------------
0.00 0.00 3069280/3069280 Fcompare_strings [34]
[604] 0.0 0.00 0.00 3069280 Fupcase [604]
-----------------------------------------------
0.00 0.00 2/3066270 Ffontp [389]
0.00 0.00 3066268/3066270 font_list_entities [25]
[605] 0.0 0.00 0.00 3066270 xfont_get_cache [605]
-----------------------------------------------
0.00 0.00 5/1919225 Ffuncall <cycle 4> [39]
0.00 0.00 21/1919225 Fdefine_key <cycle 4> [350]
0.00 0.00 1919199/1919225 Fassoc_string [33]
[606] 0.0 0.00 0.00 1919225 Fsymbol_name [606]
-----------------------------------------------
0.00 0.00 944039/1906568 bidi_cache_find [614]
0.00 0.00 962529/1906568 bidi_cache_iterator_state [612]
[607] 0.0 0.00 0.00 1906568 bidi_cache_search.constprop.3 [607]
-----------------------------------------------
0.00 0.00 2/1610383 Fdelete [436]
0.00 0.00 3/1610383 merge <cycle 4> [1453]
0.00 0.00 3/1610383 Fsort [1373]
0.00 0.00 10/1610383 Fdelq [915]
0.00 0.00 18/1610383 store_frame_param [438]
0.00 0.00 30/1610383 Fplist_put [448]
0.00 0.00 97/1610383 exec_byte_code <cycle 4> [143]
0.00 0.00 1340/1610383 display_mode_element <cycle 4> [179]
0.00 0.00 1986/1610383 Fnconc [823]
0.00 0.00 64413/1610383 Fframe_parameters [101]
0.00 0.00 1542481/1610383 Fnreverse [28]
[608] 0.0 0.00 0.00 1610383 Fsetcdr [608]
-----------------------------------------------
0.00 0.00 10046/1520667 Fsuspicious_object [791]
0.00 0.00 1510621/1520667 sweep_vectors [52]
[609] 0.0 0.00 0.00 1520667 vector_nbytes [609]
-----------------------------------------------
0.00 0.00 1/1364726 delete_frame <cycle 4> [450]
0.00 0.00 1/1364726 x_get_arg [426]
0.00 0.00 1/1364726 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 2/1364726 x_set_font <cycle 4> [371]
0.00 0.00 2/1364726 x_wm_set_size_hint [427]
0.00 0.00 2/1364726 Fautoload_do_load <cycle 4> [543]
0.00 0.00 3/1364726 Fgenerate_new_buffer_name [1434]
0.00 0.00 3/1364726 Fset_buffer <cycle 4> [803]
0.00 0.00 3/1364726 merge <cycle 4> [1453]
0.00 0.00 3/1364726 Fsort [1373]
0.00 0.00 4/1364726 frame_inhibit_resize [500]
0.00 0.00 8/1364726 handle_one_xevent [195]
0.00 0.00 8/1364726 font_load_for_lface [337]
0.00 0.00 9/1364726 fontset_find_font [12]
0.00 0.00 13/1364726 parse_single_submenu <cycle 4> [1281]
0.00 0.00 52/1364726 Fnew_fontset <cycle 4> [463]
0.00 0.00 63/1364726 x_consider_frame_title <cycle 4> [291]
0.00 0.00 100/1364726 message_dolog <cycle 4> [308]
0.00 0.00 105/1364726 Fget_buffer_create <cycle 4> [458]
0.00 0.00 112/1364726 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 333/1364726 Fset_fontset_font <cycle 4> [60]
0.00 0.00 375/1364726 FletX <cycle 4> [391]
0.00 0.00 378/1364726 Flet <cycle 4> [1143]
0.00 0.00 431/1364726 apply_lambda <cycle 4> [749]
0.00 0.00 500/1364726 Fsetq <cycle 4> [1051]
0.00 0.00 576/1364726 scan_sexps_forward [109]
0.00 0.00 576/1364726 validate_plist [759]
0.00 0.00 744/1364726 read_vector <cycle 5> [404]
0.00 0.00 999/1364726 offset_intervals [253]
0.00 0.00 1037/1364726 font_clear_prop [278]
0.00 0.00 1856/1364726 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 1856/1364726 where_is_internal <cycle 4> [151]
0.00 0.00 2044/1364726 add_properties [344]
0.00 0.00 6226/1364726 Ffuncall <cycle 4> [39]
0.00 0.00 9107/1364726 eval_sub <cycle 4> [189]
0.00 0.00 1337193/1364726 lookup_char_property [43]
[610] 0.0 0.00 0.00 1364726 Fcdr [610]
-----------------------------------------------
0.00 0.00 1119/1180788 Ffuncall <cycle 4> [39]
0.00 0.00 1174/1180788 Ftext_property_any [325]
0.00 0.00 5572/1180788 verify_interval_modification [255]
0.00 0.00 8268/1180788 face_at_buffer_position [184]
0.00 0.00 9102/1180788 Fget_pos_property [176]
0.00 0.00 10330/1180788 handle_invisible_prop [188]
0.00 0.00 19412/1180788 text_property_stickiness [187]
0.00 0.00 63013/1180788 face_at_string_position [79]
0.00 0.00 157779/1180788 compute_stop_pos [53]
0.00 0.00 413467/1180788 Fnext_single_property_change [73]
0.00 0.00 491552/1180788 get_char_property_and_overlay [38]
[611] 0.0 0.00 0.00 1180788 textget [611]
-----------------------------------------------
0.00 0.00 1033/962529 bidi_find_bracket_pairs <cycle 4> [94]
0.00 0.00 462556/962529 bidi_level_of_next_char <cycle 4> [92]
0.00 0.00 498940/962529 bidi_move_to_visually_next <cycle 4> [76]
[612] 0.0 0.00 0.00 962529 bidi_cache_iterator_state [612]
0.00 0.00 962529/1906568 bidi_cache_search.constprop.3 [607]
0.00 0.00 498940/498940 bidi_cache_ensure_space [621]
-----------------------------------------------
0.00 0.00 20620/960338 Fget_pos_property [176]
0.00 0.00 939718/960338 get_char_property_and_overlay [38]
[613] 0.0 0.00 0.00 960338 set_buffer_temp [613]
-----------------------------------------------
0.00 0.00 1033/944039 bidi_find_bracket_pairs <cycle 4> [94]
0.00 0.00 471503/944039 bidi_resolve_brackets <cycle 4> [623]
0.00 0.00 471503/944039 bidi_level_of_next_char <cycle 4> [92]
[614] 0.0 0.00 0.00 944039 bidi_cache_find [614]
0.00 0.00 944039/1906568 bidi_cache_search.constprop.3 [607]
-----------------------------------------------
994 balance_an_interval [615]
0.00 0.00 4/828603 split_interval_left [1425]
0.00 0.00 114/828603 sweep_buffers [558]
0.00 0.00 997/828603 split_interval_right [1005]
0.00 0.00 999/828603 graft_intervals_into_buffer [123]
0.00 0.00 2230/828603 sweep_strings [365]
0.00 0.00 7978/828603 offset_intervals [253]
0.00 0.00 115280/828603 balance_intervals_internal [807]
0.00 0.00 701001/828603 balance_possible_root_interval [616]
[615] 0.0 0.00 0.00 828603+994 balance_an_interval [615]
994 balance_an_interval [615]
-----------------------------------------------
0.00 0.00 4/709980 split_interval_left [1425]
0.00 0.00 999/709980 split_interval_right [1005]
0.00 0.00 8977/709980 offset_intervals [253]
0.00 0.00 700000/709980 find_interval [71]
[616] 0.0 0.00 0.00 709980 balance_possible_root_interval [616]
0.00 0.00 701001/828603 balance_an_interval [615]
-----------------------------------------------
0.00 0.00 1/676170 Fcopy_keymap [525]
0.00 0.00 5/676170 Fuse_local_map [1375]
0.00 0.00 8/676170 tool_bar_items <cycle 4> [423]
0.00 0.00 10/676170 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 12/676170 menu_bar_items <cycle 4> [406]
0.00 0.00 13/676170 parse_single_submenu <cycle 4> [1281]
0.00 0.00 23/676170 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 23/676170 where_is_internal <cycle 4> [151]
0.00 0.00 25/676170 Fdefine_key <cycle 4> [350]
0.00 0.00 31/676170 Fset_keymap_parent [1401]
0.00 0.00 377/676170 Fkeymapp [1060]
0.00 0.00 759/676170 keymap_parent [1321]
0.00 0.00 1022/676170 follow_key [980]
0.00 0.00 1243/676170 process_tool_bar_item <cycle 4> [287]
0.00 0.00 1397/676170 Fkeymap_prompt [1104]
0.00 0.00 3065/676170 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.00 3073/676170 read_char <cycle 2> [14]
0.00 0.00 4092/676170 keyremap_step.constprop.45 [31]
0.00 0.00 7107/676170 Flookup_key <cycle 4> [760]
0.00 0.00 10310/676170 get_local_map [157]
0.00 0.00 10876/676170 map_keymap <cycle 4> [761]
0.00 0.00 22773/676170 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 45406/676170 map_keymap_internal <cycle 4> [592]
0.00 0.00 564519/676170 access_keymap_1 <cycle 4> [93]
[617] 0.0 0.00 0.00 676170 get_keymap [617]
0.00 0.00 617989/622091 indirect_function [620]
0.00 0.00 5716/72320 Fcar [641]
0.00 0.00 5716/9842 Fnth [702]
-----------------------------------------------
0.00 0.00 1/638667 check_glyph_memory [1562]
0.00 0.00 1/638667 other_visible_frames [1590]
0.00 0.00 1/638667 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/638667 x_set_alpha <cycle 4> [1620]
0.00 0.00 1/638667 show_hourglass <cycle 4> [180]
0.00 0.00 1/638667 echo_area_display <cycle 4> [1214]
0.00 0.00 1/638667 Fwindow_resize_apply_total [1556]
0.00 0.00 1/638667 Fset_window_configuration <cycle 4> [432]
0.00 0.00 1/638667 free_frame_faces [1576]
0.00 0.00 1/638667 x_new_font <cycle 4> [1517]
0.00 0.00 1/638667 x_set_offset [481]
0.00 0.00 1/638667 x_wait_for_event [1649]
0.00 0.00 1/638667 Fx_wm_set_size_hint [480]
0.00 0.00 1/638667 x_make_gc [1618]
0.00 0.00 1/638667 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/638667 x_set_cursor_color [552]
0.00 0.00 1/638667 x_window <cycle 4> [1650]
0.00 0.00 1/638667 read_and_apply_settings [1592]
0.00 0.00 1/638667 xsettings_initialize [1665]
0.00 0.00 1/638667 xg_update_frame_menubar <cycle 4> [1392]
0.00 0.00 1/638667 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1/638667 wait_reading_process_output [27]
0.00 0.00 1/638667 xftfont_close [1652]
0.00 0.00 2/638667 delete_frame <cycle 4> [450]
0.00 0.00 2/638667 init_iterator <cycle 4> [82]
0.00 0.00 2/638667 message3 <cycle 4> [594]
0.00 0.00 2/638667 x_wm_supports [1651]
0.00 0.00 2/638667 Fx_change_window_property [1483]
0.00 0.00 2/638667 x_set_mouse_color [553]
0.00 0.00 2/638667 xg_set_icon <cycle 4> [1523]
0.00 0.00 2/638667 x_wm_set_size_hint [427]
0.00 0.00 2/638667 open_directory [1503]
0.00 0.00 2/638667 directory_files_internal <cycle 4> [254]
0.00 0.00 3/638667 redraw_frame <cycle 4> [1423]
0.00 0.00 3/638667 x_term_init <cycle 4> [573]
0.00 0.00 3/638667 Fx_create_frame <cycle 4> [384]
0.00 0.00 4/638667 x_scroll_bar_create [528]
0.00 0.00 4/638667 xg_update_scrollbar_pos [1430]
0.00 0.00 4/638667 detect_input_pending_run_timers [153]
0.00 0.00 4/638667 unbind_to <cycle 4> [285]
0.00 0.00 4/638667 xg_select [849]
0.00 0.00 5/638667 clear_face_cache [1298]
0.00 0.00 6/638667 adjust_frame_size <cycle 4> [478]
0.00 0.00 6/638667 update_cursor_in_window_tree <cycle 4> [1464]
0.00 0.00 6/638667 realize_basic_faces [316]
0.00 0.00 6/638667 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 6/638667 x_real_pos_and_offsets [1367]
0.00 0.00 6/638667 Fx_register_dnd_atom [1351]
0.00 0.00 6/638667 Fx_selection_exists_p [569]
0.00 0.00 6/638667 Fkill_buffer <cycle 4> [499]
0.00 0.00 7/638667 unload_color [1341]
0.00 0.00 9/638667 get_current_wm_state [1320]
0.00 0.00 10/638667 set_frame_menubar <cycle 4> [465]
0.00 0.00 10/638667 Fget_buffer_create <cycle 4> [458]
0.00 0.00 10/638667 lookup_image <cycle 4> [491]
0.00 0.00 11/638667 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 16/638667 xftfont_open [408]
0.00 0.00 17/638667 clear_image_cache [1264]
0.00 0.00 20/638667 XTring_bell <cycle 4> [815]
0.00 0.00 22/638667 prepare_face_for_display [635]
0.00 0.00 35/638667 read1 <cycle 5> [279]
0.00 0.00 40/638667 define_image_type [1196]
0.00 0.00 46/638667 unwind_to_catch <cycle 4> [1185]
0.00 0.00 51/638667 make_gap [1173]
0.00 0.00 60/638667 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 61/638667 x_make_frame_visible <cycle 4> [479]
0.00 0.00 65/638667 free_realized_face [1244]
0.00 0.00 108/638667 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 108/638667 x_scroll_run <cycle 4> [1170]
0.00 0.00 118/638667 Fgarbage_collect <cycle 4> [40]
0.00 0.00 179/638667 x_defined_color [1084]
0.00 0.00 1032/638667 redisplay_internal [15]
0.00 0.00 1064/638667 update_window <cycle 4> [118]
0.00 0.00 1116/638667 x_update_window_end <cycle 4> [908]
0.00 0.00 1117/638667 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 1122/638667 update_window_line <cycle 4> [381]
0.00 0.00 1312/638667 free_menubar_widget_value_tree [1383]
0.00 0.00 1317/638667 make_widget_value [883]
0.00 0.00 1681/638667 x_write_glyphs <cycle 4> [863]
0.00 0.00 1832/638667 xfont_list_pattern [252]
0.00 0.00 2061/638667 xftfont_get_colors [720]
0.00 0.00 3312/638667 event_handler_gdk [196]
0.00 0.00 4385/638667 xg_win_to_widget [750]
0.00 0.00 8340/638667 xftfont_draw [329]
0.00 0.00 9604/638667 XTread_socket <cycle 3> [705]
0.00 0.00 18613/638667 readbyte_from_file [675]
0.00 0.00 579631/638667 xftfont_text_extents [128]
[618] 0.0 0.00 0.00 638667 unblock_input_to [618]
-----------------------------------------------
0.00 0.00 1/638619 check_glyph_memory [1562]
0.00 0.00 1/638619 other_visible_frames [1590]
0.00 0.00 1/638619 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/638619 x_set_alpha <cycle 4> [1620]
0.00 0.00 1/638619 show_hourglass <cycle 4> [180]
0.00 0.00 1/638619 echo_area_display <cycle 4> [1214]
0.00 0.00 1/638619 Fwindow_resize_apply_total [1556]
0.00 0.00 1/638619 Fset_window_configuration <cycle 4> [432]
0.00 0.00 1/638619 free_frame_faces [1576]
0.00 0.00 1/638619 x_new_font <cycle 4> [1517]
0.00 0.00 1/638619 x_set_offset [481]
0.00 0.00 1/638619 Fx_wm_set_size_hint [480]
0.00 0.00 1/638619 x_make_gc [1618]
0.00 0.00 1/638619 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/638619 x_set_cursor_color [552]
0.00 0.00 1/638619 x_window <cycle 4> [1650]
0.00 0.00 1/638619 read_and_apply_settings [1592]
0.00 0.00 1/638619 xsettings_initialize [1665]
0.00 0.00 1/638619 xg_update_frame_menubar <cycle 4> [1392]
0.00 0.00 1/638619 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1/638619 wait_reading_process_output [27]
0.00 0.00 1/638619 xftfont_close [1652]
0.00 0.00 2/638619 delete_frame <cycle 4> [450]
0.00 0.00 2/638619 init_iterator <cycle 4> [82]
0.00 0.00 2/638619 message3 <cycle 4> [594]
0.00 0.00 2/638619 x_wm_supports [1651]
0.00 0.00 2/638619 Fx_change_window_property [1483]
0.00 0.00 2/638619 x_set_mouse_color [553]
0.00 0.00 2/638619 xg_set_icon <cycle 4> [1523]
0.00 0.00 2/638619 x_wm_set_size_hint [427]
0.00 0.00 2/638619 open_directory [1503]
0.00 0.00 2/638619 directory_files_internal <cycle 4> [254]
0.00 0.00 3/638619 redraw_frame <cycle 4> [1423]
0.00 0.00 3/638619 x_term_init <cycle 4> [573]
0.00 0.00 3/638619 Fx_create_frame <cycle 4> [384]
0.00 0.00 4/638619 x_scroll_bar_create [528]
0.00 0.00 4/638619 xg_update_scrollbar_pos [1430]
0.00 0.00 4/638619 detect_input_pending_run_timers [153]
0.00 0.00 4/638619 unbind_to <cycle 4> [285]
0.00 0.00 4/638619 xg_select [849]
0.00 0.00 5/638619 clear_face_cache [1298]
0.00 0.00 6/638619 adjust_frame_size <cycle 4> [478]
0.00 0.00 6/638619 update_cursor_in_window_tree <cycle 4> [1464]
0.00 0.00 6/638619 realize_basic_faces [316]
0.00 0.00 6/638619 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 6/638619 x_real_pos_and_offsets [1367]
0.00 0.00 6/638619 Fx_register_dnd_atom [1351]
0.00 0.00 6/638619 Fx_selection_exists_p [569]
0.00 0.00 6/638619 Fkill_buffer <cycle 4> [499]
0.00 0.00 7/638619 unload_color [1341]
0.00 0.00 9/638619 get_current_wm_state [1320]
0.00 0.00 10/638619 set_frame_menubar <cycle 4> [465]
0.00 0.00 10/638619 Fget_buffer_create <cycle 4> [458]
0.00 0.00 10/638619 lookup_image <cycle 4> [491]
0.00 0.00 11/638619 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 16/638619 xftfont_open [408]
0.00 0.00 17/638619 clear_image_cache [1264]
0.00 0.00 20/638619 XTring_bell <cycle 4> [815]
0.00 0.00 22/638619 prepare_face_for_display [635]
0.00 0.00 35/638619 read1 <cycle 5> [279]
0.00 0.00 40/638619 define_image_type [1196]
0.00 0.00 51/638619 make_gap [1173]
0.00 0.00 60/638619 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 61/638619 x_make_frame_visible <cycle 4> [479]
0.00 0.00 65/638619 free_realized_face [1244]
0.00 0.00 108/638619 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 108/638619 x_scroll_run <cycle 4> [1170]
0.00 0.00 118/638619 Fgarbage_collect <cycle 4> [40]
0.00 0.00 179/638619 x_defined_color [1084]
0.00 0.00 1030/638619 redisplay_internal [15]
0.00 0.00 1064/638619 update_window <cycle 4> [118]
0.00 0.00 1117/638619 x_update_window_end <cycle 4> [908]
0.00 0.00 1117/638619 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 1122/638619 update_window_line <cycle 4> [381]
0.00 0.00 1312/638619 free_menubar_widget_value_tree [1383]
0.00 0.00 1317/638619 make_widget_value [883]
0.00 0.00 1681/638619 x_write_glyphs <cycle 4> [863]
0.00 0.00 1832/638619 xfont_list_pattern [252]
0.00 0.00 2061/638619 xftfont_get_colors [720]
0.00 0.00 3312/638619 event_handler_gdk [196]
0.00 0.00 4385/638619 xg_win_to_widget [750]
0.00 0.00 8340/638619 xftfont_draw [329]
0.00 0.00 9604/638619 XTread_socket <cycle 3> [705]
0.00 0.00 18613/638619 readbyte_from_file [675]
0.00 0.00 579631/638619 xftfont_text_extents [128]
[619] 0.0 0.00 0.00 638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 2/622091 Fcommandp <cycle 4> [538]
0.00 0.00 57/622091 eval_sub <cycle 4> [189]
0.00 0.00 1023/622091 Finteractive_form [283]
0.00 0.00 3020/622091 Ffuncall <cycle 4> [39]
0.00 0.00 617989/622091 get_keymap [617]
[620] 0.0 0.00 0.00 622091 indirect_function [620]
-----------------------------------------------
0.00 0.00 498940/498940 bidi_cache_iterator_state [612]
[621] 0.0 0.00 0.00 498940 bidi_cache_ensure_space [621]
0.00 0.00 1/31 xpalloc [1215]
-----------------------------------------------
1033 bidi_find_bracket_pairs <cycle 4> [94]
496874 bidi_resolve_brackets <cycle 4> [623]
[622] 0.0 0.00 0.00 497907 bidi_resolve_weak <cycle 4> [622]
497907 bidi_resolve_explicit <cycle 4> [65]
-----------------------------------------------
496874 bidi_resolve_neutral <cycle 4> [74]
[623] 0.0 0.00 0.00 496874 bidi_resolve_brackets <cycle 4> [623]
0.00 0.00 471503/944039 bidi_cache_find [614]
496874 bidi_resolve_weak <cycle 4> [622]
390364 bidi_find_bracket_pairs <cycle 4> [94]
-----------------------------------------------
0.00 0.00 496347/496347 hash_lookup [20]
[624] 0.0 0.00 0.00 496347 hashfn_eq [624]
-----------------------------------------------
0.00 0.00 960/492511 Fremove_text_properties <cycle 4> [566]
0.00 0.00 978/492511 Fremove_list_of_text_properties [321]
0.00 0.00 1121/492511 Ftext_property_any [325]
0.00 0.00 1550/492511 add_text_properties_1 <cycle 4> [302]
0.00 0.00 3574/492511 verify_interval_modification [255]
0.00 0.00 31555/492511 compute_stop_pos [53]
0.00 0.00 63649/492511 Fnext_property_change [243]
0.00 0.00 389124/492511 Fnext_single_property_change [73]
[625] 0.0 0.00 0.00 492511 next_interval [625]
-----------------------------------------------
3731 move_it_to <cycle 4> [171]
4286 forward_to_next_line_start <cycle 4> [752]
29249 display_line <cycle 4> [197]
86772 display_string <cycle 4> [72]
347824 move_it_in_display_line_to <cycle 4> [66]
[626] 0.0 0.00 0.00 471862 set_iterator_to_next <cycle 4> [626]
431216 bidi_move_to_visually_next <cycle 4> [76]
13 bidi_paragraph_init <cycle 4> [495]
-----------------------------------------------
0.00 0.00 176/449715 show_hourglass <cycle 4> [180]
0.00 0.00 4089/449715 Fconstrain_to_field [233]
0.00 0.00 4875/449715 back_to_previous_visible_line_start [115]
0.00 0.00 8299/449715 handle_fontified_prop <cycle 4> [203]
0.00 0.00 8574/449715 x_produce_glyphs [75]
0.00 0.00 10310/449715 get_local_map [157]
0.00 0.00 11654/449715 handle_line_prefix [193]
0.00 0.00 18458/449715 compute_display_string_pos <cycle 4> [182]
0.00 0.00 383280/449715 face_for_char [10]
[627] 0.0 0.00 0.00 449715 Fget_char_property [627]
-----------------------------------------------
0.00 0.00 818/429137 sweep_buffers [558]
0.00 0.00 428319/429137 sweep_strings [365]
[628] 0.0 0.00 0.00 429137 balance_intervals [628]
-----------------------------------------------
0.00 0.00 17709/402252 make_string [680]
0.00 0.00 384543/402252 font_intern_prop [91]
[629] 0.0 0.00 0.00 402252 parse_str_as_multibyte [629]
-----------------------------------------------
0.00 0.00 922/389836 xpm_alloc_color [4081]
0.00 0.00 388914/389836 oblookup [104]
[630] 0.0 0.00 0.00 389836 hash_string [630]
-----------------------------------------------
0.00 0.00 1/383293 font_open_for_lface [393]
0.00 0.00 383292/383293 font_find_for_lface [13]
[631] 0.0 0.00 0.00 383293 build_style_table [631]
-----------------------------------------------
0.00 0.00 1/311674 Fx_create_frame <cycle 4> [384]
0.00 0.00 1/311674 Frecursive_edit [1]
0.00 0.00 2/311674 save_menu_items [561]
0.00 0.00 2/311674 set_frame_menubar <cycle 4> [465]
0.00 0.00 2/311674 load_charset <cycle 4> [412]
0.00 0.00 2/311674 directory_files_internal <cycle 4> [254]
0.00 0.00 2/311674 Feval_buffer <cycle 4> [454]
0.00 0.00 3/311674 set_window_buffer <cycle 4> [457]
0.00 0.00 3/311674 Fkill_buffer <cycle 4> [499]
0.00 0.00 3/311674 record_xmalloc [1454]
0.00 0.00 4/311674 show_hourglass <cycle 4> [180]
0.00 0.00 4/311674 Fautoload_do_load <cycle 4> [543]
0.00 0.00 4/311674 readevalloop <cycle 4> [380]
0.00 0.00 6/311674 Finsert_file_contents <cycle 4> [336]
0.00 0.00 7/311674 Fdo_auto_save <cycle 4> [524]
0.00 0.00 12/311674 Fload <cycle 4> [401]
0.00 0.00 13/311674 digest_single_submenu <cycle 4> [1279]
0.00 0.00 56/311674 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 56/311674 truncate_undo_list <cycle 4> [1162]
0.00 0.00 63/311674 x_consider_frame_title <cycle 4> [291]
0.00 0.00 118/311674 Fgarbage_collect <cycle 4> [40]
0.00 0.00 881/311674 code_conversion_save <cycle 4> [402]
0.00 0.00 973/311674 wait_reading_process_output [27]
0.00 0.00 1000/311674 signal_after_change <cycle 4> [281]
0.00 0.00 1021/311674 command_loop_1 <cycle 2> [23]
0.00 0.00 1023/311674 Ffuncall_interactively <cycle 4> [974]
0.00 0.00 1035/311674 redisplay_internal [15]
0.00 0.00 2066/311674 display_mode_line <cycle 4> [360]
0.00 0.00 4761/311674 exec_byte_code <cycle 4> [143]
0.00 0.00 103409/311674 specbind <cycle 4> [639]
0.00 0.00 195141/311674 record_in_backtrace [633]
[632] 0.0 0.00 0.00 311674 grow_specpdl [632]
-----------------------------------------------
0.00 0.00 118/195141 Fgarbage_collect <cycle 4> [40]
0.00 0.00 1031/195141 redisplay_internal [15]
0.00 0.00 15316/195141 eval_sub <cycle 4> [189]
0.00 0.00 178676/195141 Ffuncall <cycle 4> [39]
[633] 0.0 0.00 0.00 195141 record_in_backtrace [633]
0.00 0.00 195141/311674 grow_specpdl [632]
-----------------------------------------------
0.00 0.00 1/140813 Fmapconcat <cycle 4> [521]
0.00 0.00 1/140813 Fmapc <cycle 4> [1539]
0.00 0.00 3/140813 display_mode_element <cycle 4> [179]
0.00 0.00 11/140813 Fsort [1373]
0.00 0.00 13/140813 parse_single_submenu <cycle 4> [1281]
0.00 0.00 57/140813 Fmapcar <cycle 4> [456]
0.00 0.00 65/140813 Flet <cycle 4> [1143]
0.00 0.00 90/140813 read_vector <cycle 5> [404]
0.00 0.00 208/140813 Fkey_description <cycle 4> [338]
0.00 0.00 224/140813 preferred_sequence_p [1074]
0.00 0.00 500/140813 Fsetq <cycle 4> [1051]
0.00 0.00 604/140813 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 1186/140813 Fset_match_data [894]
0.00 0.00 1856/140813 where_is_internal <cycle 4> [151]
0.00 0.00 1879/140813 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 3542/140813 Fapply <cycle 4> [762]
0.00 0.00 3567/140813 exec_byte_code <cycle 4> [143]
0.00 0.00 4126/140813 lookup_fringe_bitmap [227]
0.00 0.00 4491/140813 apply_lambda <cycle 4> [749]
0.00 0.00 9780/140813 eval_sub <cycle 4> [189]
0.00 0.00 108609/140813 concat [111]
[634] 0.0 0.00 0.00 140813 Flength [634]
-----------------------------------------------
0.00 0.00 2236/139845 draw_fringe_bitmap_1 <cycle 4> [239]
0.00 0.00 8340/139845 x_set_glyph_string_gc [721]
0.00 0.00 129269/139845 get_glyph_face_and_encoding [192]
[635] 0.0 0.00 0.00 139845 prepare_face_for_display [635]
0.00 0.00 22/638667 unblock_input_to [618]
0.00 0.00 22/638619 unblock_input [619]
0.00 0.00 11/11 xftfont_prepare_face [1294]
0.00 0.00 11/11 font_prepare_for_face [1293]
-----------------------------------------------
0.00 0.00 3/126677 Fgenerate_new_buffer_name [1434]
0.00 0.00 640/126677 Fget_buffer [746]
0.00 0.00 2151/126677 exec_byte_code <cycle 4> [143]
0.00 0.00 123883/126677 compile_pattern [95]
[636] 0.0 0.00 0.00 126677 Fstring_equal [636]
-----------------------------------------------
0.00 0.00 1/119738 swap_in_global_binding <cycle 4> [1362]
0.00 0.00 2/119738 Fkill_local_variable <cycle 4> [547]
0.00 0.00 4/119738 readevalloop <cycle 4> [380]
0.00 0.00 7/119738 make_blv [505]
0.00 0.00 14/119738 Fmake_local_variable <cycle 4> [367]
0.00 0.00 35/119738 Fdefault_boundp [1077]
0.00 0.00 1032/119738 update_overlay_arrows <cycle 4> [261]
0.00 0.00 1033/119738 overlay_arrows_changed_p <cycle 4> [955]
0.00 0.00 1228/119738 display_line <cycle 4> [197]
0.00 0.00 2088/119738 Fdefault_value [738]
0.00 0.00 4068/119738 Fcommandp <cycle 4> [538]
0.00 0.00 6503/119738 set_internal [113]
0.00 0.00 13594/119738 swap_in_symval_forwarding [303]
0.00 0.00 38118/119738 specbind <cycle 4> [639]
0.00 0.00 52011/119738 Fsymbol_value <cycle 4> [640]
[637] 0.0 0.00 0.00 119738 do_symval_forwarding [637]
-----------------------------------------------
0.00 0.00 117624/117624 traverse_intervals_noorder <cycle 4> [809]
[638] 0.0 0.00 0.00 117624 mark_interval [638]
-----------------------------------------------
2 load_charset <cycle 4> [412]
6 Finsert_file_contents <cycle 4> [336]
6 Feval_buffer <cycle 4> [454]
8 set_frame_menubar <cycle 4> [465]
12 readevalloop <cycle 4> [380]
14 Fload <cycle 4> [401]
19 setup_echo_area_for_printing <cycle 4> [447]
20 show_hourglass <cycle 4> [180]
59 handle_fontified_prop <cycle 4> [203]
112 with_echo_area_buffer <cycle 4> [386]
125 FletX <cycle 4> [391]
126 Flet <cycle 4> [1143]
294 menu_item_eval_property <cycle 4> [351]
1032 redisplay_window <cycle 4> [116]
1045 eval_sub <cycle 4> [189]
1120 inhibit_garbage_collection <cycle 4> [77]
1402 prepare_to_modify_buffer_1 <cycle 4> [238]
1420 signal_after_change <cycle 4> [281]
3079 safe_run_hooks <cycle 4> [256]
4140 update_compositions <cycle 4> [205]
5627 Feval <cycle 4> [234]
12573 safe__call <cycle 4> [202]
25859 funcall_lambda <cycle 4> [126]
44269 exec_byte_code <cycle 4> [143]
0.00 0.00 1/33852 recursive_edit_1 [2]
0.00 0.00 8/33852 timer_check [154]
0.02 0.08 1031/33852 redisplay_internal [15]
[639] 0.0 0.00 0.00 103409 specbind <cycle 4> [639]
0.00 0.00 103409/311674 grow_specpdl [632]
0.00 0.00 38123/59263 Fcurrent_buffer [645]
0.00 0.00 38118/119738 do_symval_forwarding [637]
0.00 0.00 1285/2583 Flocal_variable_p [801]
38123 find_symbol_value <cycle 4> [317]
-----------------------------------------------
2 bidi_initialize <cycle 4> [517]
4 Fmake_local_variable <cycle 4> [367]
4619 eval_sub <cycle 4> [189]
15060 set_buffer_internal_1 <cycle 4> [745]
32212 display_mode_element <cycle 4> [179]
40608 exec_byte_code <cycle 4> [143]
[640] 0.0 0.00 0.00 92505 Fsymbol_value <cycle 4> [640]
0.00 0.00 52011/119738 do_symval_forwarding [637]
92505 find_symbol_value <cycle 4> [317]
-----------------------------------------------
0.00 0.00 1/72320 make_frame <cycle 4> [314]
0.00 0.00 1/72320 Fundo_boundary <cycle 4> [1551]
0.00 0.00 2/72320 Fautoload_do_load <cycle 4> [543]
0.00 0.00 4/72320 Fcar_less_than_car [1474]
0.00 0.00 6/72320 merge <cycle 4> [1453]
0.00 0.00 13/72320 parse_single_submenu <cycle 4> [1281]
0.00 0.00 20/72320 print_error_message <cycle 4> [416]
0.00 0.00 34/72320 Fcond <cycle 4> [1283]
0.00 0.00 37/72320 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 52/72320 Fnew_fontset <cycle 4> [463]
0.00 0.00 82/72320 Ffuncall <cycle 4> [39]
0.00 0.00 137/72320 Fdefvar <cycle 4> [461]
0.00 0.00 214/72320 Ftext_property_any [325]
0.00 0.00 250/72320 FletX <cycle 4> [391]
0.00 0.00 252/72320 Flet <cycle 4> [1143]
0.00 0.00 333/72320 Fset_fontset_font <cycle 4> [60]
0.00 0.00 431/72320 apply_lambda <cycle 4> [749]
0.00 0.00 448/72320 scan_sexps_forward [109]
0.00 0.00 462/72320 readevalloop <cycle 4> [380]
0.00 0.00 500/72320 Fsetq <cycle 4> [1051]
0.00 0.00 640/72320 Fget_buffer [746]
0.00 0.00 744/72320 read_vector <cycle 5> [404]
0.00 0.00 861/72320 process_tool_bar_item <cycle 4> [287]
0.00 0.00 999/72320 offset_intervals [253]
0.00 0.00 1023/72320 Fcall_interactively <cycle 4> [258]
0.00 0.00 1033/72320 face_at_string_position [79]
0.00 0.00 1033/72320 Fnext_single_property_change [73]
0.00 0.00 1180/72320 validate_plist [759]
0.00 0.00 1856/72320 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 1856/72320 where_is_internal <cycle 4> [151]
0.00 0.00 2073/72320 Fif <cycle 4> [772]
0.00 0.00 2191/72320 add_properties [344]
0.00 0.00 4126/72320 lookup_fringe_bitmap [227]
0.00 0.00 5716/72320 get_keymap [617]
0.00 0.00 7010/72320 eval_sub <cycle 4> [189]
0.00 0.00 8242/72320 get_char_property_and_overlay [38]
0.00 0.00 28458/72320 compute_stop_pos [53]
[641] 0.0 0.00 0.00 72320 Fcar [641]
-----------------------------------------------
0.00 0.00 1/71975 set_frame_menubar <cycle 4> [465]
0.00 0.00 1/71975 x_session_initialize [1619]
0.00 0.00 1/71975 create_menus [1319]
0.00 0.00 1/71975 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 1/71975 allocate_kboard [583]
0.00 0.00 1/71975 xlispstrdup [1662]
0.00 0.00 1/71975 start_atimer [989]
0.00 0.00 1/71975 define_image_type [1196]
0.00 0.00 2/71975 create_terminal <cycle 4> [484]
0.00 0.00 2/71975 make_face_cache [1584]
0.00 0.00 2/71975 face_for_font [1493]
0.00 0.00 2/71975 Fx_change_window_property [1483]
0.00 0.00 2/71975 gethomedir [1499]
0.00 0.00 2/71975 register_font_driver [1507]
0.00 0.00 2/71975 make_image_cache [1585]
0.00 0.00 3/71975 x_term_init <cycle 4> [573]
0.00 0.00 3/71975 smc_save_yourself_CB [3627]
0.00 0.00 3/71975 record_xmalloc [1454]
0.00 0.00 5/71975 Fget_buffer_create <cycle 4> [458]
0.00 0.00 10/71975 new_region_cache [1385]
0.00 0.00 11/71975 xftfont_prepare_face [1294]
0.00 0.00 13/71975 digest_single_submenu <cycle 4> [1279]
0.00 0.00 14/71975 magic_db [1275]
0.00 0.00 24/71975 process_tool_bar_item <cycle 4> [287]
0.00 0.00 36/71975 make_blv [505]
0.00 0.00 37/71975 xstrdup [1205]
0.00 0.00 94/71975 make_realized_face [1134]
0.00 0.00 301/71975 encode_coding_object <cycle 4> [1067]
0.00 0.00 551/71975 ftfont_lookup_cache [19]
0.00 0.00 590/71975 text_quoting_style <cycle 4> [523]
0.00 0.00 642/71975 xg_item_label_same_p [1023]
0.00 0.00 922/71975 xbm_image_p [1013]
0.00 0.00 923/71975 x_catch_errors_with_handler [1009]
0.00 0.00 1033/71975 push_kboard [958]
0.00 0.00 7326/71975 Fmake_string [55]
0.00 0.00 27774/71975 re_compile_pattern [132]
0.00 0.00 31638/71975 mem_insert [657]
[642] 0.0 0.00 0.00 71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 999/64587 offset_intervals [253]
0.00 0.00 63588/64587 Fnext_property_change [243]
[643] 0.0 0.00 0.00 64587 intervals_equal [643]
-----------------------------------------------
0.00 0.00 63483/63483 mark_vectorlike <cycle 4> [85]
[644] 0.0 0.00 0.00 63483 mark_save_value [644]
-----------------------------------------------
0.00 0.00 1/59263 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1/59263 make_frame <cycle 4> [314]
0.00 0.00 2/59263 eval_sub <cycle 4> [189]
0.00 0.00 3/59263 set_window_buffer <cycle 4> [457]
0.00 0.00 3/59263 decode_coding_gap <cycle 4> [551]
0.00 0.00 3/59263 Finsert_file_contents <cycle 4> [336]
0.00 0.00 56/59263 truncate_undo_list <cycle 4> [1162]
0.00 0.00 90/59263 let_shadows_buffer_binding_p [1137]
0.00 0.00 881/59263 code_conversion_save <cycle 4> [402]
0.00 0.00 1075/59263 save_excursion_save [926]
0.00 0.00 1997/59263 find_automatic_composition [185]
0.00 0.00 3357/59263 exec_byte_code <cycle 4> [143]
0.00 0.00 13671/59263 swap_in_symval_forwarding [303]
0.00 0.00 38123/59263 specbind <cycle 4> [639]
[645] 0.0 0.00 0.00 59263 Fcurrent_buffer [645]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [95]
[646] 0.0 0.00 0.00 55548 re_set_syntax [646]
-----------------------------------------------
0.00 0.00 55548/55548 compile_pattern [95]
[647] 0.0 0.00 0.00 55548 re_set_whitespace_regexp [647]
-----------------------------------------------
54749 get_next_display_element <cycle 4> [9]
[648] 0.0 0.00 0.00 54749 next_element_from_c_string <cycle 4> [648]
12396 get_visually_first_element <cycle 4> [661]
-----------------------------------------------
0.00 0.00 10/54297 apply_modifiers [97]
0.00 0.00 16/54297 make_string_from_bytes [1272]
0.00 0.00 195/54297 make_multibyte_string [1078]
0.00 0.00 500/54297 Fmake_string [55]
0.00 0.00 579/54297 make_buffer_string_both [322]
0.00 0.00 3307/54297 concat [111]
0.00 0.00 49690/54297 make_specified_string [652]
[649] 0.0 0.00 0.00 54297 make_uninit_multibyte_string [649]
0.00 0.00 54174/54174 allocate_string_data [650]
0.00 0.00 902/1335 lisp_malloc [881]
-----------------------------------------------
0.00 0.00 54174/54174 make_uninit_multibyte_string [649]
[650] 0.0 0.00 0.00 54174 allocate_string_data [650]
0.00 0.00 237/1335 lisp_malloc [881]
-----------------------------------------------
0.00 0.00 8563/51762 re_match_2 [717]
0.00 0.00 43199/51762 re_search_2 [61]
[651] 0.0 0.00 0.00 51762 SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
-----------------------------------------------
0.00 0.00 3/49690 Fdo_auto_save <cycle 4> [524]
0.00 0.00 4/49690 make_buffer_string_both [322]
0.00 0.00 6/49690 eval_sub <cycle 4> [189]
0.00 0.00 9/49690 styled_format <cycle 4> [355]
0.00 0.00 46/49690 Ffile_name_as_directory <cycle 4> [262]
0.00 0.00 63/49690 Fregexp_quote [1148]
0.00 0.00 66/49690 Fdirectory_file_name <cycle 4> [250]
0.00 0.00 109/49690 Ffuncall <cycle 4> [39]
0.00 0.00 121/49690 Fsubstring [385]
0.00 0.00 165/49690 Fexpand_file_name <cycle 4> [164]
0.00 0.00 188/49690 font_intern_prop [91]
0.00 0.00 436/49690 Fsingle_key_description <cycle 4> [1055]
0.00 0.00 1006/49690 read1 <cycle 5> [279]
0.00 0.00 18506/49690 make_unibyte_string [669]
0.00 0.00 28962/49690 concat [111]
[652] 0.0 0.00 0.00 49690 make_specified_string [652]
0.00 0.00 49690/54297 make_uninit_multibyte_string [649]
0.00 0.00 648/1949 multibyte_chars_in_text [852]
-----------------------------------------------
0.00 0.00 1033/39509 window_box_right_offset [964]
0.00 0.00 1118/39509 window_box_right [906]
0.00 0.00 1122/39509 x_clear_end_of_line <cycle 4> [901]
0.00 0.00 2062/39509 hscroll_window_tree [212]
0.00 0.00 2330/39509 window_box <cycle 4> [764]
0.00 0.00 3110/39509 coordinates_in_window [947]
0.00 0.00 3148/39509 draw_glyphs <cycle 4> [44]
0.00 0.00 4580/39509 init_iterator <cycle 4> [82]
0.00 0.00 5695/39509 get_glyph_string_clip_rects [698]
0.00 0.00 15311/39509 window_box_left_offset [681]
[653] 0.0 0.00 0.00 39509 window_box_width [653]
-----------------------------------------------
0.00 0.00 35076/35076 sweep_weak_table <cycle 4> [860]
[654] 0.0 0.00 0.00 35076 survives_gc_p [654]
-----------------------------------------------
0.00 0.00 1/33219 x_uncatch_errors_after_check [1648]
0.00 0.00 2/33219 Fx_change_window_property [1483]
0.00 0.00 2/33219 read_and_apply_settings [1592]
0.00 0.00 3/33219 delete_terminal [1568]
0.00 0.00 3/33219 free_frame_faces [1576]
0.00 0.00 3/33219 x_load_resources [1617]
0.00 0.00 3/33219 free_region_cache [1451]
0.00 0.00 4/33219 init_system_name [1416]
0.00 0.00 4/33219 Fload <cycle 4> [401]
0.00 0.00 4/33219 doprnt <cycle 4> [1410]
0.00 0.00 5/33219 delete_frame <cycle 4> [450]
0.00 0.00 6/33219 free_glyphs [1497]
0.00 0.00 6/33219 Fkill_buffer <cycle 4> [499]
0.00 0.00 6/33219 xftfont_done_face [1369]
0.00 0.00 8/33219 free_window_matrices [1498]
0.00 0.00 10/33219 free_color_table [1302]
0.00 0.00 14/33219 magic_db [1275]
0.00 0.00 14/33219 smc_save_yourself_CB [3627]
0.00 0.00 16/33219 realize_face [332]
0.00 0.00 16/33219 unbind_to <cycle 4> [285]
0.00 0.00 24/33219 process_tool_bar_item <cycle 4> [287]
0.00 0.00 63/33219 free_realized_face [1244]
0.00 0.00 130/33219 free_glyph_matrix [1303]
0.00 0.00 301/33219 encode_coding_object <cycle 4> [1067]
0.00 0.00 590/33219 text_quoting_style <cycle 4> [523]
0.00 0.00 922/33219 x_uncatch_errors [1012]
0.00 0.00 932/33219 xpm_free_color_cache [1313]
0.00 0.00 1033/33219 display_mode_line <cycle 4> [360]
0.00 0.00 1317/33219 free_menubar_widget_value_tree [1383]
0.00 0.00 27777/33219 re_compile_pattern [132]
[655] 0.0 0.00 0.00 33219 xfree [655]
-----------------------------------------------
2212 init_iterator <cycle 4> [82]
6328 reseat_1 <cycle 4> [734]
23759 display_string <cycle 4> [72]
[656] 0.0 0.00 0.00 32299 bidi_init_it <cycle 4> [656]
1 bidi_initialize <cycle 4> [517]
-----------------------------------------------
0.00 0.00 1042/31638 lisp_malloc [881]
0.00 0.00 7326/31638 Fmake_string [55]
0.00 0.00 23270/31638 lisp_align_malloc [666]
[657] 0.0 0.00 0.00 31638 mem_insert [657]
0.00 0.00 31638/71975 xmalloc [642]
0.00 0.00 11249/14319 mem_rotate_left [686]
0.00 0.00 10637/14529 mem_rotate_right [685]
-----------------------------------------------
0.00 0.00 3/31463 sweep_buffers [558]
0.00 0.00 37/31463 sweep_misc [473]
0.00 0.00 1057/31463 sweep_strings [365]
0.00 0.00 7319/31463 sweep_vectors [52]
0.00 0.00 23047/31463 lisp_align_free [235]
[658] 0.0 0.00 0.00 31463 mem_delete [658]
0.00 0.00 3892/14529 mem_rotate_right [685]
0.00 0.00 3070/14319 mem_rotate_left [686]
-----------------------------------------------
0.00 0.00 20/31455 print_string <cycle 4> [1250]
0.00 0.00 165/31455 string_to_multibyte [1090]
0.00 0.00 500/31455 insert_from_string_1 <cycle 4> [120]
0.00 0.00 30770/31455 concat [111]
[659] 0.0 0.00 0.00 31455 count_size_as_multibyte [659]
-----------------------------------------------
0.00 0.00 5319/30703 bidi_move_to_visually_next <cycle 4> [76]
0.00 0.00 25384/30703 bidi_paragraph_init <cycle 4> [495]
[660] 0.0 0.00 0.00 30703 bidi_line_init [660]
-----------------------------------------------
6780 next_element_from_buffer <cycle 4> [98]
11363 next_element_from_string <cycle 4> [59]
12396 next_element_from_c_string <cycle 4> [648]
[661] 0.0 0.00 0.00 30539 get_visually_first_element <cycle 4> [661]
25371 bidi_paragraph_init <cycle 4> [495]
25371 bidi_move_to_visually_next <cycle 4> [76]
-----------------------------------------------
0.00 0.00 4/29026 make_buffer_string_both [322]
0.00 0.00 29022/29026 concat [111]
[662] 0.0 0.00 0.00 29026 make_uninit_string [662]
-----------------------------------------------
0.00 0.00 91/28240 lisp_file_lexically_bound_p [1418]
0.00 0.00 1460/28240 readevalloop <cycle 4> [380]
0.00 0.00 4862/28240 read_escape [858]
0.00 0.00 21827/28240 read1 <cycle 5> [279]
[663] 0.0 0.00 0.00 28240 readchar [663]
0.00 0.00 18613/18613 readbyte_from_file [675]
-----------------------------------------------
146 analyze_first [664]
0.00 0.00 24/27792 re_compile_pattern [132]
0.00 0.00 27768/27792 re_compile_fastmap [665]
[664] 0.0 0.00 0.00 27792+146 analyze_first [664]
146 analyze_first [664]
-----------------------------------------------
0.00 0.00 27768/27768 re_search_2 [61]
[665] 0.0 0.00 0.00 27768 re_compile_fastmap [665]
0.00 0.00 27768/27792 analyze_first [664]
-----------------------------------------------
0.00 0.00 23270/23270 Fcons [62]
[666] 0.0 0.00 0.00 23270 lisp_align_malloc [666]
0.00 0.00 23270/31638 mem_insert [657]
-----------------------------------------------
0.00 0.00 1/22985 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 2/22985 pos_visible_p <cycle 4> [1591]
0.00 0.00 1020/22985 Fvertical_motion <cycle 4> [168]
0.00 0.00 1520/22985 move_it_to <cycle 4> [171]
0.00 0.00 2152/22985 move_it_vertically_backward <cycle 4> [108]
0.00 0.00 2212/22985 init_iterator <cycle 4> [82]
0.00 0.00 6328/22985 reseat_1 <cycle 4> [734]
0.00 0.00 9750/22985 back_to_previous_visible_line_start [115]
[667] 0.0 0.00 0.00 22985 bidi_unshelve_cache [667]
-----------------------------------------------
21600 mark_object <cycle 4> [30]
[668] 0.0 0.00 0.00 21600 mark_compiled <cycle 4> [668]
83328 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.00 1/20569 x_default_font_parameter <cycle 4> [413]
0.00 0.00 1/20569 intern_1 [307]
0.00 0.00 1/20569 Fnew_fontset <cycle 4> [463]
0.00 0.00 23/20569 openp <cycle 4> [210]
0.00 0.00 118/20569 ftfont_get_charset [293]
0.00 0.00 301/20569 encode_coding_object <cycle 4> [1067]
0.00 0.00 482/20569 directory_files_internal <cycle 4> [254]
0.00 0.00 1933/20569 ftfont_pattern_entity [220]
0.00 0.00 17709/20569 make_string [680]
[669] 0.0 0.00 0.00 20569 make_unibyte_string [669]
0.00 0.00 18506/49690 make_specified_string [652]
-----------------------------------------------
0.00 0.00 176/20404 show_hourglass <cycle 4> [180]
0.00 0.00 8574/20404 x_produce_glyphs [75]
0.00 0.00 11654/20404 handle_line_prefix [193]
[670] 0.0 0.00 0.00 20404 get_it_property [670]
-----------------------------------------------
0.00 0.00 1/19551 Fredirect_frame_focus <cycle 4> [1543]
0.00 0.00 1/19551 delete_frame <cycle 4> [450]
0.00 0.00 1000/19551 Fborder_width [997]
0.00 0.00 1062/19551 Fframe_char_width [932]
0.00 0.00 3094/19551 Fframe_char_height [777]
0.00 0.00 7160/19551 Fframe_parameters [101]
0.00 0.00 7233/19551 Fframe_parameter [99]
[671] 0.0 0.00 0.00 19551 decode_any_frame [671]
-----------------------------------------------
0.00 0.00 4273/19327 Ffuncall <cycle 4> [39]
0.00 0.00 15054/19327 exec_byte_code <cycle 4> [143]
[672] 0.0 0.00 0.00 19327 arith_driver [672]
-----------------------------------------------
0.00 0.00 256/18850 string_match_1 [249]
0.00 0.00 18594/18850 display_mode_element <cycle 4> [179]
[673] 0.0 0.00 0.00 18850 string_byte_to_char [673]
-----------------------------------------------
0.00 0.00 1/18705 unwind_create_frame [1605]
0.00 0.00 1/18705 x_set_tool_bar_position [571]
0.00 0.00 2/18705 redisplay_window <cycle 4> [116]
0.00 0.00 2/18705 next_window [599]
0.00 0.00 2/18705 record_buffer [581]
0.00 0.00 2/18705 Fprovide [531]
0.00 0.00 10/18705 eval_sub <cycle 4> [189]
0.00 0.00 16/18705 Ffeaturep [1270]
0.00 0.00 20/18705 print_error_message <cycle 4> [416]
0.00 0.00 40/18705 Fsignal <cycle 4> [411]
0.00 0.00 54/18705 menu_bar_item <cycle 4> [470]
0.00 0.00 158/18705 where_is_internal <cycle 4> [151]
0.00 0.00 171/18705 Fset_fontset_font <cycle 4> [60]
0.00 0.00 188/18705 Ffind_file_name_handler [105]
0.00 0.00 278/18705 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 666/18705 Fset_charset_priority [439]
0.00 0.00 2010/18705 window_list_1 [296]
0.00 0.00 15084/18705 exec_byte_code <cycle 4> [143]
[674] 0.0 0.00 0.00 18705 Fmemq [674]
-----------------------------------------------
0.00 0.00 18613/18613 readchar [663]
[675] 0.0 0.00 0.00 18613 readbyte_from_file [675]
0.00 0.00 18613/638667 unblock_input_to [618]
0.00 0.00 18613/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/18247 x_wait_for_event [1649]
0.00 0.00 17/18247 clear_image_cache [1264]
0.00 0.00 118/18247 Fgarbage_collect <cycle 4> [40]
0.00 0.00 1967/18247 wait_reading_process_output [27]
0.00 0.00 16144/18247 timer_check [154]
[676] 0.0 0.00 0.00 18247 timespec_sub [676]
-----------------------------------------------
0.00 0.00 513/18231 arithcompare_driver [1048]
0.00 0.00 17718/18231 exec_byte_code <cycle 4> [143]
[677] 0.0 0.00 0.00 18231 arithcompare [677]
-----------------------------------------------
0.00 0.00 1/18192 make_frame <cycle 4> [314]
0.00 0.00 1/18192 Fdefine_key <cycle 4> [350]
0.00 0.00 2/18192 init_kboard [584]
0.00 0.00 2/18192 font_update_drivers [542]
0.00 0.00 3/18192 font_registry_charsets [251]
0.00 0.00 5/18192 Fget_buffer_create <cycle 4> [458]
0.00 0.00 10/18192 Fcopy_keymap [525]
0.00 0.00 10/18192 lookup_image <cycle 4> [491]
0.00 0.00 12/18192 process_tool_bar_item <cycle 4> [287]
0.00 0.00 13/18192 Ffuncall <cycle 4> [39]
0.00 0.00 23/18192 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 35/18192 openp <cycle 4> [210]
0.00 0.00 47/18192 menu_bar_item <cycle 4> [470]
0.00 0.00 852/18192 Fset_fontset_font <cycle 4> [60]
0.00 0.00 1380/18192 update_compositions <cycle 4> [205]
0.00 0.00 1582/18192 read_list <cycle 5> [388]
0.00 0.00 1785/18192 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 5144/18192 Fcurrent_active_maps <cycle 4> [155]
0.00 0.00 7285/18192 exec_byte_code <cycle 4> [143]
[678] 0.0 0.00 0.00 18192 list1 [678]
-----------------------------------------------
17797 mark_object <cycle 4> [30]
[679] 0.0 0.00 0.00 17797 mark_localized_symbol <cycle 4> [679]
35594 mark_object <cycle 4> [30]
354 traverse_intervals_noorder <cycle 4> [809]
127 mark_buffer <cycle 4> [939]
114 mark_vectorlike <cycle 4> [85]
1 swap_in_global_binding <cycle 4> [1362]
-----------------------------------------------
0.00 0.00 1/17709 x_term_init <cycle 4> [573]
0.00 0.00 1/17709 x_session_initialize [1619]
0.00 0.00 2/17709 file_attributes [513]
0.00 0.00 3/17709 realize_basic_faces [316]
0.00 0.00 3/17709 Fgetenv_internal [1290]
0.00 0.00 4/17709 Fsingle_key_description <cycle 4> [1055]
0.00 0.00 4/17709 text_quoting_style <cycle 4> [523]
0.00 0.00 4/17709 fontset_pattern_regexp [579]
0.00 0.00 6/17709 Fx_create_frame <cycle 4> [384]
0.00 0.00 9/17709 Fframe_parameters [101]
0.00 0.00 11/17709 parse_modifiers [190]
0.00 0.00 12/17709 x_find_image_fd <cycle 4> [545]
0.00 0.00 16/17709 font_build_object [419]
0.00 0.00 20/17709 cmd_error_internal [200]
0.00 0.00 24/17709 process_tool_bar_item <cycle 4> [287]
0.00 0.00 38/17709 Fexpand_file_name <cycle 4> [164]
0.00 0.00 165/17709 openp <cycle 4> [210]
0.00 0.00 208/17709 Fkey_description <cycle 4> [338]
0.00 0.00 819/17709 Ffont_xlfd_name [1021]
0.00 0.00 2043/17709 Fcall_interactively <cycle 4> [258]
0.00 0.00 14316/17709 make_formatted_string [687]
[680] 0.0 0.00 0.00 17709 make_string [680]
0.00 0.00 17709/402252 parse_str_as_multibyte [629]
0.00 0.00 17709/20569 make_unibyte_string [669]
-----------------------------------------------
0.00 0.00 1/17595 Fposn_at_x_y [1542]
0.00 0.00 1030/17595 window_box_right_offset [964]
0.00 0.00 1031/17595 note_mouse_highlight [497]
0.00 0.00 15533/17595 window_box_left [683]
[681] 0.0 0.00 0.00 17595 window_box_left_offset [681]
0.00 0.00 15311/39509 window_box_width [653]
-----------------------------------------------
0.00 0.00 167/15927 lisp_string_width [354]
0.00 0.00 15760/15927 c_string_width [707]
[682] 0.0 0.00 0.00 15927 char_width [682]
-----------------------------------------------
0.00 0.00 1/15532 window_relative_x_coord [1609]
0.00 0.00 1/15532 make_lispy_position <cycle 4> [541]
0.00 0.00 1035/15532 coordinates_in_window [947]
0.00 0.00 1118/15532 window_box_right [906]
0.00 0.00 1118/15532 draw_fringe_bitmap_1 <cycle 4> [239]
0.00 0.00 1122/15532 x_clear_end_of_line <cycle 4> [901]
0.00 0.00 2294/15532 window_box <cycle 4> [764]
0.00 0.00 3148/15532 draw_glyphs <cycle 4> [44]
0.00 0.00 5695/15532 get_glyph_string_clip_rects [698]
[683] 0.0 0.00 0.00 15532 window_box_left [683]
0.00 0.00 15533/17595 window_box_left_offset [681]
-----------------------------------------------
0.00 0.00 1/14579 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 1/14579 Fposn_at_x_y [1542]
0.00 0.00 3/14579 Fwindow_prev_buffers [1444]
0.00 0.00 3/14579 Fset_window_prev_buffers [1439]
0.00 0.00 3/14579 Fwindow_next_buffers [1443]
0.00 0.00 3/14579 Fset_window_next_buffers [1438]
0.00 0.00 3/14579 set_window_buffer <cycle 4> [457]
0.00 0.00 22/14579 Fwindow_right_divider_width [1226]
0.00 0.00 44/14579 Fwindow_bottom_divider_width [1224]
0.00 0.00 66/14579 Fwindow_scroll_bar_height [1227]
0.00 0.00 88/14579 Fwindow_mode_line_height <cycle 4> [1225]
0.00 0.00 125/14579 Fwindow_scroll_bar_width [1228]
0.00 0.00 1000/14579 Fwindow_body_height [999]
0.00 0.00 1000/14579 Fwindow_body_width [1000]
0.00 0.00 1022/14579 Fwindow_margins [978]
0.00 0.00 1022/14579 Fwindow_fringes [976]
0.00 0.00 2000/14579 Fwindow_scroll_bars [306]
0.00 0.00 2005/14579 decode_next_window_args [843]
0.00 0.00 2044/14579 Fwindow_header_line_height [977]
0.00 0.00 2062/14579 Fwindow_point [833]
0.00 0.00 2062/14579 Fwindow_old_point [832]
[684] 0.0 0.00 0.00 14579 set_window_margins [684]
0.00 0.00 6/18 extract_dimension [1260]
-----------------------------------------------
0.00 0.00 3892/14529 mem_delete [658]
0.00 0.00 10637/14529 mem_insert [657]
[685] 0.0 0.00 0.00 14529 mem_rotate_right [685]
-----------------------------------------------
0.00 0.00 3070/14319 mem_delete [658]
0.00 0.00 11249/14319 mem_insert [657]
[686] 0.0 0.00 0.00 14319 mem_rotate_left [686]
-----------------------------------------------
0.00 0.00 2/14316 ensure_echo_area_buffers <cycle 4> [1099]
0.00 0.00 14314/14316 Fframe_parameters [101]
[687] 0.0 0.00 0.00 14316 make_formatted_string [687]
0.00 0.00 14316/17709 make_string [680]
-----------------------------------------------
0.00 0.00 75/14156 add_properties [344]
0.00 0.00 4168/14156 Fplist_put [448]
0.00 0.00 9913/14156 exec_byte_code <cycle 4> [143]
[688] 0.0 0.00 0.00 14156 Fsetcar [688]
-----------------------------------------------
0.00 0.00 2/13559 internal_catch [5]
0.00 0.00 2/13559 internal_condition_case_2 <cycle 4> [1500]
0.00 0.00 22/13559 internal_condition_case <cycle 2> [194]
0.00 0.00 1376/13559 internal_condition_case_1 <cycle 4> [878]
0.00 0.00 2709/13559 exec_byte_code <cycle 4> [143]
0.00 0.00 9448/13559 internal_condition_case_n <cycle 4> [709]
[689] 0.0 0.00 0.00 13559 push_handler [689]
0.00 0.00 13559/13559 push_handler_nosignal [690]
-----------------------------------------------
0.00 0.00 13559/13559 push_handler [689]
[690] 0.0 0.00 0.00 13559 push_handler_nosignal [690]
-----------------------------------------------
0.00 0.00 1009/13031 wait_reading_process_output [27]
0.00 0.00 12022/13031 deliver_process_signal [2881]
[691] 0.0 0.00 0.00 13031 handle_input_available_signal [691]
-----------------------------------------------
0.00 0.00 3/12846 decide_coding_unwind [1447]
0.00 0.00 598/12846 del_range_2 [300]
0.00 0.00 1228/12846 display_line <cycle 4> [197]
0.00 0.00 11017/12846 move_it_to <cycle 4> [171]
[692] 0.0 0.00 0.00 12846 recenter_overlay_lists [692]
-----------------------------------------------
0.00 0.00 2/12473 x_wait_for_event [1649]
0.00 0.00 4/12473 decode_time_components [711]
0.00 0.00 7/12473 Fcurrent_time [516]
0.00 0.00 10/12473 lookup_image <cycle 4> [491]
0.00 0.00 17/12473 clear_image_cache [1264]
0.00 0.00 236/12473 Fgarbage_collect <cycle 4> [40]
0.00 0.00 941/12473 do_pending_atimers [724]
0.00 0.00 1021/12473 start_atimer [989]
0.00 0.00 1024/12473 top_level_1 <cycle 2> [36]
0.00 0.00 1982/12473 wait_reading_process_output [27]
0.00 0.00 7229/12473 timer_check [154]
[693] 0.0 0.00 0.00 12473 gettime [693]
-----------------------------------------------
0.00 0.00 973/11768 redisplay_window <cycle 4> [116]
0.00 0.00 1002/11768 erase_phys_cursor <cycle 4> [995]
0.00 0.00 1026/11768 get_glyph_string_clip_rects [698]
0.00 0.00 1099/11768 update_window <cycle 4> [118]
0.00 0.00 1118/11768 draw_window_fringes <cycle 4> [909]
0.00 0.00 1127/11768 x_clear_end_of_line <cycle 4> [901]
0.00 0.00 2100/11768 update_window_fringes [80]
0.00 0.00 3323/11768 init_iterator <cycle 4> [82]
[694] 0.0 0.00 0.00 11768 window_text_bottom_y [694]
-----------------------------------------------
0.00 0.00 2/11602 Fautoload_do_load <cycle 4> [543]
0.00 0.00 58/11602 store_symval_forwarding <cycle 4> [117]
0.00 0.00 3126/11602 Ffuncall <cycle 4> [39]
0.00 0.00 8416/11602 get_backtrace_frame [826]
[695] 0.0 0.00 0.00 11602 Findirect_function [695]
-----------------------------------------------
0.00 0.00 1041/11499 region_cache_forward [139]
0.00 0.00 4059/11499 delete_cache_boundaries [708]
0.00 0.00 6399/11499 region_cache_backward [732]
[696] 0.0 0.00 0.00 11499 find_cache_boundary [696]
-----------------------------------------------
0.00 0.00 25/11256 Fdefine_key <cycle 4> [350]
0.00 0.00 192/11256 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 261/11256 Fwhere_is_internal <cycle 4> [270]
0.00 0.00 349/11256 access_keymap_1 <cycle 4> [93]
0.00 0.00 456/11256 boyer_moore [1241]
0.00 0.00 462/11256 preferred_sequence_p [1074]
0.00 0.00 703/11256 search_buffer [231]
0.00 0.00 1016/11256 exec_byte_code <cycle 4> [143]
0.00 0.00 1833/11256 Faccessible_keymaps <cycle 4> [493]
0.00 0.00 2046/11256 where_is_internal <cycle 4> [151]
0.00 0.00 3913/11256 Flookup_key <cycle 4> [760]
[697] 0.0 0.00 0.00 11256 Faref [697]
0.00 0.00 8/3082942 string_char_to_byte [603]
-----------------------------------------------
0.00 0.00 1620/10556 x_draw_glyph_string_box [866]
0.00 0.00 8936/10556 x_set_glyph_string_clipping [714]
[698] 0.0 0.00 0.00 10556 get_glyph_string_clip_rects [698]
0.00 0.00 5695/15532 window_box_left [683]
0.00 0.00 5695/39509 window_box_width [653]
0.00 0.00 1026/11768 window_text_bottom_y [694]
-----------------------------------------------
0.00 0.00 10310/10310 Fget_pos_property [176]
[699] 0.0 0.00 0.00 10310 overlays_around [699]
-----------------------------------------------
0.00 0.00 2048/10234 Ffuncall <cycle 4> [39]
0.00 0.00 8186/10234 exec_byte_code <cycle 4> [143]
[700] 0.0 0.00 0.00 10234 Fplus [700]
-----------------------------------------------
0.00 0.00 3/9870 display_mode_element <cycle 4> [179]
0.00 0.00 3/9870 Fsort [1373]
0.00 0.00 22/9870 exec_byte_code <cycle 4> [143]
0.00 0.00 9842/9870 Fnth [702]
[701] 0.0 0.00 0.00 9870 Fnthcdr [701]
-----------------------------------------------
0.00 0.00 4126/9842 lookup_fringe_bitmap [227]
0.00 0.00 5716/9842 get_keymap [617]
[702] 0.0 0.00 0.00 9842 Fnth [702]
0.00 0.00 9842/9870 Fnthcdr [701]
-----------------------------------------------
8789 process_pending_signals <cycle 3> [725]
0.00 0.00 4/7535 read_char <cycle 2> [14]
0.00 0.00 969/7535 sit_for [26]
[703] 0.0 0.00 0.00 9762 gobble_input <cycle 3> [703]
0.00 0.00 8574/8574 frame_make_pointer_visible [716]
9604 XTread_socket <cycle 3> [705]
-----------------------------------------------
0.00 0.00 1/9623 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 2/9623 pos_visible_p <cycle 4> [1591]
0.00 0.00 21/9623 move_it_in_display_line_to <cycle 4> [66]
0.00 0.00 1020/9623 Fvertical_motion <cycle 4> [168]
0.00 0.00 1552/9623 move_it_to <cycle 4> [171]
0.00 0.00 2152/9623 move_it_vertically_backward <cycle 4> [108]
0.00 0.00 4875/9623 back_to_previous_visible_line_start [115]
[704] 0.0 0.00 0.00 9623 bidi_shelve_cache [704]
-----------------------------------------------
9604 gobble_input <cycle 3> [703]
[705] 0.0 0.00 0.00 9604 XTread_socket <cycle 3> [705]
0.00 0.00 9604/638667 unblock_input_to [618]
0.00 0.00 9604/638619 unblock_input [619]
0.00 0.00 1204/7766 do_pending_atimers [724]
1204 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 16/9569 lisp_string_width [354]
0.00 0.00 9553/9569 c_string_width [707]
[706] 0.0 0.00 0.00 9569 buffer_display_table [706]
-----------------------------------------------
0.00 0.00 4/9553 doprnt <cycle 4> [1410]
0.00 0.00 189/9553 store_mode_line_noprop [1079]
0.00 0.00 9360/9553 display_mode_element <cycle 4> [179]
[707] 0.0 0.00 0.00 9553 c_string_width [707]
0.00 0.00 15760/15927 char_width [682]
0.00 0.00 9553/9569 buffer_display_table [706]
-----------------------------------------------
2536 delete_cache_boundaries [708]
0.00 0.00 510/9473 find_newline [110]
0.00 0.00 540/9473 know_region_cache [1041]
0.00 0.00 983/9473 invalidate_region_cache [895]
0.00 0.00 1041/9473 region_cache_forward [139]
0.00 0.00 6399/9473 region_cache_backward [732]
[708] 0.0 0.00 0.00 9473+2536 delete_cache_boundaries [708]
0.00 0.00 4059/11499 find_cache_boundary [696]
0.00 0.00 2030/2030 move_cache_gap [840]
2536 delete_cache_boundaries [708]
-----------------------------------------------
3072 safe_run_hook_funcall <cycle 4> [781]
6376 safe__call <cycle 4> [202]
[709] 0.0 0.00 0.00 9448 internal_condition_case_n <cycle 4> [709]
0.00 0.00 9448/13559 push_handler [689]
0.00 0.00 3072/3072 safe_run_hooks_1 [782]
6376 Ffuncall <cycle 4> [39]
3072 call0 <cycle 4> [722]
-----------------------------------------------
0.00 0.00 9243/9243 timer_check [154]
[710] 0.0 0.00 0.00 9243 decode_timer [710]
0.00 0.00 9204/9242 decode_time_components [711]
0.00 0.00 9204/9204 lisp_to_timespec [712]
-----------------------------------------------
0.00 0.00 2/9242 Ffloat_time [340]
0.00 0.00 36/9242 lisp_time_struct [1208]
0.00 0.00 9204/9242 decode_timer [710]
[711] 0.0 0.00 0.00 9242 decode_time_components [711]
0.00 0.00 4/12473 gettime [693]
-----------------------------------------------
0.00 0.00 9204/9204 decode_timer [710]
[712] 0.0 0.00 0.00 9204 lisp_to_timespec [712]
-----------------------------------------------
0.00 0.00 5/9179 Fcopy_marker [444]
0.00 0.00 300/9179 set_marker_restricted_both [1069]
0.00 0.00 535/9179 set_marker_both [1043]
0.00 0.00 1075/9179 Fmarker_buffer [922]
0.00 0.00 2140/9179 set_marker_internal [215]
0.00 0.00 5124/9179 Fmarker_position [743]
[713] 0.0 0.00 0.00 9179 CHECK_MARKER [713]
-----------------------------------------------
0.00 0.00 8936/8936 x_draw_glyph_string <cycle 4> [330]
[714] 0.0 0.00 0.00 8936 x_set_glyph_string_clipping [714]
0.00 0.00 8936/10556 get_glyph_string_clip_rects [698]
-----------------------------------------------
0.00 0.00 8750/8750 hash_lookup [20]
[715] 0.0 0.00 0.00 8750 hashfn_eql [715]
-----------------------------------------------
0.00 0.00 8574/8574 gobble_input <cycle 3> [703]
[716] 0.0 0.00 0.00 8574 frame_make_pointer_visible [716]
-----------------------------------------------
0.00 0.00 4/8563 looking_at_1 [433]
0.00 0.00 8559/8563 fast_looking_at [149]
[717] 0.0 0.00 0.00 8563 re_match_2 [717]
0.00 0.00 8563/51762 SETUP_SYNTAX_TABLE_FOR_OBJECT [651]
-----------------------------------------------
0.00 0.00 87/8355 next_element_from_buffer <cycle 4> [98]
0.00 0.00 8268/8355 handle_stop <cycle 4> [96]
[718] 0.0 0.00 0.00 8355 get_overlay_strings_1 [718]
0.00 0.00 8355/8355 load_overlay_strings [719]
-----------------------------------------------
0.00 0.00 8355/8355 get_overlay_strings_1 [718]
[719] 0.0 0.00 0.00 8355 load_overlay_strings [719]
-----------------------------------------------
0.00 0.00 11/8350 xftfont_prepare_face [1294]
0.00 0.00 8339/8350 xftfont_draw [329]
[720] 0.0 0.00 0.00 8350 xftfont_get_colors [720]
0.00 0.00 2061/638667 unblock_input_to [618]
0.00 0.00 2061/638619 unblock_input [619]
0.00 0.00 11/14 x_query_colors [1276]
-----------------------------------------------
0.00 0.00 8340/8340 x_draw_glyph_string <cycle 4> [330]
[721] 0.0 0.00 0.00 8340 x_set_glyph_string_gc [721]
0.00 0.00 8340/139845 prepare_face_for_display [635]
-----------------------------------------------
3 run_funs <cycle 4> [1458]
1000 prepare_to_modify_buffer_1 <cycle 4> [238]
1020 Fcall_interactively <cycle 4> [258]
3072 internal_condition_case_n <cycle 4> [709]
0.02 0.08 1021/33852 command_loop_1 <cycle 2> [23]
0.02 0.08 1023/33852 read_char <cycle 2> [14]
0.02 0.08 1024/33852 top_level_1 <cycle 2> [36]
[722] 0.0 0.00 0.00 8163 call0 <cycle 4> [722]
8164 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 1/7918 Fx_create_frame <cycle 4> [384]
0.00 0.00 1/7918 Frecursive_edit [1]
0.00 0.00 2/7918 save_menu_items [561]
0.00 0.00 2/7918 set_frame_menubar <cycle 4> [465]
0.00 0.00 2/7918 Fautoload_do_load <cycle 4> [543]
0.00 0.00 2/7918 Feval_buffer <cycle 4> [454]
0.00 0.00 3/7918 set_window_buffer <cycle 4> [457]
0.00 0.00 3/7918 Fkill_buffer <cycle 4> [499]
0.00 0.00 3/7918 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/7918 show_hourglass <cycle 4> [180]
0.00 0.00 4/7918 redisplay_internal [15]
0.00 0.00 8/7918 Fload <cycle 4> [401]
0.00 0.00 56/7918 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 56/7918 truncate_undo_list <cycle 4> [1162]
0.00 0.00 63/7918 x_consider_frame_title <cycle 4> [291]
0.00 0.00 881/7918 code_conversion_save <cycle 4> [402]
0.00 0.00 2066/7918 display_mode_line <cycle 4> [360]
0.00 0.00 4761/7918 exec_byte_code <cycle 4> [143]
[723] 0.0 0.00 0.00 7918 record_unwind_protect [723]
-----------------------------------------------
0.00 0.00 1/7766 other_visible_frames [1590]
0.00 0.00 1/7766 adjust_frame_size <cycle 4> [478]
0.00 0.00 1/7766 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/7766 realize_basic_faces [316]
0.00 0.00 1/7766 x_new_font <cycle 4> [1517]
0.00 0.00 1/7766 x_wait_for_event [1649]
0.00 0.00 1/7766 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/7766 x_set_mouse_color [553]
0.00 0.00 1/7766 x_window <cycle 4> [1650]
0.00 0.00 1/7766 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1/7766 Fnreverse [28]
0.00 0.00 1/7766 Fassoc [288]
0.00 0.00 1/7766 Frassoc [353]
0.00 0.00 2/7766 clear_face_cache [1298]
0.00 0.00 2/7766 x_scroll_bar_create [528]
0.00 0.00 2/7766 Fx_change_window_property [1483]
0.00 0.00 2/7766 x_defined_color [1084]
0.00 0.00 2/7766 xftfont_open [408]
0.00 0.00 3/7766 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 4/7766 detect_input_pending_run_timers [153]
0.00 0.00 6/7766 Fx_register_dnd_atom [1351]
0.00 0.00 6/7766 Fx_selection_exists_p [569]
0.00 0.00 9/7766 clear_image_cache [1264]
0.00 0.00 15/7766 Fassoc_string [33]
0.00 0.00 24/7766 re_match_2_internal [70]
0.00 0.00 35/7766 xftfont_text_extents [128]
0.00 0.00 39/7766 Fgarbage_collect <cycle 4> [40]
0.00 0.00 61/7766 x_make_frame_visible <cycle 4> [479]
0.00 0.00 76/7766 internal_equal [24]
0.00 0.00 80/7766 Fassq [45]
0.00 0.00 87/7766 access_keymap_1 <cycle 4> [93]
0.00 0.00 253/7766 exec_byte_code <cycle 4> [143]
0.00 0.00 461/7766 funcall_lambda <cycle 4> [126]
0.00 0.00 916/7766 xfont_list_pattern [252]
0.00 0.00 1010/7766 wait_reading_process_output [27]
0.00 0.00 1204/7766 XTread_socket <cycle 3> [705]
0.00 0.00 1460/7766 Ffuncall <cycle 4> [39]
0.00 0.00 1994/7766 Fmake_list [112]
[724] 0.0 0.00 0.00 7766 do_pending_atimers [724]
0.00 0.00 941/2982 block_atimers [788]
0.00 0.00 941/12473 gettime [693]
0.00 0.00 941/1962 set_alarm [851]
-----------------------------------------------
1204 XTread_socket <cycle 3> [705]
0.00 0.00 1/7535 other_visible_frames [1590]
0.00 0.00 1/7535 adjust_frame_size <cycle 4> [478]
0.00 0.00 1/7535 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/7535 realize_basic_faces [316]
0.00 0.00 1/7535 x_new_font <cycle 4> [1517]
0.00 0.00 1/7535 x_wait_for_event [1649]
0.00 0.00 1/7535 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/7535 x_set_mouse_color [553]
0.00 0.00 1/7535 x_window <cycle 4> [1650]
0.00 0.00 1/7535 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1/7535 Fnreverse [28]
0.00 0.00 1/7535 Fassoc [288]
0.00 0.00 1/7535 Frassoc [353]
0.00 0.00 2/7535 clear_face_cache [1298]
0.00 0.00 2/7535 x_scroll_bar_create [528]
0.00 0.00 2/7535 Fx_change_window_property [1483]
0.00 0.00 2/7535 x_defined_color [1084]
0.00 0.00 2/7535 xftfont_open [408]
0.00 0.00 3/7535 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 4/7535 detect_input_pending_run_timers [153]
0.00 0.00 6/7535 Fx_register_dnd_atom [1351]
0.00 0.00 6/7535 Fx_selection_exists_p [569]
0.00 0.00 9/7535 clear_image_cache [1264]
0.00 0.00 15/7535 Fassoc_string [33]
0.00 0.00 24/7535 re_match_2_internal [70]
0.00 0.00 35/7535 xftfont_text_extents [128]
0.00 0.00 39/7535 Fgarbage_collect <cycle 4> [40]
0.00 0.00 61/7535 x_make_frame_visible <cycle 4> [479]
0.00 0.00 76/7535 internal_equal [24]
0.00 0.00 80/7535 Fassq [45]
0.00 0.00 87/7535 access_keymap_1 <cycle 4> [93]
0.00 0.00 253/7535 exec_byte_code <cycle 4> [143]
0.00 0.00 461/7535 funcall_lambda <cycle 4> [126]
0.00 0.00 916/7535 xfont_list_pattern [252]
0.00 0.00 1010/7535 wait_reading_process_output [27]
0.00 0.00 1460/7535 Ffuncall <cycle 4> [39]
0.00 0.00 1994/7535 Fmake_list [112]
[725] 0.0 0.00 0.00 7766 process_pending_signals <cycle 3> [725]
8789 gobble_input <cycle 3> [703]
-----------------------------------------------
0.00 0.00 7315/7315 draw_glyphs <cycle 4> [44]
[726] 0.0 0.00 0.00 7315 init_glyph_string [726]
-----------------------------------------------
0.00 0.00 7315/7315 draw_glyphs <cycle 4> [44]
[727] 0.0 0.00 0.00 7315 set_glyph_string_background_width [727]
-----------------------------------------------
0.00 0.00 7099/7099 Fnext_single_char_property_change <cycle 4> [172]
[728] 0.0 0.00 0.00 7099 Fnext_char_property_change [728]
0.00 0.00 7099/7099 Fnext_overlay_change [729]
-----------------------------------------------
0.00 0.00 7099/7099 Fnext_char_property_change [728]
[729] 0.0 0.00 0.00 7099 Fnext_overlay_change [729]
-----------------------------------------------
0.00 0.00 2/6779 Fload <cycle 4> [401]
0.00 0.00 3/6779 Finsert_file_contents <cycle 4> [336]
0.00 0.00 8/6779 readevalloop <cycle 4> [380]
0.00 0.00 9/6779 eval_sub <cycle 4> [189]
0.00 0.00 10/6779 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 14/6779 Ffunctionp [872]
0.00 0.00 26/6779 Fsubstitute_in_file_name <cycle 4> [284]
0.00 0.00 190/6779 Ffuncall <cycle 4> [39]
0.00 0.00 2429/6779 store_symval_forwarding <cycle 4> [117]
0.00 0.00 4088/6779 keyremap_step.constprop.45 [31]
[730] 0.0 0.00 0.00 6779 Ffboundp [730]
-----------------------------------------------
0.00 0.00 1/6665 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1/6665 redisplay_mode_lines <cycle 4> [1594]
0.00 0.00 1/6665 pos_visible_p <cycle 4> [1591]
0.00 0.00 1/6665 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 4/6665 mark_window_display_accurate_1 [945]
0.00 0.00 5/6665 compute_window_start_on_continuation_line [1379]
0.00 0.00 6/6665 unshow_buffer [1427]
0.00 0.00 31/6665 display_echo_area_1 <cycle 4> [1213]
0.00 0.00 54/6665 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 100/6665 message_dolog <cycle 4> [308]
0.00 0.00 156/6665 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 1034/6665 set_vertical_scroll_bar [936]
0.00 0.00 1081/6665 set_point_from_marker [921]
0.00 0.00 2066/6665 display_mode_element <cycle 4> [179]
0.00 0.00 2124/6665 redisplay_window <cycle 4> [116]
[731] 0.0 0.00 0.00 6665 marker_position [731]
-----------------------------------------------
0.00 0.00 6399/6399 find_newline [110]
[732] 0.0 0.00 0.00 6399 region_cache_backward [732]
0.00 0.00 6399/9473 delete_cache_boundaries [708]
0.00 0.00 6399/11499 find_cache_boundary [696]
-----------------------------------------------
0.00 0.00 209/6388 Fdefault_boundp [1077]
0.00 0.00 6179/6388 Fdefault_value [738]
[733] 0.0 0.00 0.00 6388 default_value [733]
0.00 0.00 2/6 indirect_variable [1356]
-----------------------------------------------
1076 move_it_vertically_backward <cycle 4> [108]
5267 reseat <cycle 4> [363]
[734] 0.0 0.00 0.00 6343 reseat_1 <cycle 4> [734]
0.00 0.00 6328/22985 bidi_unshelve_cache [667]
6328 bidi_init_it <cycle 4> [656]
-----------------------------------------------
0.00 0.00 1/6229 Fdelete_terminal <cycle 4> [1531]
0.00 0.00 21/6229 decode_live_terminal [1232]
0.00 0.00 6207/6229 Fterminal_live_p [736]
[735] 0.0 0.00 0.00 6229 decode_terminal [735]
-----------------------------------------------
0.00 0.00 6207/6207 Ffuncall <cycle 4> [39]
[736] 0.0 0.00 0.00 6207 Fterminal_live_p [736]
0.00 0.00 6207/6229 decode_terminal [735]
-----------------------------------------------
5165 display_mode_element <cycle 4> [179]
0.02 0.08 1032/33852 redisplay_internal [15]
[737] 0.0 0.00 0.00 6197 safe__call1 <cycle 4> [737]
6197 safe__call <cycle 4> [202]
-----------------------------------------------
0.00 0.00 6/6179 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.00 38/6179 eval_sub <cycle 4> [189]
0.00 0.00 2001/6179 Fcommandp <cycle 4> [538]
0.00 0.00 2062/6179 Fbuffer_local_value [830]
0.00 0.00 2072/6179 Ffuncall <cycle 4> [39]
[738] 0.0 0.00 0.00 6179 Fdefault_value [738]
0.00 0.00 6179/6388 default_value [733]
0.00 0.00 2088/119738 do_symval_forwarding [637]
-----------------------------------------------
0.00 0.00 347/5788 font_list_entities [25]
0.00 0.00 1090/5788 where_is_internal_1 <cycle 4> [121]
0.00 0.00 1214/5788 fontset_add [248]
0.00 0.00 1352/5788 Ffuncall <cycle 4> [39]
0.00 0.00 1785/5788 accessible_keymaps_1 <cycle 4> [244]
[739] 0.0 0.00 0.00 5788 Fvconcat [739]
-----------------------------------------------
0.00 0.00 5634/5634 set_point_both [257]
[740] 0.0 0.00 0.00 5634 previous_interval [740]
-----------------------------------------------
0.00 0.00 2/5386 face_for_font [1493]
0.00 0.00 94/5386 realize_face [332]
0.00 0.00 5290/5386 Finternal_merge_in_global_face [327]
[741] 0.0 0.00 0.00 5386 lface_hash [741]
-----------------------------------------------
4 tool_bar_items <cycle 4> [423]
7 menu_bar_items <cycle 4> [406]
5144 Fcurrent_active_maps <cycle 4> [155]
[742] 0.0 0.00 0.00 5155 current_minor_maps <cycle 4> [742]
5155 find_symbol_value <cycle 4> [317]
-----------------------------------------------
0.00 0.00 1000/5124 Ffuncall <cycle 4> [39]
0.00 0.00 4124/5124 hscroll_window_tree [212]
[743] 0.0 0.00 0.00 5124 Fmarker_position [743]
0.00 0.00 5124/9179 CHECK_MARKER [713]
-----------------------------------------------
2 x_set_frame_parameters <cycle 4> [395]
4 message3_nolog <cycle 4> [1501]
0.04 0.15 2064/33852 redisplay_internal [15]
0.05 0.22 2991/33852 wait_reading_process_output [27]
[744] 0.0 0.00 0.00 5061 do_pending_window_change <cycle 4> [744]
0.00 0.00 2/3 change_frame_size_1 [1446]
2 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
2 Fkill_buffer <cycle 4> [499]
4 redisplay_mode_lines <cycle 4> [1594]
4 set_frame_menubar <cycle 4> [465]
8 resize_mini_window <cycle 4> [310]
16 show_hourglass <cycle 4> [180]
20 write_string_1 <cycle 4> [1257]
20 Fprinc <cycle 4> [1239]
40 setup_echo_area_for_printing <cycle 4> [447]
56 unwind_with_echo_area_buffer <cycle 4> [1163]
56 with_echo_area_buffer <cycle 4> [386]
63 unwind_format_mode_line <cycle 4> [912]
63 x_consider_frame_title <cycle 4> [291]
100 message_dolog <cycle 4> [308]
154 Fset_buffer <cycle 4> [803]
577 decode_coding <cycle 4> [518]
619 unbind_to <cycle 4> [285]
1154 code_conversion_save <cycle 4> [402]
2091 redisplay_window <cycle 4> [116]
[745] 0.0 0.00 0.00 5047 set_buffer_internal_1 <cycle 4> [745]
0.00 0.00 2808/2808 record_buffer_markers [796]
0.00 0.00 2808/2808 fetch_buffer_markers [795]
15060 Fsymbol_value <cycle 4> [640]
-----------------------------------------------
0.00 0.00 2/4774 Ffuncall <cycle 4> [39]
0.00 0.00 2/4774 Feval_buffer <cycle 4> [454]
0.00 0.00 3/4774 Fgenerate_new_buffer_name [1434]
0.00 0.00 3/4774 Fkill_buffer <cycle 4> [499]
0.00 0.00 6/4774 make_process [1358]
0.00 0.00 100/4774 message_dolog <cycle 4> [308]
0.00 0.00 105/4774 Fget_buffer_create <cycle 4> [458]
0.00 0.00 2000/4774 Fget_buffer_window [845]
0.00 0.00 2553/4774 Fset_buffer <cycle 4> [803]
[746] 0.0 0.00 0.00 4774 Fget_buffer [746]
0.00 0.00 640/72320 Fcar [641]
0.00 0.00 640/126677 Fstring_equal [636]
-----------------------------------------------
0.00 0.00 4737/4737 x_draw_glyph_string <cycle 4> [330]
[747] 0.0 0.00 0.00 4737 x_draw_stretch_glyph_string [747]
0.00 0.00 3114/3114 x_clear_glyph_string_rect [775]
-----------------------------------------------
0.00 0.00 1/4590 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1/4590 redisplay_mode_lines <cycle 4> [1594]
0.00 0.00 1/4590 pos_visible_p <cycle 4> [1591]
0.00 0.00 1/4590 Fpos_visible_in_window_p <cycle 4> [582]
0.00 0.00 2/4590 unshow_buffer [1427]
0.00 0.00 5/4590 compute_window_start_on_continuation_line [1379]
0.00 0.00 31/4590 display_echo_area_1 <cycle 4> [1213]
0.00 0.00 54/4590 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 100/4590 message_dolog <cycle 4> [308]
0.00 0.00 156/4590 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 1033/4590 display_mode_element <cycle 4> [179]
0.00 0.00 1081/4590 set_point_from_marker [921]
0.00 0.00 2124/4590 redisplay_window <cycle 4> [116]
[748] 0.0 0.00 0.00 4590 marker_byte_position [748]
-----------------------------------------------
4491 eval_sub <cycle 4> [189]
[749] 0.0 0.00 0.00 4491 apply_lambda <cycle 4> [749]
0.00 0.00 4491/140813 Flength [634]
0.00 0.00 431/72320 Fcar [641]
0.00 0.00 431/1364726 Fcdr [610]
4491 funcall_lambda <cycle 4> [126]
2263 exec_byte_code <cycle 4> [143]
2228 unbind_to <cycle 4> [285]
431 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 5/4385 x_window_to_frame [1390]
0.00 0.00 52/4385 x_top_window_to_frame [1151]
0.00 0.00 4328/4385 x_any_window_to_frame [751]
[750] 0.0 0.00 0.00 4385 xg_win_to_widget [750]
0.00 0.00 4385/638667 unblock_input_to [618]
0.00 0.00 4385/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 2048/4336 event_handler_gdk [196]
0.00 0.00 2288/4336 handle_one_xevent [195]
[751] 0.0 0.00 0.00 4336 x_any_window_to_frame [751]
0.00 0.00 4328/4385 xg_win_to_widget [750]
-----------------------------------------------
4286 reseat_at_next_visible_line_start <cycle 4> [753]
[752] 0.0 0.00 0.00 4286 forward_to_next_line_start <cycle 4> [752]
4286 set_iterator_to_next <cycle 4> [626]
-----------------------------------------------
555 display_line <cycle 4> [197]
3731 move_it_to <cycle 4> [171]
[753] 0.0 0.00 0.00 4286 reseat_at_next_visible_line_start <cycle 4> [753]
4286 forward_to_next_line_start <cycle 4> [752]
-----------------------------------------------
8 tool_bar_items <cycle 4> [423]
12 menu_bar_items <cycle 4> [406]
0.02 0.08 1022/33852 read_key_sequence.constprop.44 <cycle 2> [22]
0.02 0.08 1024/33852 read_char <cycle 2> [14]
0.04 0.15 2046/33852 keyremap_step.constprop.45 [31]
[754] 0.0 0.00 0.00 4112 access_keymap <cycle 4> [754]
4112 access_keymap_1 <cycle 4> [93]
3070 get_keyelt <cycle 4> [535]
-----------------------------------------------
0.00 0.00 2/4022 next_window [599]
0.00 0.00 4020/4022 window_list_1 [296]
[755] 0.0 0.00 0.00 4022 candidate_window_p [755]
-----------------------------------------------
0.00 0.00 1/3973 x_wait_for_event [1649]
0.00 0.00 1021/3973 start_atimer [989]
0.00 0.00 2951/3973 wait_reading_process_output [27]
[756] 0.0 0.00 0.00 3973 timespec_add [756]
-----------------------------------------------
0.00 0.00 15/3906 face_boolean_x_resource_value [1381]
0.00 0.00 24/3906 font_build_object [419]
0.00 0.00 3867/3906 font_unparse_xlfd [885]
[757] 0.0 0.00 0.00 3906 font_style_symbolic [757]
-----------------------------------------------
1000 line_bottom_y <cycle 4> [567]
1020 Fvertical_motion <cycle 4> [168]
1770 move_it_vertically_backward <cycle 4> [108]
[758] 0.0 0.00 0.00 3790 move_it_by_lines <cycle 4> [758]
2770 move_it_to <cycle 4> [171]
-----------------------------------------------
0.00 0.00 2/3777 Fremove_text_properties <cycle 4> [566]
0.00 0.00 3/3777 set_text_properties [519]
0.00 0.00 3772/3777 add_text_properties_1 <cycle 4> [302]
[759] 0.0 0.00 0.00 3777 validate_plist [759]
0.00 0.00 1180/72320 Fcar [641]
0.00 0.00 576/1364726 Fcdr [610]
-----------------------------------------------
43 Ffuncall <cycle 4> [39]
499 shadow_lookup <cycle 4> [409]
3085 Fkey_binding <cycle 4> [359]
[760] 0.0 0.00 0.00 3627 Flookup_key <cycle 4> [760]
0.00 0.00 7107/676170 get_keymap [617]
0.00 0.00 3913/11256 Faref [697]
3913 access_keymap_1 <cycle 4> [93]
3334 get_keyelt <cycle 4> [535]
-----------------------------------------------
4 tool_bar_items <cycle 4> [423]
118 Fmap_keymap <cycle 4> [1113]
1682 where_is_internal <cycle 4> [151]
1820 Faccessible_keymaps <cycle 4> [493]
[761] 0.0 0.00 0.00 3624 map_keymap <cycle 4> [761]
0.00 0.00 10876/676170 get_keymap [617]
3628 map_keymap_internal <cycle 4> [592]
-----------------------------------------------
61 eval_sub <cycle 4> [189]
1045 apply1 <cycle 4> [942]
2436 Ffuncall <cycle 4> [39]
[762] 0.0 0.00 0.00 3542 Fapply <cycle 4> [762]
0.00 0.00 3542/140813 Flength [634]
3542 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 48/3412 accessible_keymaps_1 <cycle 4> [244]
0.00 0.00 206/3412 where_is_internal_1 <cycle 4> [121]
0.00 0.00 3158/3412 exec_byte_code <cycle 4> [143]
[763] 0.0 0.00 0.00 3412 Faset [763]
-----------------------------------------------
4 adjust_frame_size <cycle 4> [478]
36 adjust_glyph_matrix <cycle 4> [1201]
54 x_scroll_run <cycle 4> [1170]
1059 XTset_vertical_scroll_bar <cycle 4> [527]
2236 XTring_bell <cycle 4> [815]
[764] 0.0 0.00 0.00 3389 window_box <cycle 4> [764]
0.00 0.00 2330/39509 window_box_width [653]
0.00 0.00 2294/15532 window_box_left [683]
1153 window_box_height <cycle 4> [887]
-----------------------------------------------
0.00 0.00 1/3384 x_load_resources [1617]
0.00 0.00 1/3384 xg_store_widget_in_map [1524]
0.00 0.00 2/3384 Fgarbage_collect <cycle 4> [40]
0.00 0.00 6/3384 update_window <cycle 4> [118]
0.00 0.00 11/3384 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 18/3384 text_quoting_style <cycle 4> [523]
0.00 0.00 31/3384 xpalloc [1215]
0.00 0.00 51/3384 enlarge_buffer_text [1172]
0.00 0.00 290/3384 re_compile_pattern [132]
0.00 0.00 301/3384 alloc_destination [1064]
0.00 0.00 312/3384 adjust_glyph_matrix <cycle 4> [1201]
0.00 0.00 2360/3384 shrink_regexp_cache [1120]
[765] 0.0 0.00 0.00 3384 xrealloc [765]
-----------------------------------------------
0.00 0.00 3323/3323 init_iterator <cycle 4> [82]
[766] 0.0 0.00 0.00 3323 window_display_table [766]
-----------------------------------------------
1024 x_draw_glyph_string <cycle 4> [330]
2236 draw_fringe_bitmap_1 <cycle 4> [239]
[767] 0.0 0.00 0.00 3260 x_draw_fringe_bitmap <cycle 4> [767]
2236 XTring_bell <cycle 4> [815]
-----------------------------------------------
0.00 0.00 4/3243 Fset_match_data [894]
0.00 0.00 12/3243 delete_all_child_windows [1490]
0.00 0.00 76/3243 set_marker_internal [215]
0.00 0.00 300/3243 message_dolog <cycle 4> [308]
0.00 0.00 300/3243 set_marker_restricted_both [1069]
0.00 0.00 316/3243 set_marker_both [1043]
0.00 0.00 1075/3243 save_excursion_restore <cycle 4> [246]
0.00 0.00 1160/3243 sweep_misc [473]
[768] 0.0 0.00 0.00 3243 unchain_marker [768]
-----------------------------------------------
0.00 0.00 3241/3241 exec_byte_code <cycle 4> [143]
[769] 0.0 0.00 0.00 3241 Fmin [769]
-----------------------------------------------
0.00 0.00 3200/3200 re_compile_pattern [132]
[770] 0.0 0.00 0.00 3200 re_iswctype [770]
-----------------------------------------------
0.00 0.00 3179/3179 Ffuncall <cycle 4> [39]
[771] 0.0 0.00 0.00 3179 Fvectorp [771]
-----------------------------------------------
3172 eval_sub <cycle 4> [189]
[772] 0.0 0.00 0.00 3172 Fif <cycle 4> [772]
0.00 0.00 2073/72320 Fcar [641]
3172 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 100/3146 message_dolog <cycle 4> [308]
0.00 0.00 3046/3146 prepare_to_modify_buffer_1 <cycle 4> [238]
[773] 0.0 0.00 0.00 3146 bset_redisplay [773]
-----------------------------------------------
0.00 0.00 39/3145 try_window <cycle 4> [1200]
0.00 0.00 1076/3145 move_it_vertically_backward <cycle 4> [108]
0.00 0.00 2030/3145 redisplay_window <cycle 4> [116]
[774] 0.0 0.00 0.00 3145 default_line_pixel_height [774]
-----------------------------------------------
0.00 0.00 3114/3114 x_draw_stretch_glyph_string [747]
[775] 0.0 0.00 0.00 3114 x_clear_glyph_string_rect [775]
-----------------------------------------------
0.00 0.00 1/3099 Fredraw_frame <cycle 4> [1544]
0.00 0.00 1/3099 check_minibuf_window <cycle 4> [1564]
0.00 0.00 1/3099 Fmake_frame_visible <cycle 4> [562]
0.00 0.00 1/3099 Fframe_after_make_frame [1535]
0.00 0.00 1/3099 Fwindow_resize_apply_total [1556]
0.00 0.00 1/3099 Fcurrent_window_configuration [502]
0.00 0.00 1/3099 Fother_buffer [529]
0.00 0.00 5/3099 Fmodify_frame_parameters <cycle 4> [1370]
0.00 0.00 8/3099 Fframe_terminal [1326]
0.00 0.00 22/3099 Finternal_get_lisp_face_attribute [431]
0.00 0.00 24/3099 Fminibuffer_window [1222]
0.00 0.00 133/3099 decode_window_system_frame [1102]
0.00 0.00 880/3099 check_fontset_name [312]
0.00 0.00 2020/3099 Fface_font [242]
[776] 0.0 0.00 0.00 3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 3094/3094 Ffuncall <cycle 4> [39]
[777] 0.0 0.00 0.00 3094 Fframe_char_height [777]
0.00 0.00 3094/19551 decode_any_frame [671]
-----------------------------------------------
0.00 0.00 1023/3090 handle_one_xevent [195]
0.00 0.00 1031/3090 redisplay_internal [15]
0.00 0.00 1036/3090 note_mouse_highlight [497]
[778] 0.0 0.00 0.00 3090 popup_activated [778]
-----------------------------------------------
0.00 0.00 3/3089 redisplay_internal [15]
0.00 0.00 1032/3089 note_mouse_highlight [497]
0.00 0.00 2054/3089 redisplay_window <cycle 4> [116]
[779] 0.0 0.00 0.00 3089 window_outdated [779]
-----------------------------------------------
0.00 0.00 3079/3079 safe_run_hooks <cycle 4> [256]
[780] 0.0 0.00 0.00 3079 run_hook_with_args [780]
-----------------------------------------------
3072 Fcommandp <cycle 4> [538]
[781] 0.0 0.00 0.00 3072 safe_run_hook_funcall <cycle 4> [781]
3072 internal_condition_case_n <cycle 4> [709]
-----------------------------------------------
0.00 0.00 3072/3072 internal_condition_case_n <cycle 4> [709]
[782] 0.0 0.00 0.00 3072 safe_run_hooks_1 [782]
-----------------------------------------------
0.00 0.00 3066/3066 Ffuncall <cycle 4> [39]
[783] 0.0 0.00 0.00 3066 Fselected_window [783]
-----------------------------------------------
3052 Fcommandp <cycle 4> [538]
[784] 0.0 0.00 0.00 3052 funcall_nil <cycle 4> [784]
3052 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 1000/3042 signal_after_change <cycle 4> [281]
0.00 0.00 2042/3042 Ffuncall <cycle 4> [39]
[785] 0.0 0.00 0.00 3042 Frun_hook_with_args [785]
-----------------------------------------------
0.00 0.00 961/2998 remove_properties [1008]
0.00 0.00 2037/2998 add_properties [344]
[786] 0.0 0.00 0.00 2998 record_property_change [786]
-----------------------------------------------
0.00 0.00 2991/2991 wait_reading_process_output [27]
[787] 0.0 0.00 0.00 2991 requeued_events_pending_p [787]
-----------------------------------------------
0.00 0.00 941/2982 do_pending_atimers [724]
0.00 0.00 1020/2982 cancel_atimer [993]
0.00 0.00 1021/2982 start_atimer [989]
[788] 0.0 0.00 0.00 2982 block_atimers [788]
-----------------------------------------------
0.00 0.00 300/2975 set_marker_restricted_both [1069]
0.00 0.00 535/2975 set_marker_both [1043]
0.00 0.00 2140/2975 set_marker_internal [215]
[789] 0.0 0.00 0.00 2975 live_buffer [789]
-----------------------------------------------
0.00 0.00 969/2951 sit_for [26]
0.00 0.00 1982/2951 wait_reading_process_output [27]
[790] 0.0 0.00 0.00 2951 detect_input_pending [790]
-----------------------------------------------
0.00 0.00 31/2931 valid_lisp_object_p [472]
0.00 0.00 1313/2931 mark_maybe_object [161]
0.00 0.00 1587/2931 Fgarbage_collect <cycle 4> [40]
[791] 0.0 0.00 0.00 2931 Fsuspicious_object [791]
0.00 0.00 10046/1520667 vector_nbytes [609]
-----------------------------------------------
0.00 0.00 1/2872 fontset_from_font <cycle 4> [345]
0.00 0.00 2/2872 exec_byte_code <cycle 4> [143]
0.00 0.00 2/2872 Fnew_fontset <cycle 4> [463]
0.00 0.00 118/2872 font_prop_validate_symbol [405]
0.00 0.00 346/2872 ftfont_list [208]
0.00 0.00 686/2872 font_parse_family_registry [335]
0.00 0.00 822/2872 Fset_fontset_font <cycle 4> [60]
0.00 0.00 895/2872 fs_query_fontset [311]
[792] 0.0 0.00 0.00 2872 Fdowncase [792]
-----------------------------------------------
0.00 0.00 1/2867 make_save_ptr [1586]
0.00 0.00 72/2867 make_save_funcptr_ptr_obj [1142]
0.00 0.00 79/2867 Fmake_marker [1138]
0.00 0.00 551/2867 make_save_ptr_int [1038]
0.00 0.00 1075/2867 make_save_obj_obj_obj_obj [925]
0.00 0.00 1089/2867 build_marker [919]
[793] 0.0 0.00 0.00 2867 allocate_misc [793]
0.00 0.00 61/1335 lisp_malloc [881]
-----------------------------------------------
1 x_term_init <cycle 4> [573]
2 select_window <cycle 4> [510]
2 Fload <cycle 4> [401]
5 Fget_buffer_create <cycle 4> [458]
6 Fkill_buffer <cycle 4> [499]
10 update_frame_tool_bar <cycle 4> [425]
26 Fsubstitute_in_file_name <cycle 4> [284]
58 store_symval_forwarding <cycle 4> [117]
186 readevalloop <cycle 4> [380]
487 mapcar1 <cycle 4> [1159]
1033 display_mode_element <cycle 4> [179]
0.00 0.00 8/33852 timer_check [154]
0.02 0.08 1021/33852 command_loop_1 <cycle 2> [23]
[794] 0.0 0.00 0.00 2845 call1 <cycle 4> [794]
2845 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 2808/2808 set_buffer_internal_1 <cycle 4> [745]
[795] 0.0 0.00 0.00 2808 fetch_buffer_markers [795]
-----------------------------------------------
0.00 0.00 2808/2808 set_buffer_internal_1 <cycle 4> [745]
[796] 0.0 0.00 0.00 2808 record_buffer_markers [796]
-----------------------------------------------
0.00 0.00 619/2764 adjust_markers_for_delete [1024]
0.00 0.00 2145/2764 adjust_markers_for_insert [820]
[797] 0.0 0.00 0.00 2764 adjust_suspend_auto_hscroll [797]
-----------------------------------------------
0.00 0.00 1062/2702 save_restriction_restore [933]
0.00 0.00 1640/2702 Fwiden [864]
[798] 0.0 0.00 0.00 2702 invalidate_current_column [798]
-----------------------------------------------
0.00 0.00 11/2682 re_match_2_internal [70]
0.00 0.00 2671/2682 re_compile_pattern [132]
[799] 0.0 0.00 0.00 2682 skip_one_char [799]
-----------------------------------------------
0.00 0.00 242/2603 display_line <cycle 4> [197]
0.00 0.00 2361/2603 redisplay_window <cycle 4> [116]
[800] 0.0 0.00 0.00 2603 row_for_charpos_p [800]
-----------------------------------------------
0.00 0.00 3/2583 run_window_configuration_change_hook <cycle 4> [369]
0.00 0.00 28/2583 Ffuncall <cycle 4> [39]
0.00 0.00 1267/2583 unbind_to <cycle 4> [285]
0.00 0.00 1285/2583 specbind <cycle 4> [639]
[801] 0.0 0.00 0.00 2583 Flocal_variable_p [801]
0.00 0.00 1/6 indirect_variable [1356]
-----------------------------------------------
0.00 0.00 3/2566 Fset_buffer_multibyte [1372]
0.00 0.00 3/2566 Finsert_file_contents <cycle 4> [336]
0.00 0.00 380/2566 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 581/2566 insert_from_gap [586]
0.00 0.00 598/2566 del_range_1 <cycle 4> [232]
0.00 0.00 1001/2566 insert_from_string_1 <cycle 4> [120]
[802] 0.0 0.00 0.00 2566 invalidate_buffer_caches [802]
0.00 0.00 1183/1186 invalidate_region_cache [895]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [432]
1 Fkill_buffer <cycle 4> [499]
2 buffer_posn_from_coords <cycle 4> [1560]
3 set_window_buffer <cycle 4> [457]
100 message_dolog <cycle 4> [308]
139 select_window <cycle 4> [510]
1075 save_excursion_restore <cycle 4> [246]
1232 exec_byte_code <cycle 4> [143]
[803] 0.0 0.00 0.00 2553 Fset_buffer <cycle 4> [803]
0.00 0.00 2553/4774 Fget_buffer [746]
0.00 0.00 3/1364726 Fcdr [610]
154 set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
0.00 0.00 6/2462 Finternal_char_font [368]
0.00 0.00 116/2462 show_hourglass <cycle 4> [180]
0.00 0.00 116/2462 display_line <cycle 4> [197]
0.00 0.00 2224/2462 extend_face_to_end_of_line [822]
[804] 0.0 0.00 0.00 2462 lookup_basic_face [804]
-----------------------------------------------
0.00 0.00 1/2427 set_message_1 <cycle 4> [1598]
0.00 0.00 2/2427 unshow_buffer [1427]
0.00 0.00 3/2427 redisplay_mode_lines <cycle 4> [1594]
0.00 0.00 3/2427 Fset_buffer_multibyte [1372]
0.00 0.00 3/2427 decide_coding_unwind [1447]
0.00 0.00 20/2427 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 59/2427 scan_newline [309]
0.00 0.00 218/2427 message_dolog <cycle 4> [308]
0.00 0.00 2118/2427 redisplay_window <cycle 4> [116]
[805] 0.0 0.00 0.00 2427 temp_set_point_both [805]
-----------------------------------------------
0.00 0.00 1042/2385 xg_update_menubar [1044]
0.00 0.00 1343/2385 xg_item_label_same_p [1023]
[806] 0.0 0.00 0.00 2385 get_utf8_string [806]
-----------------------------------------------
115280 balance_intervals_internal [807]
0.00 0.00 114/2344 sweep_buffers [558]
0.00 0.00 2230/2344 sweep_strings [365]
[807] 0.0 0.00 0.00 2344+115280 balance_intervals_internal [807]
0.00 0.00 115280/828603 balance_an_interval [615]
115280 balance_intervals_internal [807]
-----------------------------------------------
236 mark_object <cycle 4> [30]
2108 mark_buffer <cycle 4> [939]
[808] 0.0 0.00 0.00 2344 mark_overlay <cycle 4> [808]
236 mark_object <cycle 4> [30]
-----------------------------------------------
57804 traverse_intervals_noorder <cycle 4> [809]
114 mark_buffer <cycle 4> [939]
224 mark_face_cache <cycle 4> [1031]
354 mark_localized_symbol <cycle 4> [679]
1652 mark_object <cycle 4> [30]
[809] 0.0 0.00 0.00 2344+57804 traverse_intervals_noorder <cycle 4> [809]
0.00 0.00 117624/117624 mark_interval [638]
117624 mark_object <cycle 4> [30]
57804 traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
0.00 0.00 1/2318 Ffuncall <cycle 4> [39]
0.00 0.00 54/2318 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 108/2318 rotate_matrix [1166]
0.00 0.00 2155/2318 update_window_line <cycle 4> [381]
[810] 0.0 0.00 0.00 2318 Finternal_show_cursor_p [810]
0.00 0.00 2155/2225 assign_row [818]
0.00 0.00 1/7 decode_any_window [1337]
-----------------------------------------------
0.00 0.00 2261/2261 exec_byte_code <cycle 4> [143]
[811] 0.0 0.00 0.00 2261 Fmax [811]
-----------------------------------------------
0.00 0.00 1033/2261 display_mode_line <cycle 4> [360]
0.00 0.00 1228/2261 display_line <cycle 4> [197]
[812] 0.0 0.00 0.00 2261 compute_line_metrics [812]
0.00 0.00 2261/2261 row_hash [814]
-----------------------------------------------
0.00 0.00 1033/2261 display_mode_line <cycle 4> [360]
0.00 0.00 1228/2261 display_line <cycle 4> [197]
[813] 0.0 0.00 0.00 2261 prepare_desired_row [813]
-----------------------------------------------
0.00 0.00 2261/2261 compute_line_metrics [812]
[814] 0.0 0.00 0.00 2261 row_hash [814]
-----------------------------------------------
20 Fcommand_error_default_function <cycle 4> [1236]
2236 x_draw_fringe_bitmap <cycle 4> [767]
[815] 0.0 0.00 0.00 2256 XTring_bell <cycle 4> [815]
0.00 0.00 20/638667 unblock_input_to [618]
0.00 0.00 20/638619 unblock_input [619]
2236 window_box <cycle 4> [764]
-----------------------------------------------
0.00 0.00 2243/2243 display_mode_element <cycle 4> [179]
[816] 0.0 0.00 0.00 2243 display_count_lines [816]
-----------------------------------------------
1118 draw_row_fringe_bitmaps <cycle 4> [905]
1118 draw_window_fringes <cycle 4> [909]
[817] 0.0 0.00 0.00 2236 draw_fringe_bitmap <cycle 4> [817]
2236 draw_fringe_bitmap_1 <cycle 4> [239]
-----------------------------------------------
0.00 0.00 70/2225 update_window <cycle 4> [118]
0.00 0.00 2155/2225 Finternal_show_cursor_p [810]
[818] 0.0 0.00 0.00 2225 assign_row [818]
-----------------------------------------------
0.00 0.00 3/2173 Fdo_auto_save <cycle 4> [524]
0.00 0.00 118/2173 Fgarbage_collect <cycle 4> [40]
0.00 0.00 1021/2173 command_loop_1 <cycle 2> [23]
0.00 0.00 1031/2173 redisplay_internal [15]
[819] 0.0 0.00 0.00 2173 record_unwind_protect_void [819]
-----------------------------------------------
0.00 0.00 563/2145 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 581/2145 insert_from_gap [586]
0.00 0.00 1001/2145 insert_from_string_1 <cycle 4> [120]
[820] 0.0 0.00 0.00 2145 adjust_markers_for_insert [820]
0.00 0.00 2145/2764 adjust_suspend_auto_hscroll [797]
-----------------------------------------------
0.00 0.00 563/2145 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 581/2145 insert_from_gap [586]
0.00 0.00 1001/2145 insert_from_string_1 <cycle 4> [120]
[821] 0.0 0.00 0.00 2145 adjust_overlays_for_insert [821]
-----------------------------------------------
0.00 0.00 1033/2145 display_mode_line <cycle 4> [360]
0.00 0.00 1112/2145 display_line <cycle 4> [197]
[822] 0.0 0.00 0.00 2145 extend_face_to_end_of_line [822]
0.00 0.00 2224/2462 lookup_basic_face [804]
-----------------------------------------------
0.00 0.00 1/2127 eval_sub <cycle 4> [189]
0.00 0.00 2/2127 Fset_charset_priority [439]
0.00 0.00 4/2127 window_list [534]
0.00 0.00 6/2127 Ffuncall <cycle 4> [39]
0.00 0.00 296/2127 exec_byte_code <cycle 4> [143]
0.00 0.00 1818/2127 nconc2 [856]
[823] 0.0 0.00 0.00 2127 Fnconc [823]
0.00 0.00 1986/1610383 Fsetcdr [608]
-----------------------------------------------
0.00 0.00 2/2126 record_buffer [581]
0.00 0.00 3/2126 Fkill_buffer <cycle 4> [499]
0.00 0.00 10/2126 Ffuncall <cycle 4> [39]
0.00 0.00 2111/2126 accessible_keymaps_1 <cycle 4> [244]
[824] 0.0 0.00 0.00 2126 Frassq [824]
-----------------------------------------------
0.00 0.00 4/2125 Fmatch_data [348]
0.00 0.00 59/2125 exec_byte_code <cycle 4> [143]
0.00 0.00 2062/2125 hscroll_window_tree [212]
[825] 0.0 0.00 0.00 2125 Fset_marker [825]
-----------------------------------------------
0.00 0.00 2104/2104 Fbacktrace_frame [318]
[826] 0.0 0.00 0.00 2104 get_backtrace_frame [826]
0.00 0.00 8416/11602 Findirect_function [695]
-----------------------------------------------
0.00 0.00 56/2096 resize_mini_window <cycle 4> [310]
0.00 0.00 1020/2096 Fset_window_vscroll [992]
0.00 0.00 1020/2096 Fvertical_motion <cycle 4> [168]
[827] 0.0 0.00 0.00 2096 extract_float [827]
-----------------------------------------------
0.00 0.00 4/2070 save_window_save [441]
0.00 0.00 2066/2070 Fbuffer_local_value [830]
[828] 0.0 0.00 0.00 2070 buffer_local_value [828]
-----------------------------------------------
0.00 0.00 2068/2068 note_mouse_highlight [497]
[829] 0.0 0.00 0.00 2068 clear_mouse_face [829]
-----------------------------------------------
0.00 0.00 4/2066 Ffuncall <cycle 4> [39]
0.00 0.00 2062/2066 hscroll_window_tree [212]
[830] 0.0 0.00 0.00 2066 Fbuffer_local_value [830]
0.00 0.00 2066/2070 buffer_local_value [828]
0.00 0.00 2062/6179 Fdefault_value [738]
-----------------------------------------------
0.00 0.00 1032/2064 redisplay_internal [15]
0.00 0.00 1032/2064 redisplay_window <cycle 4> [116]
[831] 0.0 0.00 0.00 2064 mode_line_update_needed [831]
-----------------------------------------------
0.00 0.00 2062/2062 hscroll_window_tree [212]
[832] 0.0 0.00 0.00 2062 Fwindow_old_point [832]
0.00 0.00 2062/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 2062/2062 hscroll_window_tree [212]
[833] 0.0 0.00 0.00 2062 Fwindow_point [833]
0.00 0.00 2062/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1/2062 recursive_edit_1 [2]
0.00 0.00 20/2062 cmd_error [199]
0.00 0.00 1020/2062 unbind_to <cycle 4> [285]
0.00 0.00 1021/2062 start_hourglass [990]
[834] 0.0 0.00 0.00 2062 cancel_hourglass [834]
0.00 0.00 1020/1020 cancel_atimer [993]
-----------------------------------------------
0.00 0.00 1021/2043 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.00 1022/2043 test_undefined [37]
[835] 0.0 0.00 0.00 2043 Fcommand_remapping [835]
-----------------------------------------------
0.00 0.00 1021/2043 read_key_sequence.constprop.44 <cycle 2> [22]
0.00 0.00 1022/2043 read_char <cycle 2> [14]
[836] 0.0 0.00 0.00 2043 echo_update [836]
-----------------------------------------------
0.00 0.00 2040/2040 Ffuncall <cycle 4> [39]
[837] 0.0 0.00 0.00 2040 Fwindow_hscroll [837]
-----------------------------------------------
0.00 0.00 2040/2040 Ffuncall <cycle 4> [39]
[838] 0.0 0.00 0.00 2040 Fwindow_vscroll [838]
-----------------------------------------------
0.00 0.00 2037/2037 Fremove_list_of_text_properties [321]
[839] 0.0 0.00 0.00 2037 call_mod_hooks [839]
-----------------------------------------------
0.00 0.00 2030/2030 delete_cache_boundaries [708]
[840] 0.0 0.00 0.00 2030 move_cache_gap [840]
0.00 0.00 8/31 xpalloc [1215]
-----------------------------------------------
1002 erase_phys_cursor <cycle 4> [995]
1026 x_draw_window_cursor <cycle 4> [910]
[841] 0.0 0.00 0.00 2028 draw_phys_cursor_glyph <cycle 4> [841]
2028 draw_glyphs <cycle 4> [44]
-----------------------------------------------
0.00 0.00 2020/2020 Ffuncall <cycle 4> [39]
[842] 0.0 0.00 0.00 2020 Ffloatp [842]
-----------------------------------------------
0.00 0.00 2/2012 next_window [599]
0.00 0.00 2010/2012 window_list_1 [296]
[843] 0.0 0.00 0.00 2012 decode_next_window_args [843]
0.00 0.00 2005/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 3/2007 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/2007 readevalloop <cycle 4> [380]
0.00 0.00 4/2007 Fload <cycle 4> [401]
0.00 0.00 973/2007 wait_reading_process_output [27]
0.00 0.00 1023/2007 Ffuncall_interactively <cycle 4> [974]
[844] 0.0 0.00 0.00 2007 record_unwind_protect_int [844]
-----------------------------------------------
0.00 0.00 3/2000 Fother_buffer [529]
0.00 0.00 1997/2000 find_automatic_composition [185]
[845] 0.0 0.00 0.00 2000 Fget_buffer_window [845]
0.00 0.00 2000/4774 Fget_buffer [746]
-----------------------------------------------
0.00 0.00 1997/1997 swallow_events [219]
[846] 0.0 0.00 0.00 1997 process_special_events [846]
-----------------------------------------------
0.00 0.00 1983/1983 wait_reading_process_output [27]
[847] 0.0 0.00 0.00 1983 clear_waiting_for_input [847]
-----------------------------------------------
0.00 0.00 1983/1983 wait_reading_process_output [27]
[848] 0.0 0.00 0.00 1983 set_waiting_for_input [848]
-----------------------------------------------
0.00 0.00 1982/1982 wait_reading_process_output [27]
[849] 0.0 0.00 0.00 1982 xg_select [849]
0.00 0.00 4/638667 unblock_input_to [618]
0.00 0.00 4/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1962/1962 set_alarm [851]
[850] 0.0 0.00 0.00 1962 add_timer_wait_descriptor [850]
-----------------------------------------------
0.00 0.00 941/1962 do_pending_atimers [724]
0.00 0.00 1021/1962 start_atimer [989]
[851] 0.0 0.00 0.00 1962 set_alarm [851]
0.00 0.00 1962/1962 add_timer_wait_descriptor [850]
-----------------------------------------------
0.00 0.00 5/1949 Fset_buffer_multibyte [1372]
0.00 0.00 40/1949 message_dolog <cycle 4> [308]
0.00 0.00 380/1949 signal_after_change <cycle 4> [281]
0.00 0.00 648/1949 make_specified_string [652]
0.00 0.00 876/1949 read1 <cycle 5> [279]
[852] 0.0 0.00 0.00 1949 multibyte_chars_in_text [852]
-----------------------------------------------
0.00 0.00 1931/1931 font_put_extra [326]
[853] 0.0 0.00 0.00 1931 Fstring_lessp [853]
-----------------------------------------------
61 FletX <cycle 4> [391]
65 Flet <cycle 4> [1143]
164 funcall_lambda <cycle 4> [126]
500 Fwhile <cycle 4> [1555]
1112 eval_sub <cycle 4> [189]
[854] 0.0 0.00 0.00 1902 Fprogn <cycle 4> [854]
2524 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 3/1822 Finsert_file_contents <cycle 4> [336]
0.00 0.00 6/1822 unwind_set_match_data [943]
0.00 0.00 6/1822 search_buffer [231]
0.00 0.00 30/1822 bidi_paragraph_init <cycle 4> [495]
0.00 0.00 177/1822 display_mode_element <cycle 4> [179]
0.00 0.00 1600/1822 find_newline [110]
[855] 0.0 0.00 0.00 1822 buf_bytepos_to_charpos [855]
0.00 0.00 10/1089 build_marker [919]
-----------------------------------------------
0.00 0.00 2/1818 font_update_drivers [542]
0.00 0.00 3/1818 font_registry_charsets [251]
0.00 0.00 5/1818 Fget_buffer_create <cycle 4> [458]
0.00 0.00 23/1818 where_is_internal <cycle 4> [151]
0.00 0.00 1785/1818 accessible_keymaps_1 <cycle 4> [244]
[856] 0.0 0.00 0.00 1818 nconc2 [856]
0.00 0.00 1818/2127 Fnconc [823]
-----------------------------------------------
0.00 0.00 146/1800 realize_face [332]
0.00 0.00 765/1800 x_parse_color [911]
0.00 0.00 889/1800 fs_query_fontset [311]
[857] 0.0 0.00 0.00 1800 c_strcasecmp [857]
-----------------------------------------------
0.00 0.00 1788/1788 read1 <cycle 5> [279]
[858] 0.0 0.00 0.00 1788 read_escape [858]
0.00 0.00 4862/28240 readchar [663]
-----------------------------------------------
0.00 0.00 1/1778 merge_face_ref <cycle 1> [549]
0.00 0.00 2/1778 face_for_font [1493]
0.00 0.00 9/1778 font_find_for_lface [13]
0.00 0.00 12/1778 Finternal_set_lisp_face_attribute <cycle 4> [229]
0.00 0.00 22/1778 font_parse_xlfd [400]
0.00 0.00 79/1778 realize_face [332]
0.00 0.00 1653/1778 ftfont_pattern_entity [220]
[859] 0.0 0.00 0.00 1778 font_style_to_value [859]
-----------------------------------------------
1766 sweep_weak_hash_tables <cycle 4> [1124]
[860] 0.0 0.00 0.00 1766 sweep_weak_table <cycle 4> [860]
0.00 0.00 35076/35076 survives_gc_p [654]
4597 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.00 1738/1738 eval_sub <cycle 4> [189]
[861] 0.0 0.00 0.00 1738 Fquote [861]
-----------------------------------------------
3 merge <cycle 4> [1453]
5 Ffile_name_directory <cycle 4> [266]
5 Fdirectory_file_name <cycle 4> [250]
6 Ffile_name_as_directory <cycle 4> [262]
6 Finsert_file_contents <cycle 4> [336]
9 Ffuncall <cycle 4> [39]
15 Ffile_name_nondirectory <cycle 4> [237]
21 adjust_frame_size <cycle 4> [478]
272 readevalloop_eager_expand_eval <cycle 4> [1100]
1351 map_keymap_internal <cycle 4> [592]
[862] 0.0 0.00 0.00 1693 call2 <cycle 4> [862]
1693 Ffuncall <cycle 4> [39]
-----------------------------------------------
1681 update_window_line <cycle 4> [381]
[863] 0.0 0.00 0.00 1681 x_write_glyphs <cycle 4> [863]
0.00 0.00 1681/638667 unblock_input_to [618]
0.00 0.00 1681/638619 unblock_input [619]
1681 draw_glyphs <cycle 4> [44]
-----------------------------------------------
0.00 0.00 578/1640 Ferase_buffer <cycle 4> [1034]
0.00 0.00 1062/1640 exec_byte_code <cycle 4> [143]
[864] 0.0 0.00 0.00 1640 Fwiden [864]
0.00 0.00 1640/2702 invalidate_current_column [798]
-----------------------------------------------
0.00 0.00 1620/1620 x_draw_glyph_string_box [866]
[865] 0.0 0.00 0.00 1620 get_glyph_string_clip_rect [865]
-----------------------------------------------
0.00 0.00 1620/1620 x_draw_glyph_string <cycle 4> [330]
[866] 0.0 0.00 0.00 1620 x_draw_glyph_string_box [866]
0.00 0.00 1620/10556 get_glyph_string_clip_rects [698]
0.00 0.00 1620/1620 get_glyph_string_clip_rect [865]
0.00 0.00 1620/1620 x_setup_relief_colors [868]
0.00 0.00 1620/1620 x_draw_relief_rect [867]
-----------------------------------------------
0.00 0.00 1620/1620 x_draw_glyph_string_box [866]
[867] 0.0 0.00 0.00 1620 x_draw_relief_rect [867]
-----------------------------------------------
0.00 0.00 1620/1620 x_draw_glyph_string_box [866]
[868] 0.0 0.00 0.00 1620 x_setup_relief_colors [868]
0.00 0.00 2/2 x_setup_relief_color [1520]
-----------------------------------------------
0.00 0.00 1571/1571 Ffuncall <cycle 4> [39]
[869] 0.0 0.00 0.00 1571 Fpurecopy [869]
-----------------------------------------------
0.00 0.00 16/1554 styled_format <cycle 4> [355]
0.00 0.00 537/1554 concat [111]
0.00 0.00 1001/1554 insert_from_string_1 <cycle 4> [120]
[870] 0.0 0.00 0.00 1554 copy_text [870]
-----------------------------------------------
0.00 0.00 1537/1537 read1 <cycle 5> [279]
[871] 0.0 0.00 0.00 1537 char_string [871]
-----------------------------------------------
0.00 0.00 44/1443 Ffuncall <cycle 4> [39]
0.00 0.00 1399/1443 exec_byte_code <cycle 4> [143]
[872] 0.0 0.00 0.00 1443 Ffunctionp [872]
0.00 0.00 14/6779 Ffboundp [730]
-----------------------------------------------
1399 unbind_to <cycle 4> [285]
[873] 0.0 0.00 0.00 1399 bcall0 <cycle 4> [873]
1399 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 3/1391 fontset_find_font [12]
0.00 0.00 1388/1391 fontset_add [248]
[874] 0.0 0.00 0.00 1391 char_table_ref_and_range [874]
0.00 0.00 1384/1384 sub_char_table_ref_and_range [876]
-----------------------------------------------
0.00 0.00 39/1389 read1 <cycle 5> [279]
0.00 0.00 1350/1389 Fmake_byte_code [294]
[875] 0.0 0.00 0.00 1389 make_byte_code [875]
-----------------------------------------------
2582 sub_char_table_ref_and_range [876]
0.00 0.00 1384/1384 char_table_ref_and_range [874]
[876] 0.0 0.00 0.00 1384+2582 sub_char_table_ref_and_range [876]
2582 sub_char_table_ref_and_range [876]
-----------------------------------------------
0.00 0.00 1383/1383 signal_after_change <cycle 4> [281]
[877] 0.0 0.00 0.00 1383 report_interval_modification [877]
-----------------------------------------------
23 Fload <cycle 4> [401]
294 menu_item_eval_property <cycle 4> [351]
0.00 0.00 10/33852 redisplay_windows [226]
0.02 0.08 1049/33852 redisplay_internal [15]
[878] 0.0 0.00 0.00 1376 internal_condition_case_1 <cycle 4> [878]
0.00 0.00 1376/13559 push_handler [689]
0.00 0.00 294/294 eval_dyn [1070]
1049 redisplay_window_1 <cycle 4> [941]
294 unbind_to <cycle 4> [285]
294 Feval <cycle 4> [234]
23 Fsubstitute_in_file_name <cycle 4> [284]
10 redisplay_window_0 <cycle 4> [1307]
-----------------------------------------------
0.00 0.00 1/1372 make_face_cache [1584]
0.00 0.00 1/1372 x_term_init <cycle 4> [573]
0.00 0.00 1/1372 Fx_create_frame <cycle 4> [384]
0.00 0.00 1/1372 make_image_cache [1585]
0.00 0.00 4/1372 allocate_matrices_for_window_redisplay <cycle 4> [1327]
0.00 0.00 4/1372 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
0.00 0.00 4/1372 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 9/1372 x_parse_color [911]
0.00 0.00 10/1372 lookup_image <cycle 4> [491]
0.00 0.00 20/1372 xpm_load <cycle 4> [1314]
0.00 0.00 1317/1372 make_widget_value [883]
[879] 0.0 0.00 0.00 1372 xzalloc [879]
-----------------------------------------------
0.00 0.00 1351/1351 map_keymap_internal <cycle 4> [592]
[880] 0.0 0.00 0.00 1351 map_keymap_call [880]
-----------------------------------------------
0.00 0.00 5/1335 allocate_buffer [1378]
0.00 0.00 26/1335 Fmake_symbol [1040]
0.00 0.00 48/1335 Fmake_string [55]
0.00 0.00 56/1335 make_interval [994]
0.00 0.00 61/1335 allocate_misc [793]
0.00 0.00 237/1335 allocate_string_data [650]
0.00 0.00 902/1335 make_uninit_multibyte_string [649]
[881] 0.0 0.00 0.00 1335 lisp_malloc [881]
0.00 0.00 1042/31638 mem_insert [657]
-----------------------------------------------
0.00 0.00 182/1318 readevalloop <cycle 4> [380]
0.00 0.00 1136/1318 read1 <cycle 5> [279]
[882] 0.0 0.00 0.00 1318 unreadchar [882]
0.00 0.00 15/3082942 string_char_to_byte [603]
-----------------------------------------------
0.00 0.00 26/1317 set_frame_menubar <cycle 4> [465]
0.00 0.00 1291/1317 digest_single_submenu <cycle 4> [1279]
[883] 0.0 0.00 0.00 1317 make_widget_value [883]
0.00 0.00 1317/1372 xzalloc [879]
0.00 0.00 1317/638667 unblock_input_to [618]
0.00 0.00 1317/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1297/1297 single_menu_item <cycle 4> [468]
[884] 0.0 0.00 0.00 1297 parse_menu_item [884]
-----------------------------------------------
0.00 0.00 1/1289 Fnew_fontset <cycle 4> [463]
0.00 0.00 8/1289 font_build_object [419]
0.00 0.00 461/1289 xfont_list [245]
0.00 0.00 819/1289 Ffont_xlfd_name [1021]
[885] 0.0 0.00 0.00 1289 font_unparse_xlfd [885]
0.00 0.00 3867/3906 font_style_symbolic [757]
-----------------------------------------------
0.00 0.00 1289/1289 unbind_to <cycle 4> [285]
[886] 0.0 0.00 0.00 1289 set_buffer_if_live [886]
-----------------------------------------------
1 move_it_vertically_backward <cycle 4> [108]
16 required_matrix_height <cycle 4> [1251]
116 redisplay_window <cycle 4> [116]
1153 window_box <cycle 4> [764]
[887] 0.0 0.00 0.00 1286 window_box_height <cycle 4> [887]
15 show_hourglass <cycle 4> [180]
-----------------------------------------------
0.00 0.00 12/1285 process_tool_bar_item <cycle 4> [287]
0.00 0.00 564/1285 xg_update_submenu [1324]
0.00 0.00 709/1285 create_menus [1319]
[888] 0.0 0.00 0.00 1285 menu_separator_name_p [888]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [39]
[889] 0.0 0.00 0.00 1225 Flogand [889]
-----------------------------------------------
0.00 0.00 1225/1225 Ffuncall <cycle 4> [39]
[890] 0.0 0.00 0.00 1225 Flsh [890]
-----------------------------------------------
0.00 0.00 6/1217 eval_sub <cycle 4> [189]
0.00 0.00 7/1217 Fset_buffer_multibyte [1372]
0.00 0.00 12/1217 Fframe_or_buffer_changed_p [556]
0.00 0.00 1192/1217 Ffuncall <cycle 4> [39]
[891] 0.0 0.00 0.00 1217 Fbuffer_modified_p [891]
-----------------------------------------------
0.00 0.00 1197/1197 store_mode_line_noprop [1079]
[892] 0.0 0.00 0.00 1197 store_mode_line_noprop_char [892]
-----------------------------------------------
0.00 0.00 1188/1188 exec_byte_code <cycle 4> [143]
[893] 0.0 0.00 0.00 1188 Ftimes [893]
-----------------------------------------------
0.00 0.00 145/1186 Ffuncall <cycle 4> [39]
0.00 0.00 1041/1186 unbind_to <cycle 4> [285]
[894] 0.0 0.00 0.00 1186 Fset_match_data [894]
0.00 0.00 1186/140813 Flength [634]
0.00 0.00 4/3243 unchain_marker [768]
-----------------------------------------------
0.00 0.00 3/1186 Finsert_file_contents <cycle 4> [336]
0.00 0.00 1183/1186 invalidate_buffer_caches [802]
[895] 0.0 0.00 0.00 1186 invalidate_region_cache [895]
0.00 0.00 983/9473 delete_cache_boundaries [708]
-----------------------------------------------
0.00 0.00 301/1183 encode_coding [1066]
0.00 0.00 302/1183 alloc_destination [1064]
0.00 0.00 580/1183 decode_coding <cycle 4> [518]
[896] 0.0 0.00 0.00 1183 coding_set_destination [896]
-----------------------------------------------
0.00 0.00 169/1169 exec_byte_code <cycle 4> [143]
0.00 0.00 1000/1169 Ffuncall <cycle 4> [39]
[897] 0.0 0.00 0.00 1169 Fminus [897]
-----------------------------------------------
0.00 0.00 4/1154 scan_lists [440]
0.00 0.00 516/1154 skip_syntaxes [265]
0.00 0.00 634/1154 scan_sexps_forward [109]
[898] 0.0 0.00 0.00 1154 SETUP_SYNTAX_TABLE [898]
-----------------------------------------------
0.00 0.00 35/1135 Fwindow_system [1209]
0.00 0.00 1100/1135 Ffuncall <cycle 4> [39]
[899] 0.0 0.00 0.00 1135 Fframep [899]
-----------------------------------------------
0.00 0.00 1/1129 xg_update_scrollbar_pos [1430]
0.00 0.00 2/1129 handle_one_xevent [195]
0.00 0.00 4/1129 XTset_vertical_scroll_bar <cycle 4> [527]
0.00 0.00 1122/1129 x_clear_frame_area [903]
[900] 0.0 0.00 0.00 1129 x_clear_area [900]
-----------------------------------------------
1127 update_window_line <cycle 4> [381]
[901] 0.0 0.00 0.00 1127 x_clear_end_of_line <cycle 4> [901]
0.00 0.00 1127/11768 window_text_bottom_y [694]
0.00 0.00 1122/15532 window_box_left [683]
0.00 0.00 1122/39509 window_box_width [653]
0.00 0.00 1122/1122 x_clear_frame_area [903]
19 show_hourglass <cycle 4> [180]
-----------------------------------------------
0.00 0.00 1122/1122 update_window_line <cycle 4> [381]
[902] 0.0 0.00 0.00 1122 x_after_update_window_line [902]
-----------------------------------------------
0.00 0.00 1122/1122 x_clear_end_of_line <cycle 4> [901]
[903] 0.0 0.00 0.00 1122 x_clear_frame_area [903]
0.00 0.00 1122/1129 x_clear_area [900]
-----------------------------------------------
0.00 0.00 1118/1118 exec_byte_code <cycle 4> [143]
[904] 0.0 0.00 0.00 1118 Fbolp [904]
-----------------------------------------------
1118 draw_window_fringes <cycle 4> [909]
[905] 0.0 0.00 0.00 1118 draw_row_fringe_bitmaps <cycle 4> [905]
1118 draw_fringe_bitmap <cycle 4> [817]
-----------------------------------------------
0.00 0.00 1118/1118 draw_fringe_bitmap_1 <cycle 4> [239]
[906] 0.0 0.00 0.00 1118 window_box_right [906]
0.00 0.00 1118/15532 window_box_left [683]
0.00 0.00 1118/39509 window_box_width [653]
-----------------------------------------------
0.00 0.00 54/1118 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 1064/1118 update_window <cycle 4> [118]
[907] 0.0 0.00 0.00 1118 x_update_window_begin [907]
-----------------------------------------------
54 try_window_reusing_current_matrix <cycle 4> [1167]
1064 update_window <cycle 4> [118]
[908] 0.0 0.00 0.00 1118 x_update_window_end <cycle 4> [908]
0.00 0.00 1117/638619 unblock_input [619]
0.00 0.00 1116/638667 unblock_input_to [618]
0.00 0.00 62/62 x_draw_vertical_border [1150]
1116 draw_window_fringes <cycle 4> [909]
1064 display_and_set_cursor <cycle 4> [540]
-----------------------------------------------
1116 x_update_window_end <cycle 4> [908]
[909] 0.0 0.00 0.00 1116 draw_window_fringes <cycle 4> [909]
0.00 0.00 1118/11768 window_text_bottom_y [694]
1118 draw_fringe_bitmap <cycle 4> [817]
1118 draw_row_fringe_bitmaps <cycle 4> [905]
-----------------------------------------------
1110 display_and_set_cursor <cycle 4> [540]
[910] 0.0 0.00 0.00 1110 x_draw_window_cursor <cycle 4> [910]
0.00 0.00 1029/1029 xic_set_preeditarea [967]
1026 draw_phys_cursor_glyph <cycle 4> [841]
-----------------------------------------------
0.00 0.00 179/1101 x_defined_color [1084]
0.00 0.00 922/1101 xpm_alloc_color [4081]
[911] 0.0 0.00 0.00 1101 x_parse_color [911]
0.00 0.00 765/1800 c_strcasecmp [857]
0.00 0.00 9/1372 xzalloc [879]
0.00 0.00 9/37 xstrdup [1205]
-----------------------------------------------
1096 unbind_to <cycle 4> [285]
[912] 0.0 0.00 0.00 1096 unwind_format_mode_line <cycle 4> [912]
0.00 0.00 63/134 Fselect_window [1101]
63 select_window <cycle 4> [510]
63 set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
0.00 0.00 1092/1092 read1 <cycle 5> [279]
[913] 0.0 0.00 0.00 1092 string_to_number [913]
-----------------------------------------------
0.00 0.00 1/1092 update_single_window <cycle 4> [1606]
0.00 0.00 4/1092 redraw_frame <cycle 4> [1423]
0.00 0.00 54/1092 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 1033/1092 update_frame <cycle 4> [960]
[914] 0.0 0.00 0.00 1092 update_begin [914]
-----------------------------------------------
0.00 0.00 1/1091 delete_frame <cycle 4> [450]
0.00 0.00 2/1091 Fset_charset_priority [439]
0.00 0.00 2/1091 Fkill_local_variable <cycle 4> [547]
0.00 0.00 3/1091 Fkill_buffer <cycle 4> [499]
0.00 0.00 6/1091 frames_discard_buffer [1450]
0.00 0.00 6/1091 record_buffer [581]
0.00 0.00 34/1091 Ffuncall <cycle 4> [39]
0.00 0.00 1037/1091 font_put_extra [326]
[915] 0.0 0.00 0.00 1091 Fdelq [915]
0.00 0.00 10/1610383 Fsetcdr [608]
-----------------------------------------------
0.00 0.00 1/1091 update_single_window <cycle 4> [1606]
0.00 0.00 3/1091 redraw_frame <cycle 4> [1423]
0.00 0.00 54/1091 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 1033/1091 update_frame <cycle 4> [960]
[916] 0.0 0.00 0.00 1091 x_update_begin [916]
-----------------------------------------------
0.00 0.00 1/1091 update_single_window <cycle 4> [1606]
0.00 0.00 3/1091 redraw_frame <cycle 4> [1423]
0.00 0.00 54/1091 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 1033/1091 update_frame <cycle 4> [960]
[917] 0.0 0.00 0.00 1091 x_update_end [917]
-----------------------------------------------
0.00 0.00 1/1090 update_single_window <cycle 4> [1606]
0.00 0.00 4/1090 redraw_frame <cycle 4> [1423]
0.00 0.00 54/1090 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 1031/1090 update_frame <cycle 4> [960]
[918] 0.0 0.00 0.00 1090 update_end [918]
-----------------------------------------------
0.00 0.00 1/1089 save_window_save [441]
0.00 0.00 3/1089 buf_charpos_to_bytepos [133]
0.00 0.00 10/1089 buf_bytepos_to_charpos [855]
0.00 0.00 1075/1089 save_excursion_save [926]
[919] 0.0 0.00 0.00 1089 build_marker [919]
0.00 0.00 1089/2867 allocate_misc [793]
-----------------------------------------------
0.00 0.00 1081/1081 Ffuncall <cycle 4> [39]
[920] 0.0 0.00 0.00 1081 Fframe_live_p [920]
-----------------------------------------------
0.00 0.00 6/1081 select_window <cycle 4> [510]
0.00 0.00 1075/1081 Fgoto_char [201]
[921] 0.0 0.00 0.00 1081 set_point_from_marker [921]
0.00 0.00 1081/4590 marker_byte_position [748]
0.00 0.00 1081/6665 marker_position [731]
-----------------------------------------------
0.00 0.00 1075/1075 save_excursion_restore <cycle 4> [246]
[922] 0.0 0.00 0.00 1075 Fmarker_buffer [922]
0.00 0.00 1075/9179 CHECK_MARKER [713]
-----------------------------------------------
0.00 0.00 1075/1075 save_excursion_save [926]
[923] 0.0 0.00 0.00 1075 Fpoint_marker [923]
-----------------------------------------------
0.00 0.00 1075/1075 unbind_to <cycle 4> [285]
[924] 0.0 0.00 0.00 1075 free_misc [924]
-----------------------------------------------
0.00 0.00 2/1075 Feval_buffer <cycle 4> [454]
0.00 0.00 3/1075 Fkill_buffer <cycle 4> [499]
0.00 0.00 1070/1075 exec_byte_code <cycle 4> [143]
[925] 0.0 0.00 0.00 1075 make_save_obj_obj_obj_obj [925]
0.00 0.00 1075/2867 allocate_misc [793]
-----------------------------------------------
0.00 0.00 2/1075 Feval_buffer <cycle 4> [454]
0.00 0.00 3/1075 Fkill_buffer <cycle 4> [499]
0.00 0.00 1070/1075 exec_byte_code <cycle 4> [143]
[926] 0.0 0.00 0.00 1075 save_excursion_save [926]
0.00 0.00 1075/59263 Fcurrent_buffer [645]
0.00 0.00 1075/1089 build_marker [919]
0.00 0.00 1075/1075 Fpoint_marker [923]
-----------------------------------------------
0.00 0.00 4/1073 Fevent_convert_list [1345]
0.00 0.00 1069/1073 Fwhere_is_internal <cycle 4> [270]
[927] 0.0 0.00 0.00 1073 parse_solitary_modifier [927]
-----------------------------------------------
0.00 0.00 4/1071 Ffuncall <cycle 4> [39]
0.00 0.00 1067/1071 Fwhere_is_internal <cycle 4> [270]
[928] 0.0 0.00 0.00 1071 Freverse [928]
-----------------------------------------------
1064 Ffuncall <cycle 4> [39]
[929] 0.0 0.00 0.00 1064 Fput_text_property <cycle 4> [929]
1064 add_text_properties_1 <cycle 4> [302]
-----------------------------------------------
1 Fremove_text_properties <cycle 4> [566]
1063 add_text_properties_1 <cycle 4> [302]
[930] 0.0 0.00 0.00 1064 modify_text_properties <cycle 4> [930]
1064 prepare_to_modify_buffer_1 <cycle 4> [238]
-----------------------------------------------
0.00 0.00 1063/1063 Ffuncall <cycle 4> [39]
[931] 0.0 0.00 0.00 1063 Fwindow_live_p [931]
-----------------------------------------------
0.00 0.00 1062/1062 Ffuncall <cycle 4> [39]
[932] 0.0 0.00 0.00 1062 Fframe_char_width [932]
0.00 0.00 1062/19551 decode_any_frame [671]
-----------------------------------------------
0.00 0.00 1062/1062 unbind_to <cycle 4> [285]
[933] 0.0 0.00 0.00 1062 save_restriction_restore [933]
0.00 0.00 1062/2702 invalidate_current_column [798]
-----------------------------------------------
0.00 0.00 1062/1062 exec_byte_code <cycle 4> [143]
[934] 0.0 0.00 0.00 1062 save_restriction_save [934]
-----------------------------------------------
0.00 0.00 1059/1059 redisplay_window <cycle 4> [116]
[935] 0.0 0.00 0.00 1059 XTredeem_scroll_bar [935]
-----------------------------------------------
0.00 0.00 1059/1059 redisplay_window <cycle 4> [116]
[936] 0.0 0.00 0.00 1059 set_vertical_scroll_bar [936]
0.00 0.00 1034/6665 marker_position [731]
-----------------------------------------------
0.00 0.00 1059/1059 XTset_vertical_scroll_bar <cycle 4> [527]
[937] 0.0 0.00 0.00 1059 xg_set_toolkit_scroll_bar_thumb [937]
-----------------------------------------------
0.00 0.00 1054/1054 Ffuncall <cycle 4> [39]
[938] 0.0 0.00 0.00 1054 Fsubrp [938]
-----------------------------------------------
112 mark_object <cycle 4> [30]
127 mark_localized_symbol <cycle 4> [679]
230 mark_vectorlike <cycle 4> [85]
585 Fgarbage_collect <cycle 4> [40]
[939] 0.0 0.00 0.00 1054 mark_buffer <cycle 4> [939]
2108 mark_overlay <cycle 4> [808]
1054 mark_vectorlike <cycle 4> [85]
114 traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
0.00 0.00 1052/1052 Ffuncall <cycle 4> [39]
[940] 0.0 0.00 0.00 1052 Frun_hook_with_args_until_success [940]
-----------------------------------------------
1049 internal_condition_case_1 <cycle 4> [878]
[941] 0.0 0.00 0.00 1049 redisplay_window_1 <cycle 4> [941]
1049 redisplay_window <cycle 4> [116]
-----------------------------------------------
1045 eval_sub <cycle 4> [189]
[942] 0.0 0.00 0.00 1045 apply1 <cycle 4> [942]
1045 Fapply <cycle 4> [762]
-----------------------------------------------
0.00 0.00 3/1044 boyer_moore [1241]
0.00 0.00 1041/1044 unbind_to <cycle 4> [285]
[943] 0.0 0.00 0.00 1044 unwind_set_match_data [943]
0.00 0.00 6/1822 buf_bytepos_to_charpos [855]
-----------------------------------------------
0.00 0.00 2/1043 x_set_font <cycle 4> [371]
0.00 0.00 2/1043 show_hourglass <cycle 4> [180]
0.00 0.00 3/1043 free_realized_face [1244]
0.00 0.00 4/1043 redraw_frame <cycle 4> [1423]
0.00 0.00 1032/1043 redisplay_internal [15]
[944] 0.0 0.00 0.00 1043 clear_window_matrices [944]
-----------------------------------------------
0.00 0.00 16/1043 mark_window_display_accurate [1331]
0.00 0.00 1027/1043 redisplay_internal [15]
[945] 0.0 0.00 0.00 1043 mark_window_display_accurate_1 [945]
0.00 0.00 4/6665 marker_position [731]
-----------------------------------------------
0.00 0.00 1039/1039 foreach_window_1 [559]
[946] 0.0 0.00 0.00 1039 check_window_containing [946]
0.00 0.00 1039/1039 coordinates_in_window [947]
-----------------------------------------------
0.00 0.00 1039/1039 check_window_containing [946]
[947] 0.0 0.00 0.00 1039 coordinates_in_window [947]
0.00 0.00 3110/39509 window_box_width [653]
0.00 0.00 1035/15532 window_box_left [683]
-----------------------------------------------
0.00 0.00 4/1036 redraw_frame <cycle 4> [1423]
0.00 0.00 1032/1036 update_frame <cycle 4> [960]
[948] 0.0 0.00 0.00 1036 set_window_update_flags [948]
-----------------------------------------------
0.00 0.00 1035/1035 Ffuncall <cycle 4> [39]
[949] 0.0 0.00 0.00 1035 Foverlayp [949]
-----------------------------------------------
0.00 0.00 1035/1035 note_mouse_highlight [497]
[950] 0.0 0.00 0.00 1035 define_frame_cursor1 [950]
-----------------------------------------------
0.00 0.00 1/1035 x_display_ok [1614]
0.00 0.00 1/1035 x_term_init <cycle 4> [573]
0.00 0.00 1/1035 shut_down_emacs <cycle 4> [1599]
0.00 0.00 1032/1035 redisplay_internal [15]
[951] 0.0 0.00 0.00 1035 unrequest_sigio [951]
-----------------------------------------------
0.00 0.00 1035/1035 note_mouse_highlight [497]
[952] 0.0 0.00 0.00 1035 x_define_frame_cursor [952]
-----------------------------------------------
0.00 0.00 1033/1033 bidi_find_bracket_pairs <cycle 4> [94]
[953] 0.0 0.00 0.00 1033 bidi_mirror_char [953]
-----------------------------------------------
2 redisplay_mode_lines <cycle 4> [1594]
1031 redisplay_window <cycle 4> [116]
[954] 0.0 0.00 0.00 1033 display_mode_lines <cycle 4> [954]
1032 display_mode_line <cycle 4> [360]
-----------------------------------------------
1 redisplay_window <cycle 4> [116]
0.02 0.08 1032/33852 redisplay_internal [15]
[955] 0.0 0.00 0.00 1033 overlay_arrows_changed_p <cycle 4> [955]
0.00 0.00 1033/119738 do_symval_forwarding [637]
2066 find_symbol_value <cycle 4> [317]
-----------------------------------------------
0.00 0.00 1033/1033 display_mode_element <cycle 4> [179]
[956] 0.0 0.00 0.00 1033 pint2str [956]
-----------------------------------------------
0.00 0.00 1033/1033 display_mode_line <cycle 4> [360]
[957] 0.0 0.00 0.00 1033 pop_kboard [957]
-----------------------------------------------
0.00 0.00 1033/1033 display_mode_line <cycle 4> [360]
[958] 0.0 0.00 0.00 1033 push_kboard [958]
0.00 0.00 1033/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 1/1033 x_display_ok [1614]
0.00 0.00 1/1033 x_term_init <cycle 4> [573]
0.00 0.00 1031/1033 redisplay_internal [15]
[959] 0.0 0.00 0.00 1033 request_sigio [959]
-----------------------------------------------
1 echo_area_display <cycle 4> [1214]
0.02 0.08 1032/33852 redisplay_internal [15]
[960] 0.0 0.00 0.00 1033 update_frame <cycle 4> [960]
0.00 0.00 1033/1091 x_update_begin [916]
0.00 0.00 1033/1092 update_begin [914]
0.00 0.00 1033/1091 x_update_end [917]
0.00 0.00 1032/1036 set_window_update_flags [948]
0.00 0.00 1031/1090 update_end [918]
1033 update_window_tree <cycle 4> [961]
-----------------------------------------------
1033 update_frame <cycle 4> [960]
[961] 0.0 0.00 0.00 1033 update_window_tree <cycle 4> [961]
1063 update_window <cycle 4> [118]
-----------------------------------------------
0.00 0.00 1032/1032 redisplay_internal [15]
[962] 0.0 0.00 0.00 1032 clear_desired_matrices [962]
-----------------------------------------------
0.00 0.00 1032/1032 redisplay_internal [15]
[963] 0.0 0.00 0.00 1032 stop_polling [963]
-----------------------------------------------
0.00 0.00 1032/1032 note_mouse_highlight [497]
[964] 0.0 0.00 0.00 1032 window_box_right_offset [964]
0.00 0.00 1033/39509 window_box_width [653]
0.00 0.00 1030/17595 window_box_left_offset [681]
-----------------------------------------------
0.00 0.00 1031/1031 redisplay_internal [15]
[965] 0.0 0.00 0.00 1031 start_polling [965]
-----------------------------------------------
0.00 0.00 1030/1030 unbind_to <cycle 4> [285]
[966] 0.0 0.00 0.00 1030 unwind_redisplay [966]
-----------------------------------------------
0.00 0.00 1029/1029 x_draw_window_cursor <cycle 4> [910]
[967] 0.0 0.00 0.00 1029 xic_set_preeditarea [967]
-----------------------------------------------
0.00 0.00 1026/1026 read_char <cycle 2> [14]
[968] 0.0 0.00 0.00 1026 redisplay [968]
-----------------------------------------------
0.00 0.00 1025/1025 read_char <cycle 2> [14]
[969] 0.0 0.00 0.00 1025 event_to_kboard [969]
-----------------------------------------------
0.00 0.00 1025/1025 kbd_buffer_store_buffered_event [971]
[970] 0.0 0.00 0.00 1025 kbd_buffer_nr_stored [970]
-----------------------------------------------
0.00 0.00 1025/1025 handle_one_xevent [195]
[971] 0.0 0.00 0.00 1025 kbd_buffer_store_buffered_event [971]
0.00 0.00 1025/1025 kbd_buffer_nr_stored [970]
0.00 0.00 2/4 Fset_input_mode [1400]
-----------------------------------------------
0.00 0.00 1025/1025 read_char <cycle 2> [14]
[972] 0.0 0.00 0.00 1025 kbd_on_hold_p [972]
-----------------------------------------------
0.00 0.00 1023/1023 Ffuncall <cycle 4> [39]
[973] 0.0 0.00 0.00 1023 Farrayp [973]
-----------------------------------------------
1023 Ffuncall <cycle 4> [39]
[974] 0.0 0.00 0.00 1023 Ffuncall_interactively <cycle 4> [974]
0.00 0.00 1023/311674 grow_specpdl [632]
0.00 0.00 1023/2007 record_unwind_protect_int [844]
0.00 0.00 1023/1023 temporarily_switch_to_single_kboard [975]
1023 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 1023/1023 Ffuncall_interactively <cycle 4> [974]
[975] 0.0 0.00 0.00 1023 temporarily_switch_to_single_kboard [975]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [39]
[976] 0.0 0.00 0.00 1022 Fwindow_fringes [976]
0.00 0.00 1022/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [39]
[977] 0.0 0.00 0.00 1022 Fwindow_header_line_height [977]
0.00 0.00 2044/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1022/1022 Ffuncall <cycle 4> [39]
[978] 0.0 0.00 0.00 1022 Fwindow_margins [978]
0.00 0.00 1022/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [14]
[979] 0.0 0.00 0.00 1022 add_command_key [979]
-----------------------------------------------
0.00 0.00 1022/1022 read_key_sequence.constprop.44 <cycle 2> [22]
[980] 0.0 0.00 0.00 1022 follow_key [980]
0.00 0.00 1022/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 1022/1022 read_char <cycle 2> [14]
[981] 0.0 0.00 0.00 1022 record_char [981]
0.00 0.00 1022/1022 store_kbd_macro_char [984]
-----------------------------------------------
0.00 0.00 2/1022 directory_files_internal <cycle 4> [254]
0.00 0.00 3/1022 record_xmalloc [1454]
0.00 0.00 4/1022 Fdo_auto_save <cycle 4> [524]
0.00 0.00 13/1022 digest_single_submenu <cycle 4> [1279]
0.00 0.00 1000/1022 signal_after_change <cycle 4> [281]
[982] 0.0 0.00 0.00 1022 record_unwind_protect_ptr [982]
-----------------------------------------------
0.00 0.00 1022/1022 unbind_to <cycle 4> [285]
[983] 0.0 0.00 0.00 1022 restore_kboard_configuration [983]
-----------------------------------------------
0.00 0.00 1022/1022 record_char [981]
[984] 0.0 0.00 0.00 1022 store_kbd_macro_char [984]
-----------------------------------------------
0.00 0.00 1021/1021 Ffuncall <cycle 4> [39]
[985] 0.0 0.00 0.00 1021 Fx_hide_tip [985]
-----------------------------------------------
0.00 0.00 1/1021 Fposn_at_x_y [1542]
0.00 0.00 1020/1021 Fvertical_motion <cycle 4> [168]
[986] 0.0 0.00 0.00 1021 decode_live_window [986]
-----------------------------------------------
0.00 0.00 1/1021 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1020/1021 Fvertical_motion <cycle 4> [168]
[987] 0.0 0.00 0.00 1021 move_it_in_display_line [987]
-----------------------------------------------
0.00 0.00 1021/1021 start_atimer [989]
[988] 0.0 0.00 0.00 1021 schedule_atimer [988]
-----------------------------------------------
0.00 0.00 1021/1021 start_hourglass [990]
[989] 0.0 0.00 0.00 1021 start_atimer [989]
0.00 0.00 1021/2982 block_atimers [788]
0.00 0.00 1021/1021 schedule_atimer [988]
0.00 0.00 1021/1962 set_alarm [851]
0.00 0.00 1021/12473 gettime [693]
0.00 0.00 1021/3973 timespec_add [756]
0.00 0.00 1/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 1021/1021 command_loop_1 <cycle 2> [23]
[990] 0.0 0.00 0.00 1021 start_hourglass [990]
0.00 0.00 1021/2062 cancel_hourglass [834]
0.00 0.00 1021/1021 start_atimer [989]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [39]
[991] 0.0 0.00 0.00 1020 Fabs [991]
-----------------------------------------------
0.00 0.00 1020/1020 Ffuncall <cycle 4> [39]
[992] 0.0 0.00 0.00 1020 Fset_window_vscroll [992]
0.00 0.00 1020/2096 extract_float [827]
-----------------------------------------------
0.00 0.00 1020/1020 cancel_hourglass [834]
[993] 0.0 0.00 0.00 1020 cancel_atimer [993]
0.00 0.00 1020/2982 block_atimers [788]
-----------------------------------------------
0.00 0.00 4/1007 create_root_interval [1408]
0.00 0.00 4/1007 split_interval_left [1425]
0.00 0.00 999/1007 split_interval_right [1005]
[994] 0.0 0.00 0.00 1007 make_interval [994]
0.00 0.00 56/1335 lisp_malloc [881]
-----------------------------------------------
1003 display_and_set_cursor <cycle 4> [540]
[995] 0.0 0.00 0.00 1003 erase_phys_cursor <cycle 4> [995]
0.00 0.00 1002/11768 window_text_bottom_y [694]
1002 draw_phys_cursor_glyph <cycle 4> [841]
-----------------------------------------------
1 set_message_1 <cycle 4> [1598]
1000 general_insert_function <cycle 4> [1052]
[996] 0.0 0.00 0.00 1001 insert_from_string <cycle 4> [996]
1001 insert_from_string_1 <cycle 4> [120]
1001 signal_after_change <cycle 4> [281]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [39]
[997] 0.0 0.00 0.00 1000 Fborder_width [997]
0.00 0.00 1000/19551 decode_any_frame [671]
-----------------------------------------------
1000 Ffuncall <cycle 4> [39]
[998] 0.0 0.00 0.00 1000 Fline_pixel_height <cycle 4> [998]
1000 start_display <cycle 4> [144]
1000 line_bottom_y <cycle 4> [567]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [39]
[999] 0.0 0.00 0.00 1000 Fwindow_body_height [999]
0.00 0.00 1000/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [39]
[1000] 0.0 0.00 0.00 1000 Fwindow_body_width [1000]
0.00 0.00 1000/1000 window_body_width [1004]
0.00 0.00 1000/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 1000/1000 Ffuncall <cycle 4> [39]
[1001] 0.0 0.00 0.00 1000 Fwindow_start [1001]
-----------------------------------------------
0.00 0.00 1000/1000 read_char <cycle 2> [14]
[1002] 0.0 0.00 0.00 1000 echo_dash [1002]
-----------------------------------------------
0.00 0.00 1000/1000 unbind_to <cycle 4> [285]
[1003] 0.0 0.00 0.00 1000 reset_var_on_error [1003]
-----------------------------------------------
0.00 0.00 1000/1000 Fwindow_body_width [1000]
[1004] 0.0 0.00 0.00 1000 window_body_width [1004]
-----------------------------------------------
0.00 0.00 999/999 set_text_properties_1 [276]
[1005] 0.0 0.00 0.00 999 split_interval_right [1005]
0.00 0.00 999/1007 make_interval [994]
0.00 0.00 999/709980 balance_possible_root_interval [616]
0.00 0.00 997/828603 balance_an_interval [615]
-----------------------------------------------
0.00 0.00 981/981 compile_pattern [95]
[1006] 0.0 0.00 0.00 981 re_set_registers [1006]
-----------------------------------------------
0.00 0.00 973/973 unbind_to <cycle 4> [285]
[1007] 0.0 0.00 0.00 973 wait_reading_process_output_unwind [1007]
-----------------------------------------------
0.00 0.00 961/961 Fremove_text_properties <cycle 4> [566]
[1008] 0.0 0.00 0.00 961 remove_properties [1008]
0.00 0.00 961/2998 record_property_change [786]
-----------------------------------------------
0.00 0.00 1/923 x_wm_supports [1651]
0.00 0.00 1/923 x_term_init <cycle 4> [573]
0.00 0.00 1/923 x_set_mouse_color [553]
0.00 0.00 1/923 read_and_apply_settings [1592]
0.00 0.00 3/923 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 916/923 xfont_list_pattern [252]
[1009] 0.0 0.00 0.00 923 x_catch_errors_with_handler [1009]
0.00 0.00 923/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [4081]
[1010] 0.0 0.00 0.00 922 lookup_rgb_color [1010]
-----------------------------------------------
0.00 0.00 1/922 x_set_mouse_color [553]
0.00 0.00 2/922 x_term_init <cycle 4> [573]
0.00 0.00 3/922 x_wm_supports [1651]
0.00 0.00 916/922 xfont_list_pattern [252]
[1011] 0.0 0.00 0.00 922 x_had_errors_p [1011]
-----------------------------------------------
0.00 0.00 1/922 x_wm_supports [1651]
0.00 0.00 1/922 x_term_init <cycle 4> [573]
0.00 0.00 1/922 read_and_apply_settings [1592]
0.00 0.00 3/922 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 916/922 xfont_list_pattern [252]
[1012] 0.0 0.00 0.00 922 x_uncatch_errors [1012]
0.00 0.00 922/33219 xfree [655]
-----------------------------------------------
0.00 0.00 922/922 xpm_alloc_color [4081]
[1013] 0.0 0.00 0.00 922 xbm_image_p [1013]
0.00 0.00 922/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 1/917 read_and_apply_settings [1592]
0.00 0.00 916/917 xfont_list_pattern [252]
[1014] 0.0 0.00 0.00 917 x_catch_errors [1014]
-----------------------------------------------
0.00 0.00 916/916 xfont_list [245]
[1015] 0.0 0.00 0.00 916 xfont_encode_coding_xlfd [1015]
-----------------------------------------------
0.00 0.00 2/886 check_ascii [1488]
0.00 0.00 3/886 detect_coding [1449]
0.00 0.00 301/886 encode_coding [1066]
0.00 0.00 580/886 decode_coding <cycle 4> [518]
[1016] 0.0 0.00 0.00 886 coding_set_source [1016]
-----------------------------------------------
0.00 0.00 2/883 decode_coding_gap <cycle 4> [551]
0.00 0.00 301/883 encode_coding [1066]
0.00 0.00 580/883 decode_coding <cycle 4> [518]
[1017] 0.0 0.00 0.00 883 get_translation_table [1017]
-----------------------------------------------
0.00 0.00 881/881 unbind_to <cycle 4> [285]
[1018] 0.0 0.00 0.00 881 code_conversion_restore [1018]
-----------------------------------------------
0.00 0.00 1/881 Fnew_fontset <cycle 4> [463]
0.00 0.00 880/881 Fset_fontset_font <cycle 4> [60]
[1019] 0.0 0.00 0.00 881 free_realized_fontsets [1019]
-----------------------------------------------
821 Fgarbage_collect <cycle 4> [40]
[1020] 0.0 0.00 0.00 821 compact_buffer <cycle 4> [1020]
0.00 0.00 8/9 make_gap_1 [1322]
56 unbind_to <cycle 4> [285]
56 truncate_undo_list <cycle 4> [1162]
-----------------------------------------------
0.00 0.00 1/819 fontset_from_font <cycle 4> [345]
0.00 0.00 12/819 font_rescale_ratio [394]
0.00 0.00 806/819 Fset_fontset_font <cycle 4> [60]
[1021] 0.0 0.00 0.00 819 Ffont_xlfd_name [1021]
0.00 0.00 819/1289 font_unparse_xlfd [885]
0.00 0.00 819/17709 make_string [680]
-----------------------------------------------
0.00 0.00 744/744 read_vector <cycle 5> [404]
[1022] 0.0 0.00 0.00 744 free_cons [1022]
-----------------------------------------------
0.00 0.00 28/701 xg_modify_menubar_widgets [1429]
0.00 0.00 32/701 xg_update_menubar [1044]
0.00 0.00 641/701 create_menus [1319]
[1023] 0.0 0.00 0.00 701 xg_item_label_same_p [1023]
0.00 0.00 1343/2385 get_utf8_string [806]
0.00 0.00 642/71975 xmalloc [642]
0.00 0.00 112/113 make_widget_for_menu_item [1130]
-----------------------------------------------
0.00 0.00 3/619 decide_coding_unwind [1447]
0.00 0.00 616/619 del_range_2 [300]
[1024] 0.0 0.00 0.00 619 adjust_markers_for_delete [1024]
0.00 0.00 619/2764 adjust_suspend_auto_hscroll [797]
-----------------------------------------------
0.00 0.00 3/619 decide_coding_unwind [1447]
0.00 0.00 616/619 del_range_2 [300]
[1025] 0.0 0.00 0.00 619 adjust_overlays_for_delete [1025]
-----------------------------------------------
0.00 0.00 616/616 del_range_2 [300]
[1026] 0.0 0.00 0.00 616 evaporate_overlays [1026]
-----------------------------------------------
0.00 0.00 616/616 del_range_2 [300]
[1027] 0.0 0.00 0.00 616 record_delete [1027]
-----------------------------------------------
0.00 0.00 1/598 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 19/598 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 578/598 Ferase_buffer <cycle 4> [1034]
[1028] 0.0 0.00 0.00 598 del_range [1028]
-----------------------------------------------
0.00 0.00 15/593 Ffuncall <cycle 4> [39]
0.00 0.00 578/593 code_conversion_save <cycle 4> [402]
[1029] 0.0 0.00 0.00 593 Fbuffer_live_p [1029]
-----------------------------------------------
0.00 0.00 2/590 Ffuncall <cycle 4> [39]
0.00 0.00 20/590 print_error_message <cycle 4> [416]
0.00 0.00 568/590 process_tool_bar_item <cycle 4> [287]
[1030] 0.0 0.00 0.00 590 Fsubstitute_command_keys [1030]
-----------------------------------------------
589 mark_object <cycle 4> [30]
[1031] 0.0 0.00 0.00 589 mark_face_cache <cycle 4> [1031]
38045 mark_object <cycle 4> [30]
570 mark_vectorlike <cycle 4> [85]
224 traverse_intervals_noorder <cycle 4> [809]
-----------------------------------------------
0.00 0.00 583/583 make_buffer_string_both [322]
[1032] 0.0 0.00 0.00 583 update_buffer_properties [1032]
-----------------------------------------------
0.00 0.00 578/578 decode_coding_object <cycle 4> [324]
[1033] 0.0 0.00 0.00 578 Fbuffer_string [1033]
-----------------------------------------------
578 code_conversion_save <cycle 4> [402]
[1034] 0.0 0.00 0.00 578 Ferase_buffer <cycle 4> [1034]
0.00 0.00 578/1640 Fwiden [864]
0.00 0.00 578/598 del_range [1028]
578 del_range_1 <cycle 4> [232]
-----------------------------------------------
0.00 0.00 578/578 decode_coding <cycle 4> [518]
[1035] 0.0 0.00 0.00 578 decode_coding_utf_8 [1035]
-----------------------------------------------
0.00 0.00 34/557 eval_sub <cycle 4> [189]
0.00 0.00 59/557 Ffuncall <cycle 4> [39]
0.00 0.00 208/557 Fkey_description <cycle 4> [338]
0.00 0.00 256/557 exec_byte_code <cycle 4> [143]
[1036] 0.0 0.00 0.00 557 Fconcat [1036]
-----------------------------------------------
0.00 0.00 556/556 load_charset <cycle 4> [412]
[1037] 0.0 0.00 0.00 556 read_hex [1037]
-----------------------------------------------
0.00 0.00 551/551 ftfont_lookup_cache [19]
[1038] 0.0 0.00 0.00 551 make_save_ptr_int [1038]
0.00 0.00 551/2867 allocate_misc [793]
-----------------------------------------------
38 read_list <cycle 5> [388]
329 read1 <cycle 5> [279]
0.00 0.00 183/183 read_internal_start [271]
[1039] 0.0 0.00 0.00 550 read0 <cycle 5> [1039]
550 read1 <cycle 5> [279]
-----------------------------------------------
0.00 0.00 1/545 intern_1 [307]
0.00 0.00 6/545 read1 <cycle 5> [279]
0.00 0.00 188/545 intern_driver [1080]
0.00 0.00 350/545 Fintern [301]
[1040] 0.0 0.00 0.00 545 Fmake_symbol [1040]
0.00 0.00 26/1335 lisp_malloc [881]
-----------------------------------------------
0.00 0.00 30/540 bidi_find_paragraph_start [148]
0.00 0.00 510/540 find_newline [110]
[1041] 0.0 0.00 0.00 540 know_region_cache [1041]
0.00 0.00 540/9473 delete_cache_boundaries [708]
-----------------------------------------------
0.00 0.00 1/539 Ffontp [389]
0.00 0.00 1/539 fontset_from_font <cycle 4> [345]
0.00 0.00 2/539 ftfont_list [208]
0.00 0.00 4/539 apply_modifiers [97]
0.00 0.00 4/539 font_prop_validate_symbol [405]
0.00 0.00 47/539 font_parse_family_registry [335]
0.00 0.00 120/539 Ffuncall <cycle 4> [39]
0.00 0.00 172/539 read1 <cycle 5> [279]
0.00 0.00 188/539 font_intern_prop [91]
[1042] 0.0 0.00 0.00 539 intern_sym [1042]
-----------------------------------------------
0.00 0.00 1/535 Fset_window_configuration <cycle 4> [432]
0.00 0.00 5/535 select_window <cycle 4> [510]
0.00 0.00 6/535 set_window_buffer <cycle 4> [457]
0.00 0.00 39/535 try_window <cycle 4> [1200]
0.00 0.00 56/535 run_window_scroll_functions [1161]
0.00 0.00 56/535 redisplay_window <cycle 4> [116]
0.00 0.00 104/535 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 112/535 resize_mini_window <cycle 4> [310]
0.00 0.00 156/535 unwind_with_echo_area_buffer <cycle 4> [1163]
[1043] 0.0 0.00 0.00 535 set_marker_both [1043]
0.00 0.00 535/2975 live_buffer [789]
0.00 0.00 535/9179 CHECK_MARKER [713]
0.00 0.00 316/3243 unchain_marker [768]
-----------------------------------------------
28 xg_update_menubar [1044]
0.00 0.00 4/525 xg_modify_menubar_widgets [1429]
0.00 0.00 521/525 xg_update_submenu [1324]
[1044] 0.0 0.00 0.00 525+28 xg_update_menubar [1044]
0.00 0.00 1042/2385 get_utf8_string [806]
0.00 0.00 32/701 xg_item_label_same_p [1023]
0.00 0.00 1/9 create_menus [1319]
0.00 0.00 1/113 make_widget_for_menu_item [1130]
28 xg_update_menubar [1044]
-----------------------------------------------
0.00 0.00 38/520 Fexpand_file_name <cycle 4> [164]
0.00 0.00 482/520 directory_files_internal <cycle 4> [254]
[1045] 0.0 0.00 0.00 520 decode_file_name [1045]
-----------------------------------------------
0.00 0.00 516/516 Ffuncall <cycle 4> [39]
[1046] 0.0 0.00 0.00 516 Fskip_syntax_forward [1046]
-----------------------------------------------
0.00 0.00 2/513 Fcar_less_than_car [1474]
0.00 0.00 511/513 eval_sub <cycle 4> [189]
[1047] 0.0 0.00 0.00 513 Flss [1047]
-----------------------------------------------
0.00 0.00 2/513 Fcar_less_than_car [1474]
0.00 0.00 511/513 eval_sub <cycle 4> [189]
[1048] 0.0 0.00 0.00 513 arithcompare_driver [1048]
0.00 0.00 513/18231 arithcompare [677]
-----------------------------------------------
0.00 0.00 500/500 eval_sub <cycle 4> [189]
[1049] 0.0 0.00 0.00 500 Fadd1 [1049]
-----------------------------------------------
500 eval_sub <cycle 4> [189]
[1050] 0.0 0.00 0.00 500 Finsert <cycle 4> [1050]
500 general_insert_function <cycle 4> [1052]
-----------------------------------------------
500 eval_sub <cycle 4> [189]
[1051] 0.0 0.00 0.00 500 Fsetq <cycle 4> [1051]
0.00 0.00 500/140813 Flength [634]
0.00 0.00 500/1364726 Fcdr [610]
0.00 0.00 500/72320 Fcar [641]
500 Fset <cycle 4> [259]
500 eval_sub <cycle 4> [189]
-----------------------------------------------
500 Finsert <cycle 4> [1050]
[1052] 0.0 0.00 0.00 500 general_insert_function <cycle 4> [1052]
1000 update_compositions <cycle 4> [205]
1000 insert_from_string <cycle 4> [996]
-----------------------------------------------
484 mark_object <cycle 4> [30]
[1053] 0.0 0.00 0.00 484 mark_discard_killed_buffers <cycle 4> [1053]
484 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.00 484/484 directory_files_internal <cycle 4> [254]
[1054] 0.0 0.00 0.00 484 read_dirent [1054]
-----------------------------------------------
440 Fkey_description <cycle 4> [338]
[1055] 0.0 0.00 0.00 440 Fsingle_key_description <cycle 4> [1055]
0.00 0.00 436/436 push_key_description [1056]
0.00 0.00 436/49690 make_specified_string [652]
0.00 0.00 4/17709 make_string [680]
4 esprintf <cycle 4> [1412]
-----------------------------------------------
0.00 0.00 436/436 Fsingle_key_description <cycle 4> [1055]
[1056] 0.0 0.00 0.00 436 push_key_description [1056]
-----------------------------------------------
0.00 0.00 5/425 Fset_buffer_multibyte [1372]
0.00 0.00 40/425 message_dolog <cycle 4> [308]
0.00 0.00 380/425 signal_after_change <cycle 4> [281]
[1057] 0.0 0.00 0.00 425 chars_in_text [1057]
-----------------------------------------------
0.00 0.00 380/380 Ffuncall <cycle 4> [39]
[1058] 0.0 0.00 0.00 380 Fstring_match [1058]
-----------------------------------------------
380 strout <cycle 4> [1198]
[1059] 0.0 0.00 0.00 380 insert_char <cycle 4> [1059]
380 update_compositions <cycle 4> [205]
380 signal_after_change <cycle 4> [281]
-----------------------------------------------
0.00 0.00 377/377 Ffuncall <cycle 4> [39]
[1060] 0.0 0.00 0.00 377 Fkeymapp [1060]
0.00 0.00 377/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 1/319 xg_store_widget_in_map [1524]
0.00 0.00 6/319 update_window <cycle 4> [118]
0.00 0.00 312/319 adjust_glyph_matrix <cycle 4> [1201]
[1061] 0.0 0.00 0.00 319 xnrealloc [1061]
-----------------------------------------------
0.00 0.00 1/309 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 1/309 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/309 x_set_left_fringe [1631]
0.00 0.00 1/309 x_set_right_fringe [1635]
0.00 0.00 1/309 x_set_vertical_scroll_bars [1644]
0.00 0.00 1/309 x_set_scroll_bar_width <cycle 4> [1641]
0.00 0.00 1/309 x_set_scroll_bar_height <cycle 4> [1640]
0.00 0.00 1/309 Fset_window_configuration <cycle 4> [432]
0.00 0.00 1/309 x_set_menu_bar_lines <cycle 4> [1633]
0.00 0.00 1/309 xg_frame_resized [1470]
0.00 0.00 2/309 x_set_font <cycle 4> [371]
0.00 0.00 2/309 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 3/309 free_realized_face [1244]
0.00 0.00 4/309 redraw_frame <cycle 4> [1423]
0.00 0.00 4/309 xg_update_scrollbar_pos [1430]
0.00 0.00 9/309 adjust_frame_size <cycle 4> [478]
0.00 0.00 16/309 realize_face [332]
0.00 0.00 81/309 Finternal_make_lisp_face [339]
0.00 0.00 178/309 Finternal_set_lisp_face_attribute <cycle 4> [229]
[1062] 0.0 0.00 0.00 309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 1/307 Ffile_accessible_directory_p <cycle 4> [421]
0.00 0.00 2/307 xg_set_icon <cycle 4> [1523]
0.00 0.00 2/307 Ffile_attributes <cycle 4> [398]
0.00 0.00 2/307 Fload <cycle 4> [401]
0.00 0.00 3/307 Ffile_exists_p <cycle 4> [383]
0.00 0.00 3/307 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/307 directory_files_internal <cycle 4> [254]
0.00 0.00 10/307 xpm_load <cycle 4> [1314]
0.00 0.00 12/307 x_find_image_fd <cycle 4> [545]
0.00 0.00 16/307 Ffile_readable_p <cycle 4> [313]
0.00 0.00 22/307 Ffile_symlink_p <cycle 4> [282]
0.00 0.00 42/307 Ffile_directory_p <cycle 4> [269]
0.00 0.00 188/307 openp <cycle 4> [210]
[1063] 0.0 0.00 0.00 307 encode_file_name [1063]
-----------------------------------------------
0.00 0.00 1/302 produce_chars [587]
0.00 0.00 301/302 encode_coding_utf_8 [1068]
[1064] 0.0 0.00 0.00 302 alloc_destination [1064]
0.00 0.00 302/1183 coding_set_destination [896]
0.00 0.00 301/3384 xrealloc [765]
0.00 0.00 1/9 make_gap_1 [1322]
-----------------------------------------------
0.00 0.00 301/301 encode_coding [1066]
[1065] 0.0 0.00 0.00 301 consume_chars [1065]
-----------------------------------------------
0.00 0.00 301/301 encode_coding_object <cycle 4> [1067]
[1066] 0.0 0.00 0.00 301 encode_coding [1066]
0.00 0.00 301/883 get_translation_table [1017]
0.00 0.00 301/886 coding_set_source [1016]
0.00 0.00 301/301 consume_chars [1065]
0.00 0.00 301/301 encode_coding_utf_8 [1068]
0.00 0.00 301/1183 coding_set_destination [896]
-----------------------------------------------
301 code_convert_string <cycle 4> [273]
[1067] 0.0 0.00 0.00 301 encode_coding_object <cycle 4> [1067]
0.00 0.00 301/20569 make_unibyte_string [669]
0.00 0.00 301/33219 xfree [655]
0.00 0.00 301/71975 xmalloc [642]
0.00 0.00 301/301 encode_coding [1066]
301 code_conversion_save <cycle 4> [402]
-----------------------------------------------
0.00 0.00 301/301 encode_coding [1066]
[1068] 0.0 0.00 0.00 301 encode_coding_utf_8 [1068]
0.00 0.00 301/302 alloc_destination [1064]
-----------------------------------------------
0.00 0.00 300/300 message_dolog <cycle 4> [308]
[1069] 0.0 0.00 0.00 300 set_marker_restricted_both [1069]
0.00 0.00 300/2975 live_buffer [789]
0.00 0.00 300/9179 CHECK_MARKER [713]
0.00 0.00 300/3243 unchain_marker [768]
-----------------------------------------------
0.00 0.00 294/294 internal_condition_case_1 <cycle 4> [878]
[1070] 0.0 0.00 0.00 294 eval_dyn [1070]
-----------------------------------------------
0.00 0.00 262/262 Ffuncall <cycle 4> [39]
[1071] 0.0 0.00 0.00 262 Fwindow_valid_p [1071]
-----------------------------------------------
0.00 0.00 3/230 set_window_buffer <cycle 4> [457]
0.00 0.00 4/230 delete_all_child_windows [1490]
0.00 0.00 4/230 Fset_window_configuration <cycle 4> [432]
0.00 0.00 52/230 unwind_with_echo_area_buffer <cycle 4> [1163]
0.00 0.00 52/230 with_echo_area_buffer <cycle 4> [386]
0.00 0.00 115/230 wset_buffer [1128]
[1072] 0.0 0.00 0.00 230 adjust_window_count [1072]
-----------------------------------------------
226 eval_sub <cycle 4> [189]
[1073] 0.0 0.00 0.00 226 Fand <cycle 4> [1073]
299 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 224/224 Fwhere_is_internal <cycle 4> [270]
[1074] 0.0 0.00 0.00 224 preferred_sequence_p [1074]
0.00 0.00 462/11256 Faref [697]
0.00 0.00 224/140813 Flength [634]
-----------------------------------------------
0.00 0.00 74/219 update_window <cycle 4> [118]
0.00 0.00 145/219 add_row_entry [1093]
[1075] 0.0 0.00 0.00 219 row_equal_p.constprop.18 [1075]
-----------------------------------------------
0.00 0.00 1/216 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 215/216 digest_single_submenu <cycle 4> [1279]
[1076] 0.0 0.00 0.00 216 code_convert_string_norecord [1076]
-----------------------------------------------
0.00 0.00 31/209 eval_sub <cycle 4> [189]
0.00 0.00 41/209 Ffuncall <cycle 4> [39]
0.00 0.00 137/209 Fdefvar <cycle 4> [461]
[1077] 0.0 0.00 0.00 209 Fdefault_boundp [1077]
0.00 0.00 209/6388 default_value [733]
0.00 0.00 35/119738 do_symval_forwarding [637]
-----------------------------------------------
0.00 0.00 30/195 casify_object [41]
0.00 0.00 165/195 string_to_multibyte [1090]
[1078] 0.0 0.00 0.00 195 make_multibyte_string [1078]
0.00 0.00 195/54297 make_uninit_multibyte_string [649]
-----------------------------------------------
0.00 0.00 189/189 display_mode_element <cycle 4> [179]
[1079] 0.0 0.00 0.00 189 store_mode_line_noprop [1079]
0.00 0.00 1197/1197 store_mode_line_noprop_char [892]
0.00 0.00 189/9553 c_string_width [707]
-----------------------------------------------
0.00 0.00 188/188 font_intern_prop [91]
[1080] 0.0 0.00 0.00 188 intern_driver [1080]
0.00 0.00 188/545 Fmake_symbol [1040]
-----------------------------------------------
0.00 0.00 183/183 Ffuncall <cycle 4> [39]
[1081] 0.0 0.00 0.00 183 Fread [1081]
-----------------------------------------------
0.00 0.00 183/183 message_dolog <cycle 4> [308]
[1082] 0.0 0.00 0.00 183 insert_1_both [1082]
-----------------------------------------------
1 delete_frame <cycle 4> [450]
1 Fdelete_terminal <cycle 4> [1531]
59 handle_fontified_prop <cycle 4> [203]
118 map_keymap_canonical <cycle 4> [1114]
[1083] 0.0 0.00 0.00 179 safe_call <cycle 4> [1083]
179 safe__call <cycle 4> [202]
-----------------------------------------------
0.00 0.00 6/179 Fxw_color_values [530]
0.00 0.00 12/179 x_decode_color [1287]
0.00 0.00 161/179 load_color2 [1092]
[1084] 0.0 0.00 0.00 179 x_defined_color [1084]
0.00 0.00 179/179 xg_check_special_colors [1085]
0.00 0.00 179/638667 unblock_input_to [618]
0.00 0.00 179/638619 unblock_input [619]
0.00 0.00 179/1101 x_parse_color [911]
0.00 0.00 173/175 x_alloc_nearest_color [1087]
0.00 0.00 2/7766 do_pending_atimers [724]
0.00 0.00 2/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 179/179 x_defined_color [1084]
[1085] 0.0 0.00 0.00 179 xg_check_special_colors [1085]
-----------------------------------------------
0.00 0.00 175/175 x_alloc_nearest_color [1087]
[1086] 0.0 0.00 0.00 175 gamma_correct [1086]
-----------------------------------------------
0.00 0.00 2/175 x_setup_relief_color [1520]
0.00 0.00 173/175 x_defined_color [1084]
[1087] 0.0 0.00 0.00 175 x_alloc_nearest_color [1087]
0.00 0.00 175/175 gamma_correct [1086]
-----------------------------------------------
0.00 0.00 2/174 open_directory [1503]
0.00 0.00 3/174 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/174 emacs_fopen [1411]
0.00 0.00 165/174 openp <cycle 4> [210]
[1088] 0.0 0.00 0.00 174 emacs_open [1088]
-----------------------------------------------
0.00 0.00 46/171 Ffile_name_as_directory <cycle 4> [262]
0.00 0.00 125/171 Fexpand_file_name <cycle 4> [164]
[1089] 0.0 0.00 0.00 171 Fnext_read_file_uses_dialog_p [1089]
-----------------------------------------------
0.00 0.00 165/165 Fexpand_file_name <cycle 4> [164]
[1090] 0.0 0.00 0.00 165 string_to_multibyte [1090]
0.00 0.00 165/31455 count_size_as_multibyte [659]
0.00 0.00 165/195 make_multibyte_string [1078]
-----------------------------------------------
0.00 0.00 161/161 load_color2 [1092]
[1091] 0.0 0.00 0.00 161 defined_color [1091]
-----------------------------------------------
0.00 0.00 161/161 realize_face [332]
[1092] 0.0 0.00 0.00 161 load_color2 [1092]
0.00 0.00 161/179 x_defined_color [1084]
0.00 0.00 161/161 defined_color [1091]
-----------------------------------------------
0.00 0.00 160/160 update_window <cycle 4> [118]
[1093] 0.0 0.00 0.00 160 add_row_entry [1093]
0.00 0.00 145/219 row_equal_p.constprop.18 [1075]
-----------------------------------------------
0.00 0.00 150/150 scan_lists [440]
[1094] 0.0 0.00 0.00 150 syntax_multibyte [1094]
-----------------------------------------------
0.00 0.00 1/146 Fload <cycle 4> [401]
0.00 0.00 145/146 Ffuncall <cycle 4> [39]
[1095] 0.0 0.00 0.00 146 Fappend [1095]
-----------------------------------------------
0.00 0.00 1/141 Fx_create_frame <cycle 4> [384]
0.00 0.00 13/141 Fx_get_resource [1277]
0.00 0.00 36/141 Fx_display_color_cells [1206]
0.00 0.00 91/141 Fxw_display_color_p [1135]
[1096] 0.0 0.00 0.00 141 check_x_display_info [1096]
0.00 0.00 107/133 decode_window_system_frame [1102]
-----------------------------------------------
0.00 0.00 1/139 Fcommandp <cycle 4> [538]
0.00 0.00 138/139 exec_byte_code <cycle 4> [143]
[1097] 0.0 0.00 0.00 139 Fsymbol_function [1097]
-----------------------------------------------
17 Ffuncall <cycle 4> [39]
121 push_message <cycle 4> [464]
[1098] 0.0 0.00 0.00 138 current_message <cycle 4> [1098]
3 with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
56 with_echo_area_buffer <cycle 4> [386]
80 setup_echo_area_for_printing <cycle 4> [447]
[1099] 0.0 0.00 0.00 136 ensure_echo_area_buffers <cycle 4> [1099]
0.00 0.00 2/14316 make_formatted_string [687]
2 Fget_buffer_create <cycle 4> [458]
-----------------------------------------------
136 readevalloop <cycle 4> [380]
[1100] 0.0 0.00 0.00 136 readevalloop_eager_expand_eval <cycle 4> [1100]
272 call2 <cycle 4> [862]
-----------------------------------------------
0.00 0.00 3/134 Ffuncall <cycle 4> [39]
0.00 0.00 5/134 do_switch_frame <cycle 4> [1328]
0.00 0.00 63/134 unwind_format_mode_line <cycle 4> [912]
0.00 0.00 63/134 x_consider_frame_title <cycle 4> [291]
[1101] 0.0 0.00 0.00 134 Fselect_window [1101]
-----------------------------------------------
0.00 0.00 1/133 Fx_wm_set_size_hint [480]
0.00 0.00 1/133 Fx_backspace_delete_keys_p [1557]
0.00 0.00 2/133 Fx_change_window_property [1483]
0.00 0.00 6/133 Fxw_color_values [530]
0.00 0.00 6/133 Fx_register_dnd_atom [1351]
0.00 0.00 10/133 Fimage_mask_p <cycle 4> [1295]
0.00 0.00 107/133 check_x_display_info [1096]
[1102] 0.0 0.00 0.00 133 decode_window_system_frame [1102]
0.00 0.00 133/3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 7/133 unload_color [1341]
0.00 0.00 126/133 free_realized_face [1244]
[1103] 0.0 0.00 0.00 133 x_free_colors [1103]
-----------------------------------------------
0.00 0.00 1/132 read_char <cycle 2> [14]
0.00 0.00 13/132 parse_single_submenu <cycle 4> [1281]
0.00 0.00 118/132 Ffuncall <cycle 4> [39]
[1104] 0.0 0.00 0.00 132 Fkeymap_prompt [1104]
0.00 0.00 1397/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 123/123 Ffuncall <cycle 4> [39]
[1105] 0.0 0.00 0.00 123 Fset_syntax_table [1105]
0.00 0.00 123/123 check_syntax_table [1106]
-----------------------------------------------
0.00 0.00 123/123 Fset_syntax_table [1105]
[1106] 0.0 0.00 0.00 123 check_syntax_table [1106]
-----------------------------------------------
0.00 0.00 122/122 fast_c_string_match_ignore_case [290]
[1107] 0.0 0.00 0.00 122 string_make_unibyte [1107]
-----------------------------------------------
0.00 0.00 2/121 init_kboard [584]
0.00 0.00 119/121 Ffuncall <cycle 4> [39]
[1108] 0.0 0.00 0.00 121 Fmake_sparse_keymap [1108]
-----------------------------------------------
121 Fgarbage_collect <cycle 4> [40]
[1109] 0.0 0.00 0.00 121 mark_image_cache <cycle 4> [1109]
2260 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.00 121/121 unbind_to <cycle 4> [285]
[1110] 0.0 0.00 0.00 121 pop_message_unwind [1110]
-----------------------------------------------
0.00 0.00 120/120 Ffuncall <cycle 4> [39]
[1111] 0.0 0.00 0.00 120 Fsyntax_table [1111]
-----------------------------------------------
0.00 0.00 4/119 readevalloop <cycle 4> [380]
0.00 0.00 115/119 Ffuncall <cycle 4> [39]
[1112] 0.0 0.00 0.00 119 Ffile_name_absolute_p [1112]
-----------------------------------------------
118 Ffuncall <cycle 4> [39]
[1113] 0.0 0.00 0.00 118 Fmap_keymap <cycle 4> [1113]
118 map_keymap <cycle 4> [761]
-----------------------------------------------
12 menu_bar_items <cycle 4> [406]
106 single_keymap_panes <cycle 4> [565]
[1114] 0.0 0.00 0.00 118 map_keymap_canonical <cycle 4> [1114]
0.00 0.00 118/118 safe_call1 [1119]
118 safe_call <cycle 4> [1083]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1115] 0.0 0.00 0.00 118 mark_fringe_data [1115]
-----------------------------------------------
118 Fgarbage_collect <cycle 4> [40]
[1116] 0.0 0.00 0.00 118 mark_kboards <cycle 4> [1116]
4300 mark_object <cycle 4> [30]
-----------------------------------------------
118 Fgarbage_collect <cycle 4> [40]
[1117] 0.0 0.00 0.00 118 mark_specpdl <cycle 4> [1117]
2584 mark_object <cycle 4> [30]
53 mark_vectorlike <cycle 4> [85]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1118] 0.0 0.00 0.00 118 relocate_byte_stack [1118]
-----------------------------------------------
0.00 0.00 118/118 map_keymap_canonical <cycle 4> [1114]
[1119] 0.0 0.00 0.00 118 safe_call1 [1119]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1120] 0.0 0.00 0.00 118 shrink_regexp_cache [1120]
0.00 0.00 2360/3384 xrealloc [765]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1121] 0.0 0.00 0.00 118 sweep_floats [1121]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1122] 0.0 0.00 0.00 118 sweep_intervals [1122]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1123] 0.0 0.00 0.00 118 sweep_symbols [1123]
-----------------------------------------------
118 Fgarbage_collect <cycle 4> [40]
[1124] 0.0 0.00 0.00 118 sweep_weak_hash_tables <cycle 4> [1124]
1766 sweep_weak_table <cycle 4> [860]
-----------------------------------------------
0.00 0.00 118/118 Fgarbage_collect <cycle 4> [40]
[1125] 0.0 0.00 0.00 118 total_bytes_of_live_objects [1125]
-----------------------------------------------
118 Fgarbage_collect <cycle 4> [40]
[1126] 0.0 0.00 0.00 118 xg_mark_data <cycle 4> [1126]
34769 mark_object <cycle 4> [30]
-----------------------------------------------
0.00 0.00 117/117 eval_sub <cycle 4> [189]
[1127] 0.0 0.00 0.00 117 Feq [1127]
-----------------------------------------------
0.00 0.00 3/115 set_window_buffer <cycle 4> [457]
0.00 0.00 4/115 delete_all_child_windows [1490]
0.00 0.00 4/115 Fset_window_configuration <cycle 4> [432]
0.00 0.00 52/115 unwind_with_echo_area_buffer <cycle 4> [1163]
0.00 0.00 52/115 with_echo_area_buffer <cycle 4> [386]
[1128] 0.0 0.00 0.00 115 wset_buffer [1128]
0.00 0.00 115/230 adjust_window_count [1072]
-----------------------------------------------
0.00 0.00 2/114 x_new_font <cycle 4> [1517]
0.00 0.00 8/114 font_open_entity [407]
0.00 0.00 104/114 show_hourglass <cycle 4> [180]
[1129] 0.0 0.00 0.00 114 normal_char_ascent_descent [1129]
-----------------------------------------------
0.00 0.00 1/113 xg_update_menubar [1044]
0.00 0.00 112/113 xg_item_label_same_p [1023]
[1130] 0.0 0.00 0.00 113 make_widget_for_menu_item [1130]
-----------------------------------------------
0.00 0.00 20/100 xpm_load <cycle 4> [1314]
0.00 0.00 30/100 x_build_heuristic_mask [1311]
0.00 0.00 50/100 lookup_image <cycle 4> [491]
[1131] 0.0 0.00 0.00 100 image_spec_value [1131]
-----------------------------------------------
0.00 0.00 2/96 face_for_font [1493]
0.00 0.00 94/96 realize_face [332]
[1132] 0.0 0.00 0.00 96 cache_face [1132]
-----------------------------------------------
0.00 0.00 95/95 Ffuncall <cycle 4> [39]
[1133] 0.0 0.00 0.00 95 Fbuffer_name [1133]
-----------------------------------------------
0.00 0.00 94/94 realize_face [332]
[1134] 0.0 0.00 0.00 94 make_realized_face [1134]
0.00 0.00 94/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 12/91 Ffuncall <cycle 4> [39]
0.00 0.00 79/91 face_color_supported_p [1139]
[1135] 0.0 0.00 0.00 91 Fxw_display_color_p [1135]
0.00 0.00 91/141 check_x_display_info [1096]
-----------------------------------------------
0.00 0.00 1/91 redisplay_window <cycle 4> [116]
0.00 0.00 2/91 redisplay_mode_lines <cycle 4> [1594]
0.00 0.00 3/91 apply_window_adjustment [1445]
0.00 0.00 31/91 display_echo_area_1 <cycle 4> [1213]
0.00 0.00 54/91 try_window_reusing_current_matrix <cycle 4> [1167]
[1136] 0.0 0.00 0.00 91 clear_glyph_matrix [1136]
-----------------------------------------------
0.00 0.00 45/90 set_internal [113]
0.00 0.00 45/90 Fmake_local_variable <cycle 4> [367]
[1137] 0.0 0.00 0.00 90 let_shadows_buffer_binding_p [1137]
0.00 0.00 90/59263 Fcurrent_buffer [645]
-----------------------------------------------
0.00 0.00 4/79 Fmatch_data [348]
0.00 0.00 5/79 Fget_buffer_create <cycle 4> [458]
0.00 0.00 5/79 Fcopy_marker [444]
0.00 0.00 6/79 make_window [315]
0.00 0.00 59/79 Ffuncall <cycle 4> [39]
[1138] 0.0 0.00 0.00 79 Fmake_marker [1138]
0.00 0.00 79/2867 allocate_misc [793]
-----------------------------------------------
0.00 0.00 79/79 realize_face [332]
[1139] 0.0 0.00 0.00 79 face_color_supported_p [1139]
0.00 0.00 79/91 Fxw_display_color_p [1135]
-----------------------------------------------
0.00 0.00 78/78 Ffuncall <cycle 4> [39]
[1140] 0.0 0.00 0.00 78 Fwindowp [1140]
-----------------------------------------------
0.00 0.00 76/76 exec_byte_code <cycle 4> [143]
[1141] 0.0 0.00 0.00 76 float_arith_driver [1141]
-----------------------------------------------
0.00 0.00 72/72 map_keymap_internal <cycle 4> [592]
[1142] 0.0 0.00 0.00 72 make_save_funcptr_ptr_obj [1142]
0.00 0.00 72/2867 allocate_misc [793]
-----------------------------------------------
65 eval_sub <cycle 4> [189]
[1143] 0.0 0.00 0.00 65 Flet <cycle 4> [1143]
0.00 0.00 378/1364726 Fcdr [610]
0.00 0.00 252/72320 Fcar [641]
0.00 0.00 65/140813 Flength [634]
126 eval_sub <cycle 4> [189]
126 specbind <cycle 4> [639]
65 Fprogn <cycle 4> [854]
65 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 65/65 exec_byte_code <cycle 4> [143]
[1144] 0.0 0.00 0.00 65 match_limit [1144]
-----------------------------------------------
0.00 0.00 1/65 other_visible_frames [1590]
0.00 0.00 4/65 xg_update_scrollbar_pos [1430]
0.00 0.00 60/65 x_make_frame_visible <cycle 4> [479]
[1145] 0.0 0.00 0.00 65 x_sync [1145]
-----------------------------------------------
0.00 0.00 3/64 Finsert_file_contents <cycle 4> [336]
0.00 0.00 18/64 del_range_2 [300]
0.00 0.00 43/64 make_gap [1173]
[1146] 0.0 0.00 0.00 64 gap_left [1146]
-----------------------------------------------
0.00 0.00 64/64 free_realized_face [1244]
[1147] 0.0 0.00 0.00 64 x_destroy_bitmap [1147]
-----------------------------------------------
0.00 0.00 2/63 eval_sub <cycle 4> [189]
0.00 0.00 61/63 Ffuncall <cycle 4> [39]
[1148] 0.0 0.00 0.00 63 Fregexp_quote [1148]
0.00 0.00 63/49690 make_specified_string [652]
-----------------------------------------------
0.00 0.00 63/63 free_realized_face [1244]
[1149] 0.0 0.00 0.00 63 free_face_fontset [1149]
-----------------------------------------------
0.00 0.00 62/62 x_update_window_end <cycle 4> [908]
[1150] 0.0 0.00 0.00 62 x_draw_vertical_border [1150]
-----------------------------------------------
0.00 0.00 9/62 XSetWMSizeHints [2616]
0.00 0.00 53/62 handle_one_xevent [195]
[1151] 0.0 0.00 0.00 62 x_top_window_to_frame [1151]
0.00 0.00 52/4385 xg_win_to_widget [750]
-----------------------------------------------
0.00 0.00 60/60 update_frame_tool_bar <cycle 4> [425]
[1152] 0.0 0.00 0.00 60 Ftool_bar_get_system_style [1152]
-----------------------------------------------
0.00 0.00 60/60 x_make_frame_visible <cycle 4> [479]
[1153] 0.0 0.00 0.00 60 input_polling_used [1153]
-----------------------------------------------
6 update_cursor_in_window_tree <cycle 4> [1464]
54 x_scroll_run <cycle 4> [1170]
[1154] 0.0 0.00 0.00 60 update_window_cursor <cycle 4> [1154]
60 display_and_set_cursor <cycle 4> [540]
-----------------------------------------------
0.00 0.00 1/60 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 59/60 create_menus [1319]
[1155] 0.0 0.00 0.00 60 xg_gtk_scroll_destroy [1155]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [39]
[1156] 0.0 0.00 0.00 59 Fdecode_coding_string [1156]
-----------------------------------------------
0.00 0.00 59/59 eval_sub <cycle 4> [189]
[1157] 0.0 0.00 0.00 59 Fnull [1157]
-----------------------------------------------
0.00 0.00 59/59 Ffuncall <cycle 4> [39]
[1158] 0.0 0.00 0.00 59 Frun_hook_wrapped [1158]
-----------------------------------------------
1 Fmapconcat <cycle 4> [521]
1 Fmapc <cycle 4> [1539]
57 Fmapcar <cycle 4> [456]
[1159] 0.0 0.00 0.00 59 mapcar1 <cycle 4> [1159]
487 call1 <cycle 4> [794]
-----------------------------------------------
59 Fcommandp <cycle 4> [538]
[1160] 0.0 0.00 0.00 59 run_hook_wrapped_funcall <cycle 4> [1160]
59 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 56/56 redisplay_window <cycle 4> [116]
[1161] 0.0 0.00 0.00 56 run_window_scroll_functions [1161]
0.00 0.00 56/535 set_marker_both [1043]
-----------------------------------------------
56 compact_buffer <cycle 4> [1020]
[1162] 0.0 0.00 0.00 56 truncate_undo_list <cycle 4> [1162]
0.00 0.00 56/59263 Fcurrent_buffer [645]
0.00 0.00 56/311674 grow_specpdl [632]
0.00 0.00 56/7918 record_unwind_protect [723]
56 inhibit_garbage_collection <cycle 4> [77]
-----------------------------------------------
56 unbind_to <cycle 4> [285]
[1163] 0.0 0.00 0.00 56 unwind_with_echo_area_buffer <cycle 4> [1163]
0.00 0.00 156/535 set_marker_both [1043]
0.00 0.00 52/230 adjust_window_count [1072]
0.00 0.00 52/115 wset_buffer [1128]
56 set_buffer_internal_1 <cycle 4> [745]
-----------------------------------------------
0.00 0.00 13/55 openp <cycle 4> [210]
0.00 0.00 42/55 Ffile_directory_p <cycle 4> [269]
[1164] 0.0 0.00 0.00 55 file_directory_p [1164]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [1167]
[1165] 0.0 0.00 0.00 54 in_ellipses_for_invisible_text_p [1165]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [1167]
[1166] 0.0 0.00 0.00 54 rotate_matrix [1166]
0.00 0.00 108/2318 Finternal_show_cursor_p [810]
-----------------------------------------------
54 redisplay_window <cycle 4> [116]
[1167] 0.0 0.00 0.00 54 try_window_reusing_current_matrix <cycle 4> [1167]
0.00 0.00 108/638667 unblock_input_to [618]
0.00 0.00 108/638619 unblock_input [619]
0.00 0.00 54/6665 marker_position [731]
0.00 0.00 54/4590 marker_byte_position [748]
0.00 0.00 54/91 clear_glyph_matrix [1136]
0.00 0.00 54/54 in_ellipses_for_invisible_text_p [1165]
0.00 0.00 54/1091 x_update_begin [916]
0.00 0.00 54/1092 update_begin [914]
0.00 0.00 54/1118 x_update_window_begin [907]
0.00 0.00 54/54 x_clear_window_mouse_face [1169]
0.00 0.00 54/1091 x_update_end [917]
0.00 0.00 54/1090 update_end [918]
0.00 0.00 54/2318 Finternal_show_cursor_p [810]
0.00 0.00 54/54 rotate_matrix [1166]
966 display_line <cycle 4> [197]
54 start_display <cycle 4> [144]
54 x_scroll_run <cycle 4> [1170]
54 x_update_window_end <cycle 4> [908]
-----------------------------------------------
0.00 0.00 54/54 x_scroll_run <cycle 4> [1170]
[1168] 0.0 0.00 0.00 54 x_clear_cursor [1168]
-----------------------------------------------
0.00 0.00 54/54 try_window_reusing_current_matrix <cycle 4> [1167]
[1169] 0.0 0.00 0.00 54 x_clear_window_mouse_face [1169]
-----------------------------------------------
54 try_window_reusing_current_matrix <cycle 4> [1167]
[1170] 0.0 0.00 0.00 54 x_scroll_run <cycle 4> [1170]
0.00 0.00 108/638667 unblock_input_to [618]
0.00 0.00 108/638619 unblock_input [619]
0.00 0.00 54/54 x_clear_cursor [1168]
54 window_box <cycle 4> [764]
54 update_window_cursor <cycle 4> [1154]
-----------------------------------------------
0.00 0.00 53/53 Ffuncall <cycle 4> [39]
[1171] 0.0 0.00 0.00 53 Fstringp [1171]
-----------------------------------------------
0.00 0.00 51/51 make_gap [1173]
[1172] 0.0 0.00 0.00 51 enlarge_buffer_text [1172]
0.00 0.00 51/3384 xrealloc [765]
-----------------------------------------------
0.00 0.00 2/51 prepare_to_modify_buffer <cycle 4> [305]
0.00 0.00 3/51 Finsert_file_contents <cycle 4> [336]
0.00 0.00 9/51 make_gap_1 [1322]
0.00 0.00 37/51 insert_from_string_1 <cycle 4> [120]
[1173] 0.0 0.00 0.00 51 make_gap [1173]
0.00 0.00 51/638667 unblock_input_to [618]
0.00 0.00 51/638619 unblock_input [619]
0.00 0.00 51/51 enlarge_buffer_text [1172]
0.00 0.00 43/64 gap_left [1146]
0.00 0.00 8/44 gap_right [1190]
-----------------------------------------------
0.00 0.00 50/50 Ffuncall <cycle 4> [39]
[1174] 0.0 0.00 0.00 50 Fframe_root_window [1174]
-----------------------------------------------
0.00 0.00 11/50 Fgetenv_internal [1290]
0.00 0.00 39/50 egetenv_internal [1199]
[1175] 0.0 0.00 0.00 50 getenv_internal [1175]
0.00 0.00 50/50 getenv_internal_1 [1176]
-----------------------------------------------
0.00 0.00 50/50 getenv_internal [1175]
[1176] 0.0 0.00 0.00 50 getenv_internal_1 [1176]
-----------------------------------------------
0.00 0.00 1/50 Fx_open_connection <cycle 4> [1558]
0.00 0.00 49/50 xrdb_get_resource [1180]
[1177] 0.0 0.00 0.00 50 validate_x_resource_name [1177]
-----------------------------------------------
0.00 0.00 1/50 x_get_customization_string [1616]
0.00 0.00 49/50 xrdb_get_resource [1180]
[1178] 0.0 0.00 0.00 50 x_get_string_resource [1178]
-----------------------------------------------
0.00 0.00 50/50 handle_one_xevent [195]
[1179] 0.0 0.00 0.00 50 xft_settings_event [1179]
-----------------------------------------------
0.00 0.00 1/49 select_visual [1597]
0.00 0.00 2/49 x_term_init <cycle 4> [573]
0.00 0.00 2/49 x_default_scroll_bar_color_parameter <cycle 4> [536]
0.00 0.00 13/49 Ffuncall <cycle 4> [39]
0.00 0.00 31/49 x_get_arg [426]
[1180] 0.0 0.00 0.00 49 xrdb_get_resource [1180]
0.00 0.00 49/50 validate_x_resource_name [1177]
0.00 0.00 49/50 x_get_string_resource [1178]
-----------------------------------------------
0.00 0.00 48/48 exec_byte_code <cycle 4> [143]
[1181] 0.0 0.00 0.00 48 Fmatch_beginning [1181]
-----------------------------------------------
0.00 0.00 48/48 read1 <cycle 5> [279]
[1182] 0.0 0.00 0.00 48 str_as_unibyte [1182]
-----------------------------------------------
46 Ffile_directory_p <cycle 4> [269]
[1183] 0.0 0.00 0.00 46 expand_and_dir_to_file <cycle 4> [1183]
46 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
0.00 0.00 46/46 unwind_to_catch <cycle 4> [1185]
[1184] 0.0 0.00 0.00 46 set_poll_suppress_count [1184]
-----------------------------------------------
6 Fthrow <cycle 4> [1350]
40 Fsignal <cycle 4> [411]
[1185] 0.0 0.00 0.00 46 unwind_to_catch <cycle 4> [1185]
0.00 0.00 46/638667 unblock_input_to [618]
0.00 0.00 46/46 set_poll_suppress_count [1184]
46 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 3/45 Fchar_table_parent [1432]
0.00 0.00 4/45 Fset_char_table_parent [1480]
0.00 0.00 38/45 Fset_char_table_range [508]
[1186] 0.0 0.00 0.00 45 CHECK_CHAR_TABLE [1186]
-----------------------------------------------
0.00 0.00 45/45 Ffuncall <cycle 4> [39]
[1187] 0.0 0.00 0.00 45 rounding_driver [1187]
0.00 0.00 44/44 ceiling2 [1189]
0.00 0.00 1/1 round2 [1596]
-----------------------------------------------
0.00 0.00 44/44 Ffuncall <cycle 4> [39]
[1188] 0.0 0.00 0.00 44 Fceiling [1188]
-----------------------------------------------
0.00 0.00 44/44 rounding_driver [1187]
[1189] 0.0 0.00 0.00 44 ceiling2 [1189]
-----------------------------------------------
0.00 0.00 8/44 make_gap [1173]
0.00 0.00 36/44 prepare_to_modify_buffer <cycle 4> [305]
[1190] 0.0 0.00 0.00 44 gap_right [1190]
-----------------------------------------------
0.00 0.00 44/44 handle_one_xevent [195]
[1191] 0.0 0.00 0.00 44 x_handle_property_notify [1191]
-----------------------------------------------
0.00 0.00 6/42 Finsert_file_contents <cycle 4> [336]
0.00 0.00 36/42 prepare_to_modify_buffer <cycle 4> [305]
[1192] 0.0 0.00 0.00 42 move_gap_both [1192]
-----------------------------------------------
0.00 0.00 20/41 Fcommand_error_default_function <cycle 4> [1236]
0.00 0.00 21/41 read_char <cycle 2> [14]
[1193] 0.0 0.00 0.00 41 clear_message [1193]
-----------------------------------------------
0.00 0.00 41/41 menuitem_destroy_callback [3349]
[1194] 0.0 0.00 0.00 41 xg_tool_bar_help_callback [1194]
-----------------------------------------------
40 Ffuncall <cycle 4> [39]
[1195] 0.0 0.00 0.00 40 Frun_hooks <cycle 4> [1195]
64 Fcommandp <cycle 4> [538]
-----------------------------------------------
0.00 0.00 10/40 Finit_image_library [1296]
0.00 0.00 10/40 lookup_image <cycle 4> [491]
0.00 0.00 20/40 valid_image_p [1256]
[1196] 0.0 0.00 0.00 40 define_image_type [1196]
0.00 0.00 40/638667 unblock_input_to [618]
0.00 0.00 40/638619 unblock_input [619]
0.00 0.00 1/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 10/40 Finit_image_library [1296]
0.00 0.00 10/40 lookup_image <cycle 4> [491]
0.00 0.00 20/40 valid_image_p [1256]
[1197] 0.0 0.00 0.00 40 lookup_image_type [1197]
-----------------------------------------------
20 write_string_1 <cycle 4> [1257]
20 print_string <cycle 4> [1250]
[1198] 0.0 0.00 0.00 40 strout <cycle 4> [1198]
380 insert_char <cycle 4> [1059]
40 setup_echo_area_for_printing <cycle 4> [447]
40 message_dolog <cycle 4> [308]
-----------------------------------------------
0.00 0.00 1/39 x_term_init <cycle 4> [573]
0.00 0.00 38/39 Fexpand_file_name <cycle 4> [164]
[1199] 0.0 0.00 0.00 39 egetenv_internal [1199]
0.00 0.00 39/50 getenv_internal [1175]
-----------------------------------------------
8 redisplay_window <cycle 4> [116]
31 display_echo_area_1 <cycle 4> [1213]
[1200] 0.0 0.00 0.00 39 try_window <cycle 4> [1200]
0.00 0.00 39/3145 default_line_pixel_height [774]
0.00 0.00 39/535 set_marker_both [1043]
262 display_line <cycle 4> [197]
39 start_display <cycle 4> [144]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [1291]
4 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
32 allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1201] 0.0 0.00 0.00 38 adjust_glyph_matrix <cycle 4> [1201]
0.00 0.00 312/3384 xrealloc [765]
0.00 0.00 312/319 xnrealloc [1061]
0.00 0.00 14/31 xpalloc [1215]
36 window_box <cycle 4> [764]
-----------------------------------------------
3 Finsert_file_contents <cycle 4> [336]
15 Fexpand_file_name <cycle 4> [164]
0.00 0.00 20/33852 cmd_error_internal [200]
[1202] 0.0 0.00 0.00 38 call3 <cycle 4> [1202]
38 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 2/38 Ffloat_time [340]
0.00 0.00 36/38 lisp_time_struct [1208]
[1203] 0.0 0.00 0.00 38 disassemble_lisp_time [1203]
-----------------------------------------------
0.00 0.00 2/38 font_match_p [578]
0.00 0.00 36/38 font_sort_entities [16]
[1204] 0.0 0.00 0.00 38 font_score [1204]
-----------------------------------------------
0.00 0.00 1/37 x_term_init <cycle 4> [573]
0.00 0.00 7/37 dupstring [1339]
0.00 0.00 9/37 x_parse_color [911]
0.00 0.00 10/37 smc_save_yourself_CB [3627]
0.00 0.00 10/37 update_frame_tool_bar <cycle 4> [425]
[1205] 0.0 0.00 0.00 37 xstrdup [1205]
0.00 0.00 37/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 36/36 Ffuncall <cycle 4> [39]
[1206] 0.0 0.00 0.00 36 Fx_display_color_cells [1206]
0.00 0.00 36/141 check_x_display_info [1096]
-----------------------------------------------
0.00 0.00 36/36 Fmake_local_variable <cycle 4> [367]
[1207] 0.0 0.00 0.00 36 let_shadows_global_binding_p [1207]
-----------------------------------------------
0.00 0.00 18/36 time_arith [506]
0.00 0.00 18/36 Ftime_less_p [1317]
[1208] 0.0 0.00 0.00 36 lisp_time_struct [1208]
0.00 0.00 36/38 disassemble_lisp_time [1203]
0.00 0.00 36/9242 decode_time_components [711]
-----------------------------------------------
0.00 0.00 7/35 eval_sub <cycle 4> [189]
0.00 0.00 28/35 Ffuncall <cycle 4> [39]
[1209] 0.0 0.00 0.00 35 Fwindow_system [1209]
0.00 0.00 35/1135 Fframep [899]
-----------------------------------------------
0.00 0.00 1/34 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/34 tb_size_cb [1601]
0.00 0.00 1/34 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 2/34 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 3/34 xg_frame_resized [1470]
0.00 0.00 8/34 handle_one_xevent [195]
0.00 0.00 18/34 adjust_frame_size <cycle 4> [478]
[1210] 0.0 0.00 0.00 34 frame_size_history_add [1210]
-----------------------------------------------
0.00 0.00 33/33 Ffuncall <cycle 4> [39]
[1211] 0.0 0.00 0.00 33 Fforce_mode_line_update [1211]
0.00 0.00 25/25 bset_update_mode_line [1220]
-----------------------------------------------
0.00 0.00 32/32 Ffuncall <cycle 4> [39]
[1212] 0.0 0.00 0.00 32 Fframe_selected_window [1212]
-----------------------------------------------
31 with_echo_area_buffer <cycle 4> [386]
[1213] 0.0 0.00 0.00 31 display_echo_area_1 <cycle 4> [1213]
0.00 0.00 31/4590 marker_byte_position [748]
0.00 0.00 31/6665 marker_position [731]
0.00 0.00 31/91 clear_glyph_matrix [1136]
31 resize_mini_window <cycle 4> [310]
31 try_window <cycle 4> [1200]
-----------------------------------------------
2 message3_nolog <cycle 4> [1501]
0.00 0.00 29/33852 redisplay_internal [15]
[1214] 0.0 0.00 0.00 31 echo_area_display <cycle 4> [1214]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/6 my_log_handler [1359]
0.00 0.00 1/6 x_flush [1365]
31 inhibit_garbage_collection <cycle 4> [77]
31 with_echo_area_buffer <cycle 4> [386]
31 unbind_to <cycle 4> [285]
1 update_frame <cycle 4> [960]
1 show_hourglass <cycle 4> [180]
1 redisplay_mode_lines <cycle 4> [1594]
1 update_single_window <cycle 4> [1606]
-----------------------------------------------
0.00 0.00 1/31 bidi_cache_ensure_space [621]
0.00 0.00 2/31 realloc_glyph_pool [1505]
0.00 0.00 6/31 update_window <cycle 4> [118]
0.00 0.00 8/31 move_cache_gap [840]
0.00 0.00 14/31 adjust_glyph_matrix <cycle 4> [1201]
[1215] 0.0 0.00 0.00 31 xpalloc [1215]
0.00 0.00 31/3384 xrealloc [765]
-----------------------------------------------
0.00 0.00 29/29 Ffuncall <cycle 4> [39]
[1216] 0.0 0.00 0.00 29 Fselected_frame [1216]
-----------------------------------------------
2 Fload <cycle 4> [401]
24 adjust_frame_size <cycle 4> [478]
0.00 0.00 2/33852 read_char <cycle 2> [14]
[1217] 0.0 0.00 0.00 28 call4 <cycle 4> [1217]
28 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 27/27 Ffontp [389]
[1218] 0.0 0.00 0.00 27 font_prop_validate_otf [1218]
-----------------------------------------------
0.00 0.00 26/26 Fsubstitute_in_file_name <cycle 4> [284]
[1219] 0.0 0.00 0.00 26 search_embedded_absfilename [1219]
-----------------------------------------------
0.00 0.00 25/25 Fforce_mode_line_update [1211]
[1220] 0.0 0.00 0.00 25 bset_update_mode_line [1220]
-----------------------------------------------
0.00 0.00 25/25 re_compile_pattern [132]
[1221] 0.0 0.00 0.00 25 re_wctype [1221]
-----------------------------------------------
0.00 0.00 24/24 Ffuncall <cycle 4> [39]
[1222] 0.0 0.00 0.00 24 Fminibuffer_window [1222]
0.00 0.00 24/3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 24/24 process_tool_bar_item <cycle 4> [287]
[1223] 0.0 0.00 0.00 24 Fupcase_initials [1223]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[1224] 0.0 0.00 0.00 22 Fwindow_bottom_divider_width [1224]
0.00 0.00 44/14579 set_window_margins [684]
-----------------------------------------------
22 Ffuncall <cycle 4> [39]
[1225] 0.0 0.00 0.00 22 Fwindow_mode_line_height <cycle 4> [1225]
0.00 0.00 88/14579 set_window_margins [684]
0.00 0.00 2/2 estimate_mode_line_height [1491]
1 show_hourglass <cycle 4> [180]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[1226] 0.0 0.00 0.00 22 Fwindow_right_divider_width [1226]
0.00 0.00 22/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[1227] 0.0 0.00 0.00 22 Fwindow_scroll_bar_height [1227]
0.00 0.00 66/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[1228] 0.0 0.00 0.00 22 Fwindow_scroll_bar_width [1228]
0.00 0.00 125/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 22/22 emacs_readlinkat [1230]
[1229] 0.0 0.00 0.00 22 careadlinkat [1229]
-----------------------------------------------
0.00 0.00 22/22 Ffuncall <cycle 4> [39]
[1230] 0.0 0.00 0.00 22 emacs_readlinkat [1230]
0.00 0.00 22/22 careadlinkat [1229]
-----------------------------------------------
0.00 0.00 21/21 Ffuncall <cycle 4> [39]
[1231] 0.0 0.00 0.00 21 Fframe_visible_p [1231]
-----------------------------------------------
0.00 0.00 1/21 Fset_keyboard_coding_system_internal [503]
0.00 0.00 1/21 Fset_terminal_coding_system_internal [504]
0.00 0.00 3/21 Fset_terminal_parameter [532]
0.00 0.00 3/21 decode_tty_terminal [1448]
0.00 0.00 4/21 Ftty_top_frame [1403]
0.00 0.00 9/21 Fterminal_parameter [507]
[1232] 0.0 0.00 0.00 21 decode_live_terminal [1232]
0.00 0.00 21/6229 decode_terminal [735]
-----------------------------------------------
0.00 0.00 21/21 with_echo_area_buffer <cycle 4> [386]
[1233] 0.0 0.00 0.00 21 resize_mini_window_1 [1233]
-----------------------------------------------
0.00 0.00 20/20 Ffuncall <cycle 4> [39]
[1234] 0.0 0.00 0.00 20 Factive_minibuffer_window [1234]
-----------------------------------------------
0.00 0.00 20/20 print_error_message <cycle 4> [416]
[1235] 0.0 0.00 0.00 20 Fcdr_safe [1235]
-----------------------------------------------
20 Ffuncall <cycle 4> [39]
[1236] 0.0 0.00 0.00 20 Fcommand_error_default_function <cycle 4> [1236]
0.00 0.00 20/20 message_log_maybe_newline [1245]
0.00 0.00 20/20 Fdiscard_input [1237]
0.00 0.00 20/41 clear_message [1193]
0.00 0.00 20/20 ring_bell [1253]
0.00 0.00 20/20 bitch_at_user [1240]
0.00 0.00 19/20 safe_eval_handler [1254]
20 XTring_bell <cycle 4> [815]
20 print_error_message <cycle 4> [416]
19 message_dolog <cycle 4> [308]
-----------------------------------------------
0.00 0.00 20/20 Fcommand_error_default_function <cycle 4> [1236]
[1237] 0.0 0.00 0.00 20 Fdiscard_input [1237]
0.00 0.00 20/20 discard_tty_input [1242]
-----------------------------------------------
0.00 0.00 20/20 eval_sub <cycle 4> [189]
[1238] 0.0 0.00 0.00 20 Ffunction [1238]
-----------------------------------------------
20 print_error_message <cycle 4> [416]
[1239] 0.0 0.00 0.00 20 Fprinc <cycle 4> [1239]
0.00 0.00 20/20 print [1247]
20 print_object <cycle 4> [1249]
20 unbind_to <cycle 4> [285]
20 set_buffer_internal_1 <cycle 4> [745]
20 setup_echo_area_for_printing <cycle 4> [447]
-----------------------------------------------
0.00 0.00 20/20 Fcommand_error_default_function <cycle 4> [1236]
[1240] 0.0 0.00 0.00 20 bitch_at_user [1240]
-----------------------------------------------
0.00 0.00 20/20 search_buffer [231]
[1241] 0.0 0.00 0.00 20 boyer_moore [1241]
0.00 0.00 456/11256 Faref [697]
0.00 0.00 3/1044 unwind_set_match_data [943]
-----------------------------------------------
0.00 0.00 20/20 Fdiscard_input [1237]
[1242] 0.0 0.00 0.00 20 discard_tty_input [1242]
-----------------------------------------------
0.00 0.00 10/20 image_background [1305]
0.00 0.00 10/20 image_background_transparent [1306]
[1243] 0.0 0.00 0.00 20 four_corners_best [1243]
-----------------------------------------------
64 free_realized_face [1244]
0.00 0.00 1/20 free_frame_faces [1576]
0.00 0.00 3/20 init_iterator <cycle 4> [82]
0.00 0.00 16/20 realize_face [332]
[1244] 0.0 0.00 0.00 20+64 free_realized_face [1244]
0.00 0.00 126/133 x_free_colors [1103]
0.00 0.00 65/638667 unblock_input_to [618]
0.00 0.00 65/638619 unblock_input [619]
0.00 0.00 64/64 x_destroy_bitmap [1147]
0.00 0.00 63/63 free_face_fontset [1149]
0.00 0.00 63/33219 xfree [655]
0.00 0.00 4/4 forget_escape_and_glyphless_faces [1414]
0.00 0.00 3/309 fset_redisplay [1062]
0.00 0.00 3/1043 clear_window_matrices [944]
0.00 0.00 3/11 clear_current_matrices [1292]
0.00 0.00 1/6 xftfont_done_face [1369]
0.00 0.00 1/6 font_done_for_face [1354]
64 free_realized_face [1244]
-----------------------------------------------
0.00 0.00 20/20 Fcommand_error_default_function <cycle 4> [1236]
[1245] 0.0 0.00 0.00 20 message_log_maybe_newline [1245]
-----------------------------------------------
0.00 0.00 20/20 xpm_image_p [1258]
[1246] 0.0 0.00 0.00 20 parse_image_spec [1246]
-----------------------------------------------
0.00 0.00 20/20 Fprinc <cycle 4> [1239]
[1247] 0.0 0.00 0.00 20 print [1247]
-----------------------------------------------
0.00 0.00 20/20 write_string_1 <cycle 4> [1257]
[1248] 0.0 0.00 0.00 20 print_c_string [1248]
-----------------------------------------------
20 Fprinc <cycle 4> [1239]
[1249] 0.0 0.00 0.00 20 print_object <cycle 4> [1249]
20 print_string <cycle 4> [1250]
-----------------------------------------------
20 print_object <cycle 4> [1249]
[1250] 0.0 0.00 0.00 20 print_string <cycle 4> [1250]
0.00 0.00 20/31455 count_size_as_multibyte [659]
20 strout <cycle 4> [1198]
-----------------------------------------------
4 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
16 allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1251] 0.0 0.00 0.00 20 required_matrix_height <cycle 4> [1251]
16 window_box_height <cycle 4> [887]
-----------------------------------------------
0.00 0.00 4/20 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
0.00 0.00 16/20 allocate_matrices_for_window_redisplay <cycle 4> [1327]
[1252] 0.0 0.00 0.00 20 required_matrix_width [1252]
-----------------------------------------------
0.00 0.00 20/20 Fcommand_error_default_function <cycle 4> [1236]
[1253] 0.0 0.00 0.00 20 ring_bell [1253]
-----------------------------------------------
0.00 0.00 1/20 message3 <cycle 4> [594]
0.00 0.00 19/20 Fcommand_error_default_function <cycle 4> [1236]
[1254] 0.0 0.00 0.00 20 safe_eval_handler [1254]
-----------------------------------------------
0.00 0.00 20/20 adjust_frame_size <cycle 4> [478]
[1255] 0.0 0.00 0.00 20 sanitize_window_sizes [1255]
-----------------------------------------------
0.00 0.00 10/20 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 10/20 Fimage_mask_p <cycle 4> [1295]
[1256] 0.0 0.00 0.00 20 valid_image_p [1256]
0.00 0.00 20/40 define_image_type [1196]
0.00 0.00 20/40 lookup_image_type [1197]
-----------------------------------------------
20 print_error_message <cycle 4> [416]
[1257] 0.0 0.00 0.00 20 write_string_1 <cycle 4> [1257]
0.00 0.00 20/20 print_c_string [1248]
20 strout <cycle 4> [1198]
20 unbind_to <cycle 4> [285]
20 set_buffer_internal_1 <cycle 4> [745]
20 setup_echo_area_for_printing <cycle 4> [447]
-----------------------------------------------
0.00 0.00 10/20 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 10/20 Fimage_mask_p <cycle 4> [1295]
[1258] 0.0 0.00 0.00 20 xpm_image_p [1258]
0.00 0.00 20/20 parse_image_spec [1246]
-----------------------------------------------
0.00 0.00 1/18 char_table_set [442]
0.00 0.00 3/18 uniprop_table [548]
0.00 0.00 14/18 char_table_set_range [392]
[1259] 0.0 0.00 0.00 18 char_table_ascii [1259]
-----------------------------------------------
0.00 0.00 6/18 set_window_fringes [1461]
0.00 0.00 6/18 set_window_scroll_bars [1462]
0.00 0.00 6/18 set_window_margins [684]
[1260] 0.0 0.00 0.00 18 extract_dimension [1260]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [39]
[1261] 0.0 0.00 0.00 17 Fcurrent_message [1261]
-----------------------------------------------
0.00 0.00 17/17 exec_byte_code <cycle 4> [143]
[1262] 0.0 0.00 0.00 17 Fmatch_end [1262]
-----------------------------------------------
0.00 0.00 17/17 Ffuncall <cycle 4> [39]
[1263] 0.0 0.00 0.00 17 Fprefix_numeric_value [1263]
-----------------------------------------------
0.00 0.00 17/17 clear_image_caches [1265]
[1264] 0.0 0.00 0.00 17 clear_image_cache [1264]
0.00 0.00 17/638667 unblock_input_to [618]
0.00 0.00 17/638619 unblock_input [619]
0.00 0.00 17/12473 gettime [693]
0.00 0.00 17/17 dtotimespec [1267]
0.00 0.00 17/18247 timespec_sub [676]
0.00 0.00 9/7766 do_pending_atimers [724]
0.00 0.00 9/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 5/17 recompute_basic_faces [323]
0.00 0.00 12/17 redisplay_internal [15]
[1265] 0.0 0.00 0.00 17 clear_image_caches [1265]
0.00 0.00 17/17 clear_image_cache [1264]
-----------------------------------------------
0.00 0.00 17/17 x_fill_property_data [1514]
[1266] 0.0 0.00 0.00 17 cons_to_signed [1266]
-----------------------------------------------
0.00 0.00 17/17 clear_image_cache [1264]
[1267] 0.0 0.00 0.00 17 dtotimespec [1267]
-----------------------------------------------
0.00 0.00 5/16 eval_sub <cycle 4> [189]
0.00 0.00 11/16 Ffuncall <cycle 4> [39]
[1268] 0.0 0.00 0.00 16 Fbuffer_file_name [1268]
-----------------------------------------------
16 Ffuncall <cycle 4> [39]
[1269] 0.0 0.00 0.00 16 Fbuffer_list <cycle 4> [1269]
16 Fmapcar <cycle 4> [456]
-----------------------------------------------
0.00 0.00 3/16 eval_sub <cycle 4> [189]
0.00 0.00 13/16 Ffuncall <cycle 4> [39]
[1270] 0.0 0.00 0.00 16 Ffeaturep [1270]
0.00 0.00 16/18705 Fmemq [674]
-----------------------------------------------
0.00 0.00 16/16 Fdefvar <cycle 4> [461]
[1271] 0.0 0.00 0.00 16 default_toplevel_binding [1271]
-----------------------------------------------
0.00 0.00 16/16 text_quoting_style <cycle 4> [523]
[1272] 0.0 0.00 0.00 16 make_string_from_bytes [1272]
0.00 0.00 16/54297 make_uninit_multibyte_string [649]
-----------------------------------------------
0.00 0.00 1/16 smc_save_yourself_CB [3627]
0.00 0.00 2/16 Fx_change_window_property [1483]
0.00 0.00 13/16 digest_single_submenu <cycle 4> [1279]
[1273] 0.0 0.00 0.00 16 xnmalloc [1273]
-----------------------------------------------
0.00 0.00 14/14 Ffuncall <cycle 4> [39]
[1274] 0.0 0.00 0.00 14 Fmultibyte_string_p [1274]
-----------------------------------------------
0.00 0.00 14/14 search_magic_path [1459]
[1275] 0.0 0.00 0.00 14 magic_db [1275]
0.00 0.00 14/71975 xmalloc [642]
0.00 0.00 14/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/14 x_set_mouse_color [553]
0.00 0.00 2/14 x_setup_relief_color [1520]
0.00 0.00 11/14 xftfont_get_colors [720]
[1276] 0.0 0.00 0.00 14 x_query_colors [1276]
-----------------------------------------------
0.00 0.00 13/13 Ffuncall <cycle 4> [39]
[1277] 0.0 0.00 0.00 13 Fx_get_resource [1277]
0.00 0.00 13/141 check_x_display_info [1096]
0.00 0.00 13/13 check_window_system [1278]
-----------------------------------------------
0.00 0.00 13/13 Fx_get_resource [1277]
[1278] 0.0 0.00 0.00 13 check_window_system [1278]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [465]
[1279] 0.0 0.00 0.00 13 digest_single_submenu <cycle 4> [1279]
0.00 0.00 1291/1317 make_widget_value [883]
0.00 0.00 215/216 code_convert_string_norecord [1076]
0.00 0.00 13/71975 xmalloc [642]
0.00 0.00 13/16 xnmalloc [1273]
0.00 0.00 13/311674 grow_specpdl [632]
0.00 0.00 13/1022 record_unwind_protect_ptr [982]
215 code_convert_string <cycle 4> [273]
13 unbind_to <cycle 4> [285]
-----------------------------------------------
0.00 0.00 6/13 file_attributes [513]
0.00 0.00 7/13 Fcurrent_time [516]
[1280] 0.0 0.00 0.00 13 make_lisp_time [1280]
-----------------------------------------------
13 set_frame_menubar <cycle 4> [465]
[1281] 0.0 0.00 0.00 13 parse_single_submenu <cycle 4> [1281]
0.00 0.00 13/140813 Flength [634]
0.00 0.00 13/72320 Fcar [641]
0.00 0.00 13/1364726 Fcdr [610]
0.00 0.00 13/132 Fkeymap_prompt [1104]
0.00 0.00 13/676170 get_keymap [617]
13 single_keymap_panes <cycle 4> [565]
-----------------------------------------------
92 update_submenu_strings [1282]
0.00 0.00 13/13 set_frame_menubar <cycle 4> [465]
[1282] 0.0 0.00 0.00 13+92 update_submenu_strings [1282]
92 update_submenu_strings [1282]
-----------------------------------------------
12 eval_sub <cycle 4> [189]
[1283] 0.0 0.00 0.00 12 Fcond <cycle 4> [1283]
0.00 0.00 34/72320 Fcar [641]
34 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [39]
[1284] 0.0 0.00 0.00 12 Fcurrent_global_map [1284]
-----------------------------------------------
12 eval_sub <cycle 4> [189]
[1285] 0.0 0.00 0.00 12 For <cycle 4> [1285]
26 eval_sub <cycle 4> [189]
-----------------------------------------------
0.00 0.00 12/12 Ffuncall <cycle 4> [39]
[1286] 0.0 0.00 0.00 12 read_file_name [1286]
-----------------------------------------------
0.00 0.00 1/12 x_set_mouse_color [553]
0.00 0.00 1/12 x_set_foreground_color [1627]
0.00 0.00 1/12 x_set_cursor_color [552]
0.00 0.00 1/12 x_set_border_color [1623]
0.00 0.00 2/12 x_set_background_color [1518]
0.00 0.00 6/12 Fx_create_frame <cycle 4> [384]
[1287] 0.0 0.00 0.00 12 x_decode_color [1287]
0.00 0.00 12/179 x_defined_color [1084]
-----------------------------------------------
0.00 0.00 4/12 xftfont_cached_font_ok [1428]
0.00 0.00 8/12 xftfont_open [408]
[1288] 0.0 0.00 0.00 12 xftfont_add_rendering_parameters [1288]
-----------------------------------------------
0.00 0.00 1/12 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 1/12 xg_get_default_scrollbar_width [1658]
0.00 0.00 1/12 xg_get_default_scrollbar_height [1657]
0.00 0.00 4/12 xg_update_scrollbar_pos [1430]
0.00 0.00 5/12 x_wm_set_size_hint [427]
[1289] 0.0 0.00 0.00 12 xg_get_gdk_scale [1289]
-----------------------------------------------
0.00 0.00 11/11 Ffuncall <cycle 4> [39]
[1290] 0.0 0.00 0.00 11 Fgetenv_internal [1290]
0.00 0.00 11/50 getenv_internal [1175]
0.00 0.00 3/17709 make_string [680]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [432]
1 x_set_menu_bar_lines <cycle 4> [1633]
3 set_window_buffer <cycle 4> [457]
4 adjust_frame_size <cycle 4> [478]
0.00 0.00 2/33852 redisplay_internal [15]
[1291] 0.0 0.00 0.00 11 adjust_frame_glyphs <cycle 4> [1291]
0.00 0.00 11/3384 xrealloc [765]
0.00 0.00 11/638667 unblock_input_to [618]
0.00 0.00 11/638619 unblock_input [619]
0.00 0.00 4/1372 xzalloc [879]
0.00 0.00 2/2 realloc_glyph_pool [1505]
0.00 0.00 1/309 fset_redisplay [1062]
8 allocate_matrices_for_window_redisplay <cycle 4> [1327]
2 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
2 adjust_glyph_matrix <cycle 4> [1201]
-----------------------------------------------
0.00 0.00 2/11 x_set_font <cycle 4> [371]
0.00 0.00 2/11 show_hourglass <cycle 4> [180]
0.00 0.00 3/11 free_realized_face [1244]
0.00 0.00 4/11 redraw_frame <cycle 4> [1423]
[1292] 0.0 0.00 0.00 11 clear_current_matrices [1292]
-----------------------------------------------
0.00 0.00 11/11 prepare_face_for_display [635]
[1293] 0.0 0.00 0.00 11 font_prepare_for_face [1293]
-----------------------------------------------
0.00 0.00 11/11 prepare_face_for_display [635]
[1294] 0.0 0.00 0.00 11 xftfont_prepare_face [1294]
0.00 0.00 11/71975 xmalloc [642]
0.00 0.00 11/8350 xftfont_get_colors [720]
-----------------------------------------------
10 Ffuncall <cycle 4> [39]
[1295] 0.0 0.00 0.00 10 Fimage_mask_p <cycle 4> [1295]
0.00 0.00 10/20 xpm_image_p [1258]
0.00 0.00 10/20 valid_image_p [1256]
0.00 0.00 10/133 decode_window_system_frame [1102]
10 lookup_image <cycle 4> [491]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [39]
[1296] 0.0 0.00 0.00 10 Finit_image_library [1296]
0.00 0.00 10/40 define_image_type [1196]
0.00 0.00 10/40 lookup_image_type [1197]
-----------------------------------------------
0.00 0.00 10/10 Ffuncall <cycle 4> [39]
[1297] 0.0 0.00 0.00 10 Flocal_variable_if_set_p [1297]
-----------------------------------------------
0.00 0.00 1/10 x_set_screen_gamma [526]
0.00 0.00 2/10 redisplay_internal [15]
0.00 0.00 2/10 Fclear_face_cache [1475]
0.00 0.00 5/10 recompute_basic_faces [323]
[1298] 0.0 0.00 0.00 10 clear_face_cache [1298]
0.00 0.00 5/6 xftfont_done_face [1369]
0.00 0.00 5/6 font_done_for_face [1354]
0.00 0.00 5/638667 unblock_input_to [618]
0.00 0.00 5/638619 unblock_input [619]
0.00 0.00 2/7766 do_pending_atimers [724]
0.00 0.00 2/7535 process_pending_signals <cycle 3> [725]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1314]
[1299] 0.0 0.00 0.00 10 colors_in_color_table [1299]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [425]
[1300] 0.0 0.00 0.00 10 file_for_image [1300]
-----------------------------------------------
0.00 0.00 10/10 update_frame_tool_bar <cycle 4> [425]
[1301] 0.0 0.00 0.00 10 find_icon_from_name [1301]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1314]
[1302] 0.0 0.00 0.00 10 free_color_table [1302]
0.00 0.00 10/33219 xfree [655]
-----------------------------------------------
0.00 0.00 2/10 free_glyphs [1497]
0.00 0.00 8/10 free_window_matrices [1498]
[1303] 0.0 0.00 0.00 10 free_glyph_matrix [1303]
0.00 0.00 130/33219 xfree [655]
-----------------------------------------------
0.00 0.00 2/10 x_new_font <cycle 4> [1517]
0.00 0.00 8/10 font_open_entity [407]
[1304] 0.0 0.00 0.00 10 get_font_ascent_descent [1304]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1314]
[1305] 0.0 0.00 0.00 10 image_background [1305]
0.00 0.00 10/20 four_corners_best [1243]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1314]
[1306] 0.0 0.00 0.00 10 image_background_transparent [1306]
0.00 0.00 10/20 four_corners_best [1243]
-----------------------------------------------
10 internal_condition_case_1 <cycle 4> [878]
[1307] 0.0 0.00 0.00 10 redisplay_window_0 <cycle 4> [1307]
10 redisplay_window <cycle 4> [116]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [491]
[1308] 0.0 0.00 0.00 10 search_image_cache [1308]
-----------------------------------------------
0.00 0.00 3/10 set_window_buffer <cycle 4> [457]
0.00 0.00 7/10 Fset_window_configuration <cycle 4> [432]
[1309] 0.0 0.00 0.00 10 set_marker_restricted [1309]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [491]
[1310] 0.0 0.00 0.00 10 sxhash [1310]
-----------------------------------------------
0.00 0.00 10/10 lookup_image <cycle 4> [491]
[1311] 0.0 0.00 0.00 10 x_build_heuristic_mask [1311]
0.00 0.00 30/100 image_spec_value [1131]
-----------------------------------------------
0.00 0.00 1/10 xftfont_close [1652]
0.00 0.00 9/10 XSetWMSizeHints [2616]
[1312] 0.0 0.00 0.00 10 x_display_info_for_display [1312]
-----------------------------------------------
0.00 0.00 10/10 xpm_load <cycle 4> [1314]
[1313] 0.0 0.00 0.00 10 xpm_free_color_cache [1313]
0.00 0.00 932/33219 xfree [655]
-----------------------------------------------
10 lookup_image <cycle 4> [491]
[1314] 0.0 0.00 0.00 10 xpm_load <cycle 4> [1314]
0.00 0.00 20/100 image_spec_value [1131]
0.00 0.00 20/1372 xzalloc [879]
0.00 0.00 10/10 colors_in_color_table [1299]
0.00 0.00 10/10 image_background [1305]
0.00 0.00 10/10 image_background_transparent [1306]
0.00 0.00 10/307 encode_file_name [1063]
0.00 0.00 10/10 free_color_table [1302]
0.00 0.00 10/10 xpm_free_color_cache [1313]
10 x_find_image_fd <cycle 4> [545]
-----------------------------------------------
0.00 0.00 9/9 exec_byte_code <cycle 4> [143]
[1315] 0.0 0.00 0.00 9 Fquo [1315]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [39]
[1316] 0.0 0.00 0.00 9 Ftime_add [1316]
-----------------------------------------------
0.00 0.00 9/9 Ffuncall <cycle 4> [39]
[1317] 0.0 0.00 0.00 9 Ftime_less_p [1317]
0.00 0.00 18/36 lisp_time_struct [1208]
-----------------------------------------------
0.00 0.00 1/9 xg_frame_resized [1470]
0.00 0.00 2/9 x_set_window_size <cycle 4> [1519]
0.00 0.00 2/9 xg_frame_set_char_size <cycle 4> [453]
0.00 0.00 4/9 xg_update_scrollbar_pos [1430]
[1318] 0.0 0.00 0.00 9 cancel_mouse_face [1318]
-----------------------------------------------
57 create_menus [1319]
0.00 0.00 1/9 xg_update_menubar [1044]
0.00 0.00 1/9 xg_create_widget [1656]
0.00 0.00 7/9 xg_update_submenu [1324]
[1319] 0.0 0.00 0.00 9+57 create_menus [1319]
0.00 0.00 709/1285 menu_separator_name_p [888]
0.00 0.00 641/701 xg_item_label_same_p [1023]
0.00 0.00 59/60 xg_gtk_scroll_destroy [1155]
0.00 0.00 1/71975 xmalloc [642]
57 create_menus [1319]
-----------------------------------------------
0.00 0.00 1/9 do_ewmh_fullscreen [1569]
0.00 0.00 8/9 handle_one_xevent [195]
[1320] 0.0 0.00 0.00 9 get_current_wm_state [1320]
0.00 0.00 9/638667 unblock_input_to [618]
0.00 0.00 9/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 4/9 Ffuncall <cycle 4> [39]
0.00 0.00 5/9 Fset_keymap_parent [1401]
[1321] 0.0 0.00 0.00 9 keymap_parent [1321]
0.00 0.00 759/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 1/9 alloc_destination [1064]
0.00 0.00 8/9 compact_buffer <cycle 4> [1020]
[1322] 0.0 0.00 0.00 9 make_gap_1 [1322]
0.00 0.00 9/51 make_gap [1173]
-----------------------------------------------
0.00 0.00 9/9 time_arith [506]
[1323] 0.0 0.00 0.00 9 time_add [1323]
-----------------------------------------------
41 xg_update_submenu [1324]
0.00 0.00 1/9 tb_size_cb [1601]
0.00 0.00 1/9 update_frame_tool_bar <cycle 4> [425]
0.00 0.00 7/9 xg_modify_menubar_widgets [1429]
[1324] 0.0 0.00 0.00 9+41 xg_update_submenu [1324]
0.00 0.00 564/1285 menu_separator_name_p [888]
0.00 0.00 521/525 xg_update_menubar [1044]
0.00 0.00 7/9 create_menus [1319]
0.00 0.00 5/5 xg_destroy_widgets [1391]
41 xg_update_submenu [1324]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [39]
[1325] 0.0 0.00 0.00 8 Fformat [1325]
-----------------------------------------------
0.00 0.00 8/8 Ffuncall <cycle 4> [39]
[1326] 0.0 0.00 0.00 8 Fframe_terminal [1326]
0.00 0.00 8/3099 decode_live_frame [776]
-----------------------------------------------
8 adjust_frame_glyphs <cycle 4> [1291]
[1327] 0.0 0.00 0.00 8 allocate_matrices_for_window_redisplay <cycle 4> [1327]
0.00 0.00 16/20 required_matrix_width [1252]
0.00 0.00 4/1372 xzalloc [879]
32 adjust_glyph_matrix <cycle 4> [1201]
16 required_matrix_height <cycle 4> [1251]
-----------------------------------------------
1 delete_frame <cycle 4> [450]
1 Fset_window_configuration <cycle 4> [432]
6 Ffuncall <cycle 4> [39]
[1328] 0.0 0.00 0.00 8 do_switch_frame <cycle 4> [1328]
0.00 0.00 5/134 Fselect_window [1101]
0.00 0.00 2/2 x_get_focus_frame [1516]
5 select_window <cycle 4> [510]
4 resize_mini_window <cycle 4> [310]
-----------------------------------------------
0.00 0.00 1/8 emacs_fixed_init [2939]
0.00 0.00 1/8 emacs_fixed_new [1571]
0.00 0.00 3/8 emacs_fixed_get_preferred_height [2937]
0.00 0.00 3/8 emacs_fixed_get_preferred_width [2938]
[1329] 0.0 0.00 0.00 8 emacs_fixed_get_type [1329]
-----------------------------------------------
0.00 0.00 4/8 Finsert_file_contents <cycle 4> [336]
0.00 0.00 4/8 safe_to_load_version [424]
[1330] 0.0 0.00 0.00 8 emacs_read [1330]
-----------------------------------------------
0.00 0.00 4/8 redraw_frame <cycle 4> [1423]
0.00 0.00 4/8 redisplay_internal [15]
[1331] 0.0 0.00 0.00 8 mark_window_display_accurate [1331]
0.00 0.00 16/1043 mark_window_display_accurate_1 [945]
-----------------------------------------------
0.00 0.00 8/8 Fload <cycle 4> [401]
[1332] 0.0 0.00 0.00 8 suffix_p [1332]
-----------------------------------------------
0.00 0.00 2/8 select_window <cycle 4> [510]
0.00 0.00 3/8 apply_window_adjustment [1445]
0.00 0.00 3/8 set_window_buffer <cycle 4> [457]
[1333] 0.0 0.00 0.00 8 wset_redisplay [1333]
-----------------------------------------------
1 x_set_frame_alpha <cycle 4> [1334]
1 Fredirect_frame_focus <cycle 4> [1543]
1 x_set_alpha <cycle 4> [1620]
0.00 0.00 1/33852 handle_one_xevent [195]
0.00 0.00 5/33852 x_focus_changed [247]
[1334] 0.0 0.00 0.00 8+1 x_set_frame_alpha <cycle 4> [1334]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
0.00 0.00 3/923 x_catch_errors_with_handler [1009]
0.00 0.00 3/922 x_uncatch_errors [1012]
0.00 0.00 3/3 x_update_cursor [1469]
3 update_cursor_in_window_tree <cycle 4> [1464]
1 x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
0.00 0.00 7/7 Ffuncall <cycle 4> [39]
[1335] 0.0 0.00 0.00 7 Fwindow_list_1 [1335]
-----------------------------------------------
0.00 0.00 2/7 load_charset <cycle 4> [412]
0.00 0.00 2/7 Fload <cycle 4> [401]
0.00 0.00 3/7 Finsert_file_contents <cycle 4> [336]
[1336] 0.0 0.00 0.00 7 clear_unwind_protect [1336]
-----------------------------------------------
0.00 0.00 1/7 Finternal_show_cursor_p [810]
0.00 0.00 6/7 Finternal_show_cursor [1347]
[1337] 0.0 0.00 0.00 7 decode_any_window [1337]
-----------------------------------------------
0.00 0.00 7/7 unbind_to <cycle 4> [285]
[1338] 0.0 0.00 0.00 7 do_nothing [1338]
-----------------------------------------------
0.00 0.00 3/7 read_and_apply_settings [1592]
0.00 0.00 4/7 xsettings_initialize [1665]
[1339] 0.0 0.00 0.00 7 dupstring [1339]
0.00 0.00 7/37 xstrdup [1205]
-----------------------------------------------
0.00 0.00 7/7 resize_mini_window <cycle 4> [310]
[1340] 0.0 0.00 0.00 7 shrink_mini_window [1340]
-----------------------------------------------
0.00 0.00 1/7 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/7 x_set_mouse_color [553]
0.00 0.00 1/7 x_set_border_color [1623]
0.00 0.00 2/7 x_set_cursor_color [552]
0.00 0.00 2/7 x_set_background_color [1518]
[1341] 0.0 0.00 0.00 7 unload_color [1341]
0.00 0.00 7/638667 unblock_input_to [618]
0.00 0.00 7/638619 unblock_input [619]
0.00 0.00 7/133 x_free_colors [1103]
-----------------------------------------------
0.00 0.00 7/7 handle_one_xevent [195]
[1342] 0.0 0.00 0.00 7 x_detect_focus_change [1342]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[1343] 0.0 0.00 0.00 6 Fbuffer_base_buffer [1343]
-----------------------------------------------
0.00 0.00 6/6 eval_sub <cycle 4> [189]
[1344] 0.0 0.00 0.00 6 Fconsp [1344]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [350]
[1345] 0.0 0.00 0.00 6 Fevent_convert_list [1345]
0.00 0.00 4/1073 parse_solitary_modifier [927]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [39]
0.00 0.00 2/6 eval_sub <cycle 4> [189]
0.00 0.00 3/6 Fset_buffer_multibyte [1372]
[1346] 0.0 0.00 0.00 6 Fget_buffer_process [1346]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[1347] 0.0 0.00 0.00 6 Finternal_show_cursor [1347]
0.00 0.00 6/7 decode_any_window [1337]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [39]
0.00 0.00 5/6 Fset_buffer_modified_p [1371]
[1348] 0.0 0.00 0.00 6 Frestore_buffer_modified_p [1348]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[1349] 0.0 0.00 0.00 6 Fselect_frame [1349]
-----------------------------------------------
6 Ffuncall <cycle 4> [39]
[1350] 0.0 0.00 0.00 6 Fthrow <cycle 4> [1350]
6 unwind_to_catch <cycle 4> [1185]
-----------------------------------------------
0.00 0.00 6/6 Ffuncall <cycle 4> [39]
[1351] 0.0 0.00 0.00 6 Fx_register_dnd_atom [1351]
0.00 0.00 6/133 decode_window_system_frame [1102]
0.00 0.00 6/7766 do_pending_atimers [724]
0.00 0.00 6/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 3/6 Fset_buffer_multibyte [1372]
0.00 0.00 3/6 Fkill_buffer <cycle 4> [499]
[1352] 0.0 0.00 0.00 6 clear_charpos_cache [1352]
-----------------------------------------------
0.00 0.00 1/6 Flocate_file_internal <cycle 4> [1477]
0.00 0.00 2/6 Fload <cycle 4> [401]
0.00 0.00 3/6 Finsert_file_contents <cycle 4> [336]
[1353] 0.0 0.00 0.00 6 emacs_close [1353]
-----------------------------------------------
0.00 0.00 1/6 free_realized_face [1244]
0.00 0.00 5/6 clear_face_cache [1298]
[1354] 0.0 0.00 0.00 6 font_done_for_face [1354]
-----------------------------------------------
0.00 0.00 6/6 Fx_selection_exists_p [569]
[1355] 0.0 0.00 0.00 6 frame_for_x_selection [1355]
-----------------------------------------------
0.00 0.00 1/6 Flocal_variable_p [801]
0.00 0.00 1/6 Fboundp [376]
0.00 0.00 1/6 set_internal [113]
0.00 0.00 1/6 Fset_default <cycle 4> [178]
0.00 0.00 2/6 default_value [733]
[1356] 0.0 0.00 0.00 6 indirect_variable [1356]
-----------------------------------------------
0.00 0.00 6/6 Fdefine_key <cycle 4> [350]
[1357] 0.0 0.00 0.00 6 lucid_event_type_list_p [1357]
-----------------------------------------------
0.00 0.00 1/6 Ffuncall <cycle 4> [39]
0.00 0.00 2/6 eval_sub <cycle 4> [189]
0.00 0.00 3/6 Fset_buffer_multibyte [1372]
[1358] 0.0 0.00 0.00 6 make_process [1358]
0.00 0.00 6/4774 Fget_buffer [746]
-----------------------------------------------
0.00 0.00 1/6 echo_area_display <cycle 4> [1214]
0.00 0.00 1/6 wait_reading_process_output [27]
0.00 0.00 4/6 detect_input_pending_run_timers [153]
[1359] 0.0 0.00 0.00 6 my_log_handler [1359]
-----------------------------------------------
0.00 0.00 1/6 handle_one_xevent [195]
0.00 0.00 5/6 select_window <cycle 4> [510]
[1360] 0.0 0.00 0.00 6 redisplay_other_windows [1360]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [588]
2 Fkill_all_local_variables <cycle 4> [539]
3 Fkill_buffer <cycle 4> [499]
[1361] 0.0 0.00 0.00 6 run_hook <cycle 4> [1361]
6 Fcommandp <cycle 4> [538]
-----------------------------------------------
1 mark_localized_symbol <cycle 4> [679]
5 swap_out_buffer_local_variables <cycle 4> [1389]
[1362] 0.0 0.00 0.00 6 swap_in_global_binding <cycle 4> [1362]
0.00 0.00 1/119738 do_symval_forwarding [637]
1 store_symval_forwarding <cycle 4> [117]
-----------------------------------------------
0.00 0.00 6/6 Fx_selection_exists_p [569]
[1363] 0.0 0.00 0.00 6 symbol_to_x_atom [1363]
-----------------------------------------------
0.00 0.00 6/6 Fframe_parameters [101]
[1364] 0.0 0.00 0.00 6 tty_color_name [1364]
-----------------------------------------------
0.00 0.00 1/6 echo_area_display <cycle 4> [1214]
0.00 0.00 1/6 wait_reading_process_output [27]
0.00 0.00 4/6 detect_input_pending_run_timers [153]
[1365] 0.0 0.00 0.00 6 x_flush [1365]
-----------------------------------------------
0.00 0.00 6/6 handle_one_xevent [195]
[1366] 0.0 0.00 0.00 6 x_handle_dnd_message [1366]
-----------------------------------------------
0.00 0.00 6/6 x_real_positions [1368]
[1367] 0.0 0.00 0.00 6 x_real_pos_and_offsets [1367]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/6 x_sync_with_move [1646]
0.00 0.00 5/6 handle_one_xevent [195]
[1368] 0.0 0.00 0.00 6 x_real_positions [1368]
0.00 0.00 6/6 x_real_pos_and_offsets [1367]
-----------------------------------------------
0.00 0.00 1/6 free_realized_face [1244]
0.00 0.00 5/6 clear_face_cache [1298]
[1369] 0.0 0.00 0.00 6 xftfont_done_face [1369]
0.00 0.00 6/33219 xfree [655]
-----------------------------------------------
1 Finternal_set_lisp_face_attribute <cycle 4> [229]
1 Fset_fontset_font <cycle 4> [60]
3 Ffuncall <cycle 4> [39]
[1370] 0.0 0.00 0.00 5 Fmodify_frame_parameters <cycle 4> [1370]
0.00 0.00 5/3099 decode_live_frame [776]
5 x_set_frame_parameters <cycle 4> [395]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [39]
[1371] 0.0 0.00 0.00 5 Fset_buffer_modified_p [1371]
0.00 0.00 5/6 Frestore_buffer_modified_p [1348]
-----------------------------------------------
0.00 0.00 1/5 set_message_1 <cycle 4> [1598]
0.00 0.00 1/5 setup_echo_area_for_printing <cycle 4> [447]
0.00 0.00 3/5 Ffuncall <cycle 4> [39]
[1372] 0.0 0.00 0.00 5 Fset_buffer_multibyte [1372]
0.00 0.00 7/1217 Fbuffer_modified_p [891]
0.00 0.00 5/1949 multibyte_chars_in_text [852]
0.00 0.00 5/425 chars_in_text [1057]
0.00 0.00 4/4 advance_to_char_boundary [1404]
0.00 0.00 3/6 clear_charpos_cache [1352]
0.00 0.00 3/2566 invalidate_buffer_caches [802]
0.00 0.00 3/6 make_process [1358]
0.00 0.00 3/6 Fget_buffer_process [1346]
0.00 0.00 3/2427 temp_set_point_both [805]
0.00 0.00 3/3 set_intervals_multibyte [1460]
-----------------------------------------------
6 Fsort [1373]
0.00 0.00 5/5 Ffuncall <cycle 4> [39]
[1373] 0.0 0.00 0.00 5+6 Fsort [1373]
0.00 0.00 11/140813 Flength [634]
0.00 0.00 3/9870 Fnthcdr [701]
0.00 0.00 3/1364726 Fcdr [610]
0.00 0.00 3/1610383 Fsetcdr [608]
6 Fsort [1373]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [39]
[1374] 0.0 0.00 0.00 5 Fsymbolp [1374]
-----------------------------------------------
0.00 0.00 5/5 Ffuncall <cycle 4> [39]
[1375] 0.0 0.00 0.00 5 Fuse_local_map [1375]
0.00 0.00 5/676170 get_keymap [617]
-----------------------------------------------
0.00 0.00 5/5 redisplay_internal [15]
[1376] 0.0 0.00 0.00 5 XTcondemn_scroll_bars [1376]
-----------------------------------------------
0.00 0.00 5/5 redisplay_internal [15]
[1377] 0.0 0.00 0.00 5 XTjudge_scroll_bars [1377]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [458]
[1378] 0.0 0.00 0.00 5 allocate_buffer [1378]
0.00 0.00 5/1335 lisp_malloc [881]
-----------------------------------------------
0.00 0.00 5/5 redisplay_window <cycle 4> [116]
[1379] 0.0 0.00 0.00 5 compute_window_start_on_continuation_line [1379]
0.00 0.00 5/6665 marker_position [731]
0.00 0.00 5/4590 marker_byte_position [748]
-----------------------------------------------
0.00 0.00 1/5 select_visual [1597]
0.00 0.00 2/5 x_term_init <cycle 4> [573]
0.00 0.00 2/5 x_default_scroll_bar_color_parameter <cycle 4> [536]
[1380] 0.0 0.00 0.00 5 display_x_get_resource [1380]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [316]
[1381] 0.0 0.00 0.00 5 face_boolean_x_resource_value [1381]
0.00 0.00 15/3906 font_style_symbolic [757]
-----------------------------------------------
0.00 0.00 5/5 realize_basic_faces [316]
[1382] 0.0 0.00 0.00 5 fontset_name [1382]
-----------------------------------------------
1312 free_menubar_widget_value_tree [1383]
0.00 0.00 5/5 set_frame_menubar <cycle 4> [465]
[1383] 0.0 0.00 0.00 5+1312 free_menubar_widget_value_tree [1383]
0.00 0.00 1317/33219 xfree [655]
0.00 0.00 1312/638667 unblock_input_to [618]
0.00 0.00 1312/638619 unblock_input [619]
1312 free_menubar_widget_value_tree [1383]
-----------------------------------------------
0.00 0.00 2/5 x_set_window_size <cycle 4> [1519]
0.00 0.00 3/5 x_clear_frame [1466]
[1384] 0.0 0.00 0.00 5 mark_window_cursors_off [1384]
-----------------------------------------------
0.00 0.00 1/5 bidi_find_paragraph_start [148]
0.00 0.00 4/5 find_newline [110]
[1385] 0.0 0.00 0.00 5 new_region_cache [1385]
0.00 0.00 10/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 5/5 Fget_buffer_create <cycle 4> [458]
[1386] 0.0 0.00 0.00 5 reset_buffer [1386]
-----------------------------------------------
0.00 0.00 5/5 adjust_frame_size <cycle 4> [478]
[1387] 0.0 0.00 0.00 5 resize_frame_windows [1387]
-----------------------------------------------
0.00 0.00 5/5 bidi_initialize <cycle 4> [517]
[1388] 0.0 0.00 0.00 5 staticpro [1388]
-----------------------------------------------
2 Fkill_all_local_variables <cycle 4> [539]
3 Fkill_buffer <cycle 4> [499]
[1389] 0.0 0.00 0.00 5 swap_out_buffer_local_variables <cycle 4> [1389]
5 swap_in_global_binding <cycle 4> [1362]
-----------------------------------------------
0.00 0.00 5/5 handle_one_xevent [195]
[1390] 0.0 0.00 0.00 5 x_window_to_frame [1390]
0.00 0.00 5/4385 xg_win_to_widget [750]
-----------------------------------------------
0.00 0.00 5/5 xg_update_submenu [1324]
[1391] 0.0 0.00 0.00 5 xg_destroy_widgets [1391]
-----------------------------------------------
5 set_frame_menubar <cycle 4> [465]
[1392] 0.0 0.00 0.00 5 xg_update_frame_menubar <cycle 4> [1392]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
1 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [189]
[1393] 0.0 0.00 0.00 4 Fbyte_code [1393]
-----------------------------------------------
0.00 0.00 4/4 eval_sub <cycle 4> [189]
[1394] 0.0 0.00 0.00 4 Fcar_safe [1394]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[1395] 0.0 0.00 0.00 4 Fkeymap_parent [1395]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[1396] 0.0 0.00 0.00 4 Flooking_at [1396]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[1397] 0.0 0.00 0.00 4 Fprocess_list [1397]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
3 Fkill_buffer <cycle 4> [499]
[1398] 0.0 0.00 0.00 4 Frun_hook_with_args_until_failure <cycle 4> [1398]
4 Fcommandp <cycle 4> [538]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[1399] 0.0 0.00 0.00 4 Fscan_sexps [1399]
-----------------------------------------------
0.00 0.00 2/4 make_lispy_event [216]
0.00 0.00 2/4 kbd_buffer_store_buffered_event [971]
[1400] 0.0 0.00 0.00 4 Fset_input_mode [1400]
-----------------------------------------------
0.00 0.00 1/4 init_kboard [584]
0.00 0.00 3/4 Ffuncall <cycle 4> [39]
[1401] 0.0 0.00 0.00 4 Fset_keymap_parent [1401]
0.00 0.00 31/676170 get_keymap [617]
0.00 0.00 5/9 keymap_parent [1321]
-----------------------------------------------
0.00 0.00 1/4 x_term_init <cycle 4> [573]
0.00 0.00 1/4 x_load_resources [1617]
0.00 0.00 2/4 Ffuncall <cycle 4> [39]
[1402] 0.0 0.00 0.00 4 Fsystem_name [1402]
0.00 0.00 4/4 init_system_name [1416]
-----------------------------------------------
0.00 0.00 4/4 Ffuncall <cycle 4> [39]
[1403] 0.0 0.00 0.00 4 Ftty_top_frame [1403]
0.00 0.00 4/21 decode_live_terminal [1232]
-----------------------------------------------
0.00 0.00 4/4 Fset_buffer_multibyte [1372]
[1404] 0.0 0.00 0.00 4 advance_to_char_boundary [1404]
-----------------------------------------------
0.00 0.00 4/4 adjust_frame_size <cycle 4> [478]
[1405] 0.0 0.00 0.00 4 calculate_costs [1405]
-----------------------------------------------
0.00 0.00 4/4 Fother_buffer [529]
[1406] 0.0 0.00 0.00 4 candidate_buffer [1406]
-----------------------------------------------
0.00 0.00 4/4 redraw_frame <cycle 4> [1423]
[1407] 0.0 0.00 0.00 4 clear_frame [1407]
-----------------------------------------------
0.00 0.00 1/4 set_text_properties [519]
0.00 0.00 3/4 add_text_properties_1 <cycle 4> [302]
[1408] 0.0 0.00 0.00 4 create_root_interval [1408]
0.00 0.00 4/1007 make_interval [994]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [285]
[1409] 0.0 0.00 0.00 4 do_auto_save_unwind [1409]
-----------------------------------------------
4 esprintf <cycle 4> [1412]
[1410] 0.0 0.00 0.00 4 doprnt <cycle 4> [1410]
0.00 0.00 4/33219 xfree [655]
0.00 0.00 4/9553 c_string_width [707]
0.00 0.00 4/4 strwidth [1426]
4 text_quoting_style <cycle 4> [523]
-----------------------------------------------
0.00 0.00 4/4 Fdo_auto_save <cycle 4> [524]
[1411] 0.0 0.00 0.00 4 emacs_fopen [1411]
0.00 0.00 4/174 emacs_open [1088]
-----------------------------------------------
4 Fsingle_key_description <cycle 4> [1055]
[1412] 0.0 0.00 0.00 4 esprintf <cycle 4> [1412]
4 doprnt <cycle 4> [1410]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [285]
[1413] 0.0 0.00 0.00 4 fast_set_selected_frame [1413]
-----------------------------------------------
0.00 0.00 4/4 free_realized_face [1244]
[1414] 0.0 0.00 0.00 4 forget_escape_and_glyphless_faces [1414]
-----------------------------------------------
0.00 0.00 4/4 init_iterator <cycle 4> [82]
[1415] 0.0 0.00 0.00 4 free_all_realized_faces [1415]
-----------------------------------------------
0.00 0.00 4/4 Fsystem_name [1402]
[1416] 0.0 0.00 0.00 4 init_system_name [1416]
0.00 0.00 4/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/4 shut_down_emacs <cycle 4> [1599]
0.00 0.00 3/4 Fkill_buffer <cycle 4> [499]
[1417] 0.0 0.00 0.00 4 kill_buffer_processes [1417]
-----------------------------------------------
0.00 0.00 2/4 Fload <cycle 4> [401]
0.00 0.00 2/4 Feval_buffer <cycle 4> [454]
[1418] 0.0 0.00 0.00 4 lisp_file_lexically_bound_p [1418]
0.00 0.00 91/28240 readchar [663]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [285]
[1419] 0.0 0.00 0.00 4 load_warn_old_style_backquotes [1419]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [285]
[1420] 0.0 0.00 0.00 4 readevalloop_1 [1420]
-----------------------------------------------
0.00 0.00 4/4 Fdo_auto_save <cycle 4> [524]
[1421] 0.0 0.00 0.00 4 record_auto_save [1421]
-----------------------------------------------
0.00 0.00 4/4 unbind_to <cycle 4> [285]
[1422] 0.0 0.00 0.00 4 record_load_unwind [1422]
-----------------------------------------------
1 Fredraw_frame <cycle 4> [1544]
3 show_hourglass <cycle 4> [180]
[1423] 0.0 0.00 0.00 4 redraw_frame <cycle 4> [1423]
0.00 0.00 4/4 clear_frame [1407]
0.00 0.00 4/1092 update_begin [914]
0.00 0.00 4/1090 update_end [918]
0.00 0.00 4/1043 clear_window_matrices [944]
0.00 0.00 4/11 clear_current_matrices [1292]
0.00 0.00 4/309 fset_redisplay [1062]
0.00 0.00 4/8 mark_window_display_accurate [1331]
0.00 0.00 4/1036 set_window_update_flags [948]
0.00 0.00 3/638667 unblock_input_to [618]
0.00 0.00 3/638619 unblock_input [619]
0.00 0.00 3/3 x_clear_frame [1466]
0.00 0.00 3/1091 x_update_begin [916]
0.00 0.00 3/1091 x_update_end [917]
4 update_overlay_arrows <cycle 4> [261]
-----------------------------------------------
0.00 0.00 2/4 load_charset <cycle 4> [412]
0.00 0.00 2/4 Fload <cycle 4> [401]
[1424] 0.0 0.00 0.00 4 set_unwind_protect_ptr [1424]
-----------------------------------------------
0.00 0.00 4/4 add_text_properties_1 <cycle 4> [302]
[1425] 0.0 0.00 0.00 4 split_interval_left [1425]
0.00 0.00 4/1007 make_interval [994]
0.00 0.00 4/828603 balance_an_interval [615]
0.00 0.00 4/709980 balance_possible_root_interval [616]
-----------------------------------------------
0.00 0.00 4/4 doprnt <cycle 4> [1410]
[1426] 0.0 0.00 0.00 4 strwidth [1426]
-----------------------------------------------
0.00 0.00 4/4 delete_all_child_windows [1490]
[1427] 0.0 0.00 0.00 4 unshow_buffer [1427]
0.00 0.00 6/6665 marker_position [731]
0.00 0.00 2/4590 marker_byte_position [748]
0.00 0.00 2/2427 temp_set_point_both [805]
-----------------------------------------------
0.00 0.00 4/4 font_open_entity [407]
[1428] 0.0 0.00 0.00 4 xftfont_cached_font_ok [1428]
0.00 0.00 4/12 xftfont_add_rendering_parameters [1288]
-----------------------------------------------
0.00 0.00 4/4 set_frame_menubar <cycle 4> [465]
[1429] 0.0 0.00 0.00 4 xg_modify_menubar_widgets [1429]
0.00 0.00 28/701 xg_item_label_same_p [1023]
0.00 0.00 7/9 xg_update_submenu [1324]
0.00 0.00 4/525 xg_update_menubar [1044]
-----------------------------------------------
0.00 0.00 2/4 x_scroll_bar_create [528]
0.00 0.00 2/4 XTset_vertical_scroll_bar <cycle 4> [527]
[1430] 0.0 0.00 0.00 4 xg_update_scrollbar_pos [1430]
0.00 0.00 4/12 xg_get_gdk_scale [1289]
0.00 0.00 4/638667 unblock_input_to [618]
0.00 0.00 4/638619 unblock_input [619]
0.00 0.00 4/65 x_sync [1145]
0.00 0.00 4/309 fset_redisplay [1062]
0.00 0.00 4/9 cancel_mouse_face [1318]
0.00 0.00 1/1129 x_clear_area [900]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1431] 0.0 0.00 0.00 3 Fbufferp [1431]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1432] 0.0 0.00 0.00 3 Fchar_table_parent [1432]
0.00 0.00 3/45 CHECK_CHAR_TABLE [1186]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1433] 0.0 0.00 0.00 3 Fdaemonp [1433]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1434] 0.0 0.00 0.00 3 Fgenerate_new_buffer_name [1434]
0.00 0.00 3/126677 Fstring_equal [636]
0.00 0.00 3/1364726 Fcdr [610]
0.00 0.00 3/4774 Fget_buffer [746]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1435] 0.0 0.00 0.00 3 Fprocessp [1435]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1436] 0.0 0.00 0.00 3 Fset_frame_selected_window [1436]
-----------------------------------------------
0.00 0.00 3/3 display_mode_element <cycle 4> [179]
[1437] 0.0 0.00 0.00 3 Fset_text_properties [1437]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1438] 0.0 0.00 0.00 3 Fset_window_next_buffers [1438]
0.00 0.00 3/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1439] 0.0 0.00 0.00 3 Fset_window_prev_buffers [1439]
0.00 0.00 3/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1440] 0.0 0.00 0.00 3 Fstandard_syntax_table [1440]
-----------------------------------------------
0.00 0.00 1/3 smc_save_yourself_CB [3627]
0.00 0.00 2/3 Ffuncall <cycle 4> [39]
[1441] 0.0 0.00 0.00 3 Fuser_login_name [1441]
-----------------------------------------------
0.00 0.00 3/3 run_window_configuration_change_hook <cycle 4> [369]
[1442] 0.0 0.00 0.00 3 Fwindow_list [1442]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1443] 0.0 0.00 0.00 3 Fwindow_next_buffers [1443]
0.00 0.00 3/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 3/3 Ffuncall <cycle 4> [39]
[1444] 0.0 0.00 0.00 3 Fwindow_prev_buffers [1444]
0.00 0.00 3/14579 set_window_margins [684]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [457]
[1445] 0.0 0.00 0.00 3 apply_window_adjustment [1445]
0.00 0.00 3/91 clear_glyph_matrix [1136]
0.00 0.00 3/8 wset_redisplay [1333]
-----------------------------------------------
0.00 0.00 1/3 xg_frame_resized [1470]
0.00 0.00 2/3 do_pending_window_change <cycle 4> [744]
[1446] 0.0 0.00 0.00 3 change_frame_size_1 [1446]
-----------------------------------------------
0.00 0.00 3/3 unbind_to <cycle 4> [285]
[1447] 0.0 0.00 0.00 3 decide_coding_unwind [1447]
0.00 0.00 3/619 adjust_markers_for_delete [1024]
0.00 0.00 3/12846 recenter_overlay_lists [692]
0.00 0.00 3/619 adjust_overlays_for_delete [1025]
0.00 0.00 3/2427 temp_set_point_both [805]
-----------------------------------------------
0.00 0.00 1/3 Fset_input_meta_mode [1547]
0.00 0.00 2/3 Ftty_type [1482]
[1448] 0.0 0.00 0.00 3 decode_tty_terminal [1448]
0.00 0.00 3/21 decode_live_terminal [1232]
-----------------------------------------------
0.00 0.00 3/3 decode_coding_gap <cycle 4> [551]
[1449] 0.0 0.00 0.00 3 detect_coding [1449]
0.00 0.00 3/886 coding_set_source [1016]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [499]
[1450] 0.0 0.00 0.00 3 frames_discard_buffer [1450]
0.00 0.00 6/1091 Fdelq [915]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [499]
[1451] 0.0 0.00 0.00 3 free_region_cache [1451]
0.00 0.00 3/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/3 read_and_apply_settings [1592]
0.00 0.00 2/3 xsettings_initialize [1665]
[1452] 0.0 0.00 0.00 3 map_tool_bar_style [1452]
-----------------------------------------------
3 Ffuncall <cycle 4> [39]
[1453] 0.0 0.00 0.00 3 merge <cycle 4> [1453]
0.00 0.00 6/72320 Fcar [641]
0.00 0.00 3/1364726 Fcdr [610]
0.00 0.00 3/1610383 Fsetcdr [608]
3 call2 <cycle 4> [862]
-----------------------------------------------
0.00 0.00 1/3 decode_coding <cycle 4> [518]
0.00 0.00 2/3 load_charset <cycle 4> [412]
[1454] 0.0 0.00 0.00 3 record_xmalloc [1454]
0.00 0.00 3/71975 xmalloc [642]
0.00 0.00 3/311674 grow_specpdl [632]
0.00 0.00 3/1022 record_unwind_protect_ptr [982]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [499]
[1455] 0.0 0.00 0.00 3 replace_buffer_in_windows [1455]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [499]
[1456] 0.0 0.00 0.00 3 replace_buffer_in_windows_safely [1456]
-----------------------------------------------
0.00 0.00 1/3 x_term_init <cycle 4> [573]
0.00 0.00 2/3 init_sigio [1581]
[1457] 0.0 0.00 0.00 3 rpl_fcntl [1457]
-----------------------------------------------
3 run_window_configuration_change_hook <cycle 4> [369]
[1458] 0.0 0.00 0.00 3 run_funs <cycle 4> [1458]
3 call0 <cycle 4> [722]
-----------------------------------------------
0.00 0.00 3/3 x_load_resources [1617]
[1459] 0.0 0.00 0.00 3 search_magic_path [1459]
0.00 0.00 14/14 magic_db [1275]
-----------------------------------------------
0.00 0.00 3/3 Fset_buffer_multibyte [1372]
[1460] 0.0 0.00 0.00 3 set_intervals_multibyte [1460]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [457]
[1461] 0.0 0.00 0.00 3 set_window_fringes [1461]
0.00 0.00 6/18 extract_dimension [1260]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [457]
[1462] 0.0 0.00 0.00 3 set_window_scroll_bars [1462]
0.00 0.00 6/18 extract_dimension [1260]
-----------------------------------------------
0.00 0.00 3/3 Fkill_buffer <cycle 4> [499]
[1463] 0.0 0.00 0.00 3 unlock_buffer [1463]
-----------------------------------------------
3 x_set_frame_alpha <cycle 4> [1334]
[1464] 0.0 0.00 0.00 3 update_cursor_in_window_tree <cycle 4> [1464]
0.00 0.00 6/638667 unblock_input_to [618]
0.00 0.00 6/638619 unblock_input [619]
6 update_window_cursor <cycle 4> [1154]
-----------------------------------------------
0.00 0.00 3/3 set_window_buffer <cycle 4> [457]
[1465] 0.0 0.00 0.00 3 wset_update_mode_line [1465]
-----------------------------------------------
0.00 0.00 3/3 redraw_frame <cycle 4> [1423]
[1466] 0.0 0.00 0.00 3 x_clear_frame [1466]
0.00 0.00 3/5 mark_window_cursors_off [1384]
-----------------------------------------------
0.00 0.00 3/3 x_focus_changed [247]
[1467] 0.0 0.00 0.00 3 x_new_focus_frame [1467]
-----------------------------------------------
0.00 0.00 3/3 wait_reading_process_output [27]
[1468] 0.0 0.00 0.00 3 x_session_check_input [1468]
-----------------------------------------------
0.00 0.00 3/3 x_set_frame_alpha <cycle 4> [1334]
[1469] 0.0 0.00 0.00 3 x_update_cursor [1469]
-----------------------------------------------
0.00 0.00 3/3 handle_one_xevent [195]
[1470] 0.0 0.00 0.00 3 xg_frame_resized [1470]
0.00 0.00 3/34 frame_size_history_add [1210]
0.00 0.00 1/3 change_frame_size_1 [1446]
0.00 0.00 1/1 change_frame_size [1561]
0.00 0.00 1/309 fset_redisplay [1062]
0.00 0.00 1/9 cancel_mouse_face [1318]
-----------------------------------------------
0.00 0.00 2/2 Fpropertize <cycle 4> [492]
[1471] 0.0 0.00 0.00 2 Fadd_text_properties [1471]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1472] 0.0 0.00 0.00 2 Fbyte_code_function_p [1472]
-----------------------------------------------
0.00 0.00 1/2 read_and_apply_settings [1592]
0.00 0.00 1/2 Ffuncall <cycle 4> [39]
[1473] 0.0 0.00 0.00 2 Fbyteorder [1473]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1474] 0.0 0.00 0.00 2 Fcar_less_than_car [1474]
0.00 0.00 4/72320 Fcar [641]
0.00 0.00 2/513 arithcompare_driver [1048]
0.00 0.00 2/513 Flss [1047]
-----------------------------------------------
0.00 0.00 2/2 Fset_fontset_font <cycle 4> [60]
[1475] 0.0 0.00 0.00 2 Fclear_face_cache [1475]
0.00 0.00 2/10 clear_face_cache [1298]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1476] 0.0 0.00 0.00 2 Fkeywordp [1476]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[1477] 0.0 0.00 0.00 2 Flocate_file_internal <cycle 4> [1477]
0.00 0.00 1/6 emacs_close [1353]
2 openp <cycle 4> [210]
-----------------------------------------------
2 Ffuncall <cycle 4> [39]
[1478] 0.0 0.00 0.00 2 Fmessage <cycle 4> [1478]
0.00 0.00 1/1 message1 [1588]
2 message3 <cycle 4> [594]
1 styled_format <cycle 4> [355]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1479] 0.0 0.00 0.00 2 Fnext_window [1479]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1480] 0.0 0.00 0.00 2 Fset_char_table_parent [1480]
0.00 0.00 4/45 CHECK_CHAR_TABLE [1186]
-----------------------------------------------
2 Fset_window_new_pixel [1481]
0.00 0.00 1/2 Fcurrent_window_configuration [502]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [432]
[1481] 0.0 0.00 0.00 2+2 Fset_window_new_pixel [1481]
2 Fset_window_new_pixel [1481]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1482] 0.0 0.00 0.00 2 Ftty_type [1482]
0.00 0.00 2/3 decode_tty_terminal [1448]
-----------------------------------------------
0.00 0.00 2/2 Ffuncall <cycle 4> [39]
[1483] 0.0 0.00 0.00 2 Fx_change_window_property [1483]
0.00 0.00 2/133 decode_window_system_frame [1102]
0.00 0.00 2/2 x_check_property_data [1513]
0.00 0.00 2/71975 xmalloc [642]
0.00 0.00 2/16 xnmalloc [1273]
0.00 0.00 2/2 x_fill_property_data [1514]
0.00 0.00 2/7766 do_pending_atimers [724]
0.00 0.00 2/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
0.00 0.00 2/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/2 x_term_init <cycle 4> [573]
0.00 0.00 1/2 add_read_fd [2635]
[1484] 0.0 0.00 0.00 2 add_keyboard_wait_descriptor [1484]
-----------------------------------------------
2 adjust_frame_glyphs <cycle 4> [1291]
[1485] 0.0 0.00 0.00 2 allocate_matrices_for_frame_redisplay <cycle 4> [1485]
0.00 0.00 4/20 required_matrix_width [1252]
0.00 0.00 4/1372 xzalloc [879]
4 required_matrix_height <cycle 4> [1251]
4 adjust_glyph_matrix <cycle 4> [1201]
-----------------------------------------------
0.00 0.00 2/2 redisplay_window <cycle 4> [116]
[1486] 0.0 0.00 0.00 2 blank_row [1486]
-----------------------------------------------
0.00 0.00 2/2 message3 <cycle 4> [594]
[1487] 0.0 0.00 0.00 2 cancel_echoing [1487]
-----------------------------------------------
0.00 0.00 2/2 decode_coding_gap <cycle 4> [551]
[1488] 0.0 0.00 0.00 2 check_ascii [1488]
0.00 0.00 2/886 coding_set_source [1016]
-----------------------------------------------
0.00 0.00 2/2 decode_coding <cycle 4> [518]
[1489] 0.0 0.00 0.00 2 decode_coding_raw_text [1489]
-----------------------------------------------
2 delete_all_child_windows [1490]
0.00 0.00 1/2 delete_frame <cycle 4> [450]
0.00 0.00 1/2 Fset_window_configuration <cycle 4> [432]
[1490] 0.0 0.00 0.00 2+2 delete_all_child_windows [1490]
0.00 0.00 12/3243 unchain_marker [768]
0.00 0.00 4/4 unshow_buffer [1427]
0.00 0.00 4/230 adjust_window_count [1072]
0.00 0.00 4/115 wset_buffer [1128]
2 delete_all_child_windows [1490]
-----------------------------------------------
0.00 0.00 2/2 Fwindow_mode_line_height <cycle 4> [1225]
[1491] 0.0 0.00 0.00 2 estimate_mode_line_height [1491]
-----------------------------------------------
0.00 0.00 2/2 handle_one_xevent [195]
[1492] 0.0 0.00 0.00 2 expose_frame [1492]
-----------------------------------------------
0.00 0.00 2/2 face_for_char [10]
[1493] 0.0 0.00 0.00 2 face_for_font [1493]
0.00 0.00 2/5386 lface_hash [741]
0.00 0.00 2/71975 xmalloc [642]
0.00 0.00 2/96 cache_face [1132]
0.00 0.00 2/1778 font_style_to_value [859]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [285]
[1494] 0.0 0.00 0.00 2 fclose_unwind [1494]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [513]
[1495] 0.0 0.00 0.00 2 filemodestring [1495]
-----------------------------------------------
0.00 0.00 2/2 x_term_init <cycle 4> [573]
[1496] 0.0 0.00 0.00 2 fixup_locale [1496]
-----------------------------------------------
0.00 0.00 1/2 check_glyph_memory [1562]
0.00 0.00 1/2 delete_frame <cycle 4> [450]
[1497] 0.0 0.00 0.00 2 free_glyphs [1497]
0.00 0.00 6/33219 xfree [655]
0.00 0.00 2/10 free_glyph_matrix [1303]
0.00 0.00 2/2 free_window_matrices [1498]
-----------------------------------------------
0.00 0.00 2/2 free_glyphs [1497]
[1498] 0.0 0.00 0.00 2 free_window_matrices [1498]
0.00 0.00 8/33219 xfree [655]
0.00 0.00 8/10 free_glyph_matrix [1303]
-----------------------------------------------
0.00 0.00 2/2 x_load_resources [1617]
[1499] 0.0 0.00 0.00 2 gethomedir [1499]
0.00 0.00 2/71975 xmalloc [642]
-----------------------------------------------
2 Ffile_attributes <cycle 4> [398]
[1500] 0.0 0.00 0.00 2 internal_condition_case_2 <cycle 4> [1500]
0.00 0.00 2/13559 push_handler [689]
2 Fexpand_file_name <cycle 4> [164]
-----------------------------------------------
2 message3 <cycle 4> [594]
[1501] 0.0 0.00 0.00 2 message3_nolog <cycle 4> [1501]
4 do_pending_window_change <cycle 4> [744]
2 echo_area_display <cycle 4> [1214]
1 with_echo_area_buffer <cycle 4> [386]
-----------------------------------------------
0.00 0.00 2/2 update_window <cycle 4> [118]
[1502] 0.0 0.00 0.00 2 next_almost_prime [1502]
-----------------------------------------------
0.00 0.00 2/2 directory_files_internal <cycle 4> [254]
[1503] 0.0 0.00 0.00 2 open_directory [1503]
0.00 0.00 2/174 emacs_open [1088]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 2/2 produce_special_glyphs [83]
[1504] 0.0 0.00 0.00 2 produce_glyphs [1504]
-----------------------------------------------
0.00 0.00 2/2 adjust_frame_glyphs <cycle 4> [1291]
[1505] 0.0 0.00 0.00 2 realloc_glyph_pool [1505]
0.00 0.00 2/31 xpalloc [1215]
-----------------------------------------------
0.00 0.00 2/2 load_charset <cycle 4> [412]
[1506] 0.0 0.00 0.00 2 record_unwind_protect_nothing [1506]
-----------------------------------------------
0.00 0.00 2/2 Fx_create_frame <cycle 4> [384]
[1507] 0.0 0.00 0.00 2 register_font_driver [1507]
0.00 0.00 2/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [285]
[1508] 0.0 0.00 0.00 2 restore_menu_items [1508]
-----------------------------------------------
0.00 0.00 1/2 delete_frame <cycle 4> [450]
0.00 0.00 1/2 Fdelete_terminal <cycle 4> [1531]
[1509] 0.0 0.00 0.00 2 safe_call2 [1509]
-----------------------------------------------
0.00 0.00 2/2 file_attributes [513]
[1510] 0.0 0.00 0.00 2 strmode [1510]
-----------------------------------------------
0.00 0.00 2/2 unbind_to <cycle 4> [285]
[1511] 0.0 0.00 0.00 2 un_autoload [1511]
-----------------------------------------------
1 x_make_frame_visible <cycle 4> [479]
1 x_set_icon_type <cycle 4> [1629]
[1512] 0.0 0.00 0.00 2 x_bitmap_icon <cycle 4> [1512]
2 xg_set_icon <cycle 4> [1523]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [1483]
[1513] 0.0 0.00 0.00 2 x_check_property_data [1513]
-----------------------------------------------
0.00 0.00 2/2 Fx_change_window_property [1483]
[1514] 0.0 0.00 0.00 2 x_fill_property_data [1514]
0.00 0.00 17/17 cons_to_signed [1266]
-----------------------------------------------
0.00 0.00 2/2 xg_set_icon <cycle 4> [1523]
[1515] 0.0 0.00 0.00 2 x_find_image_file [1515]
-----------------------------------------------
0.00 0.00 2/2 do_switch_frame <cycle 4> [1328]
[1516] 0.0 0.00 0.00 2 x_get_focus_frame [1516]
-----------------------------------------------
2 x_set_font <cycle 4> [371]
[1517] 0.0 0.00 0.00 2 x_new_font <cycle 4> [1517]
0.00 0.00 2/114 normal_char_ascent_descent [1129]
0.00 0.00 2/10 get_font_ascent_descent [1304]
0.00 0.00 1/1 fontset_ascii [1574]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/1 xic_set_xfontset [1661]
1 adjust_frame_size <cycle 4> [478]
1 fontset_from_font <cycle 4> [345]
-----------------------------------------------
0.00 0.00 1/2 x_set_frame_parameters <cycle 4> [395]
0.00 0.00 1/2 x_set_screen_gamma [526]
[1518] 0.0 0.00 0.00 2 x_set_background_color [1518]
0.00 0.00 2/12 x_decode_color [1287]
0.00 0.00 2/7 unload_color [1341]
-----------------------------------------------
2 adjust_frame_size <cycle 4> [478]
[1519] 0.0 0.00 0.00 2 x_set_window_size <cycle 4> [1519]
0.00 0.00 2/5 mark_window_cursors_off [1384]
0.00 0.00 2/9 cancel_mouse_face [1318]
2 xg_frame_set_char_size <cycle 4> [453]
-----------------------------------------------
0.00 0.00 2/2 x_setup_relief_colors [868]
[1520] 0.0 0.00 0.00 2 x_setup_relief_color [1520]
0.00 0.00 2/14 x_query_colors [1276]
0.00 0.00 2/175 x_alloc_nearest_color [1087]
-----------------------------------------------
0.00 0.00 2/2 x_scroll_bar_create [528]
[1521] 0.0 0.00 0.00 2 xg_create_scroll_bar [1521]
0.00 0.00 2/2 xg_store_widget_in_map [1524]
0.00 0.00 2/2 xg_set_cursor [1522]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1521]
[1522] 0.0 0.00 0.00 2 xg_set_cursor [1522]
-----------------------------------------------
2 x_bitmap_icon <cycle 4> [1512]
[1523] 0.0 0.00 0.00 2 xg_set_icon <cycle 4> [1523]
0.00 0.00 2/2 x_find_image_file [1515]
0.00 0.00 2/307 encode_file_name [1063]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
2 x_find_image_fd <cycle 4> [545]
-----------------------------------------------
0.00 0.00 2/2 xg_create_scroll_bar [1521]
[1524] 0.0 0.00 0.00 2 xg_store_widget_in_map [1524]
0.00 0.00 1/3384 xrealloc [765]
0.00 0.00 1/319 xnrealloc [1061]
-----------------------------------------------
0.00 0.00 1/2 create_frame_xic [1566]
0.00 0.00 1/2 xic_set_xfontset [1661]
[1525] 0.0 0.00 0.00 2 xic_create_xfontset [1525]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [432]
[1526] 0.0 0.00 0.00 1 CHECK_WINDOW_CONFIGURATION [1526]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1527] 0.0 0.00 0.00 1 Fbuffer_size [1527]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1528] 0.0 0.00 0.00 1 Fcurrent_bidi_paragraph_direction [1528]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1529] 0.0 0.00 0.00 1 Fcurrent_input_mode [1529]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1530] 0.0 0.00 0.00 1 Fdelete_frame [1530]
-----------------------------------------------
1 delete_frame <cycle 4> [450]
[1531] 0.0 0.00 0.00 1 Fdelete_terminal <cycle 4> [1531]
0.00 0.00 1/6229 decode_terminal [735]
0.00 0.00 1/1 delete_initial_terminal [1567]
0.00 0.00 1/2 safe_call2 [1509]
1 safe_call <cycle 4> [1083]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1532] 0.0 0.00 0.00 1 Femacs_pid [1532]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1533] 0.0 0.00 0.00 1 Ffloat [1533]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [143]
[1534] 0.0 0.00 0.00 1 Fforward_char [1534]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1535] 0.0 0.00 0.00 1 Fframe_after_make_frame [1535]
0.00 0.00 1/3099 decode_live_frame [776]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1536] 0.0 0.00 0.00 1 Ffunction_equal [1536]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1537] 0.0 0.00 0.00 1 Finvocation_name [1537]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1538] 0.0 0.00 0.00 1 Flocale_info [1538]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[1539] 0.0 0.00 0.00 1 Fmapc <cycle 4> [1539]
0.00 0.00 1/140813 Flength [634]
1 mapcar1 <cycle 4> [1159]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1540] 0.0 0.00 0.00 1 Fmax_char [1540]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[1541] 0.0 0.00 0.00 1 Fposn_at_point <cycle 4> [1541]
1 Fpos_visible_in_window_p <cycle 4> [582]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1542] 0.0 0.00 0.00 1 Fposn_at_x_y [1542]
0.00 0.00 1/14579 set_window_margins [684]
0.00 0.00 1/1021 decode_live_window [986]
0.00 0.00 1/17595 window_box_left_offset [681]
-----------------------------------------------
1 Fset_window_configuration <cycle 4> [432]
[1543] 0.0 0.00 0.00 1 Fredirect_frame_focus <cycle 4> [1543]
0.00 0.00 1/19551 decode_any_frame [671]
0.00 0.00 1/1 XTframe_rehighlight [1559]
1 x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[1544] 0.0 0.00 0.00 1 Fredraw_frame <cycle 4> [1544]
0.00 0.00 1/3099 decode_live_frame [776]
1 redraw_frame <cycle 4> [1423]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1545] 0.0 0.00 0.00 1 Fround [1545]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1546] 0.0 0.00 0.00 1 Fset_input_interrupt_mode [1546]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1547] 0.0 0.00 0.00 1 Fset_input_meta_mode [1547]
0.00 0.00 1/3 decode_tty_terminal [1448]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [143]
[1548] 0.0 0.00 0.00 1 Fskip_chars_backward [1548]
-----------------------------------------------
0.00 0.00 1/1 exec_byte_code <cycle 4> [143]
[1549] 0.0 0.00 0.00 1 Fskip_chars_forward [1549]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1550] 0.0 0.00 0.00 1 Ftool_bar_height [1550]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[1551] 0.0 0.00 0.00 1 Fundo_boundary <cycle 4> [1551]
0.00 0.00 1/72320 Fcar [641]
1 Fset <cycle 4> [259]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1552] 0.0 0.00 0.00 1 Fuser_real_login_name [1552]
-----------------------------------------------
0.00 0.00 1/1 record_first_change [580]
[1553] 0.0 0.00 0.00 1 Fvisited_file_modtime [1553]
-----------------------------------------------
0.00 0.00 1/1 record_asynch_buffer_change [1593]
[1554] 0.0 0.00 0.00 1 Fwaiting_for_user_input_p [1554]
-----------------------------------------------
1 eval_sub <cycle 4> [189]
[1555] 0.0 0.00 0.00 1 Fwhile <cycle 4> [1555]
501 eval_sub <cycle 4> [189]
500 Fprogn <cycle 4> [854]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1556] 0.0 0.00 0.00 1 Fwindow_resize_apply_total [1556]
0.00 0.00 1/3099 decode_live_frame [776]
0.00 0.00 1/1 window_resize_apply_total [1610]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/1 Ffuncall <cycle 4> [39]
[1557] 0.0 0.00 0.00 1 Fx_backspace_delete_keys_p [1557]
0.00 0.00 1/133 decode_window_system_frame [1102]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
1 Ffuncall <cycle 4> [39]
[1558] 0.0 0.00 0.00 1 Fx_open_connection <cycle 4> [1558]
0.00 0.00 1/50 validate_x_resource_name [1177]
1 x_term_init <cycle 4> [573]
-----------------------------------------------
0.00 0.00 1/1 Fredirect_frame_focus <cycle 4> [1543]
[1559] 0.0 0.00 0.00 1 XTframe_rehighlight [1559]
-----------------------------------------------
1 make_lispy_position <cycle 4> [541]
[1560] 0.0 0.00 0.00 1 buffer_posn_from_coords <cycle 4> [1560]
0.00 0.00 1/59263 Fcurrent_buffer [645]
0.00 0.00 1/9623 bidi_shelve_cache [704]
0.00 0.00 1/6665 marker_position [731]
0.00 0.00 1/4590 marker_byte_position [748]
0.00 0.00 1/1021 move_it_in_display_line [987]
0.00 0.00 1/22985 bidi_unshelve_cache [667]
2 Fset_buffer <cycle 4> [803]
1 start_display <cycle 4> [144]
1 move_it_to <cycle 4> [171]
1 move_it_in_display_line_to <cycle 4> [66]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_resized [1470]
[1561] 0.0 0.00 0.00 1 change_frame_size [1561]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1562] 0.0 0.00 0.00 1 check_glyph_memory [1562]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/2 free_glyphs [1497]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1563] 0.0 0.00 0.00 1 check_message_stack [1563]
-----------------------------------------------
1 delete_frame <cycle 4> [450]
[1564] 0.0 0.00 0.00 1 check_minibuf_window <cycle 4> [1564]
0.00 0.00 1/3099 decode_live_frame [776]
1 unbind_to <cycle 4> [285]
1 set_window_buffer <cycle 4> [457]
-----------------------------------------------
0.00 0.00 1/1 Fset_terminal_coding_system_internal [504]
[1565] 0.0 0.00 0.00 1 coding_charset_list [1565]
-----------------------------------------------
0.00 0.00 1/1 x_window <cycle 4> [1650]
[1566] 0.0 0.00 0.00 1 create_frame_xic [1566]
0.00 0.00 1/2 xic_create_xfontset [1525]
-----------------------------------------------
0.00 0.00 1/1 Fdelete_terminal <cycle 4> [1531]
[1567] 0.0 0.00 0.00 1 delete_initial_terminal [1567]
0.00 0.00 1/1 delete_terminal [1568]
-----------------------------------------------
0.00 0.00 1/1 delete_initial_terminal [1567]
[1568] 0.0 0.00 0.00 1 delete_terminal [1568]
0.00 0.00 3/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [195]
[1569] 0.0 0.00 0.00 1 do_ewmh_fullscreen [1569]
0.00 0.00 1/1 x_wm_supports [1651]
0.00 0.00 1/9 get_current_wm_state [1320]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [285]
[1570] 0.0 0.00 0.00 1 do_unwind_create_frame [1570]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [1655]
[1571] 0.0 0.00 0.00 1 emacs_fixed_new [1571]
0.00 0.00 1/8 emacs_fixed_get_type [1329]
-----------------------------------------------
0.00 0.00 1/1 Ffile_accessible_directory_p <cycle 4> [421]
[1572] 0.0 0.00 0.00 1 file_accessible_directory_p [1572]
-----------------------------------------------
0.00 0.00 1/1 fontset_from_font <cycle 4> [345]
[1573] 0.0 0.00 0.00 1 font_get_name [1573]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [1517]
[1574] 0.0 0.00 0.00 1 fontset_ascii [1574]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [450]
[1575] 0.0 0.00 0.00 1 free_font_driver_list [1575]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [450]
[1576] 0.0 0.00 0.00 1 free_frame_faces [1576]
0.00 0.00 3/33219 xfree [655]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/20 free_realized_face [1244]
-----------------------------------------------
1 Fcommandp <cycle 4> [538]
[1577] 0.0 0.00 0.00 1 funcall_not <cycle 4> [1577]
1 Ffuncall <cycle 4> [39]
-----------------------------------------------
0.00 0.00 1/1 Fset_window_configuration <cycle 4> [432]
[1578] 0.0 0.00 0.00 1 get_leaf_windows [1578]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [1665]
[1579] 0.0 0.00 0.00 1 get_prop_window [1579]
-----------------------------------------------
0.00 0.00 1/1 set_frame_cursor_types [568]
[1580] 0.0 0.00 0.00 1 get_specified_cursor_type [1580]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1581] 0.0 0.00 0.00 1 init_sigio [1581]
0.00 0.00 2/3 rpl_fcntl [1457]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [450]
[1582] 0.0 0.00 0.00 1 initial_free_frame_resources [1582]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [384]
[1583] 0.0 0.00 0.00 1 initialize_frame_menubar <cycle 4> [1583]
1 menu_bar_items <cycle 4> [406]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [390]
[1584] 0.0 0.00 0.00 1 make_face_cache [1584]
0.00 0.00 2/71975 xmalloc [642]
0.00 0.00 1/1372 xzalloc [879]
-----------------------------------------------
0.00 0.00 1/1 init_frame_faces [390]
[1585] 0.0 0.00 0.00 1 make_image_cache [1585]
0.00 0.00 2/71975 xmalloc [642]
0.00 0.00 1/1372 xzalloc [879]
-----------------------------------------------
0.00 0.00 1/1 font_put_frame_data [574]
[1586] 0.0 0.00 0.00 1 make_save_ptr [1586]
0.00 0.00 1/2867 allocate_misc [793]
-----------------------------------------------
0.00 0.00 1/1 Finternal_set_lisp_face_attribute <cycle 4> [229]
[1587] 0.0 0.00 0.00 1 merge_face_heights [1587]
-----------------------------------------------
0.00 0.00 1/1 Fmessage <cycle 4> [1478]
[1588] 0.0 0.00 0.00 1 message1 [1588]
-----------------------------------------------
0.00 0.00 1/1 xg_create_frame_widgets <cycle 4> [1655]
[1589] 0.0 0.00 0.00 1 my_log_handler [1589]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [450]
[1590] 0.0 0.00 0.00 1 other_visible_frames [1590]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/65 x_sync [1145]
-----------------------------------------------
1 Fpos_visible_in_window_p <cycle 4> [582]
[1591] 0.0 0.00 0.00 1 pos_visible_p <cycle 4> [1591]
0.00 0.00 2/9623 bidi_shelve_cache [704]
0.00 0.00 2/22985 bidi_unshelve_cache [667]
0.00 0.00 1/6665 marker_position [731]
0.00 0.00 1/4590 marker_byte_position [748]
1 start_display <cycle 4> [144]
1 move_it_to <cycle 4> [171]
1 line_bottom_y <cycle 4> [567]
1 display_mode_line <cycle 4> [360]
-----------------------------------------------
0.00 0.00 1/1 xsettings_initialize [1665]
[1592] 0.0 0.00 0.00 1 read_and_apply_settings [1592]
0.00 0.00 3/7 dupstring [1339]
0.00 0.00 2/33219 xfree [655]
0.00 0.00 1/923 x_catch_errors_with_handler [1009]
0.00 0.00 1/917 x_catch_errors [1014]
0.00 0.00 1/2 Fbyteorder [1473]
0.00 0.00 1/3 map_tool_bar_style [1452]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/922 x_uncatch_errors [1012]
-----------------------------------------------
0.00 0.00 1/1 handle_one_xevent [195]
[1593] 0.0 0.00 0.00 1 record_asynch_buffer_change [1593]
0.00 0.00 1/1 Fwaiting_for_user_input_p [1554]
-----------------------------------------------
1 echo_area_display <cycle 4> [1214]
[1594] 0.0 0.00 0.00 1 redisplay_mode_lines <cycle 4> [1594]
0.00 0.00 3/2427 temp_set_point_both [805]
0.00 0.00 2/91 clear_glyph_matrix [1136]
0.00 0.00 1/6665 marker_position [731]
0.00 0.00 1/4590 marker_byte_position [748]
4 set_buffer_internal_1 <cycle 4> [745]
2 display_mode_lines <cycle 4> [954]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1595] 0.0 0.00 0.00 1 reset_all_sys_modes [1595]
-----------------------------------------------
0.00 0.00 1/1 rounding_driver [1187]
[1596] 0.0 0.00 0.00 1 round2 [1596]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1597] 0.0 0.00 0.00 1 select_visual [1597]
0.00 0.00 1/49 xrdb_get_resource [1180]
0.00 0.00 1/5 display_x_get_resource [1380]
-----------------------------------------------
1 with_echo_area_buffer <cycle 4> [386]
[1598] 0.0 0.00 0.00 1 set_message_1 <cycle 4> [1598]
0.00 0.00 1/5 Fset_buffer_multibyte [1372]
0.00 0.00 1/2427 temp_set_point_both [805]
1 update_compositions <cycle 4> [205]
1 insert_from_string <cycle 4> [996]
-----------------------------------------------
1 Fkill_emacs <cycle 4> [588]
[1599] 0.0 0.00 0.00 1 shut_down_emacs <cycle 4> [1599]
0.00 0.00 1/1 stuff_buffered_input [1600]
0.00 0.00 1/4 kill_buffer_processes [1417]
0.00 0.00 1/1035 unrequest_sigio [951]
0.00 0.00 1/1 unlock_all_files [1604]
0.00 0.00 1/1 xml_cleanup_parser [1663]
0.00 0.00 1/1 check_message_stack [1563]
0.00 0.00 1/1 check_glyph_memory [1562]
0.00 0.00 1/1 reset_all_sys_modes [1595]
1 Fdo_auto_save <cycle 4> [524]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1600] 0.0 0.00 0.00 1 stuff_buffered_input [1600]
-----------------------------------------------
0.00 0.00 1/1 update_frame_tool_bar <cycle 4> [425]
[1601] 0.0 0.00 0.00 1 tb_size_cb [1601]
0.00 0.00 1/9 xg_update_submenu [1324]
0.00 0.00 1/34 frame_size_history_add [1210]
-----------------------------------------------
0.00 0.00 1/1 internal_condition_case <cycle 2> [194]
[1602] 0.0 0.00 0.00 1 top_level_2 [1602]
-----------------------------------------------
0.00 0.00 1/1 x_wait_for_event [1649]
[1603] 0.0 0.00 0.00 1 totally_unblock_input [1603]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1604] 0.0 0.00 0.00 1 unlock_all_files [1604]
-----------------------------------------------
0.00 0.00 1/1 unbind_to <cycle 4> [285]
[1605] 0.0 0.00 0.00 1 unwind_create_frame [1605]
0.00 0.00 1/18705 Fmemq [674]
-----------------------------------------------
1 echo_area_display <cycle 4> [1214]
[1606] 0.0 0.00 0.00 1 update_single_window <cycle 4> [1606]
0.00 0.00 1/1091 x_update_begin [916]
0.00 0.00 1/1092 update_begin [914]
0.00 0.00 1/1091 x_update_end [917]
0.00 0.00 1/1090 update_end [918]
1 update_window <cycle 4> [118]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1659]
[1607] 0.0 0.00 0.00 1 update_theme_scrollbar_height [1607]
-----------------------------------------------
0.00 0.00 1/1 xg_initialize [1659]
[1608] 0.0 0.00 0.00 1 update_theme_scrollbar_width [1608]
-----------------------------------------------
0.00 0.00 1/1 remember_mouse_glyph [597]
[1609] 0.0 0.00 0.00 1 window_relative_x_coord [1609]
0.00 0.00 1/15532 window_box_left [683]
-----------------------------------------------
0.00 0.00 1/1 Fwindow_resize_apply_total [1556]
[1610] 0.0 0.00 0.00 1 window_resize_apply_total [1610]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1611] 0.0 0.00 0.00 1 x_change_tool_bar_height [1611]
-----------------------------------------------
0.00 0.00 1/1 delete_frame <cycle 4> [450]
[1612] 0.0 0.00 0.00 1 x_clipboard_manager_save_frame [1612]
-----------------------------------------------
0.00 0.00 1/1 x_set_cursor_color [552]
[1613] 0.0 0.00 0.00 1 x_copy_color [1613]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1614] 0.0 0.00 0.00 1 x_display_ok [1614]
0.00 0.00 1/1035 unrequest_sigio [951]
0.00 0.00 1/1033 request_sigio [959]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1615] 0.0 0.00 0.00 1 x_find_modifier_meanings [1615]
-----------------------------------------------
0.00 0.00 1/1 x_load_resources [1617]
[1616] 0.0 0.00 0.00 1 x_get_customization_string [1616]
0.00 0.00 1/50 x_get_string_resource [1178]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1617] 0.0 0.00 0.00 1 x_load_resources [1617]
0.00 0.00 3/33219 xfree [655]
0.00 0.00 3/3 search_magic_path [1459]
0.00 0.00 2/2 gethomedir [1499]
0.00 0.00 1/1 x_get_customization_string [1616]
0.00 0.00 1/4 Fsystem_name [1402]
0.00 0.00 1/3384 xrealloc [765]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [384]
[1618] 0.0 0.00 0.00 1 x_make_gc [1618]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1619] 0.0 0.00 0.00 1 x_session_initialize [1619]
0.00 0.00 1/71975 xmalloc [642]
0.00 0.00 1/17709 make_string [680]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
[1620] 0.0 0.00 0.00 1 x_set_alpha <cycle 4> [1620]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
1 x_set_frame_alpha <cycle 4> [1334]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1621] 0.0 0.00 0.00 1 x_set_autolower [1621]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1622] 0.0 0.00 0.00 1 x_set_autoraise [1622]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1623] 0.0 0.00 0.00 1 x_set_border_color [1623]
0.00 0.00 1/12 x_decode_color [1287]
0.00 0.00 1/7 unload_color [1341]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1624] 0.0 0.00 0.00 1 x_set_border_width [1624]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1625] 0.0 0.00 0.00 1 x_set_bottom_divider_width [1625]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1626] 0.0 0.00 0.00 1 x_set_cursor_type [1626]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1627] 0.0 0.00 0.00 1 x_set_foreground_color [1627]
0.00 0.00 1/12 x_decode_color [1287]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1628] 0.0 0.00 0.00 1 x_set_horizontal_scroll_bars [1628]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
[1629] 0.0 0.00 0.00 1 x_set_icon_type <cycle 4> [1629]
1 x_bitmap_icon <cycle 4> [1512]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1630] 0.0 0.00 0.00 1 x_set_internal_border_width [1630]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1631] 0.0 0.00 0.00 1 x_set_left_fringe [1631]
0.00 0.00 1/309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1632] 0.0 0.00 0.00 1 x_set_line_spacing [1632]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
[1633] 0.0 0.00 0.00 1 x_set_menu_bar_lines <cycle 4> [1633]
0.00 0.00 1/309 fset_redisplay [1062]
1 adjust_frame_glyphs <cycle 4> [1291]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1634] 0.0 0.00 0.00 1 x_set_right_divider_width [1634]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1635] 0.0 0.00 0.00 1 x_set_right_fringe [1635]
0.00 0.00 1/309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1636] 0.0 0.00 0.00 1 x_set_scroll_bar_background [1636]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_height <cycle 4> [1640]
[1637] 0.0 0.00 0.00 1 x_set_scroll_bar_default_height [1637]
0.00 0.00 1/1 xg_get_default_scrollbar_height [1657]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_width <cycle 4> [1641]
[1638] 0.0 0.00 0.00 1 x_set_scroll_bar_default_width [1638]
0.00 0.00 1/1 xg_get_default_scrollbar_width [1658]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1639] 0.0 0.00 0.00 1 x_set_scroll_bar_foreground [1639]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
[1640] 0.0 0.00 0.00 1 x_set_scroll_bar_height <cycle 4> [1640]
0.00 0.00 1/1 x_set_scroll_bar_default_height [1637]
0.00 0.00 1/309 fset_redisplay [1062]
1 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
1 x_set_frame_parameters <cycle 4> [395]
[1641] 0.0 0.00 0.00 1 x_set_scroll_bar_width <cycle 4> [1641]
0.00 0.00 1/1 x_set_scroll_bar_default_width [1638]
0.00 0.00 1/309 fset_redisplay [1062]
1 adjust_frame_size <cycle 4> [478]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1642] 0.0 0.00 0.00 1 x_set_title [1642]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1643] 0.0 0.00 0.00 1 x_set_tool_bar_lines [1643]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1644] 0.0 0.00 0.00 1 x_set_vertical_scroll_bars [1644]
0.00 0.00 1/309 fset_redisplay [1062]
-----------------------------------------------
0.00 0.00 1/1 x_set_frame_parameters <cycle 4> [395]
[1645] 0.0 0.00 0.00 1 x_set_wait_for_wm [1645]
-----------------------------------------------
0.00 0.00 1/1 x_set_offset [481]
[1646] 0.0 0.00 0.00 1 x_sync_with_move [1646]
0.00 0.00 1/6 x_real_positions [1368]
-----------------------------------------------
0.00 0.00 1/1 Fx_create_frame <cycle 4> [384]
[1647] 0.0 0.00 0.00 1 x_text_icon [1647]
-----------------------------------------------
0.00 0.00 1/1 x_set_mouse_color [553]
[1648] 0.0 0.00 0.00 1 x_uncatch_errors_after_check [1648]
0.00 0.00 1/33219 xfree [655]
-----------------------------------------------
0.00 0.00 1/1 xg_frame_set_char_size <cycle 4> [453]
[1649] 0.0 0.00 0.00 1 x_wait_for_event [1649]
0.00 0.00 2/12473 gettime [693]
0.00 0.00 1/3973 timespec_add [756]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/1 totally_unblock_input [1603]
0.00 0.00 1/18247 timespec_sub [676]
-----------------------------------------------
1 Fx_create_frame <cycle 4> [384]
[1650] 0.0 0.00 0.00 1 x_window <cycle 4> [1650]
0.00 0.00 1/1 create_frame_xic [1566]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
1 xg_create_frame_widgets <cycle 4> [1655]
-----------------------------------------------
0.00 0.00 1/1 do_ewmh_fullscreen [1569]
[1651] 0.0 0.00 0.00 1 x_wm_supports [1651]
0.00 0.00 3/922 x_had_errors_p [1011]
0.00 0.00 2/638667 unblock_input_to [618]
0.00 0.00 2/638619 unblock_input [619]
0.00 0.00 1/923 x_catch_errors_with_handler [1009]
0.00 0.00 1/922 x_uncatch_errors [1012]
-----------------------------------------------
0.00 0.00 1/1 sweep_vectors [52]
[1652] 0.0 0.00 0.00 1 xftfont_close [1652]
0.00 0.00 1/10 x_display_info_for_display [1312]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
-----------------------------------------------
0.00 0.00 1/1 x_set_tool_bar_position [571]
[1653] 0.0 0.00 0.00 1 xg_change_toolbar_position [1653]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1654] 0.0 0.00 0.00 1 xg_create_default_cursor [1654]
-----------------------------------------------
1 x_window <cycle 4> [1650]
[1655] 0.0 0.00 0.00 1 xg_create_frame_widgets <cycle 4> [1655]
0.00 0.00 1/60 xg_gtk_scroll_destroy [1155]
0.00 0.00 1/1 emacs_fixed_new [1571]
0.00 0.00 1/1 my_log_handler [1589]
0.00 0.00 1/7766 do_pending_atimers [724]
0.00 0.00 1/7535 process_pending_signals <cycle 3> [725]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/216 code_convert_string_norecord [1076]
1 code_convert_string <cycle 4> [273]
1 update_frame_tool_bar <cycle 4> [425]
-----------------------------------------------
0.00 0.00 1/1 set_frame_menubar <cycle 4> [465]
[1656] 0.0 0.00 0.00 1 xg_create_widget [1656]
0.00 0.00 1/9 create_menus [1319]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_height [1637]
[1657] 0.0 0.00 0.00 1 xg_get_default_scrollbar_height [1657]
0.00 0.00 1/12 xg_get_gdk_scale [1289]
-----------------------------------------------
0.00 0.00 1/1 x_set_scroll_bar_default_width [1638]
[1658] 0.0 0.00 0.00 1 xg_get_default_scrollbar_width [1658]
0.00 0.00 1/12 xg_get_gdk_scale [1289]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1659] 0.0 0.00 0.00 1 xg_initialize [1659]
0.00 0.00 1/1 update_theme_scrollbar_width [1608]
0.00 0.00 1/1 update_theme_scrollbar_height [1607]
-----------------------------------------------
0.00 0.00 1/1 xic_set_xfontset [1661]
[1660] 0.0 0.00 0.00 1 xic_free_xfontset [1660]
-----------------------------------------------
0.00 0.00 1/1 x_new_font <cycle 4> [1517]
[1661] 0.0 0.00 0.00 1 xic_set_xfontset [1661]
0.00 0.00 1/1 xic_free_xfontset [1660]
0.00 0.00 1/2 xic_create_xfontset [1525]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1662] 0.0 0.00 0.00 1 xlispstrdup [1662]
0.00 0.00 1/71975 xmalloc [642]
-----------------------------------------------
0.00 0.00 1/1 shut_down_emacs <cycle 4> [1599]
[1663] 0.0 0.00 0.00 1 xml_cleanup_parser [1663]
-----------------------------------------------
0.00 0.00 1/1 x_default_font_parameter <cycle 4> [413]
[1664] 0.0 0.00 0.00 1 xsettings_get_system_font [1664]
-----------------------------------------------
0.00 0.00 1/1 x_term_init <cycle 4> [573]
[1665] 0.0 0.00 0.00 1 xsettings_initialize [1665]
0.00 0.00 4/7 dupstring [1339]
0.00 0.00 2/3 map_tool_bar_style [1452]
0.00 0.00 1/1 get_prop_window [1579]
0.00 0.00 1/638667 unblock_input_to [618]
0.00 0.00 1/638619 unblock_input [619]
0.00 0.00 1/1 read_and_apply_settings [1592]
-----------------------------------------------
This table describes the call tree of the program, and was sorted by
the total amount of time spent in each function and its children.
Each entry in this table consists of several lines. The line with the
index number at the left hand margin lists the current function.
The lines above it list the functions that called this function,
and the lines below it list the functions this one called.
This line lists:
index A unique number given to each element of the table.
Index numbers are sorted numerically.
The index number is printed next to every function name so
it is easier to look up where the function is in the table.
% time This is the percentage of the `total' time that was spent
in this function and its children. Note that due to
different viewpoints, functions excluded by options, etc,
these numbers will NOT add up to 100%.
self This is the total amount of time spent in this function.
children This is the total amount of time propagated into this
function by its children.
called This is the number of times the function was called.
If the function called itself recursively, the number
only includes non-recursive calls, and is followed by
a `+' and the number of recursive calls.
name The name of the current function. The index number is
printed after it. If the function is a member of a
cycle, the cycle number is printed between the
function's name and the index number.
For the function's parents, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the function into this parent.
children This is the amount of time that was propagated from
the function's children into this parent.
called This is the number of times this parent called the
function `/' the total number of times the function
was called. Recursive calls to the function are not
included in the number after the `/'.
name This is the name of the parent. The parent's index
number is printed after it. If the parent is a
member of a cycle, the cycle number is printed between
the name and the index number.
If the parents of the function cannot be determined, the word
`<spontaneous>' is printed in the `name' field, and all the other
fields are blank.
For the function's children, the fields have the following meanings:
self This is the amount of time that was propagated directly
from the child into the function.
children This is the amount of time that was propagated from the
child's children to the function.
called This is the number of times the function called
this child `/' the total number of times the child
was called. Recursive calls by the child are not
listed in the number after the `/'.
name This is the name of the child. The child's index
number is printed after it. If the child is a
member of a cycle, the cycle number is printed
between the name and the index number.
If there are any cycles (circles) in the call graph, there is an
entry for the cycle-as-a-whole. This entry shows who called the
cycle (as parents) and the members of the cycle (as children.)
The `+' recursive calls entry shows the number of function calls that
were internal to the cycle, and the calls entry for each member shows,
for that member, how many times it was called from other members of
the cycle.
\f
Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
\f
Index by function name
[1186] CHECK_CHAR_TABLE (chartab.c) [874] char_table_ref_and_range [305] prepare_to_modify_buffer
[163] CHECK_HASH_TABLE (fns.c) [442] char_table_set [238] prepare_to_modify_buffer_1
[713] CHECK_MARKER (marker.c) [392] char_table_set_range [740] previous_interval
[88] CHECK_STRING_OR_BUFFER (textprop.c) [682] char_width (character.c) [1247] print (print.c)
[1526] CHECK_WINDOW_CONFIGURATION (window.c) [1057] chars_in_text [1248] print_c_string (print.c)
[991] Fabs [1488] check_ascii (coding.c) [416] print_error_message
[493] Faccessible_keymaps [312] check_fontset_name (fontset.c) [1249] print_object (print.c)
[1234] Factive_minibuffer_window [1562] check_glyph_memory [1250] print_string (print.c)
[1049] Fadd1 [1563] check_message_stack [725] process_pending_signals
[1471] Fadd_text_properties [1564] check_minibuf_window (frame.c) [846] process_special_events (keyboard.c)
[1073] Fand [127] check_obarray [287] process_tool_bar_item (keyboard.c)
[1095] Fappend [1106] check_syntax_table (syntax.c) [587] produce_chars (coding.c)
[762] Fapply [946] check_window_containing (window.c) [1504] produce_glyphs
[697] Faref [1278] check_window_system [83] produce_special_glyphs (xdisp.c)
[973] Farrayp [1096] check_x_display_info [598] propagate_buffer_redisplay (xdisp.c)
[763] Faset [130] cleanup_vector (alloc.c) [689] push_handler
[288] Fassoc [1352] clear_charpos_cache [690] push_handler_nosignal
[33] Fassoc_string [1292] clear_current_matrices [958] push_kboard
[45] Fassq [962] clear_desired_matrices [1056] push_key_description
[554] Fautoload [1298] clear_face_cache [477] push_menu_item (menu.c)
[543] Fautoload_do_load [1407] clear_frame [564] push_menu_pane (menu.c)
[318] Fbacktrace_frame [1136] clear_glyph_matrix [464] push_message
[537] Fbackward_prefix_chars [1264] clear_image_cache (image.c) [546] raw_text_coding_system
[904] Fbolp [1265] clear_image_caches [665] re_compile_fastmap
[997] Fborder_width [1193] clear_message [132] re_compile_pattern
[376] Fboundp [829] clear_mouse_face [770] re_iswctype
[1343] Fbuffer_base_buffer [1336] clear_unwind_protect [717] re_match_2
[1268] Fbuffer_file_name [847] clear_waiting_for_input [70] re_match_2_internal (regex.c)
[1269] Fbuffer_list [944] clear_window_matrices (dispnew.c) [63] re_search
[1029] Fbuffer_live_p [199] cmd_error (keyboard.c) [61] re_search_2
[830] Fbuffer_local_value [200] cmd_error_internal [1006] re_set_registers
[891] Fbuffer_modified_p [56] cmpfn_equal (fns.c) [646] re_set_syntax
[1133] Fbuffer_name [1018] code_conversion_restore (coding.c) [647] re_set_whitespace_regexp
[1527] Fbuffer_size [402] code_conversion_save [1221] re_wctype
[1033] Fbuffer_string [273] code_convert_string [1039] read0 (lread.c)
[357] Fbuffer_substring [1076] code_convert_string_norecord [279] read1 (lread.c)
[1431] Fbufferp [1565] coding_charset_list [1592] read_and_apply_settings (xsettings.c)
[1393] Fbyte_code [896] coding_set_destination (coding.c) [14] read_char
[1472] Fbyte_code_function_p [1016] coding_set_source (coding.c) [1054] read_dirent (dired.c)
[1473] Fbyteorder [1299] colors_in_color_table (image.c) [858] read_escape (lread.c)
[258] Fcall_interactively [6] command_loop (keyboard.c) [1286] read_file_name (callint.c)
[641] Fcar [23] command_loop_1 [1037] read_hex (charset.c)
[1474] Fcar_less_than_car [8] command_loop_2 (keyboard.c) [271] read_internal_start (lread.c)
[1394] Fcar_safe [1020] compact_buffer [22] read_key_sequence.constprop.44 (keyboard.c)
[610] Fcdr [95] compile_pattern [388] read_list (lread.c)
[1235] Fcdr_safe [181] composition_adjust_point [404] read_vector (lread.c)
[1188] Fceiling [51] composition_compute_stop_pos [169] readable_events (keyboard.c)
[474] Fchar_after [186] composition_reseat_it [675] readbyte_from_file (lread.c)
[1432] Fchar_table_parent [182] compute_display_string_pos [663] readchar (lread.c)
[550] Fcharsetp [812] compute_line_metrics (xdisp.c) [380] readevalloop (lread.c)
[471] Fcheck_coding_system [53] compute_stop_pos (xdisp.c) [1420] readevalloop_1 (lread.c)
[1475] Fclear_face_cache [1379] compute_window_start_on_continuation_line (xdisp.c) [1100] readevalloop_eager_expand_eval (lread.c)
[451] Fcoding_system_base [111] concat (fns.c) [316] realize_basic_faces (xfaces.c)
[241] Fcoding_system_eol_type [333] concat2 [332] realize_face (xfaces.c)
[469] Fcoding_system_p [274] concat3 [320] realize_named_face (xfaces.c)
[462] Fcoding_system_plist [1266] cons_to_signed [1505] realloc_glyph_pool (dispnew.c)
[1236] Fcommand_error_default_function [1065] consume_chars (coding.c) [692] recenter_overlay_lists
[835] Fcommand_remapping [947] coordinates_in_window (window.c) [323] recompute_basic_faces
[538] Fcommandp [136] copy_char_table [228] reconsider_clip_changes (xdisp.c)
[34] Fcompare_strings [50] copy_font_spec [1593] record_asynch_buffer_change
[1036] Fconcat [486] copy_properties [1421] record_auto_save
[1283] Fcond [870] copy_text [581] record_buffer
[62] Fcons [437] copy_text_properties [796] record_buffer_markers (buffer.c)
[1344] Fconsp [659] count_size_as_multibyte [981] record_char (keyboard.c)
[233] Fconstrain_to_field [1566] create_frame_xic [1027] record_delete
[166] Fcopy_alist [1319] create_menus (gtkutil.c) [580] record_first_change
[525] Fcopy_keymap [1408] create_root_interval [633] record_in_backtrace
[444] Fcopy_marker [484] create_terminal [572] record_insert
[122] Fcopy_sequence [1098] current_message [1422] record_load_unwind (lread.c)
[155] Fcurrent_active_maps [434] current_message_1 (xdisp.c) [786] record_property_change
[1528] Fcurrent_bidi_paragraph_direction [742] current_minor_maps [723] record_unwind_protect
[645] Fcurrent_buffer [1447] decide_coding_unwind (fileio.c) [844] record_unwind_protect_int
[1284] Fcurrent_global_map [671] decode_any_frame [1506] record_unwind_protect_nothing
[1529] Fcurrent_input_mode [1337] decode_any_window [982] record_unwind_protect_ptr
[1261] Fcurrent_message [518] decode_coding (coding.c) [819] record_unwind_protect_void
[516] Fcurrent_time [551] decode_coding_gap [358] record_unwind_save_match_data
[502] Fcurrent_window_configuration [324] decode_coding_object [1454] record_xmalloc
[1433] Fdaemonp [1489] decode_coding_raw_text (coding.c) [2] recursive_edit_1
[1156] Fdecode_coding_string [1035] decode_coding_utf_8 (coding.c) [968] redisplay
[403] Fdefalias [1045] decode_file_name [15] redisplay_internal (xdisp.c)
[1077] Fdefault_boundp [776] decode_live_frame [1594] redisplay_mode_lines (xdisp.c)
[738] Fdefault_value [1232] decode_live_terminal [1360] redisplay_other_windows
[350] Fdefine_key [986] decode_live_window [159] redisplay_preserve_echo_area
[461] Fdefvar [295] decode_mode_spec_coding (xdisp.c) [116] redisplay_window (xdisp.c)
[436] Fdelete [843] decode_next_window_args (window.c) [1307] redisplay_window_0 (xdisp.c)
[1530] Fdelete_frame [735] decode_terminal (terminal.c) [941] redisplay_window_1 (xdisp.c)
[1531] Fdelete_terminal [711] decode_time_components [226] redisplay_windows (xdisp.c)
[915] Fdelq [710] decode_timer (keyboard.c) [1423] redraw_frame
[250] Fdirectory_file_name [1448] decode_tty_terminal [732] region_cache_backward
[397] Fdirectory_files [1102] decode_window_system_frame [139] region_cache_forward
[1237] Fdiscard_input [774] default_line_pixel_height [1507] register_font_driver
[533] Fdisplay_supports_face_attributes_p [1271] default_toplevel_binding (eval.c) [1118] relocate_byte_stack
[524] Fdo_auto_save [733] default_value (data.c) [597] remember_mouse_glyph
[792] Fdowncase [950] define_frame_cursor1 (xdisp.c) [1008] remove_properties (textprop.c)
[1532] Femacs_pid [1196] define_image_type (image.c) [191] reorder_modifiers
[1127] Feq [1091] defined_color (xfaces.c) [1455] replace_buffer_in_windows
[207] Fequal [1028] del_range [1456] replace_buffer_in_windows_safely
[1034] Ferase_buffer [232] del_range_1 [877] report_interval_modification
[234] Feval [300] del_range_2 [959] request_sigio
[454] Feval_buffer [435] del_range_both [787] requeued_events_pending_p
[1345] Fevent_convert_list [1490] delete_all_child_windows [1251] required_matrix_height (dispnew.c)
[164] Fexpand_file_name [708] delete_cache_boundaries (region-cache.c) [1252] required_matrix_width (dispnew.c)
[242] Fface_font [450] delete_frame [363] reseat (xdisp.c)
[730] Ffboundp [1567] delete_initial_terminal (terminal.c) [734] reseat_1 (xdisp.c)
[1270] Ffeaturep [1568] delete_terminal [753] reseat_at_next_visible_line_start (xdisp.c)
[421] Ffile_accessible_directory_p [86] deliver_user_signal (keyboard.c) [167] reseat_at_previous_visible_line_start
[398] Ffile_attributes [1449] detect_coding (coding.c) [1595] reset_all_sys_modes
[269] Ffile_directory_p [509] detect_coding_utf_16 (coding.c) [1386] reset_buffer
[383] Ffile_exists_p [790] detect_input_pending [482] reset_buffer_local_variables (buffer.c)
[1112] Ffile_name_absolute_p [153] detect_input_pending_run_timers [1003] reset_var_on_error (insdel.c)
[262] Ffile_name_as_directory [1279] digest_single_submenu [198] resize_echo_area_exactly
[266] Ffile_name_directory [254] directory_files_internal [1387] resize_frame_windows
[237] Ffile_name_nondirectory [1203] disassemble_lisp_time (editfns.c) [310] resize_mini_window
[313] Ffile_readable_p [1242] discard_tty_input [1233] resize_mini_window_1 (xdisp.c)
[282] Ffile_symlink_p [540] display_and_set_cursor [206] resolve_face_name (xfaces.c)
[105] Ffind_file_name_handler [816] display_count_lines (xdisp.c) [983] restore_kboard_configuration (keyboard.c)
[352] Ffind_operation_coding_system [1213] display_echo_area_1 (xdisp.c) [1508] restore_menu_items (menu.c)
[1533] Ffloat [197] display_line (xdisp.c) [1253] ring_bell
[340] Ffloat_time [179] display_mode_element (xdisp.c) [1166] rotate_matrix
[842] Ffloatp [360] display_mode_line (xdisp.c) [1596] round2 (floatfns.c)
[341] Ffont_get [954] display_mode_lines (xdisp.c) [1187] rounding_driver (floatfns.c)
[520] Ffont_put [72] display_string (xdisp.c) [1075] row_equal_p.constprop.18 (dispnew.c)
[289] Ffont_spec [1380] display_x_get_resource [800] row_for_charpos_p (xdisp.c)
[1021] Ffont_xlfd_name [1409] do_auto_save_unwind (fileio.c) [814] row_hash
[389] Ffontp [1569] do_ewmh_fullscreen (xterm.c) [1457] rpl_fcntl
[1211] Fforce_mode_line_update [1338] do_nothing (eval.c) [1458] run_funs (window.c)
[1325] Fformat [724] do_pending_atimers [1361] run_hook
[1534] Fforward_char [744] do_pending_window_change [780] run_hook_with_args
[221] Fforward_line [1328] do_switch_frame [1160] run_hook_wrapped_funcall (eval.c)
[1535] Fframe_after_make_frame [637] do_symval_forwarding [369] run_window_configuration_change_hook
[777] Fframe_char_height [1570] do_unwind_create_frame (xfns.c) [1161] run_window_scroll_functions (xdisp.c)
[932] Fframe_char_width [1410] doprnt [202] safe__call (xdisp.c)
[452] Fframe_list [817] draw_fringe_bitmap [737] safe__call1 (xdisp.c)
[920] Fframe_live_p [239] draw_fringe_bitmap_1 (fringe.c) [1083] safe_call
[556] Fframe_or_buffer_changed_p [44] draw_glyphs (xdisp.c) [1119] safe_call1
[99] Fframe_parameter [841] draw_phys_cursor_glyph [1509] safe_call2
[101] Fframe_parameters [905] draw_row_fringe_bitmaps [1254] safe_eval_handler (xdisp.c)
[1174] Fframe_root_window [909] draw_window_fringes [781] safe_run_hook_funcall (keyboard.c)
[1212] Fframe_selected_window [1267] dtotimespec [256] safe_run_hooks
[1326] Fframe_terminal [1339] dupstring [782] safe_run_hooks_1 (keyboard.c)
[1231] Fframe_visible_p [1214] echo_area_display (xdisp.c) [424] safe_to_load_version (lread.c)
[899] Fframep [1002] echo_dash (keyboard.c) [1255] sanitize_window_sizes
[455] Ffset [836] echo_update (keyboard.c) [246] save_excursion_restore
[39] Ffuncall [1199] egetenv_internal [926] save_excursion_save
[974] Ffuncall_interactively [1353] emacs_close [561] save_menu_items
[1238] Ffunction [1329] emacs_fixed_get_type (emacsgtkfixed.c) [933] save_restriction_restore
[1536] Ffunction_equal [1571] emacs_fixed_new [934] save_restriction_save
[872] Ffunctionp [1411] emacs_fopen [441] save_window_save (window.c)
[40] Fgarbage_collect [1088] emacs_open [440] scan_lists (syntax.c)
[1434] Fgenerate_new_buffer_name [1330] emacs_read [309] scan_newline
[103] Fget [1230] emacs_readlinkat [170] scan_newline_from_point
[746] Fget_buffer [1066] encode_coding (coding.c) [109] scan_sexps_forward (syntax.c)
[458] Fget_buffer_create [1067] encode_coding_object [988] schedule_atimer (atimer.c)
[1346] Fget_buffer_process [1068] encode_coding_utf_8 (coding.c) [231] search_buffer (search.c)
[845] Fget_buffer_window [1063] encode_file_name [211] search_command (search.c)
[627] Fget_char_property [1172] enlarge_buffer_text [1219] search_embedded_absfilename (fileio.c)
[429] Fget_load_suffixes [1099] ensure_echo_area_buffers (xdisp.c) [1308] search_image_cache (image.c)
[176] Fget_pos_property [466] ensure_menu_items (menu.c) [1459] search_magic_path (xrdb.c)
[156] Fget_text_property [995] erase_phys_cursor [1597] select_visual
[1290] Fgetenv_internal [1412] esprintf [510] select_window (window.c)
[21] Fgethash [1491] estimate_mode_line_height [851] set_alarm (atimer.c)
[201] Fgoto_char [1070] eval_dyn (keyboard.c) [886] set_buffer_if_live
[772] Fif [189] eval_sub [745] set_buffer_internal_1
[1295] Fimage_mask_p [1026] evaporate_overlays [613] set_buffer_temp
[695] Findirect_function [969] event_to_kboard (keyboard.c) [356] set_fontset_font (fontset.c)
[1296] Finit_image_library [143] exec_byte_code [568] set_frame_cursor_types
[1050] Finsert [1183] expand_and_dir_to_file [465] set_frame_menubar
[336] Finsert_file_contents [1492] expose_frame [727] set_glyph_string_background_width (xdisp.c)
[283] Finteractive_form [822] extend_face_to_end_of_line (xdisp.c) [113] set_internal
[301] Fintern [1260] extract_dimension (window.c) [1460] set_intervals_multibyte
[522] Fintern_soft [827] extract_float [626] set_iterator_to_next (xdisp.c)
[368] Finternal_char_font [184] face_at_buffer_position [1043] set_marker_both
[431] Finternal_get_lisp_face_attribute [79] face_at_string_position [215] set_marker_internal (marker.c)
[339] Finternal_make_lisp_face [346] face_attr_equal_p (xfaces.c) [1309] set_marker_restricted
[327] Finternal_merge_in_global_face [107] face_before_or_after_it_pos (xdisp.c) [1069] set_marker_restricted_both
[229] Finternal_set_lisp_face_attribute [1381] face_boolean_x_resource_value (xfaces.c) [1598] set_message_1 (xdisp.c)
[1347] Finternal_show_cursor [1139] face_color_supported_p (xfaces.c) [204] set_point
[810] Finternal_show_cursor_p [10] face_for_char [257] set_point_both
[1537] Finvocation_name [1493] face_for_font [921] set_point_from_marker
[359] Fkey_binding [290] fast_c_string_match_ignore_case [1184] set_poll_suppress_count
[338] Fkey_description [149] fast_looking_at [275] set_properties (textprop.c)
[1395] Fkeymap_parent [1413] fast_set_selected_frame (xdisp.c) [519] set_text_properties
[1104] Fkeymap_prompt [49] fast_string_match_internal [276] set_text_properties_1
[1060] Fkeymapp [1494] fclose_unwind [1424] set_unwind_protect_ptr
[1476] Fkeywordp [795] fetch_buffer_markers (buffer.c) [936] set_vertical_scroll_bar
[539] Fkill_all_local_variables [1572] file_accessible_directory_p [848] set_waiting_for_input
[499] Fkill_buffer [513] file_attributes (dired.c) [457] set_window_buffer
[588] Fkill_emacs [1164] file_directory_p [1461] set_window_fringes (window.c)
[547] Fkill_local_variable [1300] file_for_image (gtkutil.c) [684] set_window_margins (window.c)
[634] Flength [1495] filemodestring [1462] set_window_scroll_bars (window.c)
[1143] Flet [240] fill_glyph_string (xdisp.c) [948] set_window_update_flags (dispnew.c)
[391] FletX [185] find_automatic_composition (composite.c) [304] setup_coding_system
[173] Fline_beginning_position [224] find_before_next_newline [447] setup_echo_area_for_printing
[223] Fline_end_position [696] find_cache_boundary (region-cache.c) [409] shadow_lookup (keymap.c)
[998] Fline_pixel_height [106] find_composition [180] show_hourglass (xdisp.c)
[264] Flist [467] find_first_strong_char (bidi.c) [1340] shrink_mini_window
[401] Fload [64] find_font_encoding [1120] shrink_regexp_cache
[1297] Flocal_variable_if_set_p [1301] find_icon_from_name (gtkutil.c) [1599] shut_down_emacs
[801] Flocal_variable_p [71] find_interval [281] signal_after_change
[1538] Flocale_info [110] find_newline [137] signal_error
[1477] Flocate_file_internal [145] find_newline_no_quit [565] single_keymap_panes (menu.c)
[889] Flogand [317] find_symbol_value [468] single_menu_item (menu.c)
[1396] Flooking_at [1496] fixup_locale [26] sit_for
[760] Flookup_key [1141] float_arith_driver (data.c) [487] skip_chars.constprop.5 (syntax.c)
[890] Flsh [980] follow_key (keyboard.c) [799] skip_one_char (regex.c)
[1047] Flss [419] font_build_object [265] skip_syntaxes (syntax.c)
[375] Fmacroexpand [278] font_clear_prop [140] sort_overlays
[294] Fmake_byte_code [1354] font_done_for_face [639] specbind
[377] Fmake_char_table [13] font_find_for_lface [1425] split_interval_left
[562] Fmake_frame_visible [331] font_get_frame_data [1005] split_interval_right
[124] Fmake_hash_table [1573] font_get_name [989] start_atimer
[112] Fmake_list [54] font_has_char [144] start_display
[367] Fmake_local_variable [91] font_intern_prop [990] start_hourglass
[1138] Fmake_marker [25] font_list_entities [965] start_polling
[1108] Fmake_sparse_keymap [337] font_load_for_lface [1388] staticpro
[55] Fmake_string [277] font_make_entity [963] stop_polling
[1040] Fmake_symbol [420] font_make_object [438] store_frame_param
[230] Fmake_vector [578] font_match_p [119] store_in_alist
[1113] Fmap_keymap [414] font_open_by_name [370] store_in_keymap (keymap.c)
[1539] Fmapc [417] font_open_by_spec [984] store_kbd_macro_char
[456] Fmapcar [407] font_open_entity (font.c) [1079] store_mode_line_noprop (xdisp.c)
[521] Fmapconcat [393] font_open_for_lface [892] store_mode_line_noprop_char (xdisp.c)
[922] Fmarker_buffer [335] font_parse_family_registry [117] store_symval_forwarding (data.c)
[743] Fmarker_position [349] font_parse_name (font.c) [1182] str_as_unibyte
[1181] Fmatch_beginning [400] font_parse_xlfd [673] string_byte_to_char
[348] Fmatch_data [1293] font_prepare_for_face [603] string_char_to_byte
[1262] Fmatch_end [1218] font_prop_validate_otf (font.c) [1107] string_make_unibyte
[811] Fmax [405] font_prop_validate_symbol (font.c) [249] string_match_1 (search.c)
[1540] Fmax_char [326] font_put_extra [1090] string_to_multibyte
[342] Fmember [574] font_put_frame_data [913] string_to_number
[674] Fmemq [251] font_registry_charsets [1510] strmode
[1478] Fmessage [394] font_rescale_ratio (font.c) [1198] strout (print.c)
[769] Fmin [1204] font_score (font.c) [1426] strwidth
[1222] Fminibuffer_window [16] font_sort_entities (font.c) [1600] stuff_buffered_input
[897] Fminus [757] font_style_symbolic [355] styled_format (editfns.c)
[1370] Fmodify_frame_parameters [859] font_style_to_value [46] sub_char_table_ref (chartab.c)
[1274] Fmultibyte_string_p [885] font_unparse_xlfd [876] sub_char_table_ref_and_range (chartab.c)
[823] Fnconc [542] font_update_drivers [446] sub_char_table_set (chartab.c)
[463] Fnew_fontset [248] fontset_add (fontset.c) [396] sub_char_table_set_range (chartab.c)
[728] Fnext_char_property_change [1574] fontset_ascii [1332] suffix_p (lread.c)
[729] Fnext_overlay_change [12] fontset_find_font (fontset.c) [654] survives_gc_p
[243] Fnext_property_change [11] fontset_font (fontset.c) [219] swallow_events
[1089] Fnext_read_file_uses_dialog_p [345] fontset_from_font [1362] swap_in_global_binding
[172] Fnext_single_char_property_change [1382] fontset_name [303] swap_in_symval_forwarding (data.c)
[73] Fnext_single_property_change [579] fontset_pattern_regexp (fontset.c) [1389] swap_out_buffer_local_variables (buffer.c)
[1479] Fnext_window [559] foreach_window_1 (window.c) [558] sweep_buffers (alloc.c)
[28] Fnreverse [1414] forget_escape_and_glyphless_faces [81] sweep_conses (alloc.c)
[702] Fnth [555] format_mode_line_unwind_data (xdisp.c) [1121] sweep_floats (alloc.c)
[701] Fnthcdr [752] forward_to_next_line_start (xdisp.c) [1122] sweep_intervals (alloc.c)
[1157] Fnull [1243] four_corners_best (image.c) [473] sweep_misc (alloc.c)
[1285] For [1355] frame_for_x_selection (xselect.c) [365] sweep_strings (alloc.c)
[529] Fother_buffer [500] frame_inhibit_resize [1123] sweep_symbols (alloc.c)
[949] Foverlayp [716] frame_make_pointer_visible [52] sweep_vectors (alloc.c)
[78] Fparse_partial_sexp [1210] frame_size_history_add [1124] sweep_weak_hash_tables
[141] Fplist_get [1450] frames_discard_buffer [860] sweep_weak_table (fns.c)
[448] Fplist_put [1415] free_all_realized_faces [1310] sxhash
[700] Fplus [1302] free_color_table (image.c) [1363] symbol_to_x_atom (xselect.c)
[923] Fpoint_marker [1022] free_cons [1094] syntax_multibyte (syntax.c)
[582] Fpos_visible_in_window_p [1149] free_face_fontset [1601] tb_size_cb (gtkutil.c)
[1541] Fposn_at_point [1575] free_font_driver_list [475] temp_set_point
[1542] Fposn_at_x_y [1576] free_frame_faces [805] temp_set_point_both
[1263] Fprefix_numeric_value [1303] free_glyph_matrix (dispnew.c) [975] temporarily_switch_to_single_kboard
[1239] Fprinc [1497] free_glyphs [37] test_undefined (keyboard.c)
[1397] Fprocess_list [1383] free_menubar_widget_value_tree [187] text_property_stickiness
[1435] Fprocessp [924] free_misc [523] text_quoting_style
[854] Fprogn [1244] free_realized_face (xfaces.c) [611] textget
[492] Fpropertize [1019] free_realized_fontsets (fontset.c) [1323] time_add (editfns.c)
[531] Fprovide [1451] free_region_cache [506] time_arith (editfns.c)
[869] Fpurecopy [1498] free_window_matrices [154] timer_check
[430] Fput [311] fs_query_fontset [756] timespec_add
[929] Fput_text_property [1062] fset_redisplay [676] timespec_sub
[67] Fputhash [87] ftfont_combining_capability (ftfont.c) [423] tool_bar_items
[1315] Fquo [293] ftfont_get_charset (ftfont.c) [36] top_level_1 (keyboard.c)
[861] Fquote [18] ftfont_get_fc_charset [1602] top_level_2 (keyboard.c)
[353] Frassoc [17] ftfont_has_char (ftfont.c) [1125] total_bytes_of_live_objects (alloc.c)
[824] Frassq [208] ftfont_list (ftfont.c) [1603] totally_unblock_input
[214] Fre_search_forward [19] ftfont_lookup_cache (ftfont.c) [809] traverse_intervals_noorder
[1081] Fread [220] ftfont_pattern_entity (ftfont.c) [1162] truncate_undo_list
[1] Frecursive_edit [292] ftfont_spec_pattern (ftfont.c) [1200] try_window
[1543] Fredirect_frame_focus [126] funcall_lambda (eval.c) [1167] try_window_reusing_current_matrix (xdisp.c)
[1544] Fredraw_frame [784] funcall_nil (eval.c) [1364] tty_color_name
[1148] Fregexp_quote [1577] funcall_not (eval.c) [1511] un_autoload
[321] Fremove_list_of_text_properties [1086] gamma_correct [285] unbind_to
[566] Fremove_text_properties [1146] gap_left (insdel.c) [619] unblock_input
[1348] Frestore_buffer_modified_p [1190] gap_right (insdel.c) [618] unblock_input_to
[928] Freverse [1052] general_insert_function (editfns.c) [768] unchain_marker
[1545] Fround [826] get_backtrace_frame (eval.c) [548] uniprop_table
[785] Frun_hook_with_args [146] get_char_glyph_code (xdisp.c) [1341] unload_color
[1398] Frun_hook_with_args_until_failure [38] get_char_property_and_overlay [1604] unlock_all_files
[940] Frun_hook_with_args_until_success [1320] get_current_wm_state (xterm.c) [1463] unlock_buffer
[1158] Frun_hook_wrapped [1304] get_font_ascent_descent [882] unreadchar (lread.c)
[1195] Frun_hooks [445] get_frame_param [951] unrequest_sigio
[134] Frun_window_scroll_functions [192] get_glyph_face_and_encoding (xdisp.c) [1427] unshow_buffer (window.c)
[428] Fsafe_length [865] get_glyph_string_clip_rect [1605] unwind_create_frame (xfns.c)
[1399] Fscan_sexps [698] get_glyph_string_clip_rects [912] unwind_format_mode_line (xdisp.c)
[361] Fsearch_forward [175] get_input_pending (keyboard.c) [966] unwind_redisplay (xdisp.c)
[1349] Fselect_frame [670] get_it_property (xdisp.c) [943] unwind_set_match_data (search.c)
[1101] Fselect_window [535] get_keyelt (keymap.c) [1185] unwind_to_catch (eval.c)
[1216] Fselected_frame [617] get_keymap [1163] unwind_with_echo_area_buffer (xdisp.c)
[783] Fselected_window [1578] get_leaf_windows (window.c) [914] update_begin
[259] Fset [225] get_lface_attributes (xfaces.c) [1032] update_buffer_properties (editfns.c)
[803] Fset_buffer [343] get_lface_attributes_no_remap (xfaces.c) [205] update_compositions
[1371] Fset_buffer_modified_p [157] get_local_map [1464] update_cursor_in_window_tree (xdisp.c)
[1372] Fset_buffer_multibyte [9] get_next_display_element (xdisp.c) [918] update_end
[1480] Fset_char_table_parent [718] get_overlay_strings_1 (xdisp.c) [512] update_face_from_frame_parameter
[508] Fset_char_table_range [142] get_per_char_metric (xdisp.c) [960] update_frame
[439] Fset_charset_priority [1579] get_prop_window (xsettings.c) [425] update_frame_tool_bar
[460] Fset_coding_system_priority [158] get_property_and_range [261] update_overlay_arrows (xdisp.c)
[178] Fset_default [1580] get_specified_cursor_type (xdisp.c) [1606] update_single_window
[60] Fset_fontset_font [1017] get_translation_table (coding.c) [1282] update_submenu_strings
[1436] Fset_frame_selected_window [806] get_utf8_string (gtkutil.c) [1607] update_theme_scrollbar_height (gtkutil.c)
[1546] Fset_input_interrupt_mode [661] get_visually_first_element (xdisp.c) [1608] update_theme_scrollbar_width (gtkutil.c)
[1547] Fset_input_meta_mode [1175] getenv_internal (callproc.c) [118] update_window (dispnew.c)
[1400] Fset_input_mode [1176] getenv_internal_1 (callproc.c) [1154] update_window_cursor (xdisp.c)
[503] Fset_keyboard_coding_system_internal [1499] gethomedir (xrdb.c) [80] update_window_fringes
[1401] Fset_keymap_parent [693] gettime [381] update_window_line (dispnew.c)
[825] Fset_marker [703] gobble_input [961] update_window_tree (dispnew.c)
[894] Fset_match_data [123] graft_intervals_into_buffer [1256] valid_image_p
[1105] Fset_syntax_table [632] grow_specpdl (eval.c) [472] valid_lisp_object_p
[504] Fset_terminal_coding_system_internal [177] handle_composition_prop (xdisp.c) [89] validate_interval_range
[532] Fset_terminal_parameter [174] handle_display_prop (xdisp.c) [759] validate_plist (textprop.c)
[1437] Fset_text_properties [152] handle_face_prop (xdisp.c) [135] validate_region
[432] Fset_window_configuration [203] handle_fontified_prop (xdisp.c) [69] validate_subarray
[1481] Fset_window_new_pixel [691] handle_input_available_signal [1177] validate_x_resource_name
[595] Fset_window_new_total [188] handle_invisible_prop (xdisp.c) [609] vector_nbytes (alloc.c)
[1438] Fset_window_next_buffers [193] handle_line_prefix (xdisp.c) [255] verify_interval_modification
[1439] Fset_window_prev_buffers [195] handle_one_xevent (xterm.c) [27] wait_reading_process_output
[992] Fset_window_vscroll [96] handle_stop (xdisp.c) [1007] wait_reading_process_output_unwind (process.c)
[688] Fsetcar [20] hash_lookup [151] where_is_internal (keymap.c)
[608] Fsetcdr [68] hash_put [121] where_is_internal_1 (keymap.c)
[1051] Fsetq [630] hash_string [1004] window_body_width
[411] Fsignal [624] hashfn_eq (fns.c) [764] window_box
[1055] Fsingle_key_description [715] hashfn_eql (fns.c) [887] window_box_height
[1548] Fskip_chars_backward [602] hashfn_equal (fns.c) [683] window_box_left
[1549] Fskip_chars_forward [212] hscroll_window_tree (xdisp.c) [681] window_box_left_offset
[1046] Fskip_syntax_forward [213] hscroll_windows (xdisp.c) [906] window_box_right
[1373] Fsort [1305] image_background [964] window_box_right_offset (xdisp.c)
[1440] Fstandard_syntax_table [1306] image_background_transparent [653] window_box_width
[636] Fstring_equal [1131] image_spec_value (image.c) [766] window_display_table
[853] Fstring_lessp [1165] in_ellipses_for_invisible_text_p (xdisp.c) [494] window_from_coordinates
[1058] Fstring_match [620] indirect_function [534] window_list
[1171] Fstringp [1356] indirect_variable [296] window_list_1 (window.c)
[938] Fsubrp [77] inhibit_garbage_collection [297] window_loop (window.c)
[1030] Fsubstitute_command_keys [390] init_frame_faces [779] window_outdated
[284] Fsubstitute_in_file_name [726] init_glyph_string (xdisp.c) [1609] window_relative_x_coord
[385] Fsubstring [82] init_iterator [1610] window_resize_apply_total (window.c)
[791] Fsuspicious_object [584] init_kboard (keyboard.c) [694] window_text_bottom_y
[1097] Fsymbol_function [557] init_menu_items [386] with_echo_area_buffer (xdisp.c)
[606] Fsymbol_name [1581] init_sigio [1257] write_string_1 (print.c)
[640] Fsymbol_value [1416] init_system_name [1128] wset_buffer
[1374] Fsymbolp [1582] initial_free_frame_resources (terminal.c) [1333] wset_redisplay
[1111] Fsyntax_table [1583] initialize_frame_menubar [1465] wset_update_mode_line (window.c)
[1402] Fsystem_name [1153] input_polling_used [902] x_after_update_window_line (xterm.c)
[570] Fterminal_list [1082] insert_1_both [1087] x_alloc_nearest_color
[736] Fterminal_live_p [1059] insert_char [751] x_any_window_to_frame (xterm.c)
[507] Fterminal_parameter [586] insert_from_gap [1512] x_bitmap_icon
[58] Ftext_properties_at [996] insert_from_string [1311] x_build_heuristic_mask (image.c)
[325] Ftext_property_any [120] insert_from_string_1 (insdel.c) [1014] x_catch_errors
[1350] Fthrow [307] intern_1 [1009] x_catch_errors_with_handler
[1316] Ftime_add [1080] intern_driver [1611] x_change_tool_bar_height
[1317] Ftime_less_p [1042] intern_sym (lread.c) [1513] x_check_property_data
[893] Ftimes [5] internal_catch [900] x_clear_area
[1152] Ftool_bar_get_system_style [194] internal_condition_case [1168] x_clear_cursor
[1550] Ftool_bar_height [878] internal_condition_case_1 [901] x_clear_end_of_line
[410] Ftry_completion [1500] internal_condition_case_2 [1466] x_clear_frame (xterm.c)
[1403] Ftty_top_frame [709] internal_condition_case_n [903] x_clear_frame_area (xterm.c)
[1482] Ftty_type [24] internal_equal (fns.c) [775] x_clear_glyph_string_rect (xterm.c)
[1551] Fundo_boundary [643] intervals_equal [1169] x_clear_window_mouse_face
[604] Fupcase [802] invalidate_buffer_caches [589] x_clipboard_manager_save_all
[1223] Fupcase_initials [798] invalidate_current_column [1612] x_clipboard_manager_save_frame
[1375] Fuse_local_map [895] invalidate_region_cache [299] x_compute_glyph_string_overhangs (xterm.c)
[1441] Fuser_login_name [970] kbd_buffer_nr_stored (keyboard.c) [291] x_consider_frame_title (xdisp.c)
[1552] Fuser_real_login_name [971] kbd_buffer_store_buffered_event [1613] x_copy_color
[739] Fvconcat [972] kbd_on_hold_p [1287] x_decode_color (xfns.c)
[286] Fvector [1321] keymap_parent (keymap.c) [413] x_default_font_parameter (xfns.c)
[771] Fvectorp [31] keyremap_step.constprop.45 (keyboard.c) [443] x_default_parameter
[168] Fvertical_motion [1417] kill_buffer_processes [536] x_default_scroll_bar_color_parameter (xfns.c)
[1553] Fvisited_file_modtime [1041] know_region_cache [952] x_define_frame_cursor (xterm.c)
[1554] Fwaiting_for_user_input_p [418] larger_vector [1084] x_defined_color
[270] Fwhere_is_internal [1137] let_shadows_buffer_binding_p [1147] x_destroy_bitmap
[1555] Fwhile [1207] let_shadows_global_binding_p [1342] x_detect_focus_change (xterm.c)
[864] Fwiden [347] lface_equal_p (xfaces.c) [1312] x_display_info_for_display
[999] Fwindow_body_height [268] lface_from_face_name (xfaces.c) [1614] x_display_ok
[1000] Fwindow_body_width [334] lface_from_face_name_no_resolve (xfaces.c) [767] x_draw_fringe_bitmap (xterm.c)
[1224] Fwindow_bottom_divider_width [741] lface_hash (xfaces.c) [330] x_draw_glyph_string (xterm.c)
[160] Fwindow_buffer [567] line_bottom_y [866] x_draw_glyph_string_box (xterm.c)
[485] Fwindow_frame [235] lisp_align_free (alloc.c) [328] x_draw_glyph_string_foreground (xterm.c)
[976] Fwindow_fringes [666] lisp_align_malloc (alloc.c) [867] x_draw_relief_rect (xterm.c)
[977] Fwindow_header_line_height [1418] lisp_file_lexically_bound_p (lread.c) [747] x_draw_stretch_glyph_string (xterm.c)
[837] Fwindow_hscroll [362] lisp_free (alloc.c) [1150] x_draw_vertical_border
[575] Fwindow_left_child [881] lisp_malloc (alloc.c) [910] x_draw_window_cursor (xterm.c)
[1442] Fwindow_list [354] lisp_string_width [501] x_figure_window_size
[1335] Fwindow_list_1 [1208] lisp_time_struct (editfns.c) [1514] x_fill_property_data
[931] Fwindow_live_p [712] lisp_to_timespec [545] x_find_image_fd (image.c)
[978] Fwindow_margins [678] list1 [1515] x_find_image_file
[577] Fwindow_minibuffer_p [382] list2 [1615] x_find_modifier_meanings (xterm.c)
[1225] Fwindow_mode_line_height [366] list3 [1365] x_flush (xterm.c)
[596] Fwindow_new_total [364] list4 [247] x_focus_changed (xterm.c)
[1443] Fwindow_next_buffers [319] list5 [511] x_frame_get_and_record_arg
[590] Fwindow_next_sibling [789] live_buffer (marker.c) [1103] x_free_colors
[832] Fwindow_old_point [412] load_charset (charset.c) [426] x_get_arg
[165] Fwindow_parameter [415] load_charset_map (charset.c) [1616] x_get_customization_string (xrdb.c)
[591] Fwindow_parent [1092] load_color2 (xfaces.c) [1516] x_get_focus_frame
[515] Fwindow_pixel_height [719] load_overlay_strings (xdisp.c) [183] x_get_glyph_overhangs
[488] Fwindow_pixel_left [1419] load_warn_old_style_backquotes (lread.c) [1178] x_get_string_resource
[489] Fwindow_pixel_top [433] looking_at_1 (search.c) [1011] x_had_errors_p
[514] Fwindow_pixel_width [804] lookup_basic_face [1366] x_handle_dnd_message
[833] Fwindow_point [43] lookup_char_property [1191] x_handle_property_notify
[1444] Fwindow_prev_buffers [227] lookup_fringe_bitmap [1617] x_load_resources
[1556] Fwindow_resize_apply_total [147] lookup_glyphless_char_display [479] x_make_frame_visible
[1226] Fwindow_right_divider_width [491] lookup_image [1618] x_make_gc (xfns.c)
[1227] Fwindow_scroll_bar_height [1197] lookup_image_type (image.c) [1467] x_new_focus_frame (xterm.c)
[1228] Fwindow_scroll_bar_width [218] lookup_named_face [1517] x_new_font
[306] Fwindow_scroll_bars [1010] lookup_rgb_color (image.c) [911] x_parse_color
[1001] Fwindow_start [1357] lucid_event_type_list_p [75] x_produce_glyphs
[1209] Fwindow_system [1275] magic_db (xrdb.c) [1276] x_query_colors
[576] Fwindow_top_child [505] make_blv (data.c) [1367] x_real_pos_and_offsets
[1071] Fwindow_valid_p [422] make_buffer_string [1368] x_real_positions
[838] Fwindow_vscroll [322] make_buffer_string_both [528] x_scroll_bar_create (xterm.c)
[1140] Fwindowp [875] make_byte_code [1170] x_scroll_run (xterm.c)
[1557] Fx_backspace_delete_keys_p [1584] make_face_cache (xfaces.c) [1468] x_session_check_input (xsmfns.c)
[1483] Fx_change_window_property [162] make_float [1619] x_session_initialize
[384] Fx_create_frame [378] make_fontset (fontset.c) [1620] x_set_alpha
[1206] Fx_display_color_cells [379] make_fontset_for_ascii_face [1621] x_set_autolower
[1277] Fx_get_resource [687] make_formatted_string [1622] x_set_autoraise
[985] Fx_hide_tip [314] make_frame [1518] x_set_background_color (xfns.c)
[1558] Fx_open_connection [563] make_frame_visible_1 (frame.c) [1623] x_set_border_color (xfns.c)
[1351] Fx_register_dnd_atom [1173] make_gap [1624] x_set_border_width
[569] Fx_selection_exists_p [1322] make_gap_1 [1625] x_set_bottom_divider_width
[480] Fx_wm_set_size_hint [459] make_hash_table [552] x_set_cursor_color (xfns.c)
[530] Fxw_color_values [1585] make_image_cache [1626] x_set_cursor_type (xfns.c)
[1135] Fxw_display_color_p [994] make_interval [371] x_set_font
[898] SETUP_SYNTAX_TABLE (syntax.c) [1280] make_lisp_time [544] x_set_font_backend
[651] SETUP_SYNTAX_TABLE_FOR_OBJECT [216] make_lispy_event (keyboard.c) [1627] x_set_foreground_color (xfns.c)
[1376] XTcondemn_scroll_bars (xterm.c) [541] make_lispy_position (keyboard.c) [1334] x_set_frame_alpha
[1559] XTframe_rehighlight (xterm.c) [1078] make_multibyte_string [395] x_set_frame_parameters
[498] XTframe_up_to_date (xterm.c) [1358] make_process (process.c) [714] x_set_glyph_string_clipping (xterm.c)
[1377] XTjudge_scroll_bars (xterm.c) [1134] make_realized_face (xfaces.c) [721] x_set_glyph_string_gc (xterm.c)
[705] XTread_socket (xterm.c) [1142] make_save_funcptr_ptr_obj [1628] x_set_horizontal_scroll_bars
[935] XTredeem_scroll_bar (xterm.c) [925] make_save_obj_obj_obj_obj [1629] x_set_icon_type (xfns.c)
[815] XTring_bell (xterm.c) [1586] make_save_ptr [1630] x_set_internal_border_width (xfns.c)
[527] XTset_vertical_scroll_bar (xterm.c) [1038] make_save_ptr_int [1631] x_set_left_fringe
[47] _init [652] make_specified_string [1632] x_set_line_spacing
[754] access_keymap [680] make_string [1633] x_set_menu_bar_lines (xfns.c)
[93] access_keymap_1 (keymap.c) [1272] make_string_from_bytes [553] x_set_mouse_color (xfns.c)
[244] accessible_keymaps_1 (keymap.c) [387] make_sub_char_table (chartab.c) [481] x_set_offset
[399] accumulate_script_ranges (fontset.c) [669] make_unibyte_string [1634] x_set_right_divider_width
[32] active_maps (keyboard.c) [649] make_uninit_multibyte_string [1635] x_set_right_fringe
[979] add_command_key (keyboard.c) [662] make_uninit_string [526] x_set_screen_gamma
[1484] add_keyboard_wait_descriptor [1130] make_widget_for_menu_item (gtkutil.c) [1636] x_set_scroll_bar_background (xfns.c)
[344] add_properties (textprop.c) [883] make_widget_value [1637] x_set_scroll_bar_default_height
[1093] add_row_entry (dispnew.c) [315] make_window [1638] x_set_scroll_bar_default_width
[302] add_text_properties_1 (textprop.c) [449] map_char_table [1639] x_set_scroll_bar_foreground (xfns.c)
[850] add_timer_wait_descriptor [373] map_char_table_for_charset [1640] x_set_scroll_bar_height
[560] add_window_to_list (window.c) [372] map_charset_chars [1641] x_set_scroll_bar_width
[1291] adjust_frame_glyphs [761] map_keymap [1642] x_set_title (xfns.c)
[478] adjust_frame_size [880] map_keymap_call (keymap.c) [1643] x_set_tool_bar_lines (xfns.c)
[1201] adjust_glyph_matrix (dispnew.c) [1114] map_keymap_canonical [571] x_set_tool_bar_position (xfns.c)
[1024] adjust_markers_for_delete [483] map_keymap_char_table_item (keymap.c) [1644] x_set_vertical_scroll_bars
[820] adjust_markers_for_insert (insdel.c) [592] map_keymap_internal (keymap.c) [1645] x_set_wait_for_wm (xfns.c)
[1025] adjust_overlays_for_delete [125] map_sub_char_table (chartab.c) [1519] x_set_window_size
[821] adjust_overlays_for_insert [374] map_sub_char_table_for_charset (chartab.c) [1520] x_setup_relief_color (xterm.c)
[797] adjust_suspend_auto_hscroll (insdel.c) [1452] map_tool_bar_style (xsettings.c) [868] x_setup_relief_colors (xterm.c)
[1072] adjust_window_count (window.c) [1159] mapcar1 (fns.c) [1145] x_sync
[1404] advance_to_char_boundary (buffer.c) [939] mark_buffer (alloc.c) [1646] x_sync_with_move (xterm.c)
[1064] alloc_destination (coding.c) [42] mark_char_table (alloc.c) [573] x_term_init
[1378] allocate_buffer [668] mark_compiled (alloc.c) [1647] x_text_icon
[583] allocate_kboard [1053] mark_discard_killed_buffers (alloc.c) [1151] x_top_window_to_frame
[1485] allocate_matrices_for_frame_redisplay (dispnew.c) [1031] mark_face_cache (alloc.c) [1012] x_uncatch_errors
[1327] allocate_matrices_for_window_redisplay (dispnew.c) [1115] mark_fringe_data [1648] x_uncatch_errors_after_check
[793] allocate_misc (alloc.c) [1109] mark_image_cache [916] x_update_begin (xterm.c)
[267] allocate_pseudovector [638] mark_interval (alloc.c) [1469] x_update_cursor
[650] allocate_string_data [1116] mark_kboards [917] x_update_end (xterm.c)
[57] allocate_vector [679] mark_localized_symbol (alloc.c) [907] x_update_window_begin (xterm.c)
[664] analyze_first (regex.c) [161] mark_maybe_object (alloc.c) [908] x_update_window_end (xterm.c)
[942] apply1 [30] mark_object [1649] x_wait_for_event
[749] apply_lambda (eval.c) [808] mark_overlay (alloc.c) [1650] x_window (xfns.c)
[97] apply_modifiers (keyboard.c) [644] mark_save_value (alloc.c) [1390] x_window_to_frame (xterm.c)
[1445] apply_window_adjustment (window.c) [1117] mark_specpdl [427] x_wm_set_size_hint
[672] arith_driver (data.c) [85] mark_vectorlike (alloc.c) [1651] x_wm_supports
[677] arithcompare [1384] mark_window_cursors_off [863] x_write_glyphs
[1048] arithcompare_driver (data.c) [1331] mark_window_display_accurate [236] x_x_to_emacs_modifiers
[818] assign_row (dispnew.c) [945] mark_window_display_accurate_1 (xdisp.c) [1013] xbm_image_p (image.c)
[29] assoc_no_quit [748] marker_byte_position [1015] xfont_encode_coding_xlfd (xfont.c)
[48] assq_no_quit [731] marker_position [605] xfont_get_cache (xfont.c)
[115] back_to_previous_visible_line_start (xdisp.c) [1144] match_limit (search.c) [245] xfont_list (xfont.c)
[615] balance_an_interval (intervals.c) [114] maybe_set_redisplay [252] xfont_list_pattern (xfont.c)
[628] balance_intervals [658] mem_delete (alloc.c) [655] xfree
[807] balance_intervals_internal (intervals.c) [131] mem_find (alloc.c) [1179] xft_settings_event
[616] balance_possible_root_interval (intervals.c) [657] mem_insert (alloc.c) [1288] xftfont_add_rendering_parameters (xftfont.c)
[873] bcall0 (bytecode.c) [686] mem_rotate_left (alloc.c) [1428] xftfont_cached_font_ok (xftfont.c)
[150] bidi_at_paragraph_end (bidi.c) [685] mem_rotate_right (alloc.c) [1652] xftfont_close (xftfont.c)
[621] bidi_cache_ensure_space (bidi.c) [470] menu_bar_item (keyboard.c) [1369] xftfont_done_face (xftfont.c)
[614] bidi_cache_find (bidi.c) [406] menu_bar_items [329] xftfont_draw (xftfont.c)
[612] bidi_cache_iterator_state (bidi.c) [351] menu_item_eval_property [138] xftfont_encode_char (xftfont.c)
[607] bidi_cache_search.constprop.3 (bidi.c) [888] menu_separator_name_p [720] xftfont_get_colors (xftfont.c)
[100] bidi_explicit_dir_char (bidi.c) [1453] merge [601] xftfont_has_char (xftfont.c)
[129] bidi_fetch_char (bidi.c) [1587] merge_face_heights (xfaces.c) [209] xftfont_list (xftfont.c)
[496] bidi_fetch_char_skip_isolates (bidi.c) [549] merge_face_ref (xfaces.c) [408] xftfont_open (xftfont.c)
[94] bidi_find_bracket_pairs (bidi.c) [298] merge_face_vectors (xfaces.c) [1294] xftfont_prepare_face (xftfont.c)
[148] bidi_find_paragraph_start (bidi.c) [280] merge_named_face (xfaces.c) [128] xftfont_text_extents (xftfont.c)
[84] bidi_get_category (bidi.c) [1588] message1 [1653] xg_change_toolbar_position
[656] bidi_init_it [594] message3 [1085] xg_check_special_colors
[517] bidi_initialize (bidi.c) [1501] message3_nolog [1654] xg_create_default_cursor
[92] bidi_level_of_next_char (bidi.c) [308] message_dolog [1655] xg_create_frame_widgets
[660] bidi_line_init (bidi.c) [1245] message_log_maybe_newline [1521] xg_create_scroll_bar
[953] bidi_mirror_char [831] mode_line_update_needed (xdisp.c) [1656] xg_create_widget
[76] bidi_move_to_visually_next [217] modify_event_symbol (keyboard.c) [1391] xg_destroy_widgets (gtkutil.c)
[102] bidi_paired_bracket_type (bidi.c) [930] modify_text_properties (textprop.c) [1470] xg_frame_resized
[495] bidi_paragraph_init [840] move_cache_gap (region-cache.c) [453] xg_frame_set_char_size
[623] bidi_resolve_brackets (bidi.c) [1192] move_gap_both [1657] xg_get_default_scrollbar_height
[65] bidi_resolve_explicit (bidi.c) [758] move_it_by_lines [1658] xg_get_default_scrollbar_width
[74] bidi_resolve_neutral (bidi.c) [987] move_it_in_display_line [1289] xg_get_gdk_scale (gtkutil.c)
[622] bidi_resolve_weak (bidi.c) [66] move_it_in_display_line_to (xdisp.c) [1155] xg_gtk_scroll_destroy (gtkutil.c)
[704] bidi_shelve_cache [171] move_it_to [1659] xg_initialize
[667] bidi_unshelve_cache [108] move_it_vertically_backward [1023] xg_item_label_same_p (gtkutil.c)
[1240] bitch_at_user [490] move_point (cmds.c) [1126] xg_mark_data
[1486] blank_row [852] multibyte_chars_in_text [1429] xg_modify_menubar_widgets
[788] block_atimers (atimer.c) [1359] my_log_handler (xterm.c) [849] xg_select
[1241] boyer_moore (search.c) [1589] my_log_handler (gtkutil.c) [1522] xg_set_cursor (gtkutil.c)
[773] bset_redisplay [856] nconc2 [1523] xg_set_icon
[1220] bset_update_mode_line [1385] new_region_cache [937] xg_set_toolkit_scroll_bar_thumb
[855] buf_bytepos_to_charpos [1502] next_almost_prime [1524] xg_store_widget_in_map (gtkutil.c)
[133] buf_charpos_to_bytepos [98] next_element_from_buffer (xdisp.c) [1194] xg_tool_bar_help_callback (gtkutil.c)
[706] buffer_display_table [648] next_element_from_c_string (xdisp.c) [1392] xg_update_frame_menubar
[828] buffer_local_value [59] next_element_from_string (xdisp.c) [1044] xg_update_menubar (gtkutil.c)
[1560] buffer_posn_from_coords [625] next_interval [1430] xg_update_scrollbar_pos
[919] build_marker [260] next_overlay_change (xdisp.c) [1324] xg_update_submenu (gtkutil.c)
[631] build_style_table (font.c) [599] next_window (window.c) [750] xg_win_to_widget
[857] c_strcasecmp [1129] normal_char_ascent_descent (xdisp.c) [1525] xic_create_xfontset (xfns.c)
[707] c_string_width [497] note_mouse_highlight [1660] xic_free_xfontset
[1132] cache_face (xfaces.c) [593] note_mouse_movement (xterm.c) [967] xic_set_preeditarea
[1405] calculate_costs [104] oblookup [1661] xic_set_xfontset
[722] call0 [253] offset_intervals [1662] xlispstrdup
[794] call1 [1503] open_directory (dired.c) [642] xmalloc
[862] call2 [210] openp [1663] xml_cleanup_parser
[1202] call3 [1590] other_visible_frames (frame.c) [1273] xnmalloc
[1217] call4 [955] overlay_arrows_changed_p (xdisp.c) [1061] xnrealloc
[839] call_mod_hooks (textprop.c) [699] overlays_around (editfns.c) [1215] xpalloc
[993] cancel_atimer [90] overlays_at [1313] xpm_free_color_cache (image.c)
[1487] cancel_echoing [1246] parse_image_spec (image.c) [1258] xpm_image_p (image.c)
[834] cancel_hourglass [884] parse_menu_item [1314] xpm_load (image.c)
[1318] cancel_mouse_face [190] parse_modifiers [1180] xrdb_get_resource (frame.c)
[1406] candidate_buffer (buffer.c) [1281] parse_single_submenu [765] xrealloc
[755] candidate_window_p (window.c) [927] parse_solitary_modifier [1664] xsettings_get_system_font
[1229] careadlinkat [629] parse_str_as_multibyte [1665] xsettings_initialize
[41] casify_object (casefiddle.c) [956] pint2str (xdisp.c) [1205] xstrdup
[1189] ceiling2 (floatfns.c) [957] pop_kboard [879] xzalloc
[1561] change_frame_size [1110] pop_message_unwind [263] <cycle 1>
[1446] change_frame_size_1 (dispnew.c) [778] popup_activated [4] <cycle 2>
[222] char_composable_p (composite.c) [1591] pos_visible_p [600] <cycle 3>
[476] char_quoted (syntax.c) [1074] preferred_sequence_p (keymap.c) [7] <cycle 4>
[871] char_string [813] prepare_desired_row [272] <cycle 5>
[1259] char_table_ascii (chartab.c) [635] prepare_face_for_display
[35] char_table_ref [585] prepare_record (undo.c)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 7:08 ` Clément Pit--Claudel
@ 2016-03-03 7:33 ` Clément Pit--Claudel
2016-03-03 17:10 ` Glenn Morris
2016-03-03 20:27 ` Eli Zaretskii
0 siblings, 2 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 7:33 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 3596 bytes --]
On 03/03/2016 12:08 AM, Clément Pit--Claudel wrote:
> I've reattached both profiles.
Hi,
I've looked further into this. Comparing the profiles, there seems to be two significant differences:
1. ‘deliver_user_signal’ gets called constantly in the slow case, with many calls to ‘x_catch_errors_with_handler’, ‘x_catch_errors_with_handler’, ‘x_had_errors_p’, and ‘x_uncatch_errors’; there are few to no such calls in the fast case.
2. font_list_entities constantly calls xfont_list in the slow case, but not in the fast case:
In the slow case:
-----------------------------------------------
0.04 1.01 554734/554734 font_find_for_lface [14]
[16] 11.0 0.04 1.01 554734 font_list_entities [16]
0.04 0.91 554734/554734 xfont_list [17]
0.02 0.00 554734/2778892 Fnreverse [45]
0.00 0.02 1109468/1109469 assoc_no_quit [96]
0.01 0.00 1109468/1109470 xfont_get_cache [121]
0.01 0.00 555016/1289625 Fcons [80]
0.00 0.00 141/141 xftfont_list [212]
0.00 0.00 141/45490 concat [103]
0.00 0.00 141/138863 copy_font_spec [78]
0.00 0.00 141/6814 Fvconcat [832]
-----------------------------------------------
In the fast case:
-----------------------------------------------
0.06 0.41 1533134/1533134 font_find_for_lface [13]
[25] 14.8 0.06 0.41 1533134 font_list_entities [25]
0.02 0.31 3066268/3066269 assoc_no_quit [29]
0.07 0.00 1533134/7672938 Fnreverse [28]
0.02 0.00 1534750/3266575 Fcons [62]
0.00 0.00 347/347 xftfont_list [209]
0.00 0.00 461/461 xfont_list [245]
0.00 0.00 808/385139 copy_font_spec [50]
0.00 0.00 347/56861 concat [111]
0.00 0.00 3066268/3066270 xfont_get_cache [605]
0.00 0.00 347/5788 Fvconcat [739]
-----------------------------------------------
The difference there is this line in the slow profile:
0.04 0.91 554734/554734 xfont_list [17]
(compare to this line:)
0.00 0.00 461/461 xfont_list [245]
font_list_entities is in src/font.c; it call xfont_list here (old code):
Lisp_Object copy;
val = driver_list->driver->list (f, scratch_font_spec); // ← HERE
if (NILP (val))
val = zero_vector;
else
val = Fvconcat (1, &val);
copy = copy_font_spec (scratch_font_spec);
ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
Here is the new code:
val = driver_list->driver->list (f, scratch_font_spec);
if (!NILP (val))
{
Lisp_Object copy = copy_font_spec (scratch_font_spec);
val = Fvconcat (1, &val);
ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
}
The commit message didn't explain why it was a good thing to not add an empty vector to the cache.
I'm a bit stuck at this point. I'm not sure how 1 and 2 are connected. Suggestions?
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 7:33 ` Clément Pit--Claudel
@ 2016-03-03 17:10 ` Glenn Morris
2016-03-03 17:28 ` Clément Pit--Claudel
2016-03-03 20:27 ` Eli Zaretskii
1 sibling, 1 reply; 89+ messages in thread
From: Glenn Morris @ 2016-03-03 17:10 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028, Dmitry Antipov
Enormous attachments are likely to be rejected by the bug-gnu-emacs moderators.
Please remember to compress! :)
(Interested parties can see them on
https://debbugs.gnu.org/21028
so no need to resend.)
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 17:10 ` Glenn Morris
@ 2016-03-03 17:28 ` Clément Pit--Claudel
0 siblings, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-03-03 17:28 UTC (permalink / raw)
To: Glenn Morris; +Cc: 21028, Dmitry Antipov
[-- Attachment #1.1: Type: text/plain, Size: 200 bytes --]
On 03/03/2016 10:10 AM, Glenn Morris wrote:
> Enormous attachments are likely to be rejected by the bug-gnu-emacs moderators.
> Please remember to compress! :)
Thanks for the reminder; sorry!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 7:33 ` Clément Pit--Claudel
2016-03-03 17:10 ` Glenn Morris
@ 2016-03-03 20:27 ` Eli Zaretskii
2016-07-20 21:26 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-03-03 20:27 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028, dmantipov
> Cc: Eli Zaretskii <eliz@gnu.org>, 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Thu, 3 Mar 2016 00:33:42 -0700
>
> I've looked further into this. Comparing the profiles, there seems to be two
> significant differences:
>
> 1. ‘deliver_user_signal’ gets called constantly in the slow case, with many
> calls to ‘x_catch_errors_with_handler’, ‘x_catch_errors_with_handler’,
> ‘x_had_errors_p’, and ‘x_uncatch_errors’; there are few to no such calls in the
> fast case.
Not sure this is related.
> 2. font_list_entities constantly calls xfont_list in the slow case, but not in
> the fast case:
Most probably because in the "fast" case it finds the empty vector in
the cache, and thus avoids the costly call to the font driver's 'list'
method.
> Here is the new code:
>
> val = driver_list->driver->list (f, scratch_font_spec);
> if (!NILP (val))
> {
> Lisp_Object copy = copy_font_spec (scratch_font_spec);
>
> val = Fvconcat (1, &val);
> ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
> XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
> }
>
> The commit message didn't explain why it was a good thing to not add an empty
> vector to the cache.
Yes, it did, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#32:
the empty vector was causing an error when creating a new frame via
emacsclient.
> I'm a bit stuck at this point. I'm not sure how 1 and 2 are connected.
> Suggestions?
Like I said, I'm not sure 1 is of any immediate concern to us.
The only way forward I see is to reproduce the problem described in
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26 and in
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#29, in the "fast"
case (i.e. without the changes that fixed that bug), and then look for
a different solution for that problem. If you can reproduce that,
please step through x_default_font_parameter and x_default_parameter,
and tell how does the empty vector in the cache come into play. Then
we can try some other solution for that.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-03-03 20:27 ` Eli Zaretskii
@ 2016-07-20 21:26 ` Clément Pit--Claudel
2016-07-21 14:21 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-07-20 21:26 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028, dmantipov
[-- Attachment #1.1.1: Type: text/plain, Size: 1115 bytes --]
On 2016-03-03 15:27, Eli Zaretskii wrote:
> The only way forward I see is to reproduce the problem described in
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26 and in
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#29, in the "fast"
> case (i.e. without the changes that fixed that bug), and then look for
> a different solution for that problem. If you can reproduce that,
> please step through x_default_font_parameter and x_default_parameter,
> and tell how does the empty vector in the cache come into play. Then
> we can try some other solution for that.
Belated thanks. I will try to look into this.
I've made more progress towards making this reproducible, too. My current repro requires XITS Math (https://github.com/khaledhosny/xits-math/blob/master/xits-mathbold.otf), and Segoe UI Emoji. Do you have a machine with that font? If so, could you try the following?
emacs-24.5 -Q -mm -l 21028.el 21028 -f prettify-symbols-mode
I've attached 21028.el and 21028. When I run this command, each full redisplay takes about 5 seconds; same for pointer motion.
Clément.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: 21028.el --]
[-- Type: text/x-emacs-lisp; name="21028.el", Size: 333 bytes --]
(dolist (frame (frame-list))
(dolist (fontset (fontset-list))
(set-fontset-font fontset 'unicode (font-spec :name (format "Segoe UI Emoji")) frame 'append)
(set-fontset-font fontset 'unicode (font-spec :name (format "XITS Math")) frame 'append)))
(setq-default prettify-symbols-alist '(("=>" . 8658) (":=" . 8796)))
[-- Attachment #1.1.3: 21028 --]
[-- Type: text/plain, Size: 21042 bytes --]
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-07-20 21:26 ` Clément Pit--Claudel
@ 2016-07-21 14:21 ` Eli Zaretskii
2016-07-21 14:33 ` Clément Pit--Claudel
2016-07-23 20:50 ` Clément Pit--Claudel
0 siblings, 2 replies; 89+ messages in thread
From: Eli Zaretskii @ 2016-07-21 14:21 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028, dmantipov
> Cc: dmantipov@yandex.ru, 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Wed, 20 Jul 2016 17:26:02 -0400
>
> I've made more progress towards making this reproducible, too. My current repro requires XITS Math (https://github.com/khaledhosny/xits-math/blob/master/xits-mathbold.otf), and Segoe UI Emoji. Do you have a machine with that font? If so, could you try the following?
>
> emacs-24.5 -Q -mm -l 21028.el 21028 -f prettify-symbols-mode
>
> I've attached 21028.el and 21028. When I run this command, each full redisplay takes about 5 seconds; same for pointer motion.
Thanks. I think the evidence and the profiling data you presented
quite clearly indicate where the problem is. So I think the efforts
should now be directed towards reproducing bug#17125 and then solving
it in some other way that doesn't suffer from performance problems.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-07-21 14:21 ` Eli Zaretskii
@ 2016-07-21 14:33 ` Clément Pit--Claudel
2016-07-23 20:50 ` Clément Pit--Claudel
1 sibling, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-07-21 14:33 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028, dmantipov
[-- Attachment #1.1: Type: text/plain, Size: 1014 bytes --]
On 2016-07-21 10:21, Eli Zaretskii wrote:
>> Cc: dmantipov@yandex.ru, 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
>> Date: Wed, 20 Jul 2016 17:26:02 -0400
>>
>> I've made more progress towards making this reproducible, too. My current repro requires XITS Math (https://github.com/khaledhosny/xits-math/blob/master/xits-mathbold.otf), and Segoe UI Emoji. Do you have a machine with that font? If so, could you try the following?
>>
>> emacs-24.5 -Q -mm -l 21028.el 21028 -f prettify-symbols-mode
>>
>> I've attached 21028.el and 21028. When I run this command, each full redisplay takes about 5 seconds; same for pointer motion.
>
> Thanks. I think the evidence and the profiling data you presented
> quite clearly indicate where the problem is. So I think the efforts
> should now be directed towards reproducing bug#17125 and then solving
> it in some other way that doesn't suffer from performance problems.
Ok; thanks very much for clarifying!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-07-21 14:21 ` Eli Zaretskii
2016-07-21 14:33 ` Clément Pit--Claudel
@ 2016-07-23 20:50 ` Clément Pit--Claudel
2016-10-04 22:17 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-07-23 20:50 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028, dmantipov
[-- Attachment #1.1: Type: text/plain, Size: 1684 bytes --]
On 2016-07-21 10:21, Eli Zaretskii wrote:
>> Cc: dmantipov@yandex.ru, 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
>> Date: Wed, 20 Jul 2016 17:26:02 -0400
>>
>> I've made more progress towards making this reproducible, too. My current repro requires XITS Math (https://github.com/khaledhosny/xits-math/blob/master/xits-mathbold.otf), and Segoe UI Emoji. Do you have a machine with that font? If so, could you try the following?
>>
>> emacs-24.5 -Q -mm -l 21028.el 21028 -f prettify-symbols-mode
>>
>> I've attached 21028.el and 21028. When I run this command, each full redisplay takes about 5 seconds; same for pointer motion.
>
> Thanks. I think the evidence and the profiling data you presented
> quite clearly indicate where the problem is. So I think the efforts
> should now be directed towards reproducing bug#17125 and then solving
> it in some other way that doesn't suffer from performance problems.
I have tried the recipe posted in 17125, but I cannot reproduce it (despite having reverted af1a69f4d17a482c359d98c00ef86fac835b5fac).
Dmitry, is this the right recipe?
$ emacs -no-site-file -no-init-file --daemon=test
Warning: due to a long standing Gtk+ bug
http://bugzilla.gnome.org/show_bug.cgi?id=85715
Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
Starting Emacs daemon.
$ emacsclient -nc -s test
(exit with C-x 5 0)
$ emacsclient -nc -s test
(exit with C-x 5 0)
$ emacsclient -nc -s test
(exit with C-x 5 0)
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014)
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
` (2 preceding siblings ...)
2015-07-10 15:42 ` Glenn Morris
@ 2016-10-04 18:56 ` Jason Gross
2017-03-13 15:54 ` bug#21028: Slow font rendering in emacs Ralf Jung
4 siblings, 0 replies; 89+ messages in thread
From: Jason Gross @ 2016-10-04 18:56 UTC (permalink / raw)
To: 21028
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
I ran into this bug (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028)
via prettify-symbols-mode, and applying Clément's patch fixed the issue.
I'm running GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
of 2016-04-17 on lgw01-04, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11803000
System Description: Ubuntu 16.04.1 LTS
-Jason
[-- Attachment #2: Type: text/html, Size: 640 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-07-23 20:50 ` Clément Pit--Claudel
@ 2016-10-04 22:17 ` Clément Pit--Claudel
2016-10-26 17:15 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-10-04 22:17 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028, dmantipov
[-- Attachment #1.1: Type: text/plain, Size: 1211 bytes --]
On 2016-07-23 16:50, Clément Pit--Claudel wrote:
> On 2016-07-21 10:21, Eli Zaretskii wrote:
>>> […]
>> Thanks. I think the evidence and the profiling data you presented
>> quite clearly indicate where the problem is. So I think the efforts
>> should now be directed towards reproducing bug#17125 and then solving
>> it in some other way that doesn't suffer from performance problems.
>
> I have tried the recipe posted in 17125, but I cannot reproduce it (despite having reverted af1a69f4d17a482c359d98c00ef86fac835b5fac).
> Dmitry, is this the right recipe?
>
> $ emacs -no-site-file -no-init-file --daemon=test
>
> Warning: due to a long standing Gtk+ bug
> http://bugzilla.gnome.org/show_bug.cgi?id=85715
> Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
> Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
> Starting Emacs daemon.
>
> $ emacsclient -nc -s test
> (exit with C-x 5 0)
>
> $ emacsclient -nc -s test
> (exit with C-x 5 0)
>
> $ emacsclient -nc -s test
> (exit with C-x 5 0)
Ping on this? I'd love to help fix this bug, but I can reproduce it.
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-04 22:17 ` Clément Pit--Claudel
@ 2016-10-26 17:15 ` Clément Pit--Claudel
2016-10-27 14:38 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-10-26 17:15 UTC (permalink / raw)
To: 21028
[-- Attachment #1.1: Type: text/plain, Size: 1446 bytes --]
Note: inhibit-compact-font-caches doesn't solve this problem (was it supposed to?). Reverting the commit in the title causes other crashes (24790).
On 2016-10-04 18:17, Clément Pit--Claudel wrote:
> On 2016-07-23 16:50, Clément Pit--Claudel wrote:
>> On 2016-07-21 10:21, Eli Zaretskii wrote:
>>>> […]
>>> Thanks. I think the evidence and the profiling data you presented
>>> quite clearly indicate where the problem is. So I think the efforts
>>> should now be directed towards reproducing bug#17125 and then solving
>>> it in some other way that doesn't suffer from performance problems.
>>
>> I have tried the recipe posted in 17125, but I cannot reproduce it (despite having reverted af1a69f4d17a482c359d98c00ef86fac835b5fac).
>> Dmitry, is this the right recipe?
>>
>> $ emacs -no-site-file -no-init-file --daemon=test
>>
>> Warning: due to a long standing Gtk+ bug
>> http://bugzilla.gnome.org/show_bug.cgi?id=85715
>> Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.
>> Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.
>> Starting Emacs daemon.
>>
>> $ emacsclient -nc -s test
>> (exit with C-x 5 0)
>>
>> $ emacsclient -nc -s test
>> (exit with C-x 5 0)
>>
>> $ emacsclient -nc -s test
>> (exit with C-x 5 0)
>
> Ping on this? I'd love to help fix this bug, but I can reproduce it.
> Clément.
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-26 17:15 ` Clément Pit--Claudel
@ 2016-10-27 14:38 ` Eli Zaretskii
2016-10-27 15:29 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-10-27 14:38 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Wed, 26 Oct 2016 13:15:14 -0400
>
> Note: inhibit-compact-font-caches doesn't solve this problem (was it supposed to?). Reverting the commit in the title causes other crashes (24790).
The problem with reverting that commit is that you reverted too much.
The part of the commit shown below cannot be reverted, because the
code it fixed was inserting invalid data types into the font cache,
which then caused rare segfaults such as the one you had recently.
So put back that part of the changeset, and if your performance
problems are still solved by the rest, we might just revert the other
part on master, because no one seems to be able to reproduce the
problem with empty vectors in the font cache, which that part was
supposed to fix.
diff --git a/src/font.c b/src/font.c
index b49664b..e99141b 100644
--- a/src/font.c
+++ b/src/font.c
@@ -2804,7 +2803,6 @@ font_matching_entity (struct frame *f, Lisp_Object *attrs, Lisp_Object spec)
&& (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
{
Lisp_Object cache = font_get_cache (f, driver_list->driver);
- Lisp_Object copy;
ASET (work, FONT_TYPE_INDEX, driver_list->driver->type);
entity = assoc_no_quit (work, XCDR (cache));
@@ -2813,9 +2811,14 @@ font_matching_entity (struct frame *f, Lisp_Object *attrs, Lisp_Object spec)
else
{
entity = driver_list->driver->match (f, work);
- copy = copy_font_spec (work);
- ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
- XSETCDR (cache, Fcons (Fcons (copy, entity), XCDR (cache)));
+ if (!NILP (entity))
+ {
+ Lisp_Object copy = copy_font_spec (work);
+ Lisp_Object match = Fvector (1, &entity);
+
+ ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
+ XSETCDR (cache, Fcons (Fcons (copy, match), XCDR (cache)));
+ }
}
if (! NILP (entity))
break;
^ permalink raw reply related [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-27 14:38 ` Eli Zaretskii
@ 2016-10-27 15:29 ` Clément Pit--Claudel
2016-10-27 15:55 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-10-27 15:29 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 2439 bytes --]
On 2016-10-27 10:38, Eli Zaretskii wrote:
>> From: Clément Pit--Claudel <clement.pit@gmail.com>
>> Date: Wed, 26 Oct 2016 13:15:14 -0400
>>
>> Note: inhibit-compact-font-caches doesn't solve this problem (was it supposed to?). Reverting the commit in the title causes other crashes (24790).
>
> The problem with reverting that commit is that you reverted too much.
> The part of the commit shown below cannot be reverted, because the
> code it fixed was inserting invalid data types into the font cache,
> which then caused rare segfaults such as the one you had recently.
Indeed! Thanks for explaining Eli :) Based on your instructions I:
* Started from a clean checkout
* Reverted af1a69f4d17a482c359d98c00ef86fac835b5fac
* Applied the patch below
And indeed:
* Performance is great (bug #21028 is gone)
* I don't observe segfaults anymore (I can't reproduce bug #24790)
> So put back that part of the changeset, and if your performance
> problems are still solved by the rest, we might just revert the other
> part on master, because no one seems to be able to reproduce the
> problem with empty vectors in the font cache, which that part was
> supposed to fix.
That would be great.
Thanks!
Clément.
> diff --git a/src/font.c b/src/font.c
> index b49664b..e99141b 100644
> --- a/src/font.c
> +++ b/src/font.c
> @@ -2804,7 +2803,6 @@ font_matching_entity (struct frame *f, Lisp_Object *attrs, Lisp_Object spec)
> && (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
> {
> Lisp_Object cache = font_get_cache (f, driver_list->driver);
> - Lisp_Object copy;
>
> ASET (work, FONT_TYPE_INDEX, driver_list->driver->type);
> entity = assoc_no_quit (work, XCDR (cache));
> @@ -2813,9 +2811,14 @@ font_matching_entity (struct frame *f, Lisp_Object *attrs, Lisp_Object spec)
> else
> {
> entity = driver_list->driver->match (f, work);
> - copy = copy_font_spec (work);
> - ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
> - XSETCDR (cache, Fcons (Fcons (copy, entity), XCDR (cache)));
> + if (!NILP (entity))
> + {
> + Lisp_Object copy = copy_font_spec (work);
> + Lisp_Object match = Fvector (1, &entity);
> +
> + ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
> + XSETCDR (cache, Fcons (Fcons (copy, match), XCDR (cache)));
> + }
> }
> if (! NILP (entity))
> break;
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-27 15:29 ` Clément Pit--Claudel
@ 2016-10-27 15:55 ` Eli Zaretskii
2016-10-28 14:23 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-10-27 15:55 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Thu, 27 Oct 2016 11:29:45 -0400
>
> * Started from a clean checkout
> * Reverted af1a69f4d17a482c359d98c00ef86fac835b5fac
> * Applied the patch below
>
> And indeed:
>
> * Performance is great (bug #21028 is gone)
> * I don't observe segfaults anymore (I can't reproduce bug #24790)
>
> > So put back that part of the changeset, and if your performance
> > problems are still solved by the rest, we might just revert the other
> > part on master, because no one seems to be able to reproduce the
> > problem with empty vectors in the font cache, which that part was
> > supposed to fix.
>
> That would be great.
Come back in a month or two, and if there are no new issues, I will do
that.
Did you try the recipe described in
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26
? I tried, but couldn't see any errors, but I don't have a 7x13 font
on my system, so maybe the problem doesn't get trigger.
That's the only reason the other part of the patch was introduced, and
if it's no longer pertinent, we could go back.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-27 15:55 ` Eli Zaretskii
@ 2016-10-28 14:23 ` Clément Pit--Claudel
2016-10-28 14:33 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-10-28 14:23 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 467 bytes --]
On 2016-10-27 11:55, Eli Zaretskii wrote:
> Did you try the recipe described in
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26
>
> ? I tried, but couldn't see any errors, but I don't have a 7x13 font
> on my system, so maybe the problem doesn't get trigger.
>
> That's the only reason the other part of the patch was introduced, and
> if it's no longer pertinent, we could go back.
I tried it, and I can't reproduce the error either.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-28 14:23 ` Clément Pit--Claudel
@ 2016-10-28 14:33 ` Eli Zaretskii
2016-11-18 8:55 ` Eli Zaretskii
2016-12-18 17:33 ` Clément Pit--Claudel
0 siblings, 2 replies; 89+ messages in thread
From: Eli Zaretskii @ 2016-10-28 14:33 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Fri, 28 Oct 2016 10:23:36 -0400
>
> > Did you try the recipe described in
> >
> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26
> >
> > ? I tried, but couldn't see any errors, but I don't have a 7x13 font
> > on my system, so maybe the problem doesn't get trigger.
> >
> > That's the only reason the other part of the patch was introduced, and
> > if it's no longer pertinent, we could go back.
>
> I tried it, and I can't reproduce the error either.
Thanks. So, like I said: let's revisit this in a month or two,
assuming no other problems surface.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-28 14:33 ` Eli Zaretskii
@ 2016-11-18 8:55 ` Eli Zaretskii
2016-12-18 17:33 ` Clément Pit--Claudel
1 sibling, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2016-11-18 8:55 UTC (permalink / raw)
To: clement.pit; +Cc: 21028
> Date: Fri, 28 Oct 2016 17:33:43 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 21028@debbugs.gnu.org
>
> Thanks. So, like I said: let's revisit this in a month or two,
> assuming no other problems surface.
Given my latest discoveries related to bug#24953, one other thing I'd
suggest to try, with an unpatched build from the current emacs-25
branch, is, instead of this:
(set-fontset-font t 'unicode (font-spec :name "Arial") nil 'append)
to use this:
(set-fontset-font t 'unicode
(font-spec :family "Arial" :registry "iso10646-1")
nil 'append)
IOW, explicitly tell that the font's registry is iso10646-1. Does
this per chance resolve the performance problem?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-10-28 14:33 ` Eli Zaretskii
2016-11-18 8:55 ` Eli Zaretskii
@ 2016-12-18 17:33 ` Clément Pit--Claudel
2016-12-18 17:37 ` Eli Zaretskii
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-18 17:33 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 863 bytes --]
On 2016-10-28 10:33, Eli Zaretskii wrote:
>> Cc: 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pit@gmail.com>
>> Date: Fri, 28 Oct 2016 10:23:36 -0400
>>
>>> Did you try the recipe described in
>>>
>>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17125#26
>>>
>>> ? I tried, but couldn't see any errors, but I don't have a 7x13 font
>>> on my system, so maybe the problem doesn't get trigger.
>>>
>>> That's the only reason the other part of the patch was introduced, and
>>> if it's no longer pertinent, we could go back.
>>
>> I tried it, and I can't reproduce the error either.
>
> Thanks. So, like I said: let's revisit this in a month or two,
> assuming no other problems surface.
I've been using your patch since then, and everything works fine for me. Is it a good time to revisit this?
Thanks!
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-18 17:33 ` Clément Pit--Claudel
@ 2016-12-18 17:37 ` Eli Zaretskii
2016-12-18 18:04 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-18 17:37 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Sun, 18 Dec 2016 12:33:10 -0500
>
> > Thanks. So, like I said: let's revisit this in a month or two,
> > assuming no other problems surface.
>
> I've been using your patch since then, and everything works fine for me. Is it a good time to revisit this?
What about my question here:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#98
Did you try that? What were the results?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-18 17:37 ` Eli Zaretskii
@ 2016-12-18 18:04 ` Clément Pit--Claudel
2016-12-18 19:52 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-18 18:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 805 bytes --]
On 2016-12-18 12:37, Eli Zaretskii wrote:
>> Cc: 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pit@gmail.com>
>> Date: Sun, 18 Dec 2016 12:33:10 -0500
>>
>>> Thanks. So, like I said: let's revisit this in a month or two,
>>> assuming no other problems surface.
>>
>> I've been using your patch since then, and everything works fine for me. Is it a good time to revisit this?
>
> What about my question here:
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#98
>
> Did you try that? What were the results?
Sorry, I missed that message.
It works! But only for the original example (with Arial), AFAICT. Do you know what the equivalent fix would be for the recipe given in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#62 ?
Thanks!
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-18 18:04 ` Clément Pit--Claudel
@ 2016-12-18 19:52 ` Eli Zaretskii
2016-12-18 20:44 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-18 19:52 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Sun, 18 Dec 2016 13:04:09 -0500
>
> > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#98
> >
> > Did you try that? What were the results?
>
> Sorry, I missed that message.
>
> It works! But only for the original example (with Arial), AFAICT. Do you know what the equivalent fix would be for the recipe given in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#62 ?
The same: use :family and :registry instead of :name. What did you
try?
And why does that example use 'format', but without any format spec?
What am I missing here?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-18 19:52 ` Eli Zaretskii
@ 2016-12-18 20:44 ` Clément Pit--Claudel
2016-12-19 15:50 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-18 20:44 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 1231 bytes --]
On 2016-12-18 14:52, Eli Zaretskii wrote:
>> Cc: 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pit@gmail.com>
>> Date: Sun, 18 Dec 2016 13:04:09 -0500
>>
>>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#98
>>>
>>> Did you try that? What were the results?
>>
>> Sorry, I missed that message.
>>
>> It works! But only for the original example (with Arial), AFAICT. Do you know what the equivalent fix would be for the recipe given in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#62 ?
>
> The same: use :family and :registry instead of :name. What did you
> try?
I tried this, but it was didn't seem to make a difference:
(dolist (frame (frame-list))
(dolist (fontset (fontset-list))
(set-fontset-font fontset 'unicode (font-spec :family "Segoe UI Emoji" :registry "iso10646-1") frame 'append)
(set-fontset-font fontset 'unicode (font-spec :family "XITS Math":registry "iso10646-1") frame 'append)))
(setq-default prettify-symbols-alist '(("=>" . 8658) (":=" . 8796)))
> And why does that example use 'format', but without any format spec?
It was a leftover from the code that I started from when trying to construct a minimal example.
Clément
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-18 20:44 ` Clément Pit--Claudel
@ 2016-12-19 15:50 ` Eli Zaretskii
2016-12-19 16:25 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-19 15:50 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Sun, 18 Dec 2016 15:44:20 -0500
>
> >> It works! But only for the original example (with Arial), AFAICT. Do you know what the equivalent fix would be for the recipe given in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#62 ?
> >
> > The same: use :family and :registry instead of :name. What did you
> > try?
>
> I tried this, but it was didn't seem to make a difference:
>
> (dolist (frame (frame-list))
> (dolist (fontset (fontset-list))
> (set-fontset-font fontset 'unicode (font-spec :family "Segoe UI Emoji" :registry "iso10646-1") frame 'append)
> (set-fontset-font fontset 'unicode (font-spec :family "XITS Math":registry "iso10646-1") frame 'append)))
^^^^^^^
You want 'prepend, not 'append, I think.
But if using 'prepend' doesn't work, please explain what "didn't seem
to make a difference" means. I tried the above with 'prepend', and
the Emoji characters are displayed using the Segoe font.
Also, using 'unicode' is gross, IMO; it's better to specify specific
ranges of characters you want to be displayed using the font family.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 15:50 ` Eli Zaretskii
@ 2016-12-19 16:25 ` Clément Pit--Claudel
2016-12-19 16:39 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-19 16:25 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 815 bytes --]
On 2016-12-19 10:50, Eli Zaretskii wrote:
> But if using 'prepend' doesn't work, please explain what "didn't seem
> to make a difference" means. I tried the above with 'prepend', and
> the Emoji characters are displayed using the Segoe font.
Sorry for being unclear. It didn't make a difference in terms of performance. That is, after applying the changes, characters display just the same (which is good, since characters were already displayed in the right font), but performance is still bad (every redisplay takes about 5 seconds).
> Also, using 'unicode' is gross, IMO; it's better to specify specific
> ranges of characters you want to be displayed using the font family.
I'm not sure. I want to use these two fonts as fallbacks — hence the append and the 'unicode range.
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 16:25 ` Clément Pit--Claudel
@ 2016-12-19 16:39 ` Eli Zaretskii
2016-12-19 16:55 ` Clément Pit--Claudel
2016-12-19 17:00 ` Clément Pit--Claudel
0 siblings, 2 replies; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-19 16:39 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Mon, 19 Dec 2016 11:25:28 -0500
>
> Sorry for being unclear. It didn't make a difference in terms of performance. That is, after applying the changes, characters display just the same (which is good, since characters were already displayed in the right font), but performance is still bad (every redisplay takes about 5 seconds).
In "emacs -Q"? If so, it didn't happen to me. I tried both the Segoe
Symbol font (which nowadays includes all the Emoji, so the Emoji font
is not needed), and the Segoe Emoji one, and saw no slow-down.
So some other factor is at work here.
> > Also, using 'unicode' is gross, IMO; it's better to specify specific
> > ranges of characters you want to be displayed using the font family.
>
> I'm not sure. I want to use these two fonts as fallbacks — hence the append and the 'unicode range.
How can an Emoji font be a fallback for the entire range of Unicode
characters? It's not what it's for.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 16:39 ` Eli Zaretskii
@ 2016-12-19 16:55 ` Clément Pit--Claudel
2016-12-19 16:58 ` Eli Zaretskii
2016-12-19 17:00 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-19 16:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 736 bytes --]
On 2016-12-19 11:39, Eli Zaretskii wrote:
> In "emacs -Q"? If so, it didn't happen to me. I tried both the Segoe
> Symbol font (which nowadays includes all the Emoji, so the Emoji font
> is not needed), and the Segoe Emoji one, and saw no slow-down.
Let me try this again, then :)
> How can an Emoji font be a fallback for the entire range of Unicode
> characters? It's not what it's for.
It's a fallback for everything that it covers; 'unicode was just a shorthand for "whatever the font includes". It's a pain to have to determine exactly what the font covers, especially if the font is going to get updated to support a broader range in the future.
For Symbola, 'unicode was the intended meaning.
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 16:55 ` Clément Pit--Claudel
@ 2016-12-19 16:58 ` Eli Zaretskii
2016-12-19 17:13 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-19 16:58 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Mon, 19 Dec 2016 11:55:06 -0500
>
> On 2016-12-19 11:39, Eli Zaretskii wrote:
> > In "emacs -Q"? If so, it didn't happen to me. I tried both the Segoe
> > Symbol font (which nowadays includes all the Emoji, so the Emoji font
> > is not needed), and the Segoe Emoji one, and saw no slow-down.
>
> Let me try this again, then :)
Thanks.
Also, do you see the slow-down when just displaying characters from
this font, or only in the prettify-symbols mode?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 16:39 ` Eli Zaretskii
2016-12-19 16:55 ` Clément Pit--Claudel
@ 2016-12-19 17:00 ` Clément Pit--Claudel
1 sibling, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-19 17:00 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1.1: Type: text/plain, Size: 817 bytes --]
On 2016-12-19 11:39, Eli Zaretskii wrote:
> In "emacs -Q"? If so, it didn't happen to me. I tried both the Segoe
> Symbol font (which nowadays includes all the Emoji, so the Emoji font
> is not needed), and the Segoe Emoji one, and saw no slow-down.
The following command still results in a too-slow-to-be-usable Emacs for me. I have attached the corresponding el files.
/build/emacs/25/src/emacs -Q -l 21028.el 21028 -f prettify-symbols-mode
This is on the following system:
In GNU Emacs 25.1.90.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
of 2016-12-18 built on clem-w50-mint
Repository revision: 3d94931cec5850fc4dc5ffc9f1bf88a291aa3a5b
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description: Linux Mint 18 Sarah
Clément.
[-- Attachment #1.1.2: 21028 --]
[-- Type: text/plain, Size: 21042 bytes --]
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
:= => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := => := =>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.3: 21028.fixed.el --]
[-- Type: text/x-emacs-lisp; name="21028.fixed.el", Size: 364 bytes --]
(dolist (frame (frame-list))
(dolist (fontset (fontset-list))
(set-fontset-font fontset 'unicode (font-spec :family "Segoe UI Emoji" :registry "iso10646-1") frame 'append)
(set-fontset-font fontset 'unicode (font-spec :family "XITS Math":registry "iso10646-1") frame 'append)))
(setq-default prettify-symbols-alist '(("=>" . 8658) (":=" . 8796)))
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 16:58 ` Eli Zaretskii
@ 2016-12-19 17:13 ` Clément Pit--Claudel
2016-12-22 16:25 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-19 17:13 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1.1: Type: text/plain, Size: 1335 bytes --]
On 2016-12-19 11:58, Eli Zaretskii wrote:
> Also, do you see the slow-down when just displaying characters from
> this font, or only in the prettify-symbols mode?
Displaying symbols from that font is enough. Given this, here's an updated recipe:
/build/emacs/25/src/emacs -Q -l 21028.fixed.el 21028.fixed
Things are actually smoother using :family and :registry, but they are still unusable. The problem is especially visible with vertical scrolling.
Here is a concrete experiment:
# With :name
$ time /build/emacs/25/src/emacs -Q -l 21028.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
real 0m3.500s
user 0m1.400s
sys 0m0.824s
# With :family and :registry
$ time /build/emacs/25/src/emacs -Q -l 21028.fixed.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
real 0m1.487s
user 0m0.752s
sys 0m0.188s
# With your patch from last month applied and the original one reverted:
$ time /build/emacs/master/src/emacs -Q -l 21028.fixed.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
real 0m0.486s
user 0m0.236s
sys 0m0.028s
Cheers,
Clément.
[-- Attachment #1.1.2: 21028.fixed --]
[-- Type: text/plain, Size: 28056 bytes --]
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒ ≜ ⇒
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.3: 21028.fixed.el --]
[-- Type: text/x-emacs-lisp; name="21028.fixed.el", Size: 364 bytes --]
(dolist (frame (frame-list))
(dolist (fontset (fontset-list))
(set-fontset-font fontset 'unicode (font-spec :family "Segoe UI Emoji" :registry "iso10646-1") frame 'append)
(set-fontset-font fontset 'unicode (font-spec :family "XITS Math":registry "iso10646-1") frame 'append)))
(setq-default prettify-symbols-alist '(("=>" . 8658) (":=" . 8796)))
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-19 17:13 ` Clément Pit--Claudel
@ 2016-12-22 16:25 ` Eli Zaretskii
2016-12-22 16:49 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-22 16:25 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Mon, 19 Dec 2016 12:13:31 -0500
>
> Here is a concrete experiment:
>
> # With :name
> $ time /build/emacs/25/src/emacs -Q -l 21028.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
>
> real 0m3.500s
> user 0m1.400s
> sys 0m0.824s
>
>
> # With :family and :registry
> $ time /build/emacs/25/src/emacs -Q -l 21028.fixed.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
>
> real 0m1.487s
> user 0m0.752s
> sys 0m0.188s
>
>
> # With your patch from last month applied and the original one reverted:
> $ time /build/emacs/master/src/emacs -Q -l 21028.fixed.el 21028.fixed --eval "(run-with-idle-timer 0 0 (lambda () (forward-line 25) (redisplay) (run-with-idle-timer 0 0 'kill-emacs)))"
>
> real 0m0.486s
> user 0m0.236s
> sys 0m0.028s
I indeed see slow redisplay with your test files (but only after
changing 'append' to 'prepend', because otherwise Emacs selects a
different font for the arrows). But when I looked at the display
closely, I found that the arrows are not displayed using Segoe UI
Emoji font, they are displayed by some other font. In fact, the only
characters in that test which use the Segoe UI Emoji font are blanks!
Did you try using "C-u C-x =" to see which characters are displayed
using the Emoji font in your case?
I think that's because Segoe UI Emoji doesn't have glyphs for the
arrows, at least on my system. So I modified your 21028.fixed.el
recipe as follows:
(dolist (frame (frame-list))
(dolist (fontset (fontset-list))
(set-fontset-font fontset 'unicode (font-spec :family "Segoe UI Symbol" :registry "iso10646-1") frame 'prepend)
(set-fontset-font fontset 'unicode (font-spec :family "XITS Math":registry "iso10646-1") frame 'prepend)))
(setq-default prettify-symbols-alist '(("=>" . 8658) (":=" . 8796)))
and the problem went away: the arrows are displayed using Segoe UI
Symbol (which, at least on my system, includes both symbols and
Emoji), and there's no slowdown anymore.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-22 16:25 ` Eli Zaretskii
@ 2016-12-22 16:49 ` Clément Pit--Claudel
2016-12-22 18:04 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-22 16:49 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 2957 bytes --]
On 2016-12-22 11:25, Eli Zaretskii wrote:
> I indeed see slow redisplay with your test files (but only after
> changing 'append' to 'prepend', because otherwise Emacs selects a
> different font for the arrows).
I see, thanks; prepend is clearly not what I want, since I trying to set these fonts as a fallback.
> But when I looked at the display
> closely, I found that the arrows are not displayed using Segoe UI
> Emoji font, they are displayed by some other font. In fact, the only
> characters in that test which use the Segoe UI Emoji font are blanks!
> Did you try using "C-u C-x =" to see which characters are displayed
> using the Emoji font in your case?
I did; append works fine here. Everything is displayed with XITS Math, as expected. prepend uses Segoe or XITS for all text, which I don't want. It's good for testing, though, since I guess that otherwise your Emacs picks other fonts that are available on your machine.
> I think that's because Segoe UI Emoji doesn't have glyphs for the
> arrows, at least on my system. So I modified your 21028.fixed.el
> recipe as follows:
Thanks, but I'm not sure I see why you're suggesting this :/ If you see the slowdown, then it seems that managed to reproduce the problem, right? Is there anything preventing us from applying the fix that you described last month?
The example only shows arrows because I tried to make it minimal; my bug report is about the fact that, when I set up Emacs to display characters the way I want them, it gets slow. I readily admit that changing the font set-up may make the problem go away, but it's not a satisfactory solution (I still get support requests from users of my packages about degraded performance due to prettify-symbols-mode, and it's hard to tell them to use different fonts).
Recall that the original bug report didn't even use symbols: I first found out about this when trying to edit text written in Chinese. I ran into the problem regularly in various settings since then, until I reverted the faulty commit (and later reapplied the safe part of it that you isolated). Since then I've never run into this issue. I've also confirmed on other users' laptops that reverting the faulty commit fixes the issue.
The fixes that you suggested to my minimal example do work around the issue in that case (another work around for me is to just remove the Segoe UI line), but these fixes are not applicable to my full font configuration. I can post my full configuration if you want to suggest improvements that would work around the issue in my specific case (alternatively, it's available here: https://github.com/cpitclaudel/.emacs.d/blob/master/init/fonts.el), but this seems like a waste of your time: there's no doubt that others will run into the same issues (indeed, they already do), and fixing their configurations one by one isn't practical (assuming we even hear about them).
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-22 16:49 ` Clément Pit--Claudel
@ 2016-12-22 18:04 ` Eli Zaretskii
2016-12-22 19:08 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2016-12-22 18:04 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pit@gmail.com>
> Date: Thu, 22 Dec 2016 11:49:09 -0500
>
> I did; append works fine here. Everything is displayed with XITS Math, as expected. prepend uses Segoe or XITS for all text, which I don't want. It's good for testing, though, since I guess that otherwise your Emacs picks other fonts that are available on your machine.
Yes, that's why I used that. I have Symbola installed, and it is used
for all those characters unless I use prepend, and the problem doesn't
happen.
> If you see the slowdown, then it seems that managed to reproduce the problem, right?
No, not really. It doesn't seem useful to define a font that is only
used for blanks and can support no other characters in the buffer,
because that probably means Emacs is desperately trying to use it and
fails, which can explain the slowdown.
> Is there anything preventing us from applying the fix that you described last month?
You have to convince me it's needed ;-)
Is the other font a necessary part of this problem? IOW, if you only
setup the fontset with the Segoe UI Emoji, does the problem still
happen? I didn't try to install the other font, but if doing so is
necessary, I will try that.
> The example only shows arrows because I tried to make it minimal; my bug report is about the fact that, when I set up Emacs to display characters the way I want them, it gets slow. I readily admit that changing the font set-up may make the problem go away, but it's not a satisfactory solution (I still get support requests from users of my packages about degraded performance due to prettify-symbols-mode, and it's hard to tell them to use different fonts).
I agree that changing the font is not a satisfactory solution (unless
it turns out the font you've been using is simply broken in some
way). But neither does it make sense to make changes in the code we
don't understand well enough when it turns out the offending font is
not used for any of the characters in the buffer.
> The fixes that you suggested to my minimal example do work around the issue in that case (another work around for me is to just remove the Segoe UI line), but these fixes are not applicable to my full font configuration. I can post my full configuration if you want to suggest improvements that would work around the issue in my specific case (alternatively, it's available here: https://github.com/cpitclaudel/.emacs.d/blob/master/init/fonts.el), but this seems like a waste of your time: there's no doubt that others will run into the same issues (indeed, they already do), and fixing their configurations one by one isn't practical (assuming we even hear about them).
I would like to try and understand the problem. For that I need a
minimal setup that will show the problem while still making sense,
i.e. when the characters in the buffer are displayed by the offending
font. A setup with a font that is not actually used for display
doesn't seem to be sensible; if showing the problem with real
characters requires a somewhat more elaborate setup, please show it.
One aspect that might make this issue easier to analyze is not to use
'unicode as the target of the fontset, but instead specify range(s) of
characters where you want it used. Then the prepend/append issue will
go away, and the differences between our systems wrt other fonts will
not get in the way of reproducing the problem.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-22 18:04 ` Eli Zaretskii
@ 2016-12-22 19:08 ` Clément Pit--Claudel
2017-02-10 4:45 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2016-12-22 19:08 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 612 bytes --]
On 2016-12-22 13:04, Eli Zaretskii wrote:
> I would like to try and understand the problem. For that I need a
> minimal setup that will show the problem while still making sense,
> i.e. when the characters in the buffer are displayed by the offending
> font. A setup with a font that is not actually used for display
> doesn't seem to be sensible; if showing the problem with real
> characters requires a somewhat more elaborate setup, please show it.
Thanks. I'll try to make a more reproducible example.
This might suffer some delays, though; I need to send my laptop for repairs.
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2016-12-22 19:08 ` Clément Pit--Claudel
@ 2017-02-10 4:45 ` Clément Pit--Claudel
2017-03-12 11:38 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-02-10 4:45 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 3559 bytes --]
On 2016-12-22 14:08, Clément Pit--Claudel wrote:
> On 2016-12-22 13:04, Eli Zaretskii wrote:
>> I would like to try and understand the problem. For that I need a
>> minimal setup that will show the problem while still making sense,
>> i.e. when the characters in the buffer are displayed by the offending
>> font. A setup with a font that is not actually used for display
>> doesn't seem to be sensible; if showing the problem with real
>> characters requires a somewhat more elaborate setup, please show it.
Hi Eli,
Here's a minimal recipe :) I followed these steps:
1. Downloaded a copy of Linux Mint 18.1 at https://linuxmint.com/edition.php?id=226
2. Installed it in VirtualBox, without proprietary add-ons (I turned on 3D acceleration in VBox's settings)
3. Installed VirtualBox's guest additions
4. Downloaded Emacs 25.1 from http://ftpmirror.gnu.org/emacs/
5. Extracted it to ~/emacs/emacs-25.1
6. Installed dependencies: sudo apt install libmagickwand-dev libgtk-3-dev libxpm-dev libjpeg-dev libgif-dev libtiff-dev libgconf2-dev librsvg2-dev libselinux1-dev libgnutls-dev libxml2-dev libfreetype6-dev libm17n-dev libotf-dev libsystemd-dev libncurses-dev texinfo
7. Compiled emacs: ./configure; make -j12
8. Ran emacs and confirmed that it was working normally
9. Downloaded XITS Math from https://raw.githubusercontent.com/khaledhosny/xits-math/master/xits-math.otf and saved it to ~/.fonts
10. Updated the font cache using fc-cache
11. Ran the following command: src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\")))"
12. Confirmed that XITS math was in use:
position: 10472 of 10500 (100%), column: 13
character: ⇒ (displayed as ⇒) (codepoint 8658, #o20722, #x21d2)
preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0x21D2
script: symbol
syntax: . which means: punctuation
category: .:Base, h:Korean, j:Japanese
to input: type "C-x 8 RET 21d2" or "C-x 8 RET RIGHTWARDS DOUBLE ARROW"
buffer code: #xE2 #x87 #x92
file code: #xE2 #x87 #x92 (encoded by coding system utf-8-unix)
display: by this font (glyph code)
xft:-STIX-XITS Math-normal-normal-normal-*-13-*-*-*-*-0-iso10646-1 (#x448)
13. Ran a simple benchmark: time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m5.807s
user 0m1.064s
sys 0m1.260s
14. Compared this to the same benchmark without XITS Math: time src/emacs -Q --eval "(progn (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.439s
user 0m0.236s
sys 0m0.032s
This sequence of steps yields an unusably slow copy of Emacs. The font setup in that last step ensures that Emacs falls back to XITS Math for all characters that Ubuntu Mono does not handle. This is my usual setup for programming with proof assistants (Agda and Coq), as I want a consistent fallback for symbols not covered by Ubuntu Mono.
Let me know if this helps! I'll be happy to share a copy of the VM, too, if needed.
Cheers and thanks for your help,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-02-10 4:45 ` Clément Pit--Claudel
@ 2017-03-12 11:38 ` Clément Pit--Claudel
2017-03-12 15:49 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-12 11:38 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 437 bytes --]
On 2017-02-09 23:45, Clément Pit--Claudel wrote:
> On 2016-12-22 13:04, Eli Zaretskii wrote:
>> I would like to try and understand the problem. For that I need a
>> minimal setup that will show the problem while still making sense,
>
> Here's a minimal recipe :) I followed these steps: […]
Hi Eli and bug-gnu-emacs,
Any news on this? Is there anything more than I can do to help fix this issue?
Thanks!
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-12 11:38 ` Clément Pit--Claudel
@ 2017-03-12 15:49 ` Eli Zaretskii
2017-03-12 17:24 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-12 15:49 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Sun, 12 Mar 2017 07:38:13 -0400
>
> Any news on this?
Not yet, sorry. Having to install an OS is a bug turn-off for me. I
will try reproducing on my system with the font you mentioned.
> Is there anything more than I can do to help fix this issue?
If you can come up with a recipe that doesn't require a particular OS
and font back-end, it will help a lot.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-12 15:49 ` Eli Zaretskii
@ 2017-03-12 17:24 ` Clément Pit--Claudel
2017-03-12 17:48 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-12 17:24 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 2331 bytes --]
On 2017-03-12 11:49, Eli Zaretskii wrote:
>> Cc: 21028@debbugs.gnu.org
>> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
>> Date: Sun, 12 Mar 2017 07:38:13 -0400
>>
>> Any news on this?
>
> Not yet, sorry. Having to install an OS is a bug turn-off for me. I
> will try reproducing on my system with the font you mentioned.
I see. What about downloading a pre-built virtual machine, or running a Vagrant script? Would any of these work better?
>> Is there anything more than I can do to help fix this issue?
>
> If you can come up with a recipe that doesn't require a particular OS
> and font back-end, it will help a lot.
The last steps of the recipe reproduce the problem reliably on my machine, assuming Ubuntu Mono (http://font.ubuntu.com/) and XITS Math (https://github.com/khaledhosny/xits-math) are installed:
$ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.503s
user 0m0.540s
sys 0m0.244s
$ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.473s
user 0m0.216s
sys 0m0.040s
# With your latest patch
$ time emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.382s
user 0m0.252s
sys 0m0.020s
In fact, on my machine, I get consistent results (unusably slow Emacs) regardless of whether I pick XITS Math, Symbola, or Latin modern Math (on all of 24.4, 24.5, and 25.1, but not on 24.3 of course), and your patch solves the problem perfectly in all of these cases (amusingly, on 24.3, 24.4, and 24.5, I also get the very tall lines if I use Latin Modern, but that problem is solved in 25; thanks again!).
Let me know if I can help further! I can also give you remote access to a machine displaying the problem, if that helps.
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-12 17:24 ` Clément Pit--Claudel
@ 2017-03-12 17:48 ` Eli Zaretskii
2017-03-12 19:19 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-12 17:48 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Sun, 12 Mar 2017 13:24:11 -0400
>
> $ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
> real 0m1.503s
> user 0m0.540s
> sys 0m0.244s
>
> $ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
> real 0m0.473s
> user 0m0.216s
> sys 0m0.040s
>
> # With your latest patch
> $ time emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
> real 0m0.382s
> user 0m0.252s
> sys 0m0.020s
>
> In fact, on my machine, I get consistent results (unusably slow Emacs) regardless of whether I pick XITS Math, Symbola, or Latin modern Math (on all of 24.4, 24.5, and 25.1, but not on 24.3 of course), and your patch solves the problem perfectly in all of these cases
So you are saying that this:
$ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
takes about 1.5 sec on your system, is that right? (Note that I
replaced XITS Math with Symbola here.) If so, is the Ubuntu Mono part
necessary for reproducing the slow display, i.e. if you remove that
part, do you still get 1.5 sec?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-12 17:48 ` Eli Zaretskii
@ 2017-03-12 19:19 ` Clément Pit--Claudel
2017-03-13 15:46 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-12 19:19 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 3612 bytes --]
On 2017-03-12 13:48, Eli Zaretskii wrote:
> So you are saying that this:
>
> $ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
>
> takes about 1.5 sec on your system, is that right? (Note that I
> replaced XITS Math with Symbola here.)
Correct. Here are extra timings:
# 24.3: before revision af1a69f4d17a482c359d98c00ef86fac835b5fac
$ time 24.3/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.451s
user 0m0.236s
sys 0m0.028s
# 24.5: slow
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.305s
user 0m0.444s
sys 0m0.192s
# 25.1: slow
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.495s
user 0m0.508s
sys 0m0.240s
# master with your patches: fast
$ time master/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.364s
user 0m0.216s
sys 0m0.020s
> If so, is the Ubuntu Mono part necessary for reproducing the slow display,
> i.e. if you remove that part, do you still get 1.5 sec?
The Ubuntu Mono part is necessary: here are timings:
# With Ubuntu Mono: slow
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.312s
user 0m0.440s
sys 0m0.184s
# With just Symbola added: fast (C-u C-x = shows that Symbola is used)
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m0.358s
user 0m0.212s
sys 0m0.032s
It doesn't need to be specifically Ubuntu Mono, though:
# With Noto Sans: slow
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.593s
user 0m0.504s
sys 0m0.236s
# With Fira Sans: slow
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Fira Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
real 0m1.511s
user 0m0.520s
sys 0m0.248s
Hope this helps,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-12 19:19 ` Clément Pit--Claudel
@ 2017-03-13 15:46 ` Eli Zaretskii
2017-03-13 16:36 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-13 15:46 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Sun, 12 Mar 2017 15:19:48 -0400
>
> > So you are saying that this:
> >
> > $ time src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
> >
> > takes about 1.5 sec on your system, is that right? (Note that I
> > replaced XITS Math with Symbola here.)
>
> Correct. Here are extra timings:
> [...]
> # With Noto Sans: slow
> $ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
>
> real 0m1.593s
> user 0m0.504s
> sys 0m0.236s
>
> # With Fira Sans: slow
> $ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Fira Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 500) (insert (make-string 20 8658) \"\n\") (run-with-idle-timer 0 nil #'kill-emacs)))"
>
> real 0m1.511s
> user 0m0.520s
> sys 0m0.248s
I installed Fira Sans and Noto Sans, and changed your program to insert
more of these characters and actually display all the characters it
inserts (see below). I see timings like the one below:
time emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs)))"
real 00h00m06.069s
user 00h00m05.272s
sys 00h00m00.702s
If I don't specify the "normal" font in the fontset, only Symbola, or
if I don't specify fonts at all (Symbola is used by default for the
character in question), then I get timings like the one below:
time emacs -Q --eval "(progn (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs)))"
real 00h00m02.039s
user 00h00m01.606s
sys 00h00m00.358s
The above timings are with an optimized build of the stock Emacs 25.2
RC2 codebase.
So now I have the following questions:
. Why is your 1.5 sec timing deemed "unusably slow" vs 0.35 sec
which is the normal speed? My timings above seem to produce a
similar 4-fold slowdown, but if I use the same session (with
hundreds of U+21D2 symbols) interactively, the display is quite
responsive, and 6 sec for scrolling 5000 lines doesn't sound
"unusable" to me. Are you sure the above program exhibits your
real-life problem? Is it possible we are chasing the wrong geese
here?
. Why are you setting up your fontset with 2 fonts and claim that
both support the entire Unicode range (as opposed to adding to the
fontset just one font for specific ranges of codepoints not
covered well by the default font)? What happens if you do this
instead:
time emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" '(#x21D0 . #x21DF) \"Symbola\" nil 'prepend) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs)))"
I get the "fast" timing for this test, and AFAIU it should produce
the exact same display as for the "slow" timing. Why can't
something like this be used in your real-life use cases?
. Finally, what are the values of the following variables in your
Emacs used for timings? (I don't see them anywhere in this bug's
discussions, apologies if I missed something.)
system-configuration-options
system-configuration-features
Bottom line: it is strange that you alone see these problems, and no
one else AFAIR complained about unusably slow prettify-symbols-mode
display. I'd like to understand what is special about your setup
before we make any code changes based on your single use case.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
` (3 preceding siblings ...)
2016-10-04 18:56 ` Jason Gross
@ 2017-03-13 15:54 ` Ralf Jung
2017-03-13 17:05 ` Eli Zaretskii
2017-03-14 15:47 ` Eli Zaretskii
4 siblings, 2 replies; 89+ messages in thread
From: Ralf Jung @ 2017-03-13 15:54 UTC (permalink / raw)
To: 21028
Hi all,
I think I ran into the issue described here as well: If I am not
careful with the way I configure my fonts, emacs becomes pretty slow at
rendering them. With my old laptop, actually merely navigating the
cursor large files (like
<https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/raw/master/theories/list.v>)
already was noticeably luggish. My new laptop is fast enough to make
that not noticeable, but when I actually process the file (it's a file
to be run by the Coq proof assistant, I am using the ProofGeneral emacs
plugin for that), then it moves through the file much slower when I set
up my fonts in the "wrong" way.
Here's the setup which makes things behave badly:
(dolist (ft (fontset-list))
; Main font
(set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
; Fallback font
(set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
:size 11.0) nil 'append)
)
And here's the one I use instead, which behaves much better:
(dolist (ft (fontset-list))
; Main font
(set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
; Fallback font
(set-fontset-font ft nil (font-spec :name "DejaVu Sans Mono" :size 11.0))
)
(For the record, my "Monospace" font is "Fira Sans Mono".)
Configuring fonts in emacs to get proper unicode rendering is already
fairly difficult; it'd be great if this bug could be fixed so that one
doesn't have to care both about performance and about selecting the
right glyph for the right character.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 15:46 ` Eli Zaretskii
@ 2017-03-13 16:36 ` Clément Pit--Claudel
2017-03-13 17:22 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-13 16:36 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
On 2017-03-13 11:46, Eli Zaretskii wrote:
> I installed Fira Sans and Noto Sans, and changed your program to insert
> more of these characters and actually display all the characters it
> inserts (see below).
Thanks, that's a much better repro than mine :) Here are my timings:
# Stock 24.5
12:01:26 /build/emacs
$ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 1m1.862s
user 0m18.644s
sys 0m15.972s
# Stock 25.1
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 1m4.705s
user 0m18.296s
sys 0m18.444s
# Master with your patch
$ time master/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m1.207s
user 0m0.928s
sys 0m0.028s
> If I don't specify the "normal" font in the fontset, only Symbola, or
> if I don't specify fonts at all (Symbola is used by default for the
> character in question), then I get timings like the one below:
I get similar timings.
> . Why is your 1.5 sec timing deemed "unusably slow" vs 0.35 sec
> which is the normal speed?
Because my repro wasn't very good, apparently :) As you see above, your tests takes 1 minute without your patch, and 1 second with it.
> If I use the same session (with
> hundreds of U+21D2 symbols) interactively, the display is quite
> responsive, and 6 sec for scrolling 5000 lines doesn't sound
> "unusable" to me.
Some redisplays cycles takes as much as a few seconds. That's enough to make it impossible to use Emacs. In this concrete example, pressing the up arow introduces a half-second lag. Pressing M-x doesn't show anything for close to .5 seconds. Keeping the down arrow pressed for 1 second stops redisplay until I release the key, and then Emacs stays frozen for tens of seconds before redisplaying anything.
> Are you sure the above program exhibits your
> real-life problem? Is it possible we are chasing the wrong geese
> here?
I this it does exhibit my problem, as we saw above.
> . Why are you setting up your fontset with 2 fonts and claim that
> both support the entire Unicode range (as opposed to adding to the
> fontset just one font for specific ranges of codepoints not
> covered well by the default font)?
Because you asked me for a minimal repro for my bug :) In real life, I have more than 6 fonts, all covering different subsets (I linked to my own config in a previous post in this thread). I don't know exactly what Ubuntu Mono covers, and in fact that changes from time to time, so I just want it to display everything it can (hence the first invocation with 'unicode). Then I want to use Segoe UI for emoji, so I use a range for that. And then I then want Symbola to be used for any symbol that it covers that are not covered by the previous two fonts — hence the second call with 'unicode. I then have a few fonts for various CJK ranges, but even there I don't know what exact range each font covers.
But I guess it boils down to: "⇒" is not the only symbol I use, and I don't want to encode all ranges supported by Symbola explicitly in my emacs config (nor, of course, all the CJK ranges supported by the barious fonts I use for east-asian scripts). As I noted previously, remember that the original bug report didn't even use symbols (I ran into this when trying to edit text written in Chinese in Emacs.
> . Finally, what are the values of the following variables in your
> Emacs used for timings? (I don't see them anywhere in this bug's
> discussions, apologies if I missed something.)
>
> system-configuration-options
> system-configuration-features
In both, system-configuration-options is ""
system-configuration-features is "XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11" in 25.1 (slow), and "XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 LIBSYSTEMD" in master with your patch (fast).
> Bottom line: it is strange that you alone see these problems, and no
> one else AFAIR complained about unusably slow prettify-symbols-mode
> display.
I'm not alone. At least one other person posted to this bug list (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#74) and confirmed that the patch fixed their problem. The problem gets regularly mentioned elsewhere (when I opened this bug I linked to https://github.com/purcell/emacs.d/issues/273 "when I first try to input some chinese characters, it's very slow to moving [...] especially use C-n, C-p, emacs will hang for about 1~2 seconds."; a more recent example is at https://sympa.inria.fr/sympa/arc/coq-club/2017-03/msg00050.html "Appending to the 'unicode list makes emacs unbearably slow."). Additionally, as the maintainer of company-coq, I've had multiple people tell me that it was just too slow to use, only to realize that turning off prettify-symbols-mode was enough to make e
verything snappy again for them.
Clément.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-13 15:54 ` bug#21028: Slow font rendering in emacs Ralf Jung
@ 2017-03-13 17:05 ` Eli Zaretskii
2017-03-13 18:12 ` Ralf Jung
2017-03-14 15:47 ` Eli Zaretskii
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-13 17:05 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> From: Ralf Jung <post@ralfj.de>
> Date: Mon, 13 Mar 2017 16:54:01 +0100
>
> I think I ran into the issue described here as well: If I am not
> careful with the way I configure my fonts, emacs becomes pretty slow at
> rendering them. With my old laptop, actually merely navigating the
> cursor large files (like
> <https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/raw/master/theories/list.v>)
> already was noticeably luggish.
I don't see any sluggish-ness in "emacs -Q" here, FWIW.
Do you have any measurements that would show the slowdown in numbers?
Also, what is your value of system-configuration-options and
system-configuration-features? And which version of Emacs is that?
> Here's the setup which makes things behave badly:
>
> (dolist (ft (fontset-list))
> ; Main font
> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
> ; Fallback font
> (set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
> :size 11.0) nil 'append)
> )
>
> And here's the one I use instead, which behaves much better:
>
> (dolist (ft (fontset-list))
> ; Main font
> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
> ; Fallback font
> (set-fontset-font ft nil (font-spec :name "DejaVu Sans Mono" :size 11.0))
> )
>
> (For the record, my "Monospace" font is "Fira Sans Mono".)
What happens if you don't make any of the above customizations?
Also, do you have the Symbola font installed? If not, can you install
it and see if that makes things better?
> Configuring fonts in emacs to get proper unicode rendering is already
> fairly difficult
Actually, the default fontset is supposed to "just work", so I'd be
interested to hear why you needed to customize that.
> it'd be great if this bug could be fixed
I'm trying. But it's hard, since for now I cannot even reproduce it.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 16:36 ` Clément Pit--Claudel
@ 2017-03-13 17:22 ` Eli Zaretskii
2017-03-13 19:04 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-13 17:22 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Mon, 13 Mar 2017 12:36:25 -0400
>
> On 2017-03-13 11:46, Eli Zaretskii wrote:
> > I installed Fira Sans and Noto Sans, and changed your program to insert
> > more of these characters and actually display all the characters it
> > inserts (see below).
>
> Thanks, that's a much better repro than mine :) Here are my timings:
>
> # Stock 24.5
> 12:01:26 /build/emacs
> $ time 24.5/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 1m1.862s
> user 0m18.644s
> sys 0m15.972s
>
> # Stock 25.1
> $ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 1m4.705s
> user 0m18.296s
> sys 0m18.444s
>
> # Master with your patch
> $ time master/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 0m1.207s
> user 0m0.928s
> sys 0m0.028s
I see nothing of the kind, as you saw. With the same fonts as you
use. So it's definitely not a problem with the fonts. Which is
strange, since the profiles you provided seem to indicate a
font-related problem.
> > If I don't specify the "normal" font in the fontset, only Symbola, or
> > if I don't specify fonts at all (Symbola is used by default for the
> > character in question), then I get timings like the one below:
>
> I get similar timings.
So why not use Symbola (i.e. the default fontset setup)?
>In real life, I have more than 6 fonts, all covering different subsets (I linked to my own config in a previous post in this thread). I don't know exactly what Ubuntu Mono covers, and in fact that changes from time to time, so I just want it to display everything it can (hence the first invocation with 'unicode). Then I want to use Segoe UI for emoji, so I use a range for that. And then I then want Symbola to be used for any symbol that it covers that are not covered by the previous two fonts — hence the second call with 'unicode. I then have a few fonts for various CJK ranges, but even there I don't know what exact range each font covers.
Symbola supports emoji in the default fontset, so neither Segoe UI
nort Symbola should be needed in your setup. As for Ubuntu Mono,
isn't that the default monospaced font?
In short, are you sure you really need those customizations? You may
be creating your own problems.
> But I guess it boils down to: "⇒" is not the only symbol I use, and I don't want to encode all ranges supported by Symbola explicitly in my emacs config (nor, of course, all the CJK ranges supported by the barious fonts I use for east-asian scripts). As I noted previously, remember that the original bug report didn't even use symbols (I ran into this when trying to edit text written in Chinese in Emacs.
The default fontset should already provide you with the fonts that
display all of these, including CJK. If you use the default, what
characters aren't displayed well enough, or at all?
Is this the complete fontset setup you are using:
(let ((cjk-font "WenQuanYi Micro Hei Mono")
(fontset t)) ; "fontset-default"
(set-fontset-font t (cons ?≔ ?≔) "FreeSerif" nil 'prepend)
(set-fontset-font fontset 'unicode (font-spec :name "Consolas") nil 'append)
(set-fontset-font fontset 'unicode (font-spec :name "Symbola") nil 'append)
(set-fontset-font fontset '(#x4E00 . #x9FFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x3400 . #x4DFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x20000 . #x2A6DF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#xF900 . #xFAFF) (font-spec :name cjk-font))
(set-fontset-font fontset '(#x2F800 . #x2FA1F) (font-spec :name cjk-font)))
If it is, I will try to reproduce using this fontset.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-13 17:05 ` Eli Zaretskii
@ 2017-03-13 18:12 ` Ralf Jung
2017-03-13 20:39 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Ralf Jung @ 2017-03-13 18:12 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi Eli,
Wow, that was a quick reply!
>> From: Ralf Jung <post@ralfj.de>
>> Date: Mon, 13 Mar 2017 16:54:01 +0100
>>
>> I think I ran into the issue described here as well: If I am not
>> careful with the way I configure my fonts, emacs becomes pretty slow at
>> rendering them. With my old laptop, actually merely navigating the
>> cursor large files (like
>> <https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/raw/master/theories/list.v>)
>> already was noticeably luggish.
>
> I don't see any sluggish-ness in "emacs -Q" here, FWIW.
>
> Do you have any measurements that would show the slowdown in numbers?
I know very little about emacs, so I wouldn't know how to make any
measurements. Also, I don't have access to my old machine any more.
I may try adapting some of the timing scripts that you and Clément were
using, and see if I can quantify anything.
> Also, what is your value of system-configuration-options and
> system-configuration-features? And which version of Emacs is that?
Sorry, I have no idea how to read those variables and a quick google
search was not very fruitful.
This is emacs 24.5+1-8 as packaged by Debian.
> What happens if you don't make any of the above customizations?
Emacs is fine in terms of speed, but it uses the wrong font for
characters not supported by Fira Sans Mono.
For example, for ∃ it picks "STIX", which seems to have broken metrics
because the character is higher than all the others (it extends ~20%
below the bottom bar, breaking the height of the entire line). For ∗ it
picks DejaVu Math TeX Gyre, which is too wide. For ⋅ it picks EB
Garamond SC which is way too small.
Opening the same file on the same system in Kate or gedit results in the
expected rendering -- all characters fit the grid; unfortunately I don't
know how to figure out which fonts they picked for what. I did no
configuration whatsoever to achieve this, besides installing Fira Sans.
This was the case even before I installed Symbola.
> Also, do you have the Symbola font installed? If not, can you install
> it and see if that makes things better?
I do have it installed. emacs doesn't seem to pick it per default.
The reason I have it installed is that some characters (like ∖) are
supported neither by Fira Sans Mono nor by DejaVu Mono, so then I made
it fall back to Symbola. These are very few rarely used characters, so
the fact that the widths don't match up is much less of a problem. My
full configuration is:
;; Fonts
(dolist (ft (fontset-list))
; Main font
(set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
; Fallback font
; Appending to the 'unicode list makes emacs unbearably slow.
;(set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
:size 11.0) nil 'append)
(set-fontset-font ft nil (font-spec :name "DejaVu Sans Mono" :size 11.0))
)
; Fallback-fallback font
; If we 'append this to all fontsets, it picks Symbola even for some
cases where DejaVu could
; be used. Adding it only to the "t" table makes it Do The Right Thing (TM).
(set-fontset-font t nil (font-spec :name "Symbola" :size 11.0))
And just in case you wonder -- no, I have no idea what I am doing here.
I arrived at that configuration after several hours of random, fairly
unguided modifications to it until all my test characters picked the
font I wanted:
→ Fira Sans Mono (even though DejaVu can also do it, but the arrow in
Fira looks much better IMHO)
∃ DejaVu Mono (not supported by Fira, it seems)
∀ DejaVu Mono (not supported by Fira, it seems)
∗ DejaVu Mono (not supported by Fira, it seems)
⋅ DejaVu Mono (not supported by Fira, it seems; the one in Symbola
is *tiny*)
∖ Symbola (for lack of an alternative)
I shortened the configuration in my first mail because I was focusing on
the performance issue. While I do consider it a bug that emacs picks
the wrong fonts per default, shouldn't emacs be reasonably fast to use
even if I do some manual configuration? The bug at hand IMHO wouldn't
be fixed if the default emacs configuration was making better choices
for the fonts (though of course I wouldn't be affected by it anymore;
but then, neither am I now since I found a way to work around it).
>> Configuring fonts in emacs to get proper unicode rendering is already
>> fairly difficult
>
> Actually, the default fontset is supposed to "just work", so I'd be
> interested to hear why you needed to customize that.
> I'm trying. But it's hard, since for now I cannot even reproduce it.
I acknowledge that it'd be much easier if you could reproduce the
problem. That said, there's a patch that Clément said works. Honestly
I am a little puzzled why you are so hesitant to apply a patch that you
wrote, and that reportedly fixes the problem. Do you expect that patch
to have negative side-effects? Of course this is ultimately up to you,
I am just expressing my surprise here.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 17:22 ` Eli Zaretskii
@ 2017-03-13 19:04 ` Clément Pit--Claudel
2017-03-13 20:53 ` Eli Zaretskii
2017-03-14 15:45 ` Eli Zaretskii
0 siblings, 2 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-13 19:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
On 2017-03-13 13:22, Eli Zaretskii wrote:
>> Cc: 21028@debbugs.gnu.org From: Clément Pit--Claudel
>> <clement.pitclaudel@live.com> Date: Mon, 13 Mar 2017 12:36:25
>> -0400
>>
>> On 2017-03-13 11:46, Eli Zaretskii wrote:
>>> I installed Fira Sans and Noto Sans, and changed your program to
>>> insert more of these characters and actually display all the
>>> characters it inserts (see below).
>>
>> Thanks, that's a much better repro than mine :) Here are my
>> timings:
>>
>> # Stock 24.5 12:01:26 /build/emacs $ time 24.5/src/emacs -Q --eval
>> "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto
>> Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode
>> \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20
>> 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case
>> nil (while t (scroll-up) (sit-for 0)) (error nil))
>> (run-with-idle-timer 0 nil #'kill-emacs))" real 1m1.862s user
>> 0m18.644s sys 0m15.972s
>>
>> # Stock 25.1 $ time 25.1/src/emacs -Q --eval "(progn
>> (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil)
>> (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil
>> 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\"))
>> (goto-char (point-min)) (sit-for 0) (condition-case nil (while t
>> (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil
>> #'kill-emacs))" real 1m4.705s user 0m18.296s sys 0m18.444s
>>
>> # Master with your patch $ time master/src/emacs -Q --eval "(progn
>> (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil)
>> (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil
>> 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\"))
>> (goto-char (point-min)) (sit-for 0) (condition-case nil (while t
>> (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil
>> #'kill-emacs))" real 0m1.207s user 0m0.928s sys 0m0.028s
>
> I see nothing of the kind, as you saw. With the same fonts as you
> use. So it's definitely not a problem with the fonts. Which is
> strange, since the profiles you provided seem to indicate a
> font-related problem.
We know the exact commit that caused this regression, right? So how could the problem not be font-related, since reverting it fixes the problem?
> So why not use Symbola (i.e. the default fontset setup)?
Because I don't use Symbola proper, but a monospacified variant. In fact, I use XITS Math (monospacified) now, followed by Symbola as the fallback.
And in any case, we're not just trying to fix my problem: I regularly get support requests about company-coq because people run into performance issues with Emacs and prettify-symbols-mode.
> Symbola supports emoji in the default fontset, so neither Segoe UI
> nort Symbola should be needed in your setup.
Except I don't want the Emoji from Symbola — I want the ones from Segoe. And again, this isn't about fixing my setup (I've perfectly happy running my self-compiled fork for the last year-and-a-half).
> As for Ubuntu Mono, isn't that the default monospaced font?
Not on all my machines, no.
> In short, are you sure you really need those customizations? You
> may be creating your own problems.
I'm sure: commit af1a69f4d17a482c359d98c00ef86fac835b5fac is creating my problems :)
> The default fontset should already provide you with the fonts that
> display all of these, including CJK. If you use the default, what
> characters aren't displayed well enough, or at all?
Depends on the machine: not well enough on some, not at all on other, depending on the installed set of fonts.
> Is this the complete fontset setup you are using […] If it is, I will try to reproduce using this fontset.
No, not exactly. The full thing is at https://github.com/cpitclaudel/.emacs.d/blob/master/init/fonts.el#L7, but the problem is reproducible in a clean install an a much simpler set up.
What about the VM approach, or simply remote access on a VM that I could provide? I'm afraid that you'll waste your time reproducing my complex set-up, with no actual benefit. Do you want to reproduce the problem to debug it locally, or something else? If the former, it there nothing I could do to help?
Would it help if I tried to find other people who can reproduce the problem on their machines by following my VM-based reproduction steps?
Cheers,
Clément.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-13 18:12 ` Ralf Jung
@ 2017-03-13 20:39 ` Eli Zaretskii
2017-03-14 15:57 ` Ralf Jung
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-13 20:39 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Mon, 13 Mar 2017 19:12:10 +0100
>
> > Do you have any measurements that would show the slowdown in numbers?
>
> I know very little about emacs, so I wouldn't know how to make any
> measurements.
If some reaction time is slow, just estimating how many seconds it
takes might be good enough, if you describe the slow command and what
is on the screen when it is slow.
> > Also, what is your value of system-configuration-options and
> > system-configuration-features? And which version of Emacs is that?
>
> Sorry, I have no idea how to read those variables
Type
M-: system-configuration-options RET
and tell what Emacs displays. the same with the other one.
> This is emacs 24.5+1-8 as packaged by Debian.
>
> > What happens if you don't make any of the above customizations?
>
> Emacs is fine in terms of speed, but it uses the wrong font for
> characters not supported by Fira Sans Mono.
> For example, for ∃ it picks "STIX"
The default fontset was improved in Emacs 25.1, so there you should
have Symbola for this character automatically.
> I acknowledge that it'd be much easier if you could reproduce the
> problem. That said, there's a patch that Clément said works. Honestly
> I am a little puzzled why you are so hesitant to apply a patch that you
> wrote, and that reportedly fixes the problem. Do you expect that patch
> to have negative side-effects? Of course this is ultimately up to you,
> I am just expressing my surprise here.
I'm hesitant because no one understands why that patch should have any
profound effect on performance. We arrived at the patch by
selectively reverting a particular commit that was fond by bisection.
But that commit fixed an unrelated bug, so it wasn't done by mistake.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 19:04 ` Clément Pit--Claudel
@ 2017-03-13 20:53 ` Eli Zaretskii
2017-03-14 19:45 ` Clément Pit--Claudel
2017-03-14 15:45 ` Eli Zaretskii
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-13 20:53 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Mon, 13 Mar 2017 15:04:24 -0400
>
> > I see nothing of the kind, as you saw. With the same fonts as you
> > use. So it's definitely not a problem with the fonts. Which is
> > strange, since the profiles you provided seem to indicate a
> > font-related problem.
>
> We know the exact commit that caused this regression, right? So how could the problem not be font-related, since reverting it fixes the problem?
Because using the same fonts here doesn't reproduce the problem.
Which means that the font data is not the culprit, there's some other
factor at work here.
> > Is this the complete fontset setup you are using […] If it is, I will try to reproduce using this fontset.
>
> No, not exactly. The full thing is at https://github.com/cpitclaudel/.emacs.d/blob/master/init/fonts.el#L7, but the problem is reproducible in a clean install an a much simpler set up.
Thanks, I will try using one of these, maybe it will help me reproduce
the problem.
> What about the VM approach, or simply remote access on a VM that I could provide?
Debugging display problems without seeing the display is not
practical.
> Do you want to reproduce the problem to debug it locally, or something else? If the former, it there nothing I could do to help?
The former, of course. This happens in complicated code I know very
little about, and no one else on board knows more. Stepping through
the code with a debugger, comparing the "fast" path with the "slow"
path is the only way to understand what is going on there.
> Would it help if I tried to find other people who can reproduce the problem on their machines by following my VM-based reproduction steps?
If they can debug the problem and explain why the slowdown is so
massive, yes. Otherwise, we are back to square one.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 19:04 ` Clément Pit--Claudel
2017-03-13 20:53 ` Eli Zaretskii
@ 2017-03-14 15:45 ` Eli Zaretskii
2017-03-14 19:35 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-14 15:45 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Mon, 13 Mar 2017 15:04:24 -0400
>
> # Stock 25.1
> $ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 1m4.705s
> user 0m18.296s
> sys 0m18.444s
I checked: all the fonts you use as the default -- Noto Sans, Fira
Sans, Ubuntu Mono -- all of them basically support only Latin, Greek,
and Cyrillic blocks, and very little else. By contrast, the above
fontset specification claims that they support the entire Unicode
range of characters, which causes Emacs waste cycles trying to use
these fonts for display of characters they don't support.
In addition, the font-spec doesn't specify the registry of the fonts,
leaving that to the default, which IME is inadequate. So please try
the following, and see if you get any significant speedup:
time emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'latin '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs)))"
I get a 4-fold speedup with this, it would be interesting to know
whether you see any improvements.
Other than that, I'm sorry to say that I couldn't reproduce any of the
slowdowns you mention in this bug report and in the referenced issues.
In each of the recipes I tried, the slowdown disappears either if I
set inhibit-compacting-font-caches (which you said doesn't affect your
use cases) or if I define the fontset correctly, like specify a
registry for a font or the scripts it really supports. It's possible
that these factors somehow have a much more significant effect on your
system, I don't know why. Perhaps you have an awful lot of fonts
installed? What does the following yield when evaluated:
(length (x-list-fonts "-*-*-*-r-*-*-*-*-*-*-*-*-iso10646-1"))
(I get 1398.)
Allow me a few comments on your real-life setup, they could be
relevant even if they don't resolve the slow display with stock Emacs:
(defun my-configure-one-fontset (fontset &optional size)
"Add fallbacks to FONTSET with SIZE."
(let* ((size (when size `(:size ,(/ size 10.0))))
(base-spec (apply #'font-spec :name ~/main-font size))
(emoji-spec (apply #'font-spec :name (format "Segoe UI Emoji monospacified for %s" ~/main-font) size))
(symbol-spec (apply #'font-spec :name (format "XITS Math monospacified for %s" ~/main-font) size))
(fallback-spec (apply #'font-spec :name (format "Symbola monospacified for %s" ~/main-font) size))
(cjk-spec (apply #'font-spec :name "WenQuanYi Micro Hei Mono" size)))
All of the above specs lack a proper :registry value, which should be
'iso10646-1.
(set-fontset-font fontset 'unicode base-spec nil)
This should only specify 'latin, 'greek, and 'cyrillic (one such line
for each of them), as 'unicode is a blatant lie.
(set-fontset-font fontset 'unicode emoji-spec nil 'append)
It is better o have a definitive list of codepoint ranges here, since
again 'unicode is not what you want. Once you have the ranges, you
can use 'prepend, which will speed up things a bit more, because Emacs
won't need to go through all the fonts you don't want to see.
(set-fontset-font fontset 'unicode symbol-spec nil 'append)
Likewise here.
(set-fontset-font fontset 'unicode fallback-spec nil 'append)
This you shouldn't need doing, as Symbola is already in the default
fontset, and set up according to the characters where it shines.
(set-fontset-font fontset (cons ?😱 ?😱) "Symbola" nil 'prepend)
(set-fontset-font fontset (cons #x2009 #x2009) "Symbola" nil 'prepend) ;; Thin space
Likewise.
(dolist (cjk-block '((#x3000 . #x303F)
(#x3040 . #x309F)
(#x30A0 . #x30FF)
(#x3400 . #x4DFF)
(#x4E00 . #x9FFF)
(#xF900 . #xFAFF)
(#x20000 . #x2A6DF)
(#x2A700 . #x2B73F)
(#x2B740 . #x2B81F)
(#x2B820 . #x2CEAF)
(#x2F800 . #x2FA1F)))
(set-fontset-font fontset cjk-block cjk-spec nil 'append))))
This should use 'prepend, not 'append, IMO.
One more comment: any reasons why you set this up for all the
fontsets, not just for fontset-default? AFAIU, doing these changes in
all of the fonts might slow down things even more, for no good reason,
because fontset-default is the fallback for all the other fontsets
anyway, so anything you set up in it will be in effect for any other
fontset.
> I'm not alone. At least one other person posted to this bug list (https://debbugs.gnu.org/cgi/bugreport.cgi?bug=21028#74) and confirmed that the patch fixed their problem.
That user's fontset setup makes even less sense to me than yours. I
will respond to that in a separate message.
> The problem gets regularly mentioned elsewhere (when I opened this bug I linked to https://github.com/purcell/emacs.d/issues/273 "when I first try to input some chinese characters, it's very slow to moving [...] especially use C-n, C-p, emacs will hang for about 1~2 seconds.";
The slowdown in that example disappears for me once I set
inhibit-compacting-font-caches non-nil. So the factors at work in
that example on my system are somehow different from the factors on
your system (unless you will tell that inhibit-compacting-font-caches
solves the problem for you as well in that case).
> a more recent example is at https://sympa.inria.fr/sympa/arc/coq-club/2017-03/msg00050.html "Appending to the 'unicode list makes emacs unbearably slow.").
This is from the same user who wrote here yesterday. I comment on his
setup in a separate message.
> Additionally, as the maintainer of company-coq, I've had multiple people tell me that it was just too slow to use, only to realize that turning off prettify-symbols-mode was enough to make everything snappy again for them.
Can you ask some of those people to show their fontset setup? I'd
like to know how different they are from your setup.
Btw, I'm still trying to understand the significance of the proposed
patch, although it's hard without a clear-cut test case.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-13 15:54 ` bug#21028: Slow font rendering in emacs Ralf Jung
2017-03-13 17:05 ` Eli Zaretskii
@ 2017-03-14 15:47 ` Eli Zaretskii
2017-03-14 18:41 ` Ralf Jung
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-14 15:47 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> From: Ralf Jung <post@ralfj.de>
> Date: Mon, 13 Mar 2017 16:54:01 +0100
>
> Here's the setup which makes things behave badly:
>
> (dolist (ft (fontset-list))
> ; Main font
> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
> ; Fallback font
> (set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
> :size 11.0) nil 'append)
> )
>
> And here's the one I use instead, which behaves much better:
>
> (dolist (ft (fontset-list))
> ; Main font
> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
> ; Fallback font
> (set-fontset-font ft nil (font-spec :name "DejaVu Sans Mono" :size 11.0))
> )
>
> (For the record, my "Monospace" font is "Fira Sans Mono".)
See, this setup makes very little sense. It sets up no less than 2
monospaced fonts for the entire range of Unicode codepoints, when both
of these fonts support only Latin, Greek, and Cyrillic blocks. What's
more, this is done in all the fontsets, so Emacs will waste many
cycles on futile search through these fonts, multiple times!
Try this instead:
(set-fontset-font "fontset-default" 'greek
(font-spec :name "DejaVu Sans Mono"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font "fontset-default" 'cyrillic
(font-spec :name "DejaVu Sans Mono"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font "fontset-default" 'latin
(font-spec :name "DejaVu Sans Mono"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font "fontset-default" 'greek
(font-spec :name "Monospace"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font "fontset-default" 'cyrillic
(font-spec :name "Monospace"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font "fontset-default" 'latin
(font-spec :name "Monospace"
:size 11.0 :registry "iso10646-1") nil 'prepend)
(set-fontset-font t nil (font-spec :name "Symbola"
:size 11.0 :registry "iso10646-1")
nil 'append)
(I'd also drop the :size part, but maybe you have a good reason for
that.)
In Emacs 25.2, the last form is not necessary, as Symbola is already
set up by default.
> And just in case you wonder -- no, I have no idea what I am doing here.
> I arrived at that configuration after several hours of random, fairly
> unguided modifications to it until all my test characters picked the
> font I wanted:
I suggest to look at fontset.el in the Emacs sources for inspiration
on how to set up the fontset correctly. Or ask on emacs-devel. I
very much doubt that random modifications are likely to come up with
correct and efficient setup of the fonts, since this is indeed a
tricky issue. (I think Emacs 25.2 improves the situation quite a bit,
so you may wish to try the latest version.)
> While I do consider it a bug that emacs picks the wrong fonts per
> default, shouldn't emacs be reasonably fast to use even if I do some
> manual configuration?
If the manual configuration forces Emacs to unnecessarily search fonts
for characters that aren't there, then it could get unreasonably slow.
We are giving the users here enough rope to hang themselves, in the
hope that they won't try doing that too hard...
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-13 20:39 ` Eli Zaretskii
@ 2017-03-14 15:57 ` Ralf Jung
2017-03-14 17:11 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 15:57 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi,
>> I know very little about emacs, so I wouldn't know how to make any
>> measurements.
>
> If some reaction time is slow, just estimating how many seconds it
> takes might be good enough, if you describe the slow command and what
> is on the screen when it is slow.
Okay, so what I do as actually quite simple: I open the aforementioned
file in emacs, and then I use the scroll wheel on my mouse to scroll
around quickly (move wheel up fast - move wheel down fast - repeat).
When I do this with the "good" setup, text keeps flying over my screen
and everything reacts instantaneously. When I do this with the "bad"
setup, nothing moves until I stop turning the scroll wheel and wait a
little more, where the waiting time is roughly half the time I spent
scrolling quickly.
>>> Also, what is your value of system-configuration-options and
>>> system-configuration-features? And which version of Emacs is that?
>>
>> Sorry, I have no idea how to read those variables
>
> Type
>
> M-: system-configuration-options RET
>
> and tell what Emacs displays. the same with the other one.
The -options variable says
"--build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
--libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info
--mandir=/usr/share/man --with-pop=yes
--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp
--build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib
--libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info
--mandir=/usr/share/man --with-pop=yes
--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp
--with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g
-O2 -fdebug-prefix-map=/build/emacs24-OFSh0x/emacs24-24.5+1=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall
-fno-PIE' 'CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2'
'LDFLAGS=-Wl,-z,relro -no-pie'"
And the -features one says
Symbol's value as variable is void: system-configuration-features
>> Emacs is fine in terms of speed, but it uses the wrong font for
>> characters not supported by Fira Sans Mono.
>> For example, for ∃ it picks "STIX"
>
> The default fontset was improved in Emacs 25.1, so there you should
> have Symbola for this character automatically.
But I don't want Symbola for this character. Symbola is not monospace,
so it's not going to look right in a document that otherwise uses
monospace characters.
> I'm hesitant because no one understands why that patch should have any
> profound effect on performance. We arrived at the patch by
> selectively reverting a particular commit that was fond by bisection.
> But that commit fixed an unrelated bug, so it wasn't done by mistake.
I see; thanks.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 15:57 ` Ralf Jung
@ 2017-03-14 17:11 ` Eli Zaretskii
2017-03-14 18:50 ` Ralf Jung
` (2 more replies)
0 siblings, 3 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-14 17:11 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Tue, 14 Mar 2017 16:57:33 +0100
>
> Okay, so what I do as actually quite simple: I open the aforementioned
> file in emacs, and then I use the scroll wheel on my mouse to scroll
> around quickly (move wheel up fast - move wheel down fast - repeat).
> When I do this with the "good" setup, text keeps flying over my screen
> and everything reacts instantaneously. When I do this with the "bad"
> setup, nothing moves until I stop turning the scroll wheel and wait a
> little more, where the waiting time is roughly half the time I spent
> scrolling quickly.
In the "bad" setup, if you press C-n just once, how much time does it
take for Emacs to react? One second, 10 sec, more? Same question
regarding C-v.
> >> Emacs is fine in terms of speed, but it uses the wrong font for
> >> characters not supported by Fira Sans Mono.
> >> For example, for ∃ it picks "STIX"
> >
> > The default fontset was improved in Emacs 25.1, so there you should
> > have Symbola for this character automatically.
>
> But I don't want Symbola for this character. Symbola is not monospace,
> so it's not going to look right in a document that otherwise uses
> monospace characters.
I see. Well, I don't think there are many fonts out there with good
coverage of symbols, punctuation, and other special characters, that
are monospaced. Certainly not free fonts. So if you want these
symbols to be displayed monospaced as much as possible, you have 2
alternatives:
1) find a monospaced font with good coverage of both Latin and
symbol/punctuation blocks and use it as the default font; Emacs
will try to use the default font for any symbol/punctuation
characters that font supports, before trying other fonts
2) set up a very detailed fontset with explicit ranges of codepoints
allotted to each font that supports the respective characters
well and whose looks on display you like
Note that the above is probably relevant to Emacs 25.1 and later (the
first item definitely), so I suggest to upgrade, because this stuff
should work much better in Emacs 25, and some of your problems might
just go away without any need for customization.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 15:47 ` Eli Zaretskii
@ 2017-03-14 18:41 ` Ralf Jung
2017-03-14 19:16 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 18:41 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi,
>> Here's the setup which makes things behave badly:
>>
>> (dolist (ft (fontset-list))
>> ; Main font
>> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
>> ; Fallback font
>> (set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
>> :size 11.0) nil 'append)
>> )
>>
>> And here's the one I use instead, which behaves much better:
>>
>> (dolist (ft (fontset-list))
>> ; Main font
>> (set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
>> ; Fallback font
>> (set-fontset-font ft nil (font-spec :name "DejaVu Sans Mono" :size 11.0))
>> )
>>
>> (For the record, my "Monospace" font is "Fira Sans Mono".)
>
> See, this setup makes very little sense. It sets up no less than 2
> monospaced fonts for the entire range of Unicode codepoints, when both
> of these fonts support only Latin, Greek, and Cyrillic blocks.
Well, maybe it makes little sense to you -- however, this requires
expert knowledge about unicode blocks. I don't have that knowledge, and
I think it is a bug if configuring a straight-forward fallback chain of
fonts requires such knowledge. *Not* knowing these details about which
font supports what, I'd say my setup makes a lot of sense.
Well, actually, the following would make even more sense:
(set-fontset-font "fontset-default" 'unicode (font-spec :name
"Monospace" :size 11.0))
(set-fontset-font "fontset-default" 'unicode (font-spec :name "DejaVu
Sans Mono" :size 11.0) nil 'append)
I think back then I didn't yet know about 'append, so I used the nil
range for the fallback font (the documentation even said something
related to fallback for the nil range) and then I had to do this for all
fontsets for it to have any effect...
Anyway, I just tried the above, and the result is that things are just
as slow as with my previous "bad" setup. And this time, I honestly
can't think of a clearer / more sensible way to tell emacs that these
are the fonts I (mainly) want to use for unicode characters.
> What's
> more, this is done in all the fontsets, so Emacs will waste many
> cycles on futile search through these fonts, multiple times!
So the slowdown happens even if I do this in just one fontset.
How can searching two fonts take so much time? 95% of the characters in
my document are present in Fira Sans, and only about 0.1% of the
characters (I am guessing here, I suspect actually it's even less) are
present in neither DejaVu nor Fira Sans. So having these two fonts
first should result in very quick, successful lookups.
> Try this instead:
>
> (set-fontset-font "fontset-default" 'greek
> (font-spec :name "DejaVu Sans Mono"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font "fontset-default" 'cyrillic
> (font-spec :name "DejaVu Sans Mono"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font "fontset-default" 'latin
> (font-spec :name "DejaVu Sans Mono"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font "fontset-default" 'greek
> (font-spec :name "Monospace"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font "fontset-default" 'cyrillic
> (font-spec :name "Monospace"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font "fontset-default" 'latin
> (font-spec :name "Monospace"
> :size 11.0 :registry "iso10646-1") nil 'prepend)
> (set-fontset-font t nil (font-spec :name "Symbola"
> :size 11.0 :registry "iso10646-1")
> nil 'append)
With this configuration, emacs picks STIX to render ∃. It also picks
"DejaVu Math TeX Gyre" for ↦. This breaks the monospace grid. Both of
these characters are supported by DejaVu Sans Mono.
You say these fonts support only Latin, Cyrillic and Greek -- but for
example Fira Sans Mono supports → and … and ↑, and DejaVu Mono supports
∃ and ↦ and ▷. Are these all in one of these ranges?
> (I'd also drop the :size part, but maybe you have a good reason for
> that.)
Well, I want to use a smaller font size than the default. If I use the
"normal" way to do that through the "Set Default Font" UI, the fonts of
most characters changed, but when some fallback font was picked, it used
the default size again so the characters were way too big. I fixed this
by adding the size to every single fontspec.
So, no, no good reason. I was just desperate.
> I suggest to look at fontset.el in the Emacs sources for inspiration
> on how to set up the fontset correctly.
Frankly, I do not plan to figure out which of my fonts support which
unicode block, nor do I want to spend hours manually selecting the right
font for each individual character. I believe that this is something
the machine can figure out for me. With more than two billion
instructions per second, it should be capable of querying two (!) fonts
for every one of the maybe 1000 characters it has to display at any
given time.
> Or ask on emacs-devel.
Well, yes, I admit I should/could have done that. After spending
something like 2 or 3 hours on this issue, I was frustrated and didn't
find the motivation any more to describe in detail what I tried and what
went wrong.
> If the manual configuration forces Emacs to unnecessarily search fonts
> for characters that aren't there, then it could get unreasonably slow.
> We are giving the users here enough rope to hang themselves, in the
> hope that they won't try doing that too hard...
I had no intention to hang myself, but may have accidentally strangled
myself in the 25 ropes that emacs gave me to configure fonts -- where
all I wanted was for things to look just like they look in any other
editor...
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 17:11 ` Eli Zaretskii
@ 2017-03-14 18:50 ` Ralf Jung
2017-03-14 19:16 ` Eli Zaretskii
2017-03-14 19:17 ` Ralf Jung
2017-03-14 20:49 ` John Mastro
2 siblings, 1 reply; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 18:50 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi,
>> Okay, so what I do as actually quite simple: I open the aforementioned
>> file in emacs, and then I use the scroll wheel on my mouse to scroll
>> around quickly (move wheel up fast - move wheel down fast - repeat).
>> When I do this with the "good" setup, text keeps flying over my screen
>> and everything reacts instantaneously. When I do this with the "bad"
>> setup, nothing moves until I stop turning the scroll wheel and wait a
>> little more, where the waiting time is roughly half the time I spent
>> scrolling quickly.
>
> In the "bad" setup, if you press C-n just once, how much time does it
> take for Emacs to react? One second, 10 sec, more? Same question
> regarding C-v.
This takes no noticeable time (<0.1s).
> I see. Well, I don't think there are many fonts out there with good
> coverage of symbols, punctuation, and other special characters, that
> are monospaced. Certainly not free fonts.
I don't think that's true. The combination of Fira Sans Mono and DejaVu
Mono covers all characters I mentioned, and all characters I ever needed
so far (including even ✓), except for ∖.
> Note that the above is probably relevant to Emacs 25.1 and later (the
> first item definitely), so I suggest to upgrade, because this stuff
> should work much better in Emacs 25, and some of your problems might
> just go away without any need for customization.
I noticed that emacs 25.1 is also available in Debian testing, so I'll
upgrade and report on my observations.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 18:41 ` Ralf Jung
@ 2017-03-14 19:16 ` Eli Zaretskii
2017-03-14 19:39 ` Ralf Jung
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-14 19:16 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Tue, 14 Mar 2017 19:41:15 +0100
>
> Well, maybe it makes little sense to you -- however, this requires
> expert knowledge about unicode blocks. I don't have that knowledge, and
> I think it is a bug if configuring a straight-forward fallback chain of
> fonts requires such knowledge.
I don't think there's a bug here. Fontsets are complex and delicate
means of customizing how Emacs looks for fonts, so using them does
require expert knowledge. Emacs believes the specifications in the
fontset blindly, so a misconfigured fontset could cause a real
slowdown.
The way we try to solve these issues is by having Emacs DTRT by
default, at least on most modern platforms. Emacs 25.1 made a
significant step forward in this regard. If that's still not enough,
then the way to improve that is to describe your needs and installed
fonts, and ask for a fontset that would exist in Emacs by default,
which will do what you (and presumably others) would want.
IOW, the way to fix this is to augment the existing default fonts or
maybe create an additional ready-to-be-used fontset that users could
simply tell Emacs to use, without any tinkering.
> *Not* knowing these details about which
> font supports what, I'd say my setup makes a lot of sense.
> Well, actually, the following would make even more sense:
>
> (set-fontset-font "fontset-default" 'unicode (font-spec :name
> "Monospace" :size 11.0))
> (set-fontset-font "fontset-default" 'unicode (font-spec :name "DejaVu
> Sans Mono" :size 11.0) nil 'append)
Not in general. Maybe if you only need a small subset of Unicode the
above is good enough. But with today's increasing use of special
characters and symbols, and also emoji, more and more Unicode blocks
need to be supported by the fonts you set up, and the above simply
won't cut it.
> Anyway, I just tried the above, and the result is that things are just
> as slow as with my previous "bad" setup. And this time, I honestly
> can't think of a clearer / more sensible way to tell emacs that these
> are the fonts I (mainly) want to use for unicode characters.
The more sensible way is to specify explicit ranges of codepoints
where you want certain fonts, and leave the rest to the defaults.
> How can searching two fonts take so much time?
They are searched many times, including their variants.
> 95% of the characters in
> my document are present in Fira Sans, and only about 0.1% of the
> characters (I am guessing here, I suspect actually it's even less) are
> present in neither DejaVu nor Fira Sans. So having these two fonts
> first should result in very quick, successful lookups.
These lookups are done many times, and Emacs also looks in other fonts
on your system, because the above fontset specification doesn't remove
all the other fonts that are in the fontset. IOW, your spec is too
general, and thus doesn't allow Emacs to efficiently zero in on the
font you want in each case.
> > Try this instead:
> >
> > (set-fontset-font "fontset-default" 'greek
> > (font-spec :name "DejaVu Sans Mono"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font "fontset-default" 'cyrillic
> > (font-spec :name "DejaVu Sans Mono"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font "fontset-default" 'latin
> > (font-spec :name "DejaVu Sans Mono"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font "fontset-default" 'greek
> > (font-spec :name "Monospace"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font "fontset-default" 'cyrillic
> > (font-spec :name "Monospace"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font "fontset-default" 'latin
> > (font-spec :name "Monospace"
> > :size 11.0 :registry "iso10646-1") nil 'prepend)
> > (set-fontset-font t nil (font-spec :name "Symbola"
> > :size 11.0 :registry "iso10646-1")
> > nil 'append)
>
> With this configuration, emacs picks STIX to render ∃. It also picks
> "DejaVu Math TeX Gyre" for ↦. This breaks the monospace grid. Both of
> these characters are supported by DejaVu Sans Mono.
Well, I don't really know the details of what you want to achieve, so
the above might need some tweaking, like using explicit ranges of
codepoints.
> You say these fonts support only Latin, Cyrillic and Greek -- but for
> example Fira Sans Mono supports → and … and ↑, and DejaVu Mono supports
> ∃ and ↦ and ▷. Are these all in one of these ranges?
No. But the rest of the blocks are covered only very partially, so my
suggestion would be to find a single monospaced font that covers the
other characters (symbols and punctuation), and use only it, instead
of having some of them displayed by one font and the rest by another
(and probably quite a few not covered by any of them).
The default fontset tries to achieve this by using Symbola, but if you
want a monospaced font in those areas as well, you will have to find a
suitable font. You can then set up your fontset like we do with
Symbola in fontset.el (in the Emacs 25 sources).
> > I suggest to look at fontset.el in the Emacs sources for inspiration
> > on how to set up the fontset correctly.
>
> Frankly, I do not plan to figure out which of my fonts support which
> unicode block, nor do I want to spend hours manually selecting the right
> font for each individual character. I believe that this is something
> the machine can figure out for me.
The machine cannot possibly know your desires, or which fonts you do
and don't like. It has a fixed set of criteria, and it applies them
in some predefined order. When the results are not to your liking,
you need to make amends, and the recommended way of doing so is by
small changes that correct only the specific cases which don't look
good by default. By contrast, your setup affects the entire Unicode
range, and this runs a greater risk of causing trouble.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 18:50 ` Ralf Jung
@ 2017-03-14 19:16 ` Eli Zaretskii
0 siblings, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-14 19:16 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Tue, 14 Mar 2017 19:50:22 +0100
>
> I noticed that emacs 25.1 is also available in Debian testing, so I'll
> upgrade and report on my observations.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 17:11 ` Eli Zaretskii
2017-03-14 18:50 ` Ralf Jung
@ 2017-03-14 19:17 ` Ralf Jung
2017-03-14 20:49 ` John Mastro
2 siblings, 0 replies; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 19:17 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi again,
> Note that the above is probably relevant to Emacs 25.1 and later (the
> first item definitely), so I suggest to upgrade, because this stuff
> should work much better in Emacs 25, and some of your problems might
> just go away without any need for customization.
All right, I am on emacs 25.1.1 in Debian testing now. If I just remove
all font configuration, I still see emacs picking the wrong characters:
While the Latin and Greek letters and the arrows are all Fira Sans Mono
(my system-wide default monospace font), emacs still picks STIX to
render ∃ and "DejaVu Math TeX Gyre" for ↦ and ∖. (Actually the
situation with ∖ is even more weird -- once I *select* that character
(i.e., I use shift+arrow key to mark it -- sorry, I don't know the emacs
terminology here), it actually changes to some other font, which I can
tell because it suddenly is only half the width. Unfortunately I don't
know how to query that font because that would remove the selection, but
it looks a lot like the one from Symbola.)
So I want to tell emacs to use DejaVu for everything the default font
doesn't support. I tried
(set-fontset-font "fontset-default" 'unicode (font-spec :name "DejaVu
Sans Mono" :size 11.0))
but that just results in *fewer* characters being rendered in Fira Sans.
For example, Σ is now rendered in TeX Gyre Schola Math. (How can
setting DejaVu as the 'unicode font result in emacs switching from Fira
Sans to TeX Gyre?!?) For additional confusion, if I select the Σ, it
switches to some other font; I can't tell which.
This brings me back to
(set-fontset-font "fontset-default" 'unicode (font-spec :name
"Monospace" :size 11.0))
(set-fontset-font "fontset-default" 'unicode (font-spec :name "DejaVu
Sans Mono" :size 11.0) nil 'append)
which fixes Σ, but still leaves all the other characters with their
wrong fonts.
So I do
(dolist (ft (fontset-list))
; Main font
(set-fontset-font ft 'unicode (font-spec :name "Monospace" :size 11.0))
; Fallback font
(set-fontset-font ft 'unicode (font-spec :name "DejaVu Sans Mono"
:size 11.0) nil 'append)
)
And now it uses the right font for things supported by either Fira or
DejaVu. For ∖, it picks STIXVariants, which is slightly too high so the
line grid is not perfect; that's why I usually try to make Symbola the
fallback-fallback font.
In any case, the above configuration is *slow*. As in, way slower than
Emacs 24 was. Just clicking somewhere results in a noticeably delay of
~0.5s until the cursor actually moves. Same for C-v. C-n is still
instantaneous. This is all at the top of
<https://gitlab.mpi-sws.org/FP/LambdaRust-coq/raw/master/theories/typing/lib/rc.v>.
The way larger list.v file I mentioned earlier is less affected, i.e.,
it is still slow but not slower than Emacs 24. This may be related to
the fact that rc.v uses much more unicode characters than list.v.
Lucky enough, my work-around still works; I can keep my old "weird"
configuration.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-14 15:45 ` Eli Zaretskii
@ 2017-03-14 19:35 ` Clément Pit--Claudel
2017-03-15 15:36 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-14 19:35 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 10345 bytes --]
On 2017-03-14 11:45, Eli Zaretskii wrote:
> I checked: all the fonts you use as the default -- Noto Sans, Fira
> Sans, Ubuntu Mono -- all of them basically support only Latin,
> Greek, and Cyrillic blocks, and very little else. By contrast, the
> above fontset specification claims that they support the entire
> Unicode range of characters, which causes Emacs waste cycles trying
> to use these fonts for display of characters they don't support.
Is there a way to tell Emacs to use them for everything they support? For example, Ubuntu Mono supports box-drawing characters (so I could add that range), but it also supports U+2202 "partial diff", U+2206 "Delta", U+2211 "summation", and U+222B "integral", and a few other symbols (≠, ≤, …).
> In addition, the font-spec doesn't specify the registry of the
> fonts, leaving that to the default, which IME is inadequate. So
> please try the following, and see if you get any significant
> speedup:
I do :) See timings below:
# With your patch
$ time master/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'latin '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m0.532s
user 0m0.404s
sys 0m0.024s
# Without your patch
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'latin '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m0.577s
user 0m0.392s
sys 0m0.020s
And more experiments:
# With just 'latin (no registry) on stock 25.1:
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'latin \"Noto Sans\" nil) (set-fontset-font \"fontset-default\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m0.587s
user 0m0.416s
sys 0m0.012s
# With just the registries (and 'unicode instead of 'latin) on stock 25.1
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'unicode '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m42.250s
user 0m22.148s
sys 0m6.220s
# With 'unicode and inhibit-compacting-font-caches on stock 25.1:
$ time 25.1/src/emacs -Q --eval "(progn (setq inhibit-compacting-font-caches t) (set-fontset-font \"fontset-default\" 'unicode '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 0m42.105s
user 0m22.340s
sys 0m6.124s
> Other than that, I'm sorry to say that I couldn't reproduce any of
> the slowdowns you mention in this bug report and in the referenced
> issues. In each of the recipes I tried, the slowdown disappears
> either if I set inhibit-compacting-font-caches (which you said
> doesn't affect your use cases) or if I define the fontset correctly,
> like specify a registry for a font or the scripts it really supports.
>
For me specifying the registry doesn't seem to do anything, but restricting the font to 'latin does. Is that example right though? On my machine, running the code above gives me an Emacs that uses Ubuntu Mono and Symbola, not Noto Sans. I need to use "fontset-startup" for the font to be taken into account.
To clarify, the following uses Noto Sans and XITS Math, and is very slow:
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
The following uses *Ubuntu Mono* (?!) and XITS Math, and is very slow
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\" 'unicode \"Noto Sans\" nil) (set-fontset-font \"fontset-default\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
The following uses Noto Sans and XITS Math, and is very fast:
$ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'latin \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS Math\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
I'm a bit confused, though: the restriction to latin still allows Emacs to use Noto Sans for characters like "⅔", "≠", and "√"?
> It's possible that these factors somehow have a much more significant
> effect on your system, I don't know why. Perhaps you have an awful
> lot of fonts installed? What does the following yield when
> evaluated:
>
> (length (x-list-fonts "-*-*-*-r-*-*-*-*-*-*-*-*-iso10646-1"))
I get 874.
> Allow me a few comments on your real-life setup, they could be
> relevant even if they don't resolve the slow display with stock
> Emacs:
>
> All of the above specs lack a proper :registry value, which should
> be 'iso10646-1.
Thanks.
> (set-fontset-font fontset 'unicode base-spec nil)
>
> This should only specify 'latin, 'greek, and 'cyrillic (one such
> line for each of them), as 'unicode is a blatant lie.
But I want more tha 'latin, 'greek, and 'cyrillic: I want "any character that this font supports".
> (set-fontset-font fontset 'unicode emoji-spec nil 'append)
>
> It is better o have a definitive list of codepoint ranges here,
> since again 'unicode is not what you want. Once you have the ranges,
> you can use 'prepend, which will speed up things a bit more, because
> Emacs won't need to go through all the fonts you don't want to see.
Possibly — but this will break next time the font is updated with more Emoji, right?
> (set-fontset-font fontset 'unicode fallback-spec nil 'append)
>
> This you shouldn't need doing, as Symbola is already in the default
> fontset, and set up according to the characters where it shines.
I used a variant of Symbola, not Symbola itself.
> (dolist (cjk-block '((#x3000 . #x303F) (#x3040 . #x309F) (#x30A0 .
> #x30FF) (#x3400 . #x4DFF) (#x4E00 . #x9FFF) (#xF900 . #xFAFF)
> (#x20000 . #x2A6DF) (#x2A700 . #x2B73F) (#x2B740 . #x2B81F) (#x2B820
> . #x2CEAF) (#x2F800 . #x2FA1F))) (set-fontset-font fontset cjk-block
> cjk-spec nil 'append))))
>
> This should use 'prepend, not 'append, IMO.
Thanks, good point!
> One more comment: any reasons why you set this up for all the
> fontsets, not just for fontset-default? AFAIU, doing these changes
> in all of the fonts might slow down things even more, for no good
> reason, because fontset-default is the fallback for all the other
> fontsets anyway, so anything you set up in it will be in effect for
> any other fontset.
I'm not sure I understand. Are you saying that e.g. running the following should show display a *scratch* buffer in Noto Sans?
$ 25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'latin \"Noto Sans\" nil)"
It doesn't for me. I need to set fontset-startup instead.
$ 25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-startup\" 'latin \"Noto Sans\" nil)"
But then I run into trouble when I change the font size (with set-face-attribute), because that creates new fontsets.
>> The problem gets regularly mentioned elsewhere (when I opened this
>> bug I linked to https://github.com/purcell/emacs.d/issues/273 "when
>> I first try to input some chinese characters, it's very slow to
>> moving [...] especially use C-n, C-p, emacs will hang for about 1~2
>> seconds.";
>
> The slowdown in that example disappears for me once I set
> inhibit-compacting-font-caches non-nil. So the factors at work in
> that example on my system are somehow different from the factors on
> your system (unless you will tell that
> inhibit-compacting-font-caches solves the problem for you as well in
> that case).
For me that example is fast in all configurations: the problem I ran into with CJK scripts was 2 years ago, and I haven't managed to reproduce it.
> Can you ask some of those people to show their fontset setup? I'd
> like to know how different they are from your setup.
They essentially use this:
(dolist (ft (fontset-list))
(set-fontset-font ft 'unicode (font-spec :name "YOUR-USUAL-FONT"))
(set-fontset-font ft 'unicode (font-spec :name "Symbola") nil 'append))
because that's what I recommend (that's the only one that I've found to work reliably: not specifying 'unicode uses Symbola too often, not looping on the fontsets causes issues when changing font sizes, and not specifying Symbola sometimes falls back to other fonts). It used to work great in Emacs 24.3, which was the default on Ubuntu for a while (and still is for the long-term support release)
> Btw, I'm still trying to understand the significance of the proposed
> patch, although it's hard without a clear-cut test case.
Thanks for your help!
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 19:16 ` Eli Zaretskii
@ 2017-03-14 19:39 ` Ralf Jung
2017-03-14 19:45 ` Ralf Jung
2017-03-15 15:36 ` Eli Zaretskii
0 siblings, 2 replies; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 19:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi,
>> Well, maybe it makes little sense to you -- however, this requires
>> expert knowledge about unicode blocks. I don't have that knowledge, and
>> I think it is a bug if configuring a straight-forward fallback chain of
>> fonts requires such knowledge.
>
> I don't think there's a bug here. Fontsets are complex and delicate
> means of customizing how Emacs looks for fonts, so using them does
> require expert knowledge. Emacs believes the specifications in the
> fontset blindly, so a misconfigured fontset could cause a real
> slowdown.
>
> The way we try to solve these issues is by having Emacs DTRT by
> default, at least on most modern platforms. Emacs 25.1 made a
> significant step forward in this regard. If that's still not enough,
> then the way to improve that is to describe your needs and installed
> fonts, and ask for a fontset that would exist in Emacs by default,
> which will do what you (and presumably others) would want.
>
> IOW, the way to fix this is to augment the existing default fonts or
> maybe create an additional ready-to-be-used fontset that users could
> simply tell Emacs to use, without any tinkering.
I think we can agree that ideally, the default should DTRT.
Unfortunately, I noticed no change when upgrading to Emacs 25; that may
be because of which exact fonts I have installed.
>> Anyway, I just tried the above, and the result is that things are just
>> as slow as with my previous "bad" setup. And this time, I honestly
>> can't think of a clearer / more sensible way to tell emacs that these
>> are the fonts I (mainly) want to use for unicode characters.
>
> The more sensible way is to specify explicit ranges of codepoints
> where you want certain fonts, and leave the rest to the defaults.
Well, IMHO it is not very sensible to do this manually. For example,
the supported codepoint ranges of the fonts won't change during the
runtime of Emacs, so Emacs could perfectly well build a more refined
per-block fallback cascade from the coarse-grained information I provide
(essentially caching the information whether a font supports no, some,
or all characters of any given block).
>> How can searching two fonts take so much time?
>
> They are searched many times, including their variants.
>
>> 95% of the characters in
>> my document are present in Fira Sans, and only about 0.1% of the
>> characters (I am guessing here, I suspect actually it's even less) are
>> present in neither DejaVu nor Fira Sans. So having these two fonts
>> first should result in very quick, successful lookups.
>
> These lookups are done many times, and Emacs also looks in other fonts
> on your system, because the above fontset specification doesn't remove
> all the other fonts that are in the fontset. IOW, your spec is too
> general, and thus doesn't allow Emacs to efficiently zero in on the
> font you want in each case.
Oh, I would be happy if there was a way to remove all the other fonts
from the fontsets. Then at least I could be sure that there's not one
or two random characters left for which it still picks TeX Gyre or
whatever other random font I happen to have installed -- or maybe that
font is picked only when I select the character, or so. I suppose I
wouldn't even need to add my fonts to multiple fontsets then for them to
actually have any effect.
Of course I would be even more happy if I wouldn't have to do anything.
>>> Try this instead:
>>>
>>> (set-fontset-font "fontset-default" 'greek
>>> (font-spec :name "DejaVu Sans Mono"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font "fontset-default" 'cyrillic
>>> (font-spec :name "DejaVu Sans Mono"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font "fontset-default" 'latin
>>> (font-spec :name "DejaVu Sans Mono"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font "fontset-default" 'greek
>>> (font-spec :name "Monospace"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font "fontset-default" 'cyrillic
>>> (font-spec :name "Monospace"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font "fontset-default" 'latin
>>> (font-spec :name "Monospace"
>>> :size 11.0 :registry "iso10646-1") nil 'prepend)
>>> (set-fontset-font t nil (font-spec :name "Symbola"
>>> :size 11.0 :registry "iso10646-1")
>>> nil 'append)
>>
>> With this configuration, emacs picks STIX to render ∃. It also picks
>> "DejaVu Math TeX Gyre" for ↦. This breaks the monospace grid. Both of
>> these characters are supported by DejaVu Sans Mono.
>
> Well, I don't really know the details of what you want to achieve, so
> the above might need some tweaking, like using explicit ranges of
> codepoints.
On a high level, what I want to achieve is for things to look like they
do in Kate/gedit. ;) Now that's probably not very instructive, so here
is what I think these editors pick for various characters, just to give
you some examples (deduced by checking that the characters look the same
in emacs and Kate, and then asking emacs which font it used):
all basic ASCII, Latin, Greek characters: Fira Sans Mono
→ Fira Sans Mono
∃ DejaVu Mono (not supported by Fira, it seems)
∀ DejaVu Mono (not supported by Fira, it seems)
∗ DejaVu Mono (not supported by Fira, it seems)
⋅ DejaVu Mono (not supported by Fira, it seems)
Of course this is just an excerpt of the characters we use. From all I
can tell, the general rule is "if the character is supported by Fira,
use that font; else of it is supported by DejaVu, use that font; else do
<no idea what it does>"
>> You say these fonts support only Latin, Cyrillic and Greek -- but for
>> example Fira Sans Mono supports → and … and ↑, and DejaVu Mono supports
>> ∃ and ↦ and ▷. Are these all in one of these ranges?
>
> No. But the rest of the blocks are covered only very partially,
Wait -- if Fira already covers the entire Latic, Greek and Cyrillic
range, how can it make any sense to even have a fallback to DejaVu here?
I thought the entire purpose of these fallback chains was to deal with
fonts supporting random characters in some blocks, so that one cannot
tell in advance exactly which font to use for which block.
So, maybe I could figure out which 2 or 3 unicode blocks all the special
characters are in, and then I could set up Fira followed by DejaVu just
for these blocks. Then I could have emacs pick the fonts I want without
being slow.
Of course, I already have a configuration that picks the fonts I want
and is not slow -- and the one I have doesn't even require me to
maintain a list of unicode blocks we use, which is a clear advantage.
> so my
> suggestion would be to find a single monospaced font that covers the
> other characters (symbols and punctuation), and use only it, instead
> of having some of them displayed by one font and the rest by another
> (and probably quite a few not covered by any of them).
I don't think the font is to blame here. After all, other applications
manage to deal with exactly the same fonts just fine.
Unfortunately, I don't know *how* everybody else is selecting fonts, I
only know they do a better job at it than emacs, and they have no
problem dealing with fonts that only partially support some blocks.
Probably fontconfig is doing most of the work here, but I am really just
guessing.
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-13 20:53 ` Eli Zaretskii
@ 2017-03-14 19:45 ` Clément Pit--Claudel
2017-03-15 15:37 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-14 19:45 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 749 bytes --]
On 2017-03-13 16:53, Eli Zaretskii wrote:
>> We know the exact commit that caused this regression, right? So
>> how could the problem not be font-related, since reverting it fixes
>> the problem?
>
> Because using the same fonts here doesn't reproduce the problem.
> Which means that the font data is not the culprit, there's some
> other factor at work here.
Ok, thanks.
>> What about the VM approach, or simply remote access on a VM that I
>> could provide?
>
> Debugging display problems without seeing the display is not
> practical.
I was offering an ssh -X session, or VNC, or whichever remote desktop application could help, so as to give you access to the graphic display. Would that help?
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 19:39 ` Ralf Jung
@ 2017-03-14 19:45 ` Ralf Jung
2017-03-15 15:36 ` Eli Zaretskii
1 sibling, 0 replies; 89+ messages in thread
From: Ralf Jung @ 2017-03-14 19:45 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi again,
> On a high level, what I want to achieve is for things to look like they
> do in Kate/gedit. ;)
I should add that actually, on an even more higher level, I want things
to look "properly monospaced", with all characters (or as many as
possible) being aligned in the grid. I bring up Kate/gedit because they
demonstrate that this is actually possible without any configuration
being required by the user. It would be of course fine if Emacs looked
different, as long as it looked "better" (whatever that means ;) and,
most importantly, managed to maintain the grid wherever possible.
; Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 17:11 ` Eli Zaretskii
2017-03-14 18:50 ` Ralf Jung
2017-03-14 19:17 ` Ralf Jung
@ 2017-03-14 20:49 ` John Mastro
2017-03-15 15:40 ` Eli Zaretskii
2 siblings, 1 reply; 89+ messages in thread
From: John Mastro @ 2017-03-14 20:49 UTC (permalink / raw)
To: 21028; +Cc: Ralf Jung
Eli Zaretskii <eliz@gnu.org> wrote:
> 2) set up a very detailed fontset with explicit ranges of codepoints
> allotted to each font that supports the respective characters
> well and whose looks on display you like
Is it possible to get the codepoint ranges supported by a given font
programmatically within Emacs? It sounds like that might help a user
tell Emacs "use this font for everything it supports" without specifying
an overly-broad target (like `unicode') or finding and spelling out the
ranges of codepoints manually.
In other words, I'm imagining something like this:
(dolist (target (targets-supported-by-font "DejaVu Sans Mono"))
(set-fontset-font "fontset-default" target
(font-spec :name "DejaVu Sans Mono" :registry "iso10646-1")
nil 'prepend))
Where `targets-supported-by-font' is the hypothetical function I'm
imagining.
Apologies if this doesn't actually make sense :)
John
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-14 19:35 ` Clément Pit--Claudel
@ 2017-03-15 15:36 ` Eli Zaretskii
2017-03-15 20:46 ` Clément Pit--Claudel
0 siblings, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-15 15:36 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Tue, 14 Mar 2017 15:35:01 -0400
>
> > I checked: all the fonts you use as the default -- Noto Sans, Fira
> > Sans, Ubuntu Mono -- all of them basically support only Latin,
> > Greek, and Cyrillic blocks, and very little else. By contrast, the
> > above fontset specification claims that they support the entire
> > Unicode range of characters, which causes Emacs waste cycles trying
> > to use these fonts for display of characters they don't support.
>
> Is there a way to tell Emacs to use them for everything they support?
The problem here is that opening a font and looking up a character is
very expensive, certainly when there are hundreds of fonts installed.
So Emacs filters the fonts according to the scripts they claim to
support, and only opens those which appear to be valid candidates for
the script of the character it needs to display. By using 'unicode as
the script when you set up your fontset, you actually trip Emacs by
telling it to try this font for every character it needs to display.
You should instead specify the scripts which the fonts supports well.
And for the default font (i.e. the font of the default face) I think
you don't have to put it into the fontset at all, just specify it as
the default font (via default-frame-alist, for example).
> For example, Ubuntu Mono supports box-drawing characters (so I could
> add that range), but it also supports U+2202 "partial diff", U+2206
> "Delta", U+2211 "summation", and U+222B "integral", and a few other
> symbols (≠, ≤, …).
That shouldn't be a problem in Emacs 25: it by default uses the
default face's font for any punctuation and symbol characters for
which the font has glyphs, even if the fontset specifies a different
font for punctuation and symbol blocks.
> > In addition, the font-spec doesn't specify the registry of the
> > fonts, leaving that to the default, which IME is inadequate. So
> > please try the following, and see if you get any significant
> > speedup:
>
> I do :) See timings below:
>
> # With your patch
> $ time master/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\"
> 'latin '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font
> \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append)
> (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char
> (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0))
> (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 0m0.532s
> user 0m0.404s
> sys 0m0.024s
>
> # Without your patch
> $ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-default\"
> 'latin '(\"Noto Sans\" . \"iso10646-1\") nil) (set-fontset-font
> \"fontset-default\" 'unicode '(\"Symbola\" . \"iso10646-1\") nil 'append)
> (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char
> (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0))
> (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> real 0m0.577s
> user 0m0.392s
> sys 0m0.020s
So using more accurate scripts gives a major improvement. Good.
> For me specifying the registry doesn't seem to do anything
That could sometimes be the case, but I have found that in some cases
omitting the registry for characters beyond Latin-1 can be a major
setback. So I recommend to always use it.
> The following uses *Ubuntu Mono* (?!) and XITS Math, and is very slow
I'm guessing that Ubuntu Mono is your system's default font which
Emacs picks up. The fontset-default specifies fallbacks, it doesn't
affect the default font.
I'm not sure what exactly do you want to happen, because I don't
understand why you need 2 monospaced fonts in your setup. So I cannot
yet suggest how to set your fonts for them to do what you want. But
see below for some proposals.
> The following uses Noto Sans and XITS Math, and is very fast:
> $ time 25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\"
> 'latin \"Noto Sans\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"XITS
> Math\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\"))
> (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up)
> (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
> I'm a bit confused, though: the restriction to latin still allows Emacs to use
> Noto Sans for characters like "⅔", "≠", and "√"?
See above: that's a feature of Emacs 25 -- it by default uses the
default face's font for punctuation and symbol characters. You can
use use-default-font-for-symbols, new in Emacs 25.2, to disable this
feature and go by the fontsets instead, but I believe the default
produces better results in most cases.
> > (set-fontset-font fontset 'unicode base-spec nil)
> >
> > This should only specify 'latin, 'greek, and 'cyrillic (one such
> > line for each of them), as 'unicode is a blatant lie.
>
> But I want more than 'latin, 'greek, and 'cyrillic: I want "any character that
> this font supports".
Given that symbols and punctuation characters already use that font,
why do you need more than that, and in what Unicode blocks?
You can use a font utility, such as Fontforge, to see which blocks the
font supports, and how many characters from each block it can display.
My conclusion from looking at Ubuntu Mono is that the above 3 scripts
are the only ones it supports well; the rest are not covered well at
all. You can, of course, add more scripts if you need them, but the
downside will be that some of those scripts will be displayed by a mix
of more than one font, which I think will make the display ugly.
Moreover, Emacs cannot compose glyphs that come from different fonts,
so you will sometimes see decomposed display if you request a font for
scripts where its support is incomplete. I think this is an important
factor for users of prettify-symbols-mode in particular.
> > (set-fontset-font fontset 'unicode emoji-spec nil 'append)
> >
> > It is better o have a definitive list of codepoint ranges here,
> > since again 'unicode is not what you want. Once you have the ranges,
> > you can use 'prepend, which will speed up things a bit more, because
> > Emacs won't need to go through all the fonts you don't want to see.
>
> Possibly — but this will break next time the font is updated with more Emoji,
> right?
Not necessarily: you could specify the full range of codepoints from
the Emoji block, even if some of them are not yet available.
> > (set-fontset-font fontset 'unicode fallback-spec nil 'append)
> >
> > This you shouldn't need doing, as Symbola is already in the default
> > fontset, and set up according to the characters where it shines.
>
> I used a variant of Symbola, not Symbola itself.
Then set it up by copying the default setup from fontset.el, as that
setup is based on a lot of thought and careful testing on several
systems.
> > One more comment: any reasons why you set this up for all the
> > fontsets, not just for fontset-default? AFAIU, doing these changes
> > in all of the fonts might slow down things even more, for no good
> > reason, because fontset-default is the fallback for all the other
> > fontsets anyway, so anything you set up in it will be in effect for
> > any other fontset.
>
> I'm not sure I understand. Are you saying that e.g. running the following
> should show display a *scratch* buffer in Noto Sans?
>
> $ 25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'latin \"Noto
> Sans\" nil)"
No, I'm saying that you have no reason to repeat the fallback fonts in
any fontset but fontset-default. The default font should be
customized differently, not through fontsets.
> It doesn't for me. I need to set fontset-startup instead.
That's again because you use fontsets for the default face's font.
You should instead use default-frame-alist for that, and leave
fontsets only for when a character might be unavailable in the default
font.
> > Can you ask some of those people to show their fontset setup? I'd
> > like to know how different they are from your setup.
>
> They essentially use this:
> (dolist (ft (fontset-list))
> (set-fontset-font ft 'unicode (font-spec :name "YOUR-USUAL-FONT"))
> (set-fontset-font ft 'unicode (font-spec :name "Symbola") nil 'append))
Well, maybe with the new insights you have now, you can recommend them
better setups which don't use 'unicode'.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 19:39 ` Ralf Jung
2017-03-14 19:45 ` Ralf Jung
@ 2017-03-15 15:36 ` Eli Zaretskii
2017-04-22 8:54 ` Ralf Jung
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-15 15:36 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Tue, 14 Mar 2017 20:39:56 +0100
>
> > IOW, the way to fix this is to augment the existing default fonts or
> > maybe create an additional ready-to-be-used fontset that users could
> > simply tell Emacs to use, without any tinkering.
>
> I think we can agree that ideally, the default should DTRT.
I was indeed talking what the default should do. If it doesn't do TRT
in your case (without any customizations of the fontsets), I suggest
to describe the problems in a bug report, so that the defaults could
be augmented to cater to your use cases.
> Unfortunately, I noticed no change when upgrading to Emacs 25; that may
> be because of which exact fonts I have installed.
Could be, I don't know. Once again, if the defaults, without any font
customizations, are somehow not good for you, please report the
details in a bug report.
> > The more sensible way is to specify explicit ranges of codepoints
> > where you want certain fonts, and leave the rest to the defaults.
>
> Well, IMHO it is not very sensible to do this manually. For example,
> the supported codepoint ranges of the fonts won't change during the
> runtime of Emacs, so Emacs could perfectly well build a more refined
> per-block fallback cascade from the coarse-grained information I provide
> (essentially caching the information whether a font supports no, some,
> or all characters of any given block).
If you are asking for an Emacs feature that could map the installed
fonts and find out which characters they support, this should be
doable, if someone writes the code. But the assumption that the
installed fonts rarely change is not a universally valid one: I know
people who install new fonts every day.
> On a high level, what I want to achieve is for things to look like they
> do in Kate/gedit. ;) Now that's probably not very instructive, so here
> is what I think these editors pick for various characters, just to give
> you some examples (deduced by checking that the characters look the same
> in emacs and Kate, and then asking emacs which font it used):
> all basic ASCII, Latin, Greek characters: Fira Sans Mono
> → Fira Sans Mono
> ∃ DejaVu Mono (not supported by Fira, it seems)
> ∀ DejaVu Mono (not supported by Fira, it seems)
> ∗ DejaVu Mono (not supported by Fira, it seems)
> ⋅ DejaVu Mono (not supported by Fira, it seems)
I would begin by specifying Fira Sans Mono as your default font, via
default-frame-alist. Then see if some of the above are not displayed
as you like, and fix that via fontset-default. It sounds like all the
characters for which you need DejaVu Mono are punctuation and symbols,
so setting up DejaVu Mono for the range '(#x2200 . #x22FF) should do.
If you want more symbols, try '(#x2200 . #x232F), it looks like DejaVu
Mono has good coverage in this larger range.
> Of course this is just an excerpt of the characters we use. From all I
> can tell, the general rule is "if the character is supported by Fira,
> use that font; else of it is supported by DejaVu, use that font; else do
> <no idea what it does>"
As you have seen, this does work as you want, but it's slow. We are
talking about getting you the same functionality, but faster. That
comes for a price of more accurate fontset setup.
> >> You say these fonts support only Latin, Cyrillic and Greek -- but for
> >> example Fira Sans Mono supports → and … and ↑, and DejaVu Mono supports
> >> ∃ and ↦ and ▷. Are these all in one of these ranges?
> >
> > No. But the rest of the blocks are covered only very partially,
>
> Wait -- if Fira already covers the entire Latic, Greek and Cyrillic
> range, how can it make any sense to even have a fallback to DejaVu here?
You tell me, I don't know your exact needs. Maybe I guessed them
above, and all you need is more punctuation and symbols, because Fira
has very incomplete coverage of those. Emacs 25 will use the default
face's font for any symbol and punctuation characters supported by
that font, so you only need fallbacks where those characters are not
available in Fira. That's what the above blocks should achieve by
configuring DejaVu Sans for them.
> I thought the entire purpose of these fallback chains was to deal with
> fonts supporting random characters in some blocks, so that one cannot
> tell in advance exactly which font to use for which block.
It can be used like that, but then it could be slow.
> So, maybe I could figure out which 2 or 3 unicode blocks all the special
> characters are in, and then I could set up Fira followed by DejaVu just
> for these blocks. Then I could have emacs pick the fonts I want without
> being slow.
My suggestions for that are above. Maybe that's what you need.
> I don't think the font is to blame here. After all, other applications
> manage to deal with exactly the same fonts just fine.
> Unfortunately, I don't know *how* everybody else is selecting fonts, I
> only know they do a better job at it than emacs, and they have no
> problem dealing with fonts that only partially support some blocks.
> Probably fontconfig is doing most of the work here, but I am really just
> guessing.
Most other applications don't deal with multi-lingual text, so their
job is easier. Emacs attempts to solve a harder problem here.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-14 19:45 ` Clément Pit--Claudel
@ 2017-03-15 15:37 ` Eli Zaretskii
0 siblings, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-15 15:37 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Tue, 14 Mar 2017 15:45:16 -0400
>
> >> What about the VM approach, or simply remote access on a VM that I
> >> could provide?
> >
> > Debugging display problems without seeing the display is not
> > practical.
>
> I was offering an ssh -X session, or VNC, or whichever remote desktop
> application could help, so as to give you access to the graphic display. Would
> that help?
AFAIU, "ssh -X" uses the fonts from my machine, because that's where
the X server runs. Right?
And I don't believe VNC will be practical for such a long distance.
But thanks anyway.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-14 20:49 ` John Mastro
@ 2017-03-15 15:40 ` Eli Zaretskii
0 siblings, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-15 15:40 UTC (permalink / raw)
To: John Mastro; +Cc: 21028, post
> From: John Mastro <john.b.mastro@gmail.com>
> Date: Tue, 14 Mar 2017 13:49:59 -0700
> Cc: Eli Zaretskii <eliz@gnu.org>, Ralf Jung <post@ralfj.de>
>
> > 2) set up a very detailed fontset with explicit ranges of codepoints
> > allotted to each font that supports the respective characters
> > well and whose looks on display you like
>
> Is it possible to get the codepoint ranges supported by a given font
> programmatically within Emacs?
Yes (although this capability doesn't seem to be exposed to Lisp as of
now). But it's expensive when done for many fonts, because it
requires opening each such font.
> It sounds like that might help a user tell Emacs "use this font for
> everything it supports" without specifying an overly-broad target
> (like `unicode') or finding and spelling out the ranges of
> codepoints manually.
Yes, this could be a base of a useful feature.
> In other words, I'm imagining something like this:
>
> (dolist (target (targets-supported-by-font "DejaVu Sans Mono"))
> (set-fontset-font "fontset-default" target
> (font-spec :name "DejaVu Sans Mono" :registry "iso10646-1")
> nil 'prepend))
>
> Where `targets-supported-by-font' is the hypothetical function I'm
> imagining.
This is not suitable for running at Emacs startup time, IMO, as it
will probably slow down the startup too much.
> Apologies if this doesn't actually make sense :)
No apologies needed. This is a complex issue, and I'm not an expert
either.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-15 15:36 ` Eli Zaretskii
@ 2017-03-15 20:46 ` Clément Pit--Claudel
2017-03-16 15:27 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-15 20:46 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
[-- Attachment #1.1: Type: text/plain, Size: 5481 bytes --]
On 2017-03-15 11:36, Eli Zaretskii wrote:
> The problem here is that opening a font and looking up a character is
> very expensive, certainly when there are hundreds of fonts installed.
> So Emacs filters the fonts according to the scripts they claim to
> support, and only opens those which appear to be valid candidates for
> the script of the character it needs to display. By using 'unicode as
> the script when you set up your fontset, you actually trip Emacs by
> telling it to try this font for every character it needs to display.
> You should instead specify the scripts which the fonts supports well.
Ok — but why wasn't it slow in 24.3? And why does the number of fonts matter, if I'm only adding one (Symbola) with 'unicode?
> That shouldn't be a problem in Emacs 25: it by default uses the
> default face's font for any punctuation and symbol characters for
> which the font has glyphs, even if the fontset specifies a different
> font for punctuation and symbol blocks.
Neat. Though of course that doesn't help for Emacs < 24.
> So using more accurate scripts gives a major improvement. Good.
It also seems to negate the previous conclusion, right? In these fast example I'm still adding Symbola with 'unicode — but adding Ubuntu Mono with 'latin. Shouldn't that be slow, according to your explanation at the top of this post?
>> For me specifying the registry doesn't seem to do anything
>
> That could sometimes be the case, but I have found that in some cases
> omitting the registry for characters beyond Latin-1 can be a major
> setback. So I recommend to always use it.
Ok. Could Emacs not infer it? I have no clue what it means.
>>> (set-fontset-font fontset 'unicode base-spec nil)
>>>
>>> This should only specify 'latin, 'greek, and 'cyrillic (one such
>>> line for each of them), as 'unicode is a blatant lie.
>>
>> But I want more than 'latin, 'greek, and 'cyrillic: I want "any character that
>> this font supports".
Ok, noted for Emacs >= 25.
> You can use a font utility, such as Fontforge, to see which blocks the
> font supports, and how many characters from each block it can display.
> My conclusion from looking at Ubuntu Mono is that the above 3 scripts
> are the only ones it supports well; the rest are not covered well at
> all. You can, of course, add more scripts if you need them, but the
> downside will be that some of those scripts will be displayed by a mix
> of more than one font, which I think will make the display ugly.
I don't care about the display being pretty as much as it being properly align (vertically), which means that using Ubuntu Mono helps a lot.
> Moreover, Emacs cannot compose glyphs that come from different fonts,
> so you will sometimes see decomposed display if you request a font for
> scripts where its support is incomplete. I think this is an important
> factor for users of prettify-symbols-mode in particular.
Why? prettify-symbols-mode composes strings (typically) into single characters, so why would this matter?
>>> Can you ask some of those people to show their fontset setup? I'd
>>> like to know how different they are from your setup.
>>
>> They essentially use this:
>
>> (dolist (ft (fontset-list))
>> (set-fontset-font ft 'unicode (font-spec :name "YOUR-USUAL-FONT"))
>> (set-fontset-font ft 'unicode (font-spec :name "Symbola") nil 'append))
>
> Well, maybe with the new insights you have now, you can recommend them
> better setups which don't use 'unicode'.
I think I still have a blurry picture of the whole process, or at least it sounds very complicated. Is it really the following?
* Pick a good monospace font. Set that as the default Emacs font (this is easy)
* Pick a good math font. Symbola is easier than others, because Emacs knows about it.
* Download and install fontforge. Figure out which ranges the math font support, and all the characters that it supports that are not punctuation or symbols, too
* Create a set-fontset-font rule for each range and character. Figure out the font's registry too. Add all these rules with 'append, though for better performance you can use 'prepend, but for that you'll need to know which ranges the first font supports, too.
This sounds too complicated, given that the simpler approach used to work in Emacs < 24.4. In CSS, the rule would be 'font-family: "Ubuntu Mono", "XITS Math"'. In Emacs < 24.4, the following worked — and it works in Emacs 25 with your patch:
(dolist (ft (fontset-list))
(set-fontset-font ft 'unicode (font-spec :name "Ubuntu Mono"))
(set-fontset-font ft 'unicode (font-spec :name "Symbola") nil 'append))
In Emacs 25, given that symbols use the default font, it looks like the following should work, at least with your patch:
25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'unicode (font-spec :name \"XITS Math\") nil 'prepend)"
It seems to work ok — but without your patch, it's unbearably slow too. This is better, performance-wise:
25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'unicode (font-spec :name \"XITS Math\") nil nil)"
but it causes Emacs to use different fonts in different buffers (the concrete example is that when I press C-x 8 RET, type alpha, press TAB, and copy the contents of the completion buffer to *scratch*, the symbols don't appear in the same font in both buffers.
Cheers,
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-15 20:46 ` Clément Pit--Claudel
@ 2017-03-16 15:27 ` Eli Zaretskii
2017-03-16 21:23 ` Clément Pit--Claudel
2017-04-16 7:48 ` Eli Zaretskii
0 siblings, 2 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-16 15:27 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Wed, 15 Mar 2017 16:46:33 -0400
>
> > The problem here is that opening a font and looking up a character is
> > very expensive, certainly when there are hundreds of fonts installed.
> > So Emacs filters the fonts according to the scripts they claim to
> > support, and only opens those which appear to be valid candidates for
> > the script of the character it needs to display. By using 'unicode as
> > the script when you set up your fontset, you actually trip Emacs by
> > telling it to try this font for every character it needs to display.
> > You should instead specify the scripts which the fonts supports well.
>
> Ok — but why wasn't it slow in 24.3?
That's the question about the significance of the zero_vector in the
font-cache, the patch you want to apply. I'm still struggling with
understanding why it speeds up the font search.
> And why does the number of fonts matter,
> if I'm only adding one (Symbola) with 'unicode?
Any font has several variants, and they are all checked. Moreover,
checking too many fonts conses a lot of Lisp data, which is likely to
trigger GC, which is likely to throw away font caches, which will then
require us to check those fonts again.
> > That shouldn't be a problem in Emacs 25: it by default uses the
> > default face's font for any punctuation and symbol characters for
> > which the font has glyphs, even if the fontset specifies a different
> > font for punctuation and symbol blocks.
>
> Neat. Though of course that doesn't help for Emacs < 24.
Users who care about fonts and exotic characters shouldn't stay with
Emacs 24.
> > So using more accurate scripts gives a major improvement. Good.
>
> It also seems to negate the previous conclusion, right?
Not really.
> In these fast example I'm still adding Symbola with 'unicode — but
> adding Ubuntu Mono with 'latin.
Ubuntu Mono _is_ the problem. Symbola has very good coverage of
almost all Unicode blocks, so it is not the problem.
> > That could sometimes be the case, but I have found that in some cases
> > omitting the registry for characters beyond Latin-1 can be a major
> > setback. So I recommend to always use it.
>
> Ok. Could Emacs not infer it?
I think Emacs still goes by the XLFD rules, which require iso8859-1 be
the default. I don't know how important it is to keep that
compatibility.
> > You can use a font utility, such as Fontforge, to see which blocks the
> > font supports, and how many characters from each block it can display.
> > My conclusion from looking at Ubuntu Mono is that the above 3 scripts
> > are the only ones it supports well; the rest are not covered well at
> > all. You can, of course, add more scripts if you need them, but the
> > downside will be that some of those scripts will be displayed by a mix
> > of more than one font, which I think will make the display ugly.
>
> I don't care about the display being pretty as much as it being properly align
> (vertically), which means that using Ubuntu Mono helps a lot.
That's fine, just don't tell Emacs Ubuntu Mono supports the entire
Unicode.
> > Moreover, Emacs cannot compose glyphs that come from different fonts,
> > so you will sometimes see decomposed display if you request a font for
> > scripts where its support is incomplete. I think this is an important
> > factor for users of prettify-symbols-mode in particular.
>
> Why? prettify-symbols-mode composes strings (typically) into single characters,
> so why would this matter?
I imagine that prettify-symbols-mode is not limited to single existing
characters, but if it is, this issue is indeed not relevant to that
mode.
> >> (dolist (ft (fontset-list))
> >> (set-fontset-font ft 'unicode (font-spec :name "YOUR-USUAL-FONT"))
> >> (set-fontset-font ft 'unicode (font-spec :name "Symbola") nil 'append))
> >
> > Well, maybe with the new insights you have now, you can recommend them
> > better setups which don't use 'unicode'.
> I think I still have a blurry picture of the whole process, or at least it
> sounds very complicated. Is it really the following?
>
> * Pick a good monospace font. Set that as the default Emacs font (this is easy)
Yes.
> * Pick a good math font. Symbola is easier than others, because Emacs knows
> about it.
Yes.
> * Download and install fontforge. Figure out which ranges the math font
> support, and all the characters that it supports that are not punctuation or
> symbols, too
Not needed, as long as the default font is set up via
default-frame-alist.
> * Create a set-fontset-font rule for each range and character. Figure out the
> font's registry too. Add all these rules with 'append, though for better
> performance you can use 'prepend, but for that you'll need to know which ranges
> the first font supports, too.
Should not be needed at all, as math symbols are already set up in the
default fontset (if I understand correctly what you need the math font
for, see below). Definitely not needed if Symbola is to be used. For
other Math fonts, I expect the default to just work; if it doesn't,
I'd like to see bug reports.
> In Emacs 25, given that symbols use the default font, it looks like the
> following should work, at least with your patch:
>
> 25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'unicode
> (font-spec :name \"XITS Math\") nil 'prepend)"
What happens if you don't do this? Which font is used for math
symbols? Or are the problems with symbols other than math symbols?
IOW, I don't understand fully why you need to set up XITS Math in the
fontset, what is missing/incorrect/ugly if you don't?
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-16 15:27 ` Eli Zaretskii
@ 2017-03-16 21:23 ` Clément Pit--Claudel
2017-03-17 8:15 ` Eli Zaretskii
2017-04-16 7:48 ` Eli Zaretskii
1 sibling, 1 reply; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-03-16 21:23 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
On 2017-03-16 11:27, Eli Zaretskii wrote:
>>> You should instead specify the scripts which the fonts supports well.
>>
>> Ok — but why wasn't it slow in 24.3?
>
> That's the question about the significance of the zero_vector in the
> font-cache, the patch you want to apply. I'm still struggling with
> understanding why it speeds up the font search.
Got it, thanks. I don't know whether that'll be useful, but I uploaded a pre-built virtual machine to https://people.csail.mit.edu/cpitcla/emacs-bug-21028.ova ; maybe this is a viable option (it should be much easier to download a VM than to rebuild one, I hope).
It was produced using the instructions that I posted earlier. On that machine, here are the times I get for the benchmark you posted earlier:
emacs@emacs-VirtualBox ~ $ time emacs/emacs-25.1/src/emacs -Q --eval "(progn (set-fontset-font \"fontset-startup\" 'unicode \"Ubuntu Mono\" nil) (set-fontset-font \"fontset-startup\" 'unicode \"Symbola\" nil 'append) (dotimes (_ 5000) (insert (make-string 20 8658) \"\n\")) (goto-char (point-min)) (sit-for 0) (condition-case nil (while t (scroll-up) (sit-for 0)) (error nil)) (run-with-idle-timer 0 nil #'kill-emacs))"
real 5m54.574s
user 0m54.612s
sys 1m17.496s
I loaded this VM on a different machine and confirmed that I could reproduce the problem in the guest (2s without fontset declarations, and >4m with fontset declarations). I wasn't able to reproduce the bug on the host, though, mirroring your unsuccessful reproduction attempts. I wonder if something's wrong in Linux Mint… that host wasn't running Mint.
Maybe this pre-built VM can help reproduce, and thus understand, the underlying problem? Otherwise, maybe you could recommend a resource that I should look into to debug the problem myself locally?
>> And why does the number of fonts matter,
>> if I'm only adding one (Symbola) with 'unicode?
>
> Any font has several variants, and they are all checked. Moreover,
> checking too many fonts conses a lot of Lisp data, which is likely to
> trigger GC, which is likely to throw away font caches, which will then
> require us to check those fonts again.
Thanks, understood.
>>> That shouldn't be a problem in Emacs 25: it by default uses the
>>> default face's font for any punctuation and symbol characters for
>>> which the font has glyphs, even if the fontset specifies a different
>>> font for punctuation and symbol blocks.
>>
>> Neat. Though of course that doesn't help for Emacs < 24.
>
> Users who care about fonts and exotic characters shouldn't stay with
> Emacs 24.
Understood as well.
>> In these fast example I'm still adding Symbola with 'unicode — but
>> adding Ubuntu Mono with 'latin.
>
> Ubuntu Mono _is_ the problem. Symbola has very good coverage of
> almost all Unicode blocks, so it is not the problem.
Ok, I think I understand better now. But I'm still confused: why would the following be slow, then?
25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'unicode (font-spec :name \"Symbola\") nil 'prepend)"
To clarify: it isn't slow with the example of plenty of ⇒ characters, but it's still slow if I use a more diverse set of symbols or letters, like e.g.
⍺⍶ᷧΑΆἉἍᾍἏᾏᾉἋᾋᾹΆᾼἈἌᾌἎᾎᾈἊᾊΆᾺᾸαάἁἅᾅἇᾇἃᾃᾁᾱάᾴᾶᾷἀἄᾄἆᾆἂᾂᾀάὰᾲᾰᾳⱭⱰɑᶐꬰꭤɒ𝚨𝜜𝜶𝛂𝛢𝛼𝝖𝞐𝞪𝝰ᵅᶛ
So although I think we're converging to a fix for my font config and the use case where Symbola covers everything, there's still an underlying problem that would be great to fix (and your patch does fix it).
>>> That could sometimes be the case, but I have found that in some cases
>>> omitting the registry for characters beyond Latin-1 can be a major
>>> setback. So I recommend to always use it.
>>
>> Ok. Could Emacs not infer it?
>
> I think Emacs still goes by the XLFD rules, which require iso8859-1 be
> the default. I don't know how important it is to keep that
> compatibility.
Thanks.
>>> Moreover, Emacs cannot compose glyphs that come from different fonts,
>>> so you will sometimes see decomposed display if you request a font for
>>> scripts where its support is incomplete. I think this is an important
>>> factor for users of prettify-symbols-mode in particular.
>>
>> Why? prettify-symbols-mode composes strings (typically) into single characters,
>> so why would this matter?
>
> I imagine that prettify-symbols-mode is not limited to single existing
> characters, but if it is, this issue is indeed not relevant to that
> mode.
The basic interface that it provides is indeed limited to that, so you can trick it by adding arbitrary composition strings to prettify-symbols-alist.
>> * Download and install fontforge. Figure out which ranges the math font
>> support, and all the characters that it supports that are not punctuation or
>> symbols, too
>
> Not needed, as long as the default font is set up via
> default-frame-alist.
Ah, I see.
> What happens if you don't do this? Which font is used for math
> symbols? Or are the problems with symbols other than math symbols?
> IOW, I don't understand fully why you need to set up XITS Math in the
> fontset, what is missing/incorrect/ugly if you don't?
I think this is due to my not explaining it properly, or trying to hard to make minimal examples. In can answer separately for myself and for the other user configurations I've looked at.
For myself, it's a matter of monospace fonts: that is, I want all characters to occupy the same width, so I don't use Symbola: instead, I use a version of XITS Math edited with FontForge to have equal widths for all characters. I also prefer as many characters to be displayed by the same font.
For other users, we had cases were Emacs displayed an empty rectangle until we added an explicit set-fontset-font with Symbola.
Cheers,
Clément.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-16 21:23 ` Clément Pit--Claudel
@ 2017-03-17 8:15 ` Eli Zaretskii
0 siblings, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-03-17 8:15 UTC (permalink / raw)
To: Clément Pit--Claudel; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> Date: Thu, 16 Mar 2017 17:23:13 -0400
>
> >> In these fast example I'm still adding Symbola with 'unicode — but
> >> adding Ubuntu Mono with 'latin.
> >
> > Ubuntu Mono _is_ the problem. Symbola has very good coverage of
> > almost all Unicode blocks, so it is not the problem.
>
> Ok, I think I understand better now. But I'm still confused: why would the following be slow, then?
>
> 25.1/src/emacs -Q --eval "(set-fontset-font \"fontset-default\" 'unicode (font-spec :name \"Symbola\") nil 'prepend)"
>
> To clarify: it isn't slow with the example of plenty of ⇒ characters, but it's still slow if I use a more diverse set of symbols or letters, like e.g.
>
> ⍺⍶ᷧΑΆἉἍᾍἏᾏᾉἋᾋᾹΆᾼἈἌᾌἎᾎᾈἊᾊΆᾺᾸαάἁἅᾅἇᾇἃᾃᾁᾱάᾴᾶᾷἀἄᾄἆᾆἂᾂᾀάὰᾲᾰᾳⱭⱰɑᶐꬰꭤɒ𝚨𝜜𝜶𝛂𝛢𝛼𝝖𝞐𝞪𝝰ᵅᶛ
If you show a concrete test case, I could look into it when I have
time.
> > What happens if you don't do this? Which font is used for math
> > symbols? Or are the problems with symbols other than math symbols?
> > IOW, I don't understand fully why you need to set up XITS Math in the
> > fontset, what is missing/incorrect/ugly if you don't?
>
> I think this is due to my not explaining it properly, or trying to hard to make minimal examples. In can answer separately for myself and for the other user configurations I've looked at.
>
> For myself, it's a matter of monospace fonts: that is, I want all characters to occupy the same width, so I don't use Symbola: instead, I use a version of XITS Math edited with FontForge to have equal widths for all characters.
So you could instead edit Symbola to have a fixed width, and then you
wouldn't need to touch the default fontset, is that right?
> I also prefer as many characters to be displayed by the same font.
That already works in Emacs 25, unless I misunderstand what you mean.
The default font is used for all the characters it supports. For
fallback fonts, those from fontset-default, you need to set up their
supported scripts for your liking, based on what they support and on
whether or not you like the glyphs they produce for each script they
support. Using 'unicode' is only recommended for a few fonts whose
coverage is really almost universal.
> For other users, we had cases were Emacs displayed an empty rectangle until we added an explicit set-fontset-font with Symbola.
This should be fixed in Emacs 25 out of the box, AFAIU.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-03-16 15:27 ` Eli Zaretskii
2017-03-16 21:23 ` Clément Pit--Claudel
@ 2017-04-16 7:48 ` Eli Zaretskii
2017-04-16 15:28 ` Clément Pit--Claudel
1 sibling, 1 reply; 89+ messages in thread
From: Eli Zaretskii @ 2017-04-16 7:48 UTC (permalink / raw)
To: clement.pitclaudel, Kenichi Handa; +Cc: 21028-done
> Date: Thu, 16 Mar 2017 17:27:09 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 21028@debbugs.gnu.org
>
> > Cc: 21028@debbugs.gnu.org
> > From: Clément Pit--Claudel <clement.pitclaudel@live.com>
> > Date: Wed, 15 Mar 2017 16:46:33 -0400
> >
> > > The problem here is that opening a font and looking up a character is
> > > very expensive, certainly when there are hundreds of fonts installed.
> > > So Emacs filters the fonts according to the scripts they claim to
> > > support, and only opens those which appear to be valid candidates for
> > > the script of the character it needs to display. By using 'unicode as
> > > the script when you set up your fontset, you actually trip Emacs by
> > > telling it to try this font for every character it needs to display.
> > > You should instead specify the scripts which the fonts supports well.
> >
> > Ok — but why wasn't it slow in 24.3?
>
> That's the question about the significance of the zero_vector in the
> font-cache, the patch you want to apply. I'm still struggling with
> understanding why it speeds up the font search.
After looking at the code and discussing with Handa-san, I concluded
that we should restore putting the zero_vector in the font-cache when
no fonts matching a spec were found.
So I've reverted part of the changes introduced during fixing
bug#17125, and I'm marking this bug done. If these changes cause some
trouble, we will have to debug that when the problems are reported.
Thanks.
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
2017-04-16 7:48 ` Eli Zaretskii
@ 2017-04-16 15:28 ` Clément Pit--Claudel
0 siblings, 0 replies; 89+ messages in thread
From: Clément Pit--Claudel @ 2017-04-16 15:28 UTC (permalink / raw)
To: Eli Zaretskii, Kenichi Handa; +Cc: 21028-done
[-- Attachment #1.1: Type: text/plain, Size: 416 bytes --]
On 2017-04-16 03:48, Eli Zaretskii wrote:
> So I've reverted part of the changes introduced during fixing
> bug#17125, and I'm marking this bug done. If these changes cause some
> trouble, we will have to debug that when the problems are reported.
Wonderful; thanks. I've confirmed the fix.
I'll be happy to help debug any issues that pop up. Thanks again for your patience and dedication.
Clément.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-03-15 15:36 ` Eli Zaretskii
@ 2017-04-22 8:54 ` Ralf Jung
2017-04-22 13:40 ` Eli Zaretskii
0 siblings, 1 reply; 89+ messages in thread
From: Ralf Jung @ 2017-04-22 8:54 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 21028
Hi,
> Could be, I don't know. Once again, if the defaults, without any font
> customizations, are somehow not good for you, please report the
> details in a bug report.
All right, I put that on my ToDo list.
>> Of course this is just an excerpt of the characters we use. From all I
>> can tell, the general rule is "if the character is supported by Fira,
>> use that font; else of it is supported by DejaVu, use that font; else do
>> <no idea what it does>"
>
> As you have seen, this does work as you want, but it's slow. We are
> talking about getting you the same functionality, but faster. That
> comes for a price of more accurate fontset setup.
Well, we also have a patch fixing that slowness, so it doesn't seem to
be an inherent problem, just some implementation artifact.
>> I don't think the font is to blame here. After all, other applications
>> manage to deal with exactly the same fonts just fine.
>> Unfortunately, I don't know *how* everybody else is selecting fonts, I
>> only know they do a better job at it than emacs, and they have no
>> problem dealing with fonts that only partially support some blocks.
>> Probably fontconfig is doing most of the work here, but I am really just
>> guessing.
>
> Most other applications don't deal with multi-lingual text, so their
> job is easier. Emacs attempts to solve a harder problem here.
What exactly does this mean? I sure would expect all these editors to
correctly display text that mixes Latin, Greek, Cyrillic and Japanese
characters. I believe they can handle this, but have to admit I did not
try that (mostly for lack of a personal use-case). Is there an example
that can be used to test this?
Kind regards,
Ralf
^ permalink raw reply [flat|nested] 89+ messages in thread
* bug#21028: Slow font rendering in emacs
2017-04-22 8:54 ` Ralf Jung
@ 2017-04-22 13:40 ` Eli Zaretskii
0 siblings, 0 replies; 89+ messages in thread
From: Eli Zaretskii @ 2017-04-22 13:40 UTC (permalink / raw)
To: Ralf Jung; +Cc: 21028
> Cc: 21028@debbugs.gnu.org
> From: Ralf Jung <post@ralfj.de>
> Date: Sat, 22 Apr 2017 10:54:56 +0200
>
> >> Of course this is just an excerpt of the characters we use. From all I
> >> can tell, the general rule is "if the character is supported by Fira,
> >> use that font; else of it is supported by DejaVu, use that font; else do
> >> <no idea what it does>"
> >
> > As you have seen, this does work as you want, but it's slow. We are
> > talking about getting you the same functionality, but faster. That
> > comes for a price of more accurate fontset setup.
>
> Well, we also have a patch fixing that slowness, so it doesn't seem to
> be an inherent problem, just some implementation artifact.
That patch has been applied, in case you weren't tracking this bug.
> >> I don't think the font is to blame here. After all, other applications
> >> manage to deal with exactly the same fonts just fine.
> >> Unfortunately, I don't know *how* everybody else is selecting fonts, I
> >> only know they do a better job at it than emacs, and they have no
> >> problem dealing with fonts that only partially support some blocks.
> >> Probably fontconfig is doing most of the work here, but I am really just
> >> guessing.
> >
> > Most other applications don't deal with multi-lingual text, so their
> > job is easier. Emacs attempts to solve a harder problem here.
>
> What exactly does this mean? I sure would expect all these editors to
> correctly display text that mixes Latin, Greek, Cyrillic and Japanese
> characters.
Most editors assume each file will only ever include text in a single
language. Emacs explicitly tries to do better when several languages
and scripts are mixed in the same file/buffer.
Emacs also has some rules for selecting fonts based on cultural
preferences, so it could use different fonts for the same Unicode
codepoints in different locales.
> I believe they can handle this, but have to admit I did not try that
> (mostly for lack of a personal use-case). Is there an example that
> can be used to test this?
I'd begin with the HELLO file.
^ permalink raw reply [flat|nested] 89+ messages in thread
end of thread, other threads:[~2017-04-22 13:40 UTC | newest]
Thread overview: 89+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 10:34 bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014) Clément Pit--Claudel
2015-07-10 12:30 ` Eli Zaretskii
2015-07-10 16:02 ` Clément Pit--Claudel
2015-07-10 12:41 ` Eli Zaretskii
2015-07-10 16:55 ` Clément Pit--Claudel
2015-07-15 12:32 ` Dmitry Antipov
2015-07-18 10:24 ` Clément Pit--Claudel
2015-07-18 11:16 ` Clément Pit--Claudel
2015-07-18 11:26 ` Eli Zaretskii
2015-07-18 20:08 ` Clément Pit--Claudel
2016-03-03 6:12 ` Clément Pit--Claudel
2016-03-03 6:42 ` Clément Pit--Claudel
2016-03-03 7:08 ` Clément Pit--Claudel
2016-03-03 7:33 ` Clément Pit--Claudel
2016-03-03 17:10 ` Glenn Morris
2016-03-03 17:28 ` Clément Pit--Claudel
2016-03-03 20:27 ` Eli Zaretskii
2016-07-20 21:26 ` Clément Pit--Claudel
2016-07-21 14:21 ` Eli Zaretskii
2016-07-21 14:33 ` Clément Pit--Claudel
2016-07-23 20:50 ` Clément Pit--Claudel
2016-10-04 22:17 ` Clément Pit--Claudel
2016-10-26 17:15 ` Clément Pit--Claudel
2016-10-27 14:38 ` Eli Zaretskii
2016-10-27 15:29 ` Clément Pit--Claudel
2016-10-27 15:55 ` Eli Zaretskii
2016-10-28 14:23 ` Clément Pit--Claudel
2016-10-28 14:33 ` Eli Zaretskii
2016-11-18 8:55 ` Eli Zaretskii
2016-12-18 17:33 ` Clément Pit--Claudel
2016-12-18 17:37 ` Eli Zaretskii
2016-12-18 18:04 ` Clément Pit--Claudel
2016-12-18 19:52 ` Eli Zaretskii
2016-12-18 20:44 ` Clément Pit--Claudel
2016-12-19 15:50 ` Eli Zaretskii
2016-12-19 16:25 ` Clément Pit--Claudel
2016-12-19 16:39 ` Eli Zaretskii
2016-12-19 16:55 ` Clément Pit--Claudel
2016-12-19 16:58 ` Eli Zaretskii
2016-12-19 17:13 ` Clément Pit--Claudel
2016-12-22 16:25 ` Eli Zaretskii
2016-12-22 16:49 ` Clément Pit--Claudel
2016-12-22 18:04 ` Eli Zaretskii
2016-12-22 19:08 ` Clément Pit--Claudel
2017-02-10 4:45 ` Clément Pit--Claudel
2017-03-12 11:38 ` Clément Pit--Claudel
2017-03-12 15:49 ` Eli Zaretskii
2017-03-12 17:24 ` Clément Pit--Claudel
2017-03-12 17:48 ` Eli Zaretskii
2017-03-12 19:19 ` Clément Pit--Claudel
2017-03-13 15:46 ` Eli Zaretskii
2017-03-13 16:36 ` Clément Pit--Claudel
2017-03-13 17:22 ` Eli Zaretskii
2017-03-13 19:04 ` Clément Pit--Claudel
2017-03-13 20:53 ` Eli Zaretskii
2017-03-14 19:45 ` Clément Pit--Claudel
2017-03-15 15:37 ` Eli Zaretskii
2017-03-14 15:45 ` Eli Zaretskii
2017-03-14 19:35 ` Clément Pit--Claudel
2017-03-15 15:36 ` Eli Zaretskii
2017-03-15 20:46 ` Clément Pit--Claudel
2017-03-16 15:27 ` Eli Zaretskii
2017-03-16 21:23 ` Clément Pit--Claudel
2017-03-17 8:15 ` Eli Zaretskii
2017-04-16 7:48 ` Eli Zaretskii
2017-04-16 15:28 ` Clément Pit--Claudel
2016-12-19 17:00 ` Clément Pit--Claudel
2015-07-10 15:42 ` Glenn Morris
2016-03-03 6:37 ` Clément Pit--Claudel
2016-10-04 18:56 ` Jason Gross
2017-03-13 15:54 ` bug#21028: Slow font rendering in emacs Ralf Jung
2017-03-13 17:05 ` Eli Zaretskii
2017-03-13 18:12 ` Ralf Jung
2017-03-13 20:39 ` Eli Zaretskii
2017-03-14 15:57 ` Ralf Jung
2017-03-14 17:11 ` Eli Zaretskii
2017-03-14 18:50 ` Ralf Jung
2017-03-14 19:16 ` Eli Zaretskii
2017-03-14 19:17 ` Ralf Jung
2017-03-14 20:49 ` John Mastro
2017-03-15 15:40 ` Eli Zaretskii
2017-03-14 15:47 ` Eli Zaretskii
2017-03-14 18:41 ` Ralf Jung
2017-03-14 19:16 ` Eli Zaretskii
2017-03-14 19:39 ` Ralf Jung
2017-03-14 19:45 ` Ralf Jung
2017-03-15 15:36 ` Eli Zaretskii
2017-04-22 8:54 ` Ralf Jung
2017-04-22 13:40 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).