From: "Clément Pit--Claudel" <clement.pitclaudel@live.com>
To: Dmitry Antipov <dmantipov@yandex.ru>
Cc: 21028@debbugs.gnu.org
Subject: bug#21028: Performance regression in revision af1a69f4d17a482c359d98c00ef86fac835b5fac (Apr 2014).
Date: Wed, 2 Mar 2016 23:42:14 -0700 [thread overview]
Message-ID: <56D7DCC6.9060003@live.com> (raw)
In-Reply-To: <56D7D5D3.4030103@live.com>
[-- 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 --]
next prev parent reply other threads:[~2016-03-03 6:42 UTC|newest]
Thread overview: 89+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56D7DCC6.9060003@live.com \
--to=clement.pitclaudel@live.com \
--cc=21028@debbugs.gnu.org \
--cc=dmantipov@yandex.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).